Partial fractions
In a nutshell
An algebraic fraction can be written in the form Q(x)P(x), where P(x) and Q(x) are polynomials. The order of a polynomial is given by the highest power of x. If the order of P(x) is less than the order of Q(x), then it is a proper fraction, and can be split up into two or more partial fractions. The denominators of the partial fractions are based on the linear factors of Q(x).
Partial fractions
When splitting a algebraic fraction into partial fractions, there are two methods, which are:
- Substitution
- Equating coefficients
Substitution
procedure
1.
| Factorise the denominator into linear factors. |
2. | Set A and B as numerators of your partial fractions. |
3. | Multiply up the fractions. |
4. | In order to find the values of A and B, substitute x=root of the factor. |
Example 1
Split x2−497x+4 into partial fractions using the substitution method.
First, factorise the denominator into linear factors.
x2−497x+4=(x+7)(x−7)7x+4
Now, set A and B as numerators of the partial fractions.
(x+7)(x−7)7x+4=x+7A+x−7B
Multiply up the fractions to eliminate the denominators.
(x+7)(x−7)7x+4(x+7)(x−7)7x+47x+4=x+7A+x−7B=(x+7)(x−7)A(x−7)+(x+7)(x−7)B(x+7)=A(x−7)+B(x+7)
In order to find A, substitute x=−7, so B is eliminated from the equation.
7(−7)+4−49+4A=A(−7−7)+B(−7+7)=−14A=1445
Repeat the process using x=7 in order to find B.
7×7+453B=A(7−7)+B(7+7)=14B=1453
53=14B
B=1453
Therefore, x2−497x+4=14(x+7)45+14(x−7)53
Equating coefficients
procedure
1.
| Factorise the denominator into linear factors. |
2. | Set A and B as numerators of your partial fractions. |
3. | Multiply up the fractions. |
4. | Expand all brackets and equate the coefficients of x and the constant terms, to find the values of A and B. |
Example 2
Split x2−497x+4 into partial fractions using the equating coefficients method.
First, factorise the denominator into linear factors.
x2−497x+4=(x+7)(x−7)7x+4
Now, set A and B as numerators of the partial fractons.
(x+7)(x−7)7x+4=x+7A+x−7B
Multiply up the fractions to eliminate the denominators.
(x+7)(x−7)7x+4(x+7)(x−7)7x+47x+4=x+7A+x−7B=(x+7)(x−7)A(x−7)+(x+7)(x−7)B(x+7)=A(x−7)+B(x+7)
Next, expand all the brackets, to find the coefficients.
7x+4=Ax−7A+Bx+7B
7x+4=x(A+B)+7(B−A)
Equate coefficients of x.
7x=x(A+B)
And constant terms.
4=7(B−A)
And solve both equations simultaneously.
{7x=x(A+B)4=7(B−A)
Giving:
A=1445B=1453
Note: You will have to split your fractions into as many terms (A, B, C) as factors in the denominator you have.