4.3 Solving via Substitution


2026 📋 Syllabus Objectives

By the end of this topic, you should be able to:

  • Recognise when an equation is "disguised" as a quadratic equation
  • Choose the correct substitution to turn a complex equation into a standard quadratic
  • Solve the resulting quadratic equation (by factorising or using the quadratic formula)
  • Work backwards from your substitution to find the final values of x
  • Apply this method to equations involving powers/indices, logarithms, and exponentials

What is the Substitution Method?

Sometimes you will be given an equation that looks complicated — it might have large powers, fractions as powers, logarithms, or exponentials. But hidden inside it is actually a quadratic equation (an equation of the form au2+bu+c=0au^2 + bu + c = 0).

The substitution method works like this:

You replace the complicated part of the equation with a single letter (we often use uu or yy). This transforms the scary-looking equation into a simple quadratic that you already know how to solve.

Once you solve the quadratic, you substitute back to find the actual values of xx.


The Three Steps — Always Follow These

Step 1: Spot the pattern and choose your substitution. Look at the equation and find a part that repeats or that, when squared (or manipulated), gives another term in the equation. Let uu equal that part.

Step 2: Rewrite the equation using uu and solve the quadratic. Replace the complicated part everywhere it appears. You should now have a clean quadratic: au2+bu+c=0au^2 + bu + c = 0. Solve it by factorising or the quadratic formula.

Step 3: Substitute back and solve for xx. Replace uu with whatever it was equal to (in terms of xx), and solve the resulting equation(s) for xx.


Type 1 — Equations with Fractional or Large Powers

These are equations where xx appears with powers like x4x^4, x2/3x^{2/3}, x4/3x^{4/3}, etc.

Key idea: Notice that one power is exactly double the other. That is the signal to use substitution.


Example 1: Solve 4x417x2+4=04x^4 - 17x^2 + 4 = 0

Step 1 — Choose the substitution: Notice that x4=(x2)2x^4 = (x^2)^2. So if we let u=x2u = x^2, then x4=u2x^4 = u^2.

Step 2 — Rewrite and solve:

4u217u+4=04u^2 - 17u + 4 = 0

Factorise: (4u1)(u4)=0(4u - 1)(u - 4) = 0

u=14oru=4u = \frac{1}{4} \quad \text{or} \quad u = 4

Step 3 — Substitute back (u=x2u = x^2):

x2=14    x=±12x^2 = \frac{1}{4} \implies x = \pm\frac{1}{2}

x2=4    x=±2x^2 = 4 \implies x = \pm 2

Final answers: x=2,  12,  12,  2x = -2, \; -\frac{1}{2}, \; \frac{1}{2}, \; 2

Sign in to view full notes