Partial Fractions of 4/(x^3-2x^2)

MasterJan7
Messages
2
Reaction score
0

Homework Statement



Find partial fractions for 4/(x^3-2x^2)

The Attempt at a Solution


Heres the steps that I took:
1. 4/(x^3-2x^2)= 4/(x^2(x-2))= A/(x^2) + B/(x-2)
2. 4= A(x-2) + B(x^2)
3. When x=0, -2A=4, so A=-2,
and When x=2, 4B=4, so B=1.
4. So my final answer was:
-2/(x^2)+1/(x-2)

The real answer as I found out from Wolfram Alpha integral calculator was:
-2/(x^2)+1/(x-2)-1/x

So the real answer is the same as the solution that I got, except for the -1/x at the end... I have no idea where that -1/x came from, no matter how many times I redo this problem. Please tell how to get the real answer! Thank you!
 
Physics news on Phys.org
I assume you know yours is incorrect because it doesn't expand to equal the given fraction.

The correct expansion is
\frac{4}{x^2(x-2)}=\frac{Ax+B}{x^2}+\frac{C}{x-2}
 
You should have something like: \displaystyle \frac{4}{x^2(x-2)}=\frac{Ax+B}{x^2}+\frac{C}{x-2}\frac{}{}

or equivalently: \displaystyle \frac{4}{x^2(x-2)}=\frac{A}{x}+\frac{B}{x^2}+\frac{C}{x-2}\frac{}{}
 
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