mathnovice said:
Homework Statement
divide in partial fractions:
x^3 -3x^2+x-12 / x^4+5x^2+4
Homework Equations
The Attempt at a Solution
I factored x^4+5x^2+4 to (x^2 +1) (x^2+4)
x^3 -3x^2+x-12/(x^2 +1) (x^2+4) = A (x^2+1)/(x^2 +1) (x^2+4) + B (x^2+4) /(x^2 +1) (x^2+4)
they all have the same denominator so: x^3-3x^2+x-12 = A (x^2+1) + B (x^2+4)
now normally my next step would be to try to solve for A by making ( x^2+4) equal to zero so I don't have B in my equation anymore. so I should find an x where x^2 is -4 but this is impossible because of the ^2. how do I solve this? thanks in advance
You have written
[tex]x^3 - 3x^2 + x - \frac{12}{x^4} + 5 x^2 + 4[/tex]
Are you sure that is what you really want?
If you mean
[tex]\frac{x^3 - 3 x^2 + x - 12}{x^4 + 5 x^2 + 4},[/tex]
then you absolutely MUST use parentheses, like this: (x^3 -3x^2+x-12) / (x^4+5x^2+4).
If I were doing it I would expand ##1/(x^4 + 5 x^2 + 4) = 1/(t^2 + 5 t + 4)## into partial fractions in the variable ##t =x^2##, then multiply by the numerator ##x^3 - 3x^2 + x - 12## later. The numerator can be written as
[tex]x^3 -3 x^2 + x - 12 = (x^3 + x) - (3x^2 + 3) - 9 = (x-3)(x^2+1) - 9[/tex]
for the ##(x^2+1)## denominator and as
[tex]x^3 -3 x^2 + x - 12 = (x^3 + 4x) - (3x^2 + 12) - 3x = (x-3)(x^2 + 4) - 3x[/tex]
for the ##(x^2+ 4)## denominator; that will allow a complete partial-fraction expansion.
The only remaining issue is whether the questioner wants/allows partial fractions in ##x^2##, or whether you need to go all the way down to fractions in ##x##. In the latter case your partial fractions will be of the form ##1/(x + i c)##, where ##c## is a real number while ##i = \sqrt{-1}## is the imaginary unit.