Use method of difference to find sum of series

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Series Sum
chwala
Gold Member
Messages
2,825
Reaction score
413
Homework Statement
see attached.
Relevant Equations
series sum
My interest is on the (highlighted part in yellow ) of finding the partial fractions- Phew took me time to figure out this out :cool:

1712734754003.png



1712734790657.png


My approach on the highlighted part;

i let

##(kr+1) =x ##

then, ##\dfrac{1}{(kr+1)(kr-k+1)} = \dfrac{1}{x(x-k)}##
then,

##\dfrac{1}{(x)(x-k)}=\dfrac{A}{x} +\dfrac{B}{x-k}##

##1=A(x-k)+Bx##

##Ax+Bx=0##
##-Ak=1##

##A=\dfrac{-1}{k}##

i know that ##A+B=0##
##B=\dfrac{1}{k}##

thus,

##\dfrac{1}{(x)(x-k)}=\dfrac{-1}{kx} +\dfrac{1}{k(x-k)}##

##\dfrac{1}{(kr+1)(kr-k+1)}=\dfrac{-1}{k(kr+1)} +\dfrac{1}{k(kr-k+1)}##

##\dfrac{1}{(kr+1)(kr-k+1)}= \dfrac{1}{k(kr-k+1)}-\dfrac{1}{k(kr+1)}##

##\dfrac{1}{(kr+1)(kr-k+1)}= \dfrac{1}{k(k(r-1)+1)}-\dfrac{1}{k(kr+1)}##

any simpler or alternative approach (in determining the partial fractions) prompted this post.
 
Last edited:
Physics news on Phys.org
This is also related,

1712735771650.png


solution:
1712736049102.png

My steps,

##\lim_{n \rightarrow +\infty} \left[\dfrac{n}{kn+1}\right] = \lim_{n \rightarrow +\infty} \left[\dfrac{1}{k+1/n}\right]= \left[\dfrac{1}{k+0}\right]=\dfrac{1}{k}##
 
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