Quick question I'm having trouble with (partial fraction integration)

IntegrateMe
Messages
214
Reaction score
1
Ok, so why do some answers contain an A/something + (Bx + C)/something and others contain just an A/something + B/something.

I hope someone knows what I'm talking about!
 
Physics news on Phys.org
Yes, I know what you're talking about. It depends whether the factors in the denominator are linear factors or irreducible quadratic factors.

For example, with 3/[(x - 1)(x2 + 1)], the x - 1 factor in the denominator is a linear factor (x is to power 1) and x2 + 1 is an irreducible quadratic. The decomposition would look like this:
3/[(x - 1)(x2 + 1)] = A/(x - 1) + (Bx + C)/(x2 + 1)

To reduce 3/[(x - 1)(x - 2)], both factors in the denominator are linear factors, so the decomposition would look like this:
3/[(x - 1)(x - 2)] = A/(x - 1) + B/(x - 2)

If you have repeated linear factors, such as 5/[(x - 1)2, things are a little different and the decomposition would be this:
5/[(x - 1)2 = A/(x - 1) + B/(x - 1)2

Hope that helps.
 
Thank's Mark, that makes complete sense. I was confused when the seemingly random x would tag onto an A or B term and i had no idea why. Thanks again for clarifying.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top