Partial Fraction
Partial Fraction
Partial Fraction
Written by Don Methven and generously donated to the Math and Physics Help Home
Page
Partial fractions: I personally find these to be quite tough - especially if you
aren't good with fractions in the first place. They involve the splitting up of
a fraction into two or more fractions with only one factor in the denominator.
I have written this as a quick reminder on how you use the methods to cope with
them. Basically I have solved a partial fraction with each method, so you can tr
y it yourself. I would advise you to print this out and follow it along (maths i
s hard to do on a screen).
OK lets go...
Writing:
6 1 1
------------- = ------- - -------
x² + 2x - 8 x - 2 x + 4
6
means that you have expressed ----------- in partial fractions...
x² + 2x - 8
Method 1
Substitution of values.
=======================
Express as a partial fraction.
x - 1
---------------
(3x - 5)(x - 3)
=======================
so we now have:
x - 1 = A(x - 3) + B(3x - 5)
to get rid of one term, substitute a 'strategic' value - example: to get rid of
(x - 3), make x = 3, so (3 - 3) ends up as 0 - its gone! Remember that you have
to do this to all the x's in the equation though.
3 - 1 = B(3*3 - 5)
2 = 4B
so, 2/4 = B
or, 1/2 = B
now, do the same except this time get rid of B leaving A behind.
- make x = 5/3
so, (5/3 * 3) = 5
so, (5 - 5) = 0
- the (3x - 5) term is gone!
5/3 -1 = A(5/3 - 3)
2/3 = A * -4/3
2/3
------ = A
-4/3
-1/2 = A
x - 1 -1 1
--------------- = --------- + --------
(3x - 5)(x - 3) 2(3x - 5) 2(x - 3)
################################################################################
#########
Method 2
Solving by coefficients
========================
Usually people use this method in conjunction with another method ie substitutio
n of values, there is however nothing wrong with using this method on its own if
you prefer it - as below...
=======================
Express as a partial fraction.
x - 1
---------------
(3x - 5)(x - 3)
=======================
The first step (as in the first method) is to multiply the denominator by both s
ides
x - 1 = A(x - 3) + B(3x - 5)
It may help if the A and B parts are expanded but this step can usually be misse
d.
x - 1 = A * x - A * 3 + B * 3 * x - 5B
x - 1 = Ax - 3A + 3Bx - 5B
now look at this and try to equate coefficients for 'x'
Ok, we've now done the first step, now do the same agian but with somthing else
(like x² or
constants (the constants are the actual number's - i.e not x's which can be anyt
hing)
Lets do, coefficient for constants.
-1 = -3A -5B
1 = A + 3 * 0.5
1 - 3 * 0.5 = A
-0.5 = A
we now know A and B
x - 1 0.5 -0.5
--------------- = --------- + --------
(3x - 5)(x - 3) (3x - 5) (x - 3)
################################################################################
#########
Method 3
cover up method
================
This method is in my opinion the easiest of all the three methods, but it can be
misleading if you follow it like a cookbook recipe, not knowing what you are re
ally doing. It also cannot be used with non-linear fractions such as explained a
fter this section...I basically just done a partial fraction not explaing it muc
h - since you can pretty much see how you do it from example.
=======================
Express as a partial fraction.
x - 1
---------------
(3x - 5)(x - 3)
=======================
1
---------------
(x - 3)(x + 1)²
=======================
1 A B C
--------------- = ------- + ------- + --------
(x - 3)(x + 1)² (x - 3) (x + 1) (x + 1)²
################################################################################
#########
Strange exceptions (quadratics in the denominator - bottom of the fraction - )
If you have got a fraction in the denominator i.e. x² + 3x + 2 the format should l
ook like this:
A Bx + C
fraction = --------- + ------------
factor quadractic
example:
=======================
Express as a partial fraction.
x - 1
--------------------
(x + 3)(x² + 3x + 2)
=======================
x - 1 A Bx + C
-------------------- = --------- + -------------
(x + 3)(x² + 3x + 2) x + 3 x² + 3x + 2
multiply by denominator.
x - 1 = A(x² + 3x + 2) + (Bx + C)(X + 3)
By Inspection
make x = -3 (at this point be careful that your selected value doesn't also make
the
quadratic equal 0 as well!)
-3 - 1 = A((-3)² + 3*(-3) + 2)
-4 = A(9 - 9 + 2)
-4 = 2A
-2 = A
solve coefficient of x²
0 = A + B
0 = -2 + B
2 = B
solve coefficient of x
1 = 3A + 3B + C
1 = 3*(-2) + 3*(2) + C
1 = C
done.
x - 1 -2 2x + 1
-------------------- = --------- + ---------------
(x + 3)(x² + 3x + 2) (x + 3) x² + 3x + 2