Laplace transform of sin(t) using geometric series

  • Thread starter Thread starter Eclair_de_XII
  • Start date Start date
  • Tags Tags
    Summation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Eclair_de_XII
Messages
1,085
Reaction score
92

Homework Statement


"Given: ##sin(t)=Σ\frac{(-1)^nt^{2n+1}}{(2n+1)!}##
Prove: ##L[sin(t)]=\frac{1}{s^2+1}##."

Homework Equations


##∑ar^k=\frac{a}{1-r}##

The Attempt at a Solution


##L[sin(t)]=L[Σ\frac{(-1)^nt^{2n+1}}{(2n+1)!}]=L[t]-\frac{1}{3!}L[t^3]+\frac{1}{5!}L[t^5]+...+\frac{1}{k!}L[t^k]-\frac{1}{(k+2)!}L[t^{k+2}]##
##L[sin(t)]=\frac{1}{s^2}-\frac{1}{s^4}+\frac{1}{s^6}+...+\frac{1}{s^{k+1}}-\frac{1}{s^{k+3}}=\sum_{i=1}^\infty (-1)^{i+1}(\frac{1}{s^{2i}})##
##\sum_{i=1}^\infty (-1)^{i+1}(\frac{1}{s^{2i}})=\frac{-1}{1-s^2}=\frac{1}{s^2-1}##

I'm stuck on primarily the last part. How would I get from the summation above to the Laplace transform of ##sin(t)##?
 
Last edited:
Physics news on Phys.org
Hold on a second... ##\sum_{i=1}^\infty (-1)^{i+1}(\frac{1}{s^{2i}})=-\sum_{i=1}^\infty 1(-\frac{1}{s^2})^i=-\frac{1}{s^{-2}+1}##

Something's still not right, here...
 
Last edited:
Eclair_de_XII said:

Homework Equations


##∑ar^k=\frac{a}{1-r}##
You forgot to set the limits here.
 
##\sum_{k=0}^\infty ar^k=\frac{a}{1-r}##

In any case, I had to turn in the homework today, so I don't really need to solve this problem anymore.
 
Eclair_de_XII said:
##\sum_{k=0}^\infty ar^k=\frac{a}{1-r}##

In any case, I had to turn in the homework today, so I don't really need to solve this problem anymore.
For others stumbling on the thread: this sum starts from 0, while the one from the Laplace transform starts at 1. Taking this into account solves the problem.

@Eclair_de_XII: It is actually best not to make the first reply to your thread as it removes it from the unanswered thread list, and many helpers will miss it.
 
DrClaude said:
It is actually best not to make the first reply to your thread as it removes it from the unanswered thread list, and many helpers will miss it.

I see. I will keep that in mind for the future. Thank you.