by Guest » Wed Apr 14, 2021 4:16 pm
The denominator is [tex]x^4+ 3x^2+ 2[/tex]. That is "quartic" but is of "quadratic form" since if we let [tex]y= x^2[/tex] we can write it [tex]y^2+ 3y+ 2= (y+ 1)(y+ 2)= (x^2+ 1)(x^2+ 2)[/tex]. Neither of those can be factored further (in real numbers) so the "partial fractions expansion' is
[tex]\frac{3x^2+ x+ 4}{x^4+ 3x^2+ 2}= \frac{Ax+ B}{x^2+ 1}+ \frac{Cx+ D}{x^2+ 2}[/tex].
One way to determine A, B, C, D is to add the fractions on the right side:
[tex]\frac{3x^2+ x+ 4}{x^4+ 3x^2+ 2}= \frac{(Ax+ B)(x^2+ 2)}{(x^2+ 1)(x^2+ 2)}+ \frac{(Cx+ D)(x^2+ 1)}{(x^2+ 1)(x^2+ 2)}[/tex]
[tex]\frac{3x^2+ x+ 4}{x^4+ 3x^2+ 2}= \frac{Ax^3+ Bx^2+ 2Ax+ 2B+ Cx^3+ Dx^2+ Cx+ D}{x^4+ 3x^2+ 2}[/tex]
[tex]\frac{3x^2+ x+ 4}{x^4+ 3x^2+ 2}= \frac{(A+ C)x^3+ (B+ D)x^2+ (2A+ C)x+ 2B+ D}{x^4+ 3x^2+ 2}[/tex]
Since this is to be true for all x, the coefficients of corresponding powers must be equal:
A+ C= 0
B+ D= 3
2A+ C= 1
2B+ D= 4
We have four linear equations to solve for A, B, C, and D.