Algebraic Manipulation Before Integration
Before you can integrate, you often need to rewrite the integrand. Dividing a polynomial by a linear factor, expanding brackets, and splitting fractions using partial fractions are the three main techniques. Master these and a whole new family of integrals become routine.
Consider $\displaystyle\int \frac{x^2+1}{x+1}\,dx$. Without any calculation — do you think this can be integrated directly, or does the integrand need to be rewritten first? Explain your thinking.
Most integration problems require the integrand to be in a standard form before you can apply a rule. The three algebraic tools you need are:
- Polynomial long division — when the degree of the numerator $\geq$ degree of the denominator
- Expanding brackets — simplify products and powers into individual terms
- Partial fractions — split a rational expression into simpler fractions with linear denominators
Key facts
- When to divide before integrating (degree of numerator $\geq$ denominator)
- $\int \dfrac{1}{ax+b}\,dx = \dfrac{1}{a}\ln|ax+b| + C$
- Partial fractions form: $\dfrac{A}{x-a} + \dfrac{B}{x-b}$ for distinct linear factors
Concepts
- Why algebraic manipulation is needed before standard integration rules apply
- How polynomial long division produces a polynomial plus a proper fraction
- How the cover-up method or substitution finds partial fraction constants
Skills
- Perform polynomial long division on improper rational integrands
- Expand and integrate products and powers of polynomials
- Decompose proper fractions into partial fractions and integrate each term
When the integrand is an improper fraction (numerator degree $\geq$ denominator degree), you must divide before integrating.
How to divide: Ask "what times the leading term of the divisor gives the leading term of the dividend?" Subtract, bring down, and repeat.
Once divided, each term integrates separately:
When the integrand is an improper fraction (numerator degree $\geq$ denominator degree), you must divide before integrating.
Pause — copy the long-division technique: divide numerator by denominator to get quotient $+$ remainder fraction, then integrate term by term into your book.
Quick check: Which of the following must be rewritten using polynomial long division before integrating?
We just saw that when the numerator degree $\geq$ denominator degree, polynomial long division rewrites $\frac{p(x)}{q(x)}=d(x)+\frac{r(x)}{q(x)}$ so each term integrates directly. That raises a question: for integrands that are products or powers, expanding brackets before integrating avoids long division entirely — when is this faster, and what is the one-line check? This card answers it → if the integrand is a product of polynomials or a power of a simple expression, expand first; long division is only needed when a fraction is irreducible.
Many integrands involve products or powers that can be expanded so each term is a simple power of $x$.
Example 1 — expand then integrate:
Example 2 — power expansion:
Many integrands involve products or powers that can be expanded so each term is a simple power of $x$.
Pause — copy the expand-first technique: $(1+x)^3=1+3x+3x^2+x^3$; then $\int(1+x)^3dx=x+\frac{3x^2}{2}+x^3+\frac{x^4}{4}+C$ (or use substitution) into your book.
Did you get this? True or false: $\displaystyle\int (x-1)(x+3)\,dx = \int (x^2 + 2x - 3)\,dx$.
Worked examples · 3 in a row, reveal as you go
Find $\displaystyle\int \frac{x^2 - x + 3}{x - 2}\,dx$.
Find $\displaystyle\int \frac{x^3 + 8}{x + 2}\,dx$. (Hint: factorise the numerator first.)
Find $\displaystyle\int \frac{5}{(x+1)(x-4)}\,dx$.
Fill the gap: $\displaystyle\int \frac{1}{x-3}\,dx = $ .
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: $\displaystyle\int \frac{x+5}{x-1}\,dx$ requires polynomial long division before integrating, because the numerator and denominator have the same degree.
Activities · practice with the ideas
Perform polynomial long division to find $\dfrac{x^2+5x+9}{x+2}$, then integrate.
Expand and integrate $\displaystyle\int (2x-1)(x+3)\,dx$.
Use partial fractions to find $\displaystyle\int \frac{4}{(x+2)(x-2)}\,dx$.
Find $\displaystyle\int \frac{x^3-1}{x-1}\,dx$ by factorising the numerator first.
Integrate $\displaystyle\int \frac{3x+1}{(x+1)(x+2)}\,dx$ using partial fractions.
Odd one out: Three of these integrals can be evaluated by expanding brackets alone. Which one requires a different technique?
At the start you considered $\displaystyle\int \dfrac{x^2+1}{x+1}\,dx$. Using long division: $\dfrac{x^2+1}{x+1} = x - 1 + \dfrac{2}{x+1}$, so the integral is $\dfrac{x^2}{2} - x + 2\ln|x+1| + C$.
Did your intuition about needing to rewrite it prove correct? What was the key step?
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Find $\displaystyle\int \frac{x^2+2}{x+1}\,dx$. (2 marks)
Q2. Use partial fractions to find $\displaystyle\int \frac{6}{(x-1)(x+2)}\,dx$. (3 marks)
Q3. Find $\displaystyle\int_0^1 \frac{x^2-x-2}{x-2}\,dx$. (3 marks)
Comprehensive answers (click to reveal)
Activity answers:
1. $\dfrac{x^2+5x+9}{x+2} = x+3+\dfrac{3}{x+2}$. Integral: $\dfrac{x^2}{2}+3x+3\ln|x+2|+C$.
2. $(2x-1)(x+3) = 2x^2+5x-3$. Integral: $\dfrac{2x^3}{3}+\dfrac{5x^2}{2}-3x+C$.
3. $A=1, B=-1$. Integral: $\ln|x+2|-\ln|x-2|+C = \ln\left|\dfrac{x+2}{x-2}\right|+C$.
4. $x^3-1=(x-1)(x^2+x+1)$, so simplified to $x^2+x+1$. Integral: $\dfrac{x^3}{3}+\dfrac{x^2}{2}+x+C$.
5. $\dfrac{3x+1}{(x+1)(x+2)} = \dfrac{-2}{x+1}+\dfrac{5}{x+2}$ (check: $A=-2$, $B=5$). Integral: $-2\ln|x+1|+5\ln|x+2|+C$.
Q1 (2 marks): $\dfrac{x^2+2}{x+1} = x-1+\dfrac{3}{x+1}$ [1]. Integral: $\dfrac{x^2}{2}-x+3\ln|x+1|+C$ [1].
Q2 (3 marks): $\dfrac{6}{(x-1)(x+2)} = \dfrac{A}{x-1}+\dfrac{B}{x+2}$; $A=2$, $B=-2$ [1]. $= \dfrac{2}{x-1}-\dfrac{2}{x+2}$ [1]. Integral: $2\ln|x-1|-2\ln|x+2|+C = 2\ln\left|\dfrac{x-1}{x+2}\right|+C$ [1].
Q3 (3 marks): $\dfrac{x^2-x-2}{x-2} = x+1+\dfrac{0}{x-2} = x+1$ (since $x^2-x-2=(x-2)(x+1)$) [1]. $\int_0^1(x+1)\,dx = \left[\dfrac{x^2}{2}+x\right]_0^1 = \dfrac{1}{2}+1 - 0 = \dfrac{3}{2}$ [2].
Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering algebraic manipulation and integration questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.