PDA

View Full Version : Laplace Transforms, Region of Convergence


tanky322
Oct26-09, 08:50 PM
Can anyone explain the region of convergence to me in english? I understand the Laplace transform and can do it with my eyes closed, but I cant figure out how to figure out the ROC. Ive scoured the internet, and every definition is vague or just incomprehensible by me.


Thanks!

lurflurf
Oct26-09, 09:25 PM
Do you know anything about complex variables? The region of convergence is just the values of t where
\int_0^\infty f(t)e^{-s t} dt
converges as an improper integral.
That can be difficult to find in general, but in many elementary applications only very well behaved f are considered for example the functions of exponential order.

tanky322
Oct27-09, 07:41 AM
I'm somewhat familiar with complex variables, although not too much. I guess what im not really sure of, is what exactly converges? The function and e^-st?


Thanks for your reply!

g_edgar
Oct27-09, 08:15 AM
What exactly converges? The improper integral. That is, the limit
\lim_{M\to+\infty}\int_0^M f(t)e^{-s t} dt
exists. Generally, the region of convergence is a half-plane: all s to the right of some vertical line in the complex plane.

jasonRF
Oct29-09, 09:10 PM
As an example to what g_edgar wrote, consider
f(t) = e^{5 t},
for
t\geq0.

Now calculuate


\lim_{M\to+\infty}\int_0^M f(t)e^{-s t} dt = \lim_{M\to+\infty}\int_0^M e^{-(s-5) t}.


You should find that the limit only converges if s satisfies some condition. That condition defines the region of convergence. Note that s is complex in general, and the constraint will be on the real part.

Jason