There are some very useful rules when dealing with partial fractions1) For every linear factor such as ax + b in the denominator, there will be a partial fraction of the form A / ax + b. 2) For every repeated factor such as (ax + b)2 in the denominator, there will be two partial fractions: A/ ax + b and B/ (ax + b)2 . For higher powers there will be correspondingly more terms. 3) For quadratic factors in the denominator e.g. ax2 + bx + c there will be a partial fraction of the form: Ax + B / ax2 + bx +c.For example, let's decompose (7x + 2) / [(x + 2)^2 * (x - 2)]. Using the rules above, (x + 2)^2 would give us A / (x + 2) + B / (x+2)^2. (x - 2) in the denominator would give C / (x - 2). Therefore, the partial fraction (7x + 2) / [(x + 2)^2 * (x - 2)] can also be written in the form: A / (x + 2) + B / (x+2)^2 + C / (x - 2).In fact, having equated appropriate coefficients we find out that: (7x + 2) / [(x + 2)^2 * (x - 2)] = - 1/ (x + 2) + 3 / (x+2)^2 + 1 / (x - 2).