Laplce transform for 6t*(u(t)-u(t-1))

  • Thread starter Thread starter rudyx61
  • Start date Start date
  • Tags Tags
    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
3 replies · 2K views
rudyx61
Messages
10
Reaction score
0
Im having trouble finding the laplace transfor for the title equation:

6t*(u(t)-u(t-1))

Im not sure how to go about, i was thinking of considering u(t) to be equal to 1 but that seemed a bit of a dodgy thing to do

Any one have any ideas or answers on how i should go about solving this problem

cheers
rudy
 
Physics news on Phys.org
Well, by definition,
[tex]L(f(t))= \int_0^\infty e^{-st}f(t)dt[/tex]
so
[tex]L(6t(u(t)- u(t-1))= \int_0^\infty e^{-st}6t(u(t)- u(t-1))dt[/tex]
[tex]= 6\int_0^\infty e^{-st}tu(t)dt- 6\int_0^\infty e^{-st}tu(t-1)dt[/tex]
The first is a standard integral. For the second, let r= t- 1 so that dt= dr, u(t-1)= u(r), and [itex]e^{-st}= e^{-s(r+1)}= e^{-s}e^{-sr}[/itex]. The integral becomes
[tex]6e^{-s}\int_{-1}^\infty e^{-sr}(r+1)u(r)dr[/tex]
and since the Laplace transform of u(t) only depends on the value of u for positive t, we can assume that u(t)= 0 for t< 0.
 
im not that good at integrating multiple variables so could you tell me how ud integrate the first term?