MATH 141 Calculus 2 • McGill University, Montreal

Revision sheet: partial fractions (MATH 141)

This sheet is not a summary of section 7.4 of Stewart: you already have the course notes. It answers one question only, what makes students lose marks on partial fractions in MATH 141 at McGill University, and which precise gesture avoids each loss.

Everything below is done by hand, as on the exam, where no calculator is allowed: every decomposition quoted has been checked at an extra value of xx, and every antiderivative by differentiating it.

The thread of the chapter

The SHAPE of the answer is decided before any constant, in a fixed order: degree check (divide when deg⁡N≥deg⁡D\deg N \ge \deg D), complete factorization (the discriminant decides every quadratic), then one term per power, with a linear numerator over each irreducible quadratic. Each kind of term has one kind of antiderivative: a logarithm, a power, or a logarithm plus an arctangent.

This chapter is part of MATH 141, Calculus 2 (McGill)

The essentials

The order that decides the form

  • • Step 1, the degree check: if deg⁡N≥deg⁡D\deg N \ge \deg D, divide first. ND=Q+RD\frac{N}{D} = Q + \frac{R}{D} with deg⁡R<deg⁡D\deg R < \deg D, and ONLY RD\frac{R}{D} is decomposed. The quotient QQ is the curve's behaviour far away: its asymptote.
  • • Step 2, factor DD COMPLETELY over the reals: grouping, the rational root test, differences of squares and cubes. Test every quadratic with its discriminant b2−4acb^2 - 4ac.
  • • Step 3, write the form: one term per POWER of each factor. A linear factor takes a constant numerator, an irreducible quadratic a linear numerator Bx+CBx + C.
  • • Step 4, count: the number of unknowns must equal deg⁡D\deg D. Only then look for the constants.
  • • Step 5, integrate each term with its own rule, then check by differentiating or at one value.
-3-2-112345-6-4-2246810fx + 12/(x - 1)
f(x)=x2+1x−1=x+1+2x−1f(x) = \frac{x^2 + 1}{x - 1} = x + 1 + \frac{2}{x - 1}: the blue curve follows its quotient, the dashed line x+1x + 1, while the proper part 2x−1\frac{2}{x - 1} in green dies at infinity.

Most lost marks in this chapter are a step done out of order: constants computed on an improper fraction, a form written on a denominator that still factors, an arctangent over a quadratic nobody tested.

