Quick Rejog of Partial Fraction Decomposition:

93 Views Asked by At

I don't need the problem to be solved I just need to have the decomposed equation. I have the following equation: \begin{equation} I=\int \frac{dx}{x^2(x^2-16)}\end{equation} The method that I have to use is Partial Fractions Decomposition. My question is since there is an $x^2$ term I have to increase in linearity which I wonder if I did correctly? $$\bbox[border:2px solid black] {\begin{equation}\frac{1}{x^2(x^2-16)}=\frac{A}{x}+\frac{Bx+C}{x^2}+\frac{D}{x+4}+\frac{E}{x-4} \end{equation}}$$

3

There are 3 best solutions below

0
On BEST ANSWER

Basically you're correct, but you only need two constants, not three.

As mentioned in the comments,

$$ \frac Ax + \frac{Bx+C}{x^2} = \frac{A+B}{x} + \frac C{x^2} = \frac{A'}{x} +\frac{C}{x^2}$$

where $A'=A+B$.

In other words, either the $\frac {A}x$ term is redundant or the $Bx$ term is redundant.

0
On

You only increase the degree of numerator with irreducible factors (e.g. $x^2+1$), not repeated roots. Suppose the root $a$ is repeated $r$ times, then the decomposition has $$\frac{A_1}{x-a}+\frac{A_2}{(x-a)^2}+\cdots+\frac{A_r}{(x-a)^r}$$

1
On

One can easily observe what redundant is as follows $$\frac{1}{x^2(x^2-16)}=\frac{A}{x}+\frac{Bx+C}{x^2}+\frac{D}{x+4}+\frac{E}{x-4}$$ $$=\frac{A}{x}+\frac{B}{x}+\frac{C}{x^2}+\frac{D}{x+4}+\frac{E}{x-4}$$ Thus either $\frac Ax$ or $\frac{bx}{x^2}=\frac Bx$ is redundant