Finding the Convolution of Two Functions Using the Laplace Transform

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
6 replies · 2K views
redundant6939
Messages
10
Reaction score
0

Homework Statement


[itex]x(t) = cos(3πt)[/itex]
[itex]h(t) = e<sup>-2t</sup>u(t)[/itex]

Find [itex]y(t) = x(t) * h(t)[/itex](ie convolution)

Homework Equations


Y(s) = X(s)H(s) and then take inverse laplace tranform of Y(s)

The Attempt at a Solution


[itex]L(x(t)) = [πδ(ω - 3π) + πδ(ω + 3π)][/itex]
[itex]L(h(t)) = \frac{1}{s+2}[/itex]

Laplace Transform inverse :
[itex]y(t) = \frac{1}{2} \int \frac{e^{st}}{s+2} * δ(w-3π)[/itex] + [itex]\frac{1}{2} \int \frac{e^{st}}{s+2} * δ(w+3π)dt = \frac{1}{2} \frac {e^{3sπ} + e^{-3sπ}}{s+2}[/itex]

Im not sure about direc delta integration..
 
Last edited:
Physics news on Phys.org
vela said:
The Laplace transform of ##\cos 2\pi t## isn't what you said it is. (It should be a function of ##s##, not ##\omega##.) You're thinking of the Fourier transform.
Is it [itex]\frac {s}{s^2 + (3π)^2}[/itex] ?
 
But isn't that the LT of cos(3pi*t)u(t)?
 
redundant6939 said:
But isn't that the LT of cos(3pi*t)u(t)?

The "bilateral" transform of ##\cos(3 \pi t)## does not exist, because the integral
[tex]\int_{-\infty}^{\infty} e^{-st} \cos(3 \pi t) \, dt[/tex]
is not convergent. However, the "unilateral" LT of ##u(t) \cos(3 \pi t)## certainly does exist.