Three kinds of term, three kinds of antiderivative

  • • Simple linear factor: ∫Apx+q dx=Apln⁡∣px+q∣+K\int \frac{A}{px + q}\,dx = \frac{A}{p}\ln|px + q| + K. The 1p\frac{1}{p} comes from du=p dxdu = p\,dx.
  • • Repeated linear factor, power k≥2k \ge 2: ∫A(x−a)k dx=−A(k−1)(x−a)k−1+K\int \frac{A}{(x - a)^k}\,dx = -\frac{A}{(k - 1)(x - a)^{k - 1}} + K. A POWER, never a logarithm.
  • • Irreducible quadratic: complete the square, (x−h)2+a2(x - h)^2 + a^2, split the numerator around the derivative of the quadratic, then ∫u′u=ln⁡∣u∣\int \frac{u'}{u} = \ln|u| and ∫duu2+a2=1aarctan⁡ua\int \frac{du}{u^2 + a^2} = \frac{1}{a}\arctan\frac{u}{a}.
  • • Absolute values stay inside every logarithm of a linear factor: on an interval where x−1<0x - 1 < 0, ln⁡(x−1)\ln(x - 1) does not exist and ln⁡∣x−1∣\ln|x - 1| does.
  • • The letters A,B,CA, B, C are taken by the decomposition: call the constant of integration KK so the answer is not ambiguous.

The rules in table form

Each row reads from left to right: the assumptions, then the result. A red cell is not an answer, it is the finding that the form settles nothing and the instruction to rewrite it. Every case is followed by a worked example.

Each factor, the terms it opens, and what they integrate to

Read a line as: this factor in the denominator contributes these terms, and they integrate to the last column. Every example below has been checked by differentiation. The red lines are rules students invent.

Factor in the denominatorTerms it contributesAntiderivative
x−ax - a Ax−a\frac{A}{x - a} Aln⁡∣x−a∣A\ln|x - a|

Example: ∫3x−2 dx=3ln⁡∣x−2∣+K\int \frac{3}{x - 2}\,dx = 3\ln|x - 2| + K.

px+qpx + q Apx+q\frac{A}{px + q} Apln⁡∣px+q∣\frac{A}{p}\ln|px + q|

Example: ∫42x+1 dx=2ln⁡∣2x+1∣+K\int \frac{4}{2x + 1}\,dx = 2\ln|2x + 1| + K, not 4ln⁡∣2x+1∣4\ln|2x + 1|.

(x−a)2(x - a)^2 Ax−a+B(x−a)2\frac{A}{x - a} + \frac{B}{(x - a)^2} Aln⁡∣x−a∣−Bx−aA\ln|x - a| - \frac{B}{x - a}

Example: x(x−1)2=1x−1+1(x−1)2\frac{x}{(x - 1)^2} = \frac{1}{x - 1} + \frac{1}{(x - 1)^2} integrates to ln⁡∣x−1∣−1x−1+K\ln|x - 1| - \frac{1}{x - 1} + K.

x2+a2x^2 + a^2 Bx+Cx2+a2\frac{Bx + C}{x^2 + a^2} B2ln⁡(x2+a2)+Caarctan⁡xa\frac{B}{2}\ln(x^2 + a^2) + \frac{C}{a}\arctan\frac{x}{a}

Example: ∫2x+6x2+9 dx=ln⁡(x2+9)+2arctan⁡x3+K\int \frac{2x + 6}{x^2 + 9}\,dx = \ln(x^2 + 9) + 2\arctan\frac{x}{3} + K.

(x−h)2+a2(x - h)^2 + a^2 Bx+Cx2−2hx+h2+a2\frac{Bx + C}{x^2 - 2hx + h^2 + a^2} split, then u=x−hu = x - h

Example: xx2−4x+5\frac{x}{x^2 - 4x + 5}: x=12(2x−4)+2x = \frac{1}{2}(2x - 4) + 2 gives 12ln⁡(x2−4x+5)+2arctan⁡(x−2)+K\frac{1}{2}\ln(x^2 - 4x + 5) + 2\arctan(x - 2) + K.

x2+a2x^2 + a^2 Cx2+a2\frac{C}{x^2 + a^2} Cln⁡(x2+a2)C\ln(x^2 + a^2) no such rule

Example: ddxln⁡(x2+4)=2xx2+4\frac{d}{dx}\ln(x^2 + 4) = \frac{2x}{x^2 + 4}, not 1x2+4\frac{1}{x^2 + 4}.

What to do: A constant numerator over an irreducible quadratic gives Caarctan⁡xa\frac{C}{a}\arctan\frac{x}{a}: ∫dxx2+4=12arctan⁡x2+K\int \frac{dx}{x^2 + 4} = \frac{1}{2}\arctan\frac{x}{2} + K.

(x−a)2(x - a)^2 B(x−a)2\frac{B}{(x - a)^2} Bln⁡(x−a)2B\ln(x - a)^2 no such rule

Example: ddxln⁡(x−1)2=2x−1\frac{d}{dx}\ln(x - 1)^2 = \frac{2}{x - 1}, not 1(x−1)2\frac{1}{(x - 1)^2}.

What to do: Use the power rule: ∫(x−a)−2 dx=−(x−a)−1+K\int (x - a)^{-2}\,dx = -(x - a)^{-1} + K.

Every blue line is proved by differentiating its last column. If the derivative does not give back the middle column, the rule does not exist, which is exactly what happens on the two red lines.

The mistakes that cost marks

These are the errors I correct most often in session. Each one costs marks on a paper, even when the reasoning behind it is right.

1. Decomposing an improper fraction without dividing first

the term x of the antiderivative, that is the whole length of the interval on a definite integral, and usually 2 to 3 marks

What not to write

“By the cover-up, x2+2x2−1=3/2x−1−3/2x+1\frac{x^2 + 2}{x^2 - 1} = \frac{3/2}{x - 1} - \frac{3/2}{x + 1}.”

What to write

“The degrees are equal, so I divide: x2+2x2−1=1+3x2−1=1+3/2x−1−3/2x+1\frac{x^2 + 2}{x^2 - 1} = 1 + \frac{3}{x^2 - 1} = 1 + \frac{3/2}{x - 1} - \frac{3/2}{x + 1}.”

-4-3-2-11234-5-4-3-2-112345truecover-up
The true fraction, in blue, tends to 11; the cover-up answer, dashed in red, tends to 00. They differ by exactly 11 everywhere: the missing quotient.

Why: The cover-up reads each pole and is blind to the quotient: its constants are right, a whole term is missing. A sum of proper fractions tends to 00 at infinity, while this fraction tends to 11, as the figure shows.

2. Forgetting the inner coefficient of a linear factor

1 mark per term, and every term with a non-monic factor is affected

What not to write

“∫53x−2 dx=5ln⁡∣3x−2∣+K\int \frac{5}{3x - 2}\,dx = 5\ln|3x - 2| + K.”

What to write

“With u=3x−2u = 3x - 2, du=3 dxdu = 3\,dx: ∫53x−2 dx=53ln⁡∣3x−2∣+K\int \frac{5}{3x - 2}\,dx = \frac{5}{3}\ln|3x - 2| + K.”

Why: Differentiating 5ln⁡∣3x−2∣5\ln|3x - 2| gives 153x−2\frac{15}{3x - 2}, three times too much. After a cover-up on a factor like 2x−12x - 1 or 3x+23x + 2, the 1p\frac{1}{p} is owed on the integration line.

3. Leaving out the lower power of a repeated factor

the whole question: with a form that is too short, the system has no solution

What not to write

“x+3(x+1)2=B(x+1)2\frac{x + 3}{(x + 1)^2} = \frac{B}{(x + 1)^2}, one factor so one term.”

What to write

“(x+1)2(x + 1)^2 opens two boxes: x+3(x+1)2=Ax+1+B(x+1)2\frac{x + 3}{(x + 1)^2} = \frac{A}{x + 1} + \frac{B}{(x + 1)^2}, and x+3=(x+1)+2x + 3 = (x + 1) + 2 gives A=1A = 1, B=2B = 2.”

Why: The number of unknowns must equal the degree of the denominator: here 22, and the wrong form has 11. A constant BB cannot equal the non-constant numerator x+3x + 3. A box that comes out 00 for some numerator must still be written.

4. Integrating a squared factor into a logarithm

1 to 2 marks, and a wrong value on any definite integral

What not to write

“∫2(x+1)2 dx=2ln⁡(x+1)2+K\int \frac{2}{(x + 1)^2}\,dx = 2\ln(x + 1)^2 + K.”

What to write

“By the power rule, ∫2(x+1)−2 dx=−2x+1+K\int 2(x + 1)^{-2}\,dx = -\frac{2}{x + 1} + K.”

Why: Only the FIRST power gives a logarithm. ddx2ln⁡(x+1)2=4x+1\frac{d}{dx}2\ln(x + 1)^2 = \frac{4}{x + 1}, which has the wrong power. Differentiating the answer takes five seconds and catches it.

5. Taking a quadratic that factors for an irreducible one

the whole question

What not to write

“x2+x−6=(x+12)2−254x^2 + x - 6 = \left(x + \frac{1}{2}\right)^2 - \frac{25}{4}, so ∫dxx2+x−6\int \frac{dx}{x^2 + x - 6} is an arctangent.”

What to write

“The discriminant is 1+24=25>01 + 24 = 25 > 0, so x2+x−6=(x+3)(x−2)x^2 + x - 6 = (x + 3)(x - 2) and ∫dxx2+x−6=15ln⁡∣x−2x+3∣+K\int \frac{dx}{x^2 + x - 6} = \frac{1}{5}\ln\left|\frac{x - 2}{x + 3}\right| + K.”

Why: A completed square with a MINUS sign in front of the constant is a difference of squares: it factors. Only (x−h)2+a2(x - h)^2 + a^2, with a plus, leads to an arctangent. Compute the discriminant before writing any form.

6. Writing a logarithm over an irreducible quadratic

2 marks

What not to write

“∫dxx2+6x+10=ln⁡(x2+6x+10)+K\int \frac{dx}{x^2 + 6x + 10} = \ln(x^2 + 6x + 10) + K.”

What to write

“x2+6x+10=(x+3)2+1x^2 + 6x + 10 = (x + 3)^2 + 1, so ∫dx(x+3)2+1=arctan⁡(x+3)+K\int \frac{dx}{(x + 3)^2 + 1} = \arctan(x + 3) + K.”

Why: A logarithm needs the derivative of the denominator on top, here 2x+62x + 6. A constant numerator gives an arctangent after completing the square; a general linear numerator gives both, after splitting it around 2x+62x + 6.

7. Stopping the factorization of the denominator too early

1 to 2 marks for the form, then an integral that cannot be finished

What not to write

“x4−81=(x2−9)(x2+9)x^4 - 81 = (x^2 - 9)(x^2 + 9), so 1x4−81=Ax+Bx2−9+Cx+Dx2+9\frac{1}{x^4 - 81} = \frac{Ax + B}{x^2 - 9} + \frac{Cx + D}{x^2 + 9}.”

What to write

“x2−9x^2 - 9 still splits: x4−81=(x−3)(x+3)(x2+9)x^4 - 81 = (x - 3)(x + 3)(x^2 + 9), so the form is Ax−3+Bx+3+Cx+Dx2+9\frac{A}{x - 3} + \frac{B}{x + 3} + \frac{Cx + D}{x^2 + 9}.”

Why: The form is only valid on a COMPLETE factorization. Ax+Bx2−9\frac{Ax + B}{x^2 - 9} is not a final term: it still has to be decomposed, and treating it as an arctangent term would be wrong.

8. Losing du over u after the substitution u = e^x

the whole question: the wrong answer differentiates to the wrong function

What not to write

“With u=exu = e^x: ∫dxex+2=∫duu+2=ln⁡(ex+2)+K\int \frac{dx}{e^x + 2} = \int \frac{du}{u + 2} = \ln(e^x + 2) + K.”

What to write

“du=ex dxdu = e^x\,dx, so dx=duudx = \frac{du}{u} and ∫duu(u+2)=12ln⁡uu+2=x2−12ln⁡(ex+2)+K\int \frac{du}{u(u + 2)} = \frac{1}{2}\ln\frac{u}{u + 2} = \frac{x}{2} - \frac{1}{2}\ln(e^x + 2) + K.”

Why: The substitution converts the WHOLE of dxdx, not only the integrand. ddxln⁡(ex+2)=exex+2\frac{d}{dx}\ln(e^x + 2) = \frac{e^x}{e^x + 2}: the missing factor 1u\frac{1}{u} is visible at once when the answer is differentiated.

Which method to choose

What to do, by the FORM of the rational function

Look at the degrees, then at each factor of the denominator, before writing any letter

-2-11234-4-22468two rootsdouble rootno root
Same x2−2xx^2 - 2x, three constants: the blue parabola crosses the axis twice (two logarithms), the orange one touches it (a power), the green one stays above it (an arctangent).
  • If deg⁡N≥deg⁡D\deg N \ge \deg D → long division first, then work on the remainder only

    Example: x3x2−4=x+4xx2−4\frac{x^3}{x^2 - 4} = x + \frac{4x}{x^2 - 4}

  • If the numerator is a multiple of the derivative of the denominator → substitution u = denominator, no decomposition

    Example: ∫4xx2−4 dx=2ln⁡∣x2−4∣+K\int \frac{4x}{x^2 - 4}\,dx = 2\ln|x^2 - 4| + K

  • If a quadratic factor with positive discriminant → it factors: one logarithm per linear factor

    Example: x2−2x−3=(x−3)(x+1)x^2 - 2x - 3 = (x - 3)(x + 1)

  • If a quadratic factor with zero discriminant → a perfect square, that is a repeated factor: it gives a power

    Example: ∫dxx2−2x+1=−1x−1+K\int \frac{dx}{x^2 - 2x + 1} = -\frac{1}{x - 1} + K

  • If a quadratic factor with negative discriminant → complete the square: logarithm plus arctangent

    Example: ∫dxx2−2x+5=12arctan⁡x−12+K\int \frac{dx}{x^2 - 2x + 5} = \frac{1}{2}\arctan\frac{x - 1}{2} + K

  • If a cubic or quartic denominator → grouping, the rational root test, a difference of squares, until every factor is linear or irreducible

    Example: x3−3x+2=(x−1)2(x+2)x^3 - 3x + 2 = (x - 1)^2(x + 2), a hidden repeated root

  • If x\sqrt{x} or exe^x in the integrand → rationalize: u=xu = \sqrt{x} with dx=2u dudx = 2u\,du, or u=exu = e^x with dx=duudx = \frac{du}{u}, then start the tree again

    Example: ∫xx−4 dx\int \frac{\sqrt{x}}{x - 4}\,dx becomes ∫2u2u2−4 du\int \frac{2u^2}{u^2 - 4}\,du, improper again

The three middle branches are one question, the sign of b2−4acb^2 - 4ac. Answer it in writing on the first line: it decides between logarithms, a power and an arctangent before any constant is computed.

How the answer is expected to be written

A marker ticks steps. Here they are in order, with the concluding sentence expected word for word.

Integrating a rational function

When to use it: Any question of the form evaluate ∫N(x)D(x) dx\int \frac{N(x)}{D(x)}\,dx, definite or not

  1. 1 State the degrees. If deg⁡N≥deg⁡D\deg N \ge \deg D, write the long division with its placeholders and the line ND=Q+RD\frac{N}{D} = Q + \frac{R}{D}.
  2. 2 Factor DD completely and justify each quadratic that stays with its discriminant.
  3. 3 Write the form with letters, then count the unknowns against deg⁡D\deg D.
  4. 4 Clear the denominators into a polynomial identity; use the roots (cover-up) first, then coefficients or extra values for what is left. Check at one more value of xx.
  5. 5 Integrate term by term, naming the rule of each: 1pln⁡∣px+q∣\frac{1}{p}\ln|px + q|, the power rule, completing the square and the arctangent. For a definite integral, say that no pole lies in the interval before using the Fundamental Theorem.

Concluding sentence

“Since deg⁡N<deg⁡D\deg N < \deg D and x2+9x^2 + 9 has discriminant −36<0-36 < 0, the decomposition has the form Ax+Bx+Cx2+9\frac{A}{x} + \frac{Bx + C}{x^2 + 9}.”

The trap: Writing the constants without the identity they come from. A marker cannot give method marks to A=1A = 1, B=2B = 2, C=2C = 2 appearing from nowhere, and a single arithmetic slip then costs everything.

Marking: Typically 1 to 2 marks for the division and the factorization, 1 for the form, 2 for the constants, 2 to 3 for the integration and 1 for the exact final value.

Check before you hand in

Five minutes of checking recover more marks than one more problem started in a hurry.

The typical problem, taken apart

A repeated factor and an irreducible quadratic in the same integral

Find ∫2x3+3x2+4x+4x2(x2+4) dx\int \frac{2x^3 + 3x^2 + 4x + 4}{x^2(x^2 + 4)}\,dx.

No calculator. Every step must be justified as on a MATH 141 final.

Step 1

Degrees 33 and 44: proper, no division. x2x^2 is the linear factor xx repeated, x2+4x^2 + 4 has discriminant −16<0-16 < 0. Form: Ax+Bx2+Cx+Dx2+4\frac{A}{x} + \frac{B}{x^2} + \frac{Cx + D}{x^2 + 4}, four unknowns for degree 44.

Why

The form is the first mark of the question, and the count of unknowns is its free check. Forgetting Bx2\frac{B}{x^2} here would make the system inconsistent.

Step 2

Clearing: 2x3+3x2+4x+4=Ax(x2+4)+B(x2+4)+(Cx+D)x22x^3 + 3x^2 + 4x + 4 = Ax(x^2 + 4) + B(x^2 + 4) + (Cx + D)x^2. At x=0x = 0: 4=4B4 = 4B, so B=1B = 1.

Why

The only real root, x=0x = 0, kills every term but one: the cover-up gives the HIGHEST power of the repeated factor, never the lower one.

Step 3

Coefficient of xx: 4=4A4 = 4A, so A=1A = 1. Coefficient of x3x^3: 2=A+C2 = A + C, so C=1C = 1. Coefficient of x2x^2: 3=B+D3 = B + D, so D=2D = 2.

Why

With no other real root, matching coefficients finishes the job; choosing the equations that contain one unknown at a time avoids solving a real system.

Step 4

Integrate: ∫dxx=ln⁡∣x∣\int \frac{dx}{x} = \ln|x|, ∫dxx2=−1x\int \frac{dx}{x^2} = -\frac{1}{x}, and x+2x2+4=12⋅2xx2+4+2x2+4\frac{x + 2}{x^2 + 4} = \frac{1}{2} \cdot \frac{2x}{x^2 + 4} + \frac{2}{x^2 + 4} gives 12ln⁡(x2+4)+arctan⁡x2\frac{1}{2}\ln(x^2 + 4) + \arctan\frac{x}{2}.

Why

Each term by its own rule: a logarithm, a power, then the split of the linear numerator around the derivative 2x2x, with 1a=12\frac{1}{a} = \frac{1}{2} in front of the arctangent and 2⋅12=12 \cdot \frac{1}{2} = 1.

Step 5

Check at x=1x = 1: left 2+3+4+41⋅5=135\frac{2 + 3 + 4 + 4}{1 \cdot 5} = \frac{13}{5}; right 1+1+1+25=1351 + 1 + \frac{1 + 2}{5} = \frac{13}{5}.

Why

One value not used in the computation confirms all four constants at once, in ten seconds.

The conclusion, written out

“∫2x3+3x2+4x+4x2(x2+4) dx=ln⁡∣x∣−1x+12ln⁡(x2+4)+arctan⁡x2+K\int \frac{2x^3 + 3x^2 + 4x + 4}{x^2(x^2 + 4)}\,dx = \ln|x| - \frac{1}{x} + \frac{1}{2}\ln(x^2 + 4) + \arctan\frac{x}{2} + K.”

The classic mistake on this problem: Writing Ax2+Cx+Dx2+4\frac{A}{x^2} + \frac{Cx + D}{x^2 + 4} with no Ax\frac{A}{x} term, or integrating 2x2+4\frac{2}{x^2 + 4} into 2arctan⁡x22\arctan\frac{x}{2} or into ln⁡(x2+4)\ln(x^2 + 4).

Learn by heart

  • • Degree check first: deg⁡N≥deg⁡D\deg N \ge \deg D means long division, and only the remainder is decomposed.
  • • Factor completely; the discriminant decides every quadratic: positive, logarithms; zero, a power; negative, an arctangent.
  • • One term per power of each factor; a linear numerator over each irreducible quadratic; unknowns =deg⁡D= \deg D.
  • • ∫dxpx+q=1pln⁡∣px+q∣\int \frac{dx}{px + q} = \frac{1}{p}\ln|px + q|. ∫dx(x−a)2=−1x−a\int \frac{dx}{(x - a)^2} = -\frac{1}{x - a}.
  • • ∫duu2+a2=1aarctan⁡ua\int \frac{du}{u^2 + a^2} = \frac{1}{a}\arctan\frac{u}{a}, after completing the square and splitting the numerator.
  • • Cover-up gives the constant of each simple factor and of the highest power of a repeated one; the rest by coefficients.
  • • u=xu = \sqrt{x}: dx=2u dudx = 2u\,du. u=exu = e^x: dx=duudx = \frac{du}{u}.
  • • Call the constant of integration KK and check the answer by differentiating it.

Frequently asked questions

When do I need long division before partial fractions?

Whenever the degree of the numerator is greater than or equal to the degree of the denominator. Partial fractions only decompose a proper fraction. Divide first, keep the polynomial quotient, which integrates directly, and decompose only the remainder over the denominator. Skipping the division loses the quotient, even when the cover-up seems to give sensible constants.

How do I know if a quadratic factor is irreducible?

Compute its discriminant, b squared minus four a c. If it is negative, the quadratic has no real root and stays whole in the decomposition, with a linear numerator on top, and it will give an arctangent. If it is positive, it factors into two linear factors and gives logarithms. If it is zero, it is a perfect square, a repeated factor that gives a power.

Why does a repeated factor need one term for each power?

Because the number of unknown constants must equal the degree of the denominator for the system to have a solution. A squared factor has degree two, so it needs two terms, one over the factor and one over its square. With only the squared term, the fraction cannot blow up at the right rate and the equations contradict each other.

What is the cover-up method and when does it fail?

Multiply the decomposition by one linear factor and evaluate at its root: every other term vanishes and the constant appears. It works for each simple linear factor and for the highest power of a repeated one. It cannot find the lower powers, the numerators over irreducible quadratics, or the missing quotient of an improper fraction; use coefficients or extra values for those.

Why is there an arctangent in some partial fraction integrals?

An irreducible quadratic becomes, after completing the square, a sum of a square and a positive constant. A constant over that sum is the derivative of an arctangent: the integral of one over u squared plus a squared is one over a times the arctangent of u over a. The part of the numerator proportional to the derivative of the quadratic gives a logarithm instead.

Practise it

Corrected exercises: Partial fractions, MATH 141 at McGill

A method is proved on a paper, not on a sheet. The set for the same chapter takes each of these traps into a problem, with the solution written out step by step.

  • 10 corrected exercises
  • 100 points
  • 150 minutes
Do the exercises
Previous sheet Trigonometric substitution Next sheet Strategy for integration

See also

Looking for a MATH 141 tutor in Montreal?

Get in touch for a first session. Partial fractions are where algebra from high school decides a calculus mark: division, factoring and a small linear system, used on one integral.

Site by Studio Squalli