Where do I go on this integration by partial fractions problem?
2026-03-27 21:23:28.1774646608
On
Integration by Partial Frac.
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
You can either substitue values in for $x$ like $2$ that cancel out other terms or you can actually foil it all out and then set set up a system of equations with the coefficients of terms of equal degree. For instance, if $x^2+2x=Ax^2+Ax+Bx$, you would have $Ax^2=x^2\implies A=1$ and $Ax+Bx=2x\implies A+B=2$.

We have
$f(x)=\frac{x^2}{x^4-2x^2-8}=$
$\frac{x^2}{(x-2)(x+2)(x^2+2)}=$
$\frac{a}{x-2}+\frac{b}{x+2}+\frac{cx+d}{x^2+2}$
this gives
$a=\frac{1}{6}$
obtained by multiplying by $(x-2)$ and replacing $x$ by $2$.
$b=\frac{-1}{6}$
obtained by multiplying by $(x+2)$ and replacing $x$ by $-2$.
$c=-a-b=0$
obtained by multiplying by $x$ and $x\to \infty$
and
$d=a-b=\frac{1}{3}$
obtained by replacing $x$ by $0$.
thus
$f(x)=\frac{1}{6}(\frac{1}{x-2}-\frac{1}{x +2}+\frac{1}{1+(\frac{x}{2})^2})$
and the primitive
$F(x)=\frac{1}{6}(ln( |\frac{x-2}{x+2}|$
$+2arctan(\frac{x}{2} ))+C$
defined in $(-\infty,-2) $ or $(-3,2)$ or $(2,+\infty)$.