When adding two fractionsa/b + c/d one first computes the common denominator, b.d, and then combines fractions over the common denominatora/b + c/d = (ad+bc)/(bd) Partial fractions is essentially the opposite procedure, one reduces a more complicated quotient into the sum of simpler quotients.As a simple example, take the expression
1 / (x2-1) After factoring the denominator we can write this as1/((x+1)(x-1)) Expressing this as the sum of two simpler fractions1/((x+1)(x-1)) = A/(x+1) + B/(x-1) where A and B are constants, the only thing that remains is to solve for A and B. We can do this by recombining the right hand sideA/(x+1) + B/(x-1) = (A(x-1)+B(x+1))/((x+1)(x-1)) and equating numeratorsA(x-1) + B(x+1) = 1 This gives(A+B)x + (B-A) = 1 orA+B=0 The second equation gives B=A+1, which when substituted into the first equation gives
B-A=12A+1=0 => A=-1/2 B=1/2 orNote, another, somewhat quicker way, is to note that the equation ![]()
A(x-1) + B(x+1) = 1 is valid for all x , and consequently, if x=1, the first term disappears, leaving B*2=1, or B=1/2. If x=-1, the second term disappears, leaving A*(-2)=1, or A=-1/2, which is the same result as before.
There are four distinct cases, in which the denominator is composed of:In the first case, we have
- distinct linear factors
- repeated linear factors
- distinct non-factorable (irreducible) quadratics
- repeated non-factorable (irreducible) quadratics
In the second case, where the factor (a1x+b1) is appears to the kth power, the terms ![]()
are generated. In the third case, we have ![]()
and finally in the fourth case, where the quadratic term appears to the kth power, the terms ![]()
appear. ![]()
If the degree of the numerator R(x) is greater than or equal to the denominator Q(x), then synthetic division must be used.
Note: the linear terms will integrate to natural logs, the quadratic terms will integrate to natural logs or inverse trig functions, and higher terms will be somewhat more complicated.Note: On an exam, a standard problem is to find the form of the partial fraction decomposition, but not to find the actual coefficients.
Copyright © 1997, Michael S. Pilant