Partial Fractions - Solving Homework Equation with Coefficients

cragar
Messages
2,546
Reaction score
3

Homework Statement


1/((x^2-1)^2)


Homework Equations





The Attempt at a Solution


so i get (Ax+B)/(x^2-1) + (Cx+D)/((x^2-1)^2)

then i multiply both sides by ((x^2-1)^2)
then i get 1=(Ax+B)(x^2-1)+ (Cx+D)

then i multiply it out Ax^3+Bx^2 -Ax +Cx +D =1
then i equate the coeffcients
A=0 B=0 -A+C=0 -B+D=1 D=1

but when i plug these back in i don't get what my book gets and i setting this up correctly
 
Physics news on Phys.org
that should be
1/((x^2-1)^2)=A/(x+1)+B/(x+1)^2+C/(x-1)+D/(x-1)^2
 
ok i see
 
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