Partial Fraction Decomposition

AI Thread Summary
Partial fraction decomposition of a polynomial with repeated factors in the denominator requires separating them into distinct terms for each factor's power. The correct form for the decomposition, as shown in the example, is essential to maintain the integrity of the expression across all values of x. Alternative decompositions, such as using a linear numerator for repeated factors, can lead to discrepancies in vertical asymptotes, indicating they are not valid. The discussion emphasizes that while some steps can be simplified, understanding the rationale behind the decomposition is crucial. Properly applying these principles ensures accurate representation of the original polynomial function.
CornMuffin
Messages
51
Reaction score
5

Homework Statement


To find the decomposition of a polynomial with a repeated factor in the denominator, you should separate them into (x+a)^1 + ... + (x+a)^n. But, my question is why?

For example, why should you decompose it in the following way:
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{B}{x+3} + \frac{C}{(x+3)^2}

why, for example, isn't it decomposed into either of the following ways:
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{Bx+C}{(x+3)^2}
OR
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{B}{x+3}
 
Physics news on Phys.org
\frac{x+2}{(x+1)(x+3)^{2}}\equiv \frac{A}{(x+1)}+\frac{Bx+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B(x+3)-3B+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B}{(x+3)}+\frac{-3B+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B}{(x+3)}+\frac{C}{(x+3)^{2}}
 
Last edited:
Alexander2357 said:
\frac{x+2}{(x+1)(x+3)^{2}}\equiv \frac{A}{(x+1)}+\frac{Bx+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B(x+3)-3B+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B}{(x+3)}+\frac{-3B+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B}{(x+3)}+\frac{C}{(x+3)^{2}}



Ok thank you so much, I understand.

But, you made a small mistake. I fixed it above
 
Alexander2357 said:
\frac{x+2}{(x+1)(x+3)^{2}}\equiv \frac{A}{(x+1)}+\frac{Bx+D}{(x+3)^{2}}
You don't need to do this for repeated linear factors, so most of that work can be skipped. You can start directly from this and skip most of the work below:
$$\frac{x+2}{(x+1)(x+3)^{2}}\equiv \frac{A}{x+1}+\frac{B}{x+3} + \frac{C}{(x + 3)^2}$$
A numerator of Bx + D would be used for an irreducible quadratic factor such as x2 + 1.
Alexander2357 said:
\equiv \frac{A}{(x+1)}+\frac{B(x-1)+B+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B}{(x+3)}+\frac{B+D}{(x+3)^{2}}
\equiv \frac{A}{(x+1)}+\frac{B}{(x+3)}+\frac{C}{(x+3)^{2}}
 
CornMuffin said:
Ok thank you so much, I understand.

But, you made a small mistake. I fixed it above

You are welcome.
 
Mark44 said:
You don't need to do this for repeated linear factors, so most of that work can be skipped.

Yes, definitely, it can all be skipped but the question is specifically asking for why it works.
 
Alexander2357 said:
Yes, definitely, it can all be skipped but the question is specifically asking for why it works.
Either use long division on ##\displaystyle \ \frac{Bx+C}{x+3}\,, \ ## and then multiply the result by
##\displaystyle \ \frac{1}{x+3}\ .##
You could use the following rather than long division. Mark44 seems to be a big fan of it.

Rewrite ##\displaystyle \ \frac{x+K}{x+3}\ ## as ##\displaystyle \ \frac{x+3+K-3}{x+3}\ ## which splits into ##\displaystyle \ \frac{x+3}{x+3}+\frac{C-3}{x+3}\,, \ ## the first term being 1 .


(Mess around with the B & C as you please.)​


Alternatively, use a common denominator to combine ##\ \displaystyle \frac{B}{x+3} + \frac{C}{(x+3)^2}\ ## into one rational expression.
 
CornMuffin said:
For example, why should you decompose it in the following way:
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{B}{x+3} + \frac{C}{(x+3)^2}

why, for example, isn't it decomposed into either of the following ways:
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{Bx+C}{(x+3)^2}
OR
\frac{x+2}{(x+1)(x+3)^2} = \frac{A}{x+1} + \frac{B}{x+3}
For the latter case, if we multiply by (x+3), the lefthand side becomes
$$\frac{x+2}{(x+1)(x+3)}$$ while the righthand side becomes
$$A \frac{x+3}{x+1} + B.$$ The expression on the lefthand side has a vertical asymptote at ##x=-3##, but the one from the righthand side doesn't, which means the two sides can't be equal for all ##x##. This implies that the original decomposition isn't valid.
 

Similar threads

Back
Top