How to Find the Laplace Transform of a Piecewise Continuous Function?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
sara_87
Messages
748
Reaction score
0

Homework Statement



Find the Laplace of the piecwise continuous function:
F(t)= t (when t<2)
= 8-3t (when 2<=t<3)
= t-4 ( when 3<=t<4)
= 0 (when 4<=t)

Homework Equations



I want to use the heaviside function to see if i can apply it to other questions

The Attempt at a Solution



= t[H(t)] - t[H(t-2)] + (8-3t)[H(t-2)] - (8-3t)[H(t-3)] + (t-4)[H(t-3)] - (t-4)[H(t-4)]

Does this then equal to: Laplace of t times laplace of H(t) -lap(t)times(lap(H(t-2)) + etc...

because i did this but i got the wrong answer, i think I am missing something.

Thank you.
 
Physics news on Phys.org
To start with, [tex]-tH(t-2)= \left\{ \begin{array}{lr} 0, & t<2 \\ -t, & t \geq 2 \end{array} \neq \left\{ \begin{array}{lr} t, & t<2 \\ 0, & t \geq 2 \end{array}[/tex]I haven't looked closely at the rest of your equation, but you should fix this first and see if that does the trick.