Transform of a piecewise continuous function

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
Hiche
Messages
82
Reaction score
0
We know that the [itex]\mathcal L\{f(t)\} = \int^{\infty}_0 e^{-st}f(t) dt[/itex].

Say we want to, for example, solve the following IVP: [tex]y'' + y = f(t)[/tex] where [itex]f(t) = \begin{cases}<br /> 0 & 0 \leq t < \pi \\<br /> 1 & \pi \leq t < 2\pi\\<br /> 0 & 2\pi \leq t<br /> \end{cases}[/itex]

and [itex]y(0) = 0 , y'(0) = 0[/itex]

We apply Laplace on both side of the DE, and we get [itex](s^2 + 1)Y(s) = \mathcal L\{f(t)\}[/itex]. Using the cases above, do we divide the integral from 0 to [itex]\infty[/itex] into three integrals?

I did that and [itex]\mathcal L\{f(t)\} = \int^{\pi}_0 e^{-st}(0) dt + \int^{2\pi}_{\pi} e^{-st}(1) dt + \int^{\infty}_{2\pi} e^{-st}(0) dt[/itex]. The first and third integrals are zeros so we need to integrate the second one. We get [itex]-(1/s)[e^{-2\pi s} - e^{-\pi s}][/itex]. Right?

Back to the DE, [itex]Y(s) = -[e^{-2\pi s} - e^{-\pi s}] / s(s^2 + 1)[/itex]. How exactly do we find [itex]\mathcal L^{-1}\{Y(s)\}[/itex]?
 
Last edited:
Physics news on Phys.org
Okay, so I tried solving it. [itex]1/s(s^2 + 1) = 1/s - s/(s^2 + 1)[/itex], and after a litle work, [itex]Y(s) = e^{-\pi s}/s - e^{-\pi s}/(s^2 + 1) - e^{-2\pi s}/s + e^{-2\pi s}/(s^2 + 1)[/itex]. Is this correct? Now, the Laplace inverse of [itex]Y(s)[/itex] is [itex]\delta(t - \pi) - \delta(t - \pi)sin(t - \pi) - \delta(t - 2\pi) + \delta(t - 2\pi)cos(t - 2\pi)[/itex]. I'm not sure about this, but I think it's fine?