What a m I doing something wrong evaluating this integral?

44 Views Asked by At

$$\int \frac1{(x-2)(x^2+1)^2}\,dx= \frac{A}{(x-2)}+ \frac{Bx+C}{(x^2+1)}+ \frac{Dx+E}{(x^2+1)^2}$$

$$1=A(x^2+1)^2 +(Bx+C)(x-2)(x^2+1)+(Dx+E)(x-2)$$

Am I doing this correct , I'm getting too many equations and I cant solve them?? (and yes its not my homework but exercising for exam).

4

There are 4 best solutions below

1
On BEST ANSWER

I'll teach you a "new" easy way of solving those $$\frac{1}{(x-2)(x^2+1)^2}=\frac{A}{x-2}+\frac{Bx+C}{x^2+1}+\frac{Dx+E}{(x^2+1)^2}$$

$$1=A(x^2+1)^2+(Bx+C)(x-2)(x^2+1)+(Dx+E)(x-2)$$ Now substitute $x=2$, you get $A=\frac{1}{25}$

Substitute $x=i$, you get $1=(Di+E)(i-2)=-D-2E+Ei-2Di \implies E=2D \,\land D+2E=-1 $ $\implies D=\frac{-1}{5} \,\land E=\frac{-2}{5} $

Substitute $x=1$, you get $1=4A-2B-2C-D-E \implies \frac{-3}{25}=B+C$

Substitute $x=0$, you get $1=A-2C-2E \implies C=\frac{-2}{25}$

So we have our solution $A=\frac{1}{25}$, $B=-\frac{1}{25}$, $C=-\frac{2}{25}$, $D=-\frac{1}{5}$, $E=-\frac{2}{5}$.

0
On

It should be $$1=A(x^2+1)^2+(Bx+C)(x-2)(x^2+1)+(Dx+E)(x-2)$$

1
On

After correcting ($A(x^2+1)\rightarrow A(x^2+1)^2$), you get the system$$\left\{\begin{array}{l}A+B=0\\-2B+C=0\\-2 A + B - 2 C + D=0\\-2 B + C - 2 D +E=0\\A - 2 C - 2 E=1.\end{array}\right.$$It has five equations and five unknows, besides being linear. What's the problem?

0
On

Looks right. Why too many equations?

The sum of the $x^4$ terms will add to $0$, sum of the $x^3$ terms will add to $0$, the sum of the $x^2$ terms will add to $0$, the sum of the $x$ terms will add to zero, and the sum of the constants will add to $1$. Five equations, five unknowns.