Inverse laplace and limits

조회 수: 7 (최근 30일)
Ali Almakhmari
Ali Almakhmari 2020년 12월 8일
댓글: Bjorn Gustavsson 2020년 12월 9일
How can I find the limit as t goes to infinity of the inverse laplace function (A)? Code Below
syms s
G = (14*s^2+32)/(s*(s^2+4)*(2*s^2+3*s+8));
A = ilaplace(G)
  댓글 수: 2
David Goodmanson
David Goodmanson 2020년 12월 9일
Hello Ali,
A =
sin(2*t) - exp(-(3*t)/4)*(cos((55^(1/2)*t)/4) + (55^(1/2)*sin((55^(1/2)*t)/4))/5) + 1
t-->infinity makes the term involving exp go away, but that leaves sin(2*t) +1 which does not go to a limit as t-->infinity. Life is like that sometimes.
The Final Value Theorem gives an answer of 1 which gets the constant part right, but unfortunately it only applies if there actually is a limit.
The culprit is the (s^2+4) factor, which has roots s = +-2i with no negative real part.
Bjorn Gustavsson
Bjorn Gustavsson 2020년 12월 9일
From my use of the Laplace-transform (as a physicist) I'd take that sin(2*t)+1 as a limit-behaviour of the ODE-solution as time becomes large - and be happy with that.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Traveling Salesman (TSP)에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by