Partial Fractions with Quadratic Factor

811 Views Asked by At

I understand that if we have a quadratic factor such as in

$\frac{8}{(x^2 + 1)(2x-3)} $

and we want to decompose, we should have a linear factor above $ x^2 +1$. Is the reason behind this primarily for calculus purposes, since if we have the numerator in linear form it will be easier to take the anti derivative? Theoretically, we could solve as if there is a constant in the numerator, though then we would have integration problems down the road?

1

There are 1 best solutions below

2
On

Hint. Observe that, we have $$ \frac{a}{x^2+1}+\frac{c}{2x-3}=\frac{c x^2+2ax+c-3 a}{\left(1+x^2\right)(2 x-3) } $$ and the latter fraction can not be equal to $$ \frac{8}{\left(1+x^2\right)(2 x-3) } $$ for all appropriate $x$. Do you see why?

Whereas, $$ \frac{8}{\left(1+x^2\right)(2 x-3) }=\frac{ax+b}{x^2+1}+\frac{c}{2x-3}=\frac{(2a+c) x^2+(2b-3a)x+c-3 b}{\left(1+x^2\right)(2 x-3) } $$ admits a valid solution: $$ a=-\frac{16}{13}, \quad b=-\frac{24}{13},\quad c=\frac{32}{13}. $$

Remark. Another way to see what happens, is to decompose in $\mathbb{C}(x)$: $$ \frac{8}{\left(1+x^2\right)(2 x-3) }=\frac{A}{x-i}+\frac{B}{x+i}+\frac{C}{2x-3}. $$