PDA

View Full Version : Partial fraction decomposition of the cosine


gop
Apr23-08, 06:07 AM
1. The problem statement, all variables and given/known data

Calculate
\sum_{n=2}^{\infty}\frac{1}{n^{2}-1}
with the "standard" method and with the method of the partial fraction decomposition of the cosine.


2. Relevant equations

\pi\cot\pi z=\frac{1}{z}+\sum_{k=1}^{\infty}\frac{2z}{z^{2}-k^{2}}


3. The attempt at a solution

The "standard" method wasn't a problem just partial fraction decomposition and some index-shifting. the result is 3/4.
However, when it comes to the cosine function my problem is that I can't plug integers (i.e. 1) in the function because it isn't defined there. Thus, i tried rewriting the term; however, the only rewriting of the term that leads to a result is to do the usual partial fraction decomposition which sort of defeats the purpose.

HallsofIvy
Apr23-08, 06:09 AM
I have no idea what you mean by the "partial fraction decomposition of the cosine".

gop
Apr23-08, 06:36 AM
Well it should actually read "partial fraction decomposition of the cotangent" (thus the formula)

The idea is to write the cotangent as a infinite series of partial fractions (because there are infinite many zero's of the denominator of cos(x)/sin(x)). If you do this you arive at the formula given above.

Gib Z
Apr23-08, 06:52 AM
Of course it won't work for integers. When you take the k=z term of the sum, what happens?

gop
Apr23-08, 08:45 AM
yeah I know that it doens't work for integers so I have to rewrite it somehow so that I can calculate the given series with the formula (as is stated in the exercise). The problem is I don't really know how to do that.