Can anyone remind me how to rewrite a summation?

  • Thread starter Thread starter Eclair_de_XII
  • Start date Start date
  • Tags Tags
    Summation
Eclair_de_XII
Messages
1,082
Reaction score
91

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top