Laplace transform and region of convergence

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
redundant6939
Messages
10
Reaction score
0
Find the LT and specify ROC of:
x(t) = e-at, 0 ≤ t ≤ T
= 0, elsewhere
where a > 0

Attempt:
X(s) = - 1/(s+a)*e-(s+a) integrated from 0 to T
=> -1/(s+a)[e-(s+a) + 1]
Converges to X(s) = 1/(s+a) , a ⊂ R, if Re{s} > -a for 0≤t≤T
Elsewhere ROC is empty (LT doesn't exist).

Is this correct?
 
Engineering news on Phys.org
The Laplace transform of ##f\left(t\right)## is:
$$ \mathscr{L}\left\{f\left(t\right)\right\} = F\left(s\right) = \int\limits_{0}^{\infty} e^{-st}f\left(t\right) dt$$
Hence, the Laplace transform of your function is:
$$ X\left(s\right) = \int\limits_{0}^{T} e^{-at}e^{-st}dt + \int\limits_{T}^{\infty} 0 \cdot e^{-st}dt= \int\limits_{0}^{T} e^{-\left(a+s\right)t}dt = -\dfrac{1}{s+a}e^{-\left(s+a\right)t}\bigg|_{0}^{T}$$
$$ X\left(s\right) = \dfrac{1}{s+a}\left(1-e^{-\left(s+a\right)T}\right)$$
The ROC is as you stated: ##\Re\left\{s\right\}>-a##