Hi asked the following question yesterday: Obtaining the sum of a series
Given the answers to that question by wj32, I am now trying to solve the following problem:
Consider the series
∞∑n=1nn4+n2+1
Use partial fractions to write the general term
un=nn4+n2+1
as a difference of two simpler terms
My attempt at a Solution:
The partial fractions are
nn4+n2+1=n+n−nn4+n2+1=n+nn4+n2+1−nn4+n2+1=2n3+n+1n−22(n3+n+1n)
Then
Sn=[k∑n=12n3+n+1n−k∑n=122(n3+n+1n)]=[(23+421+691+...+2n3+n+1n)−(13+221+391+...+22(n3+n+1n))]
Here the terms in the left do not cancel the terms in the right?
I'm guessing I need simpler/different partial fractions up at the top?
Answer
First note that we have a nice factorization of n4+n2+1.
n4+n2+1=(n2+n+1)(n2−n+1)
Hence, n=(n2+n+1)−(n2−n+1)2. This gives us un=(n2+n+1)−(n2−n+1)2(n2+n+1)(n2−n+1)=12(1n2−n+1−1n2+n+1)=12(1(n−1)n+1−1n(n+1)+1)
Now telescopic summation should do the job for you
Hence,
SN=N∑n=1un=12N∑n=1(1(n−1)n+1−1n(n+1)+1)
2SN=N∑n=1(1(n−1)n+1−1n(n+1)+1)=(1−13)+(13−17)+(17−113)+⋯+(1(n−2)(n−1)+1−1(n−1)n+1)+(1(n−1)n+1−1n(n+1)+1)=1−1n(n+1)+1
No comments:
Post a Comment