Inverse laplace and limits

8 visualizaciones (últimos 30 días)
Ali Almakhmari
Ali Almakhmari el 8 de Dic. de 2020
Comentada: Bjorn Gustavsson el 9 de Dic. de 2020
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 comentarios
David Goodmanson
David Goodmanson el 9 de Dic. de 2020
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 el 9 de Dic. de 2020
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Traveling Salesman (TSP) en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by