Simplifying Laplace Transform of Cosine with Angular Frequency and Phase Shift

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
2 replies · 2K views
dRic2
Gold Member
Messages
887
Reaction score
225

Homework Statement


I have to find the L-transform of ##f(x) = cos(\omega t + \phi)##

Homework Equations


.

The Attempt at a Solution


The straightforward approach is to write ##cos(\omega t + \phi)## as ##cos(\omega t)cos(\phi) - sin(\omega t)sin(\phi)## and it becomes: $$Lf(s) = \frac {s cos(\phi) - \omega sin(\phi)} {s^2 + \omega ^2}$$.

But can I try this other way ?
##cos ( \omega t + \phi ) = cos \left[ \omega \left( t - \left( - \frac { \phi} { \omega} \right) \right) \right]## and now I can use the t-shift relation to get: $$ Lf(s) = e^{- \left( - \frac {\phi} {\omega} \right) s} L(cos(\omega t)) = e^{ \frac {\phi} {\omega} s} \frac {s} {s^2 + \omega ^2}$$

I don't know if there is a way to simplify my last result or if it is wrong...
 
Physics news on Phys.org
You are applying the time-shifting property incorrectly.

Going back to the definition, [tex] F(s) = \int_0^\infty e^{-st} \cos(\omega t + \phi)\,dt.[/tex] If I set [itex]u = t + \frac{\phi}{\omega}[/itex] I get [tex] F(s) = e^{s\phi/\omega}\int_{\phi/\omega}^\infty e^{-su} \cos(\omega u)\,du.[/tex] The expression on the right hand side is not [itex]e^{s\phi/\omega}[/itex] times the laplace transform of [itex]\cos(\omega t)[/itex] because the lower limit of the integral is no longer zero.

If [itex]\phi/\omega > 0[/itex] I can make the right hand side into [itex]e^{s\phi/\omega}[/itex] times the laplace transform of something by adding [tex]0 = e^{s\phi/\omega}\int_0^{\phi/\omega} 0e^{-su}\,du[/tex] to both sides, which leaves me with the laplace transform of [tex]g(t) = \begin{cases} 0 & 0 \leq t < \frac{\phi}{\omega} \\<br /> \cos(\omega t) & t \geq \frac{\phi}{\omega}\end{cases}[/tex]
 
Last edited:
  • Like
Likes   Reactions: dRic2
Oh, I see, Thank you! In fact now that I pay attention to it, in the book I'm reading the author takes care of the lower limit of the integral not being zero by writing the t-shift like this:
$$L(f(t-t_0)u(t-t_0)) (s) = e^{-t_0s} L(f)(s)$$
where ##u(t)## is the Heaviside step function. Of course here I can not use this property because I can not shift the "starting point" of my function with such a "trick".