Understanding Laplace Transform of f(t)

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
georgeh
Messages
67
Reaction score
0
i have f(t) defined piece-wise and continous..
f(t) = 0, t < 2pi
t-pi , pi <=t<2pi
0 , t >=2pi

i have so far g(t)=U_pi*f(t-pi)-U_2pi*f(t-pi)
if i do the laplace,
i get e^-pis/s^2-e^-2pis/s^2
in the book, they have
e^-pi*s/s^2 -e^-2pi*s/s^2 (1+pi*s)
I am not sure how they got the factor of (1+pi*s)
..
 
Physics news on Phys.org
Are you sure [itex]f(t)[/itex] is correct. You have:
[tex]f(t) = \left\{ \begin{array}{l} 0, \,\, t<2\pi \\ t-\pi, \,\, \pi \leq t < 2\pi \\ 0, \,\, t \geq 2\pi[/tex]So when [itex]t<2\pi[/itex] and [itex]\pi \leq t < 2\pi \\[/itex] it equals [itex]0[/itex] and [itex]t-\pi[/itex]. I'm assuming you mean [itex]f(t) = 0|t<\pi[/itex] ?

I got (assuming [itex]f(t)[/itex] is wrong):

[tex]\frac{e^{-\pi s}}{s^2} - \frac{\pi e^{-2\pi s}}{s} - \frac{e^{-2\pi s}}{s^2}[/tex]
 
Last edited:
sorry, what i meant was
on the first interval, t < pi, not two pi.