themadhatter1
- 139
- 0
Homework Statement
Find the Partial Fraction Decomposition.
\frac{4x^2+2x-1}{x^2(x+1)}
Homework Equations
The Attempt at a Solution
\frac{4x^2+2x-1}{x^2(x+1)}=\frac{a}{x}+\frac{b}{x^2}+\frac{c}{(x+1)}
4x^2+2x-1=x^2(x+1)a+x(x+1)b+x^2(x)c
So i can solve for c by plugging in -1 for x but I'm not sure how to solve for a and b.