Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How can a substitution turn a non-quadratic equation into a quadratic we already know how to solve?

Solve equations reducible to quadratic form by a suitable substitution, including equations in powers, surds and exponentials

A focused answer to the O-Level A-Maths outcome on equations reducible to quadratic form. Choosing a substitution, solving the resulting quadratic, and reverting to find every valid solution.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to spot when an equation that is not obviously a quadratic becomes one after a substitution, to make that substitution, solve the quadratic, and then revert carefully to find all valid solutions in the original variable. The art is choosing the right substitution and not losing or inventing solutions on the way back.

The answer

Recognising a hidden quadratic

An equation is reducible to quadratic form when one power or expression is the square of another. Tell-tale signs:

  • x4x^4 and x2x^2 together (a quadratic in x2x^2),
  • xx and x\sqrt{x} together (a quadratic in x\sqrt{x}),
  • a2xa^{2x} and axa^x together (a quadratic in axa^x).

Making the substitution

Let uu stand for the simpler expression (such as u=x2u = x^2, u=xu = \sqrt{x} or u=axu = a^x). The equation then has the form au2+bu+c=0au^2 + bu + c = 0, which you solve by factorising or the formula.

Reverting and checking

Replace uu by the original expression and solve for the variable. Two cautions:

  • A value of uu may give two values of the original variable (for u=x2u = x^2, each positive uu gives x=±ux = \pm\sqrt{u}).
  • A value of uu may give none: u=axu = a^x or u=xu = \sqrt{x} can only be positive, so a negative or zero uu is rejected.

Why checking matters

Squaring or substituting can introduce values that do not satisfy the original equation, so always test which reverted values are genuinely valid.

Spotting the substitution from the structure

The fastest way to choose the substitution is to look for a term that is the square of another term in the equation. Whenever you see a power that is exactly double another, x4x^4 doubling x2x^2, a2xa^{2x} doubling axa^x, or xx as the square of x\sqrt{x}, let uu be the smaller of the pair. The equation then collapses to au2+bu+c=0au^2 + bu + c = 0. Checking that the highest power is precisely twice the middle power before substituting confirms the equation really is reducible; if the powers are not in a 2:12:1 ratio, no single substitution will make it quadratic and a different method is needed.

Counting the solutions you should expect

Knowing how many solutions to expect guards against losing some. A quadratic in uu gives up to two values of uu, and each is reverted to the original variable, so the final solution count depends on the substitution: u=x2u = x^2 can give up to four real values of xx (two signs for each positive uu), while u=axu = a^x gives at most one xx per valid positive uu. So x413x2+36=0x^4 - 13x^2 + 36 = 0 has four roots, but 32x4(3x)+3=03^{2x} - 4(3^x) + 3 = 0 has only two. Predicting the expected number of roots from the substitution is a built-in check that you have not dropped a sign or an impossible value.

Examples in context

Example 1. Trigonometric equations. An equation such as 2sin2θ3sinθ+1=02\sin^2\theta - 3\sin\theta + 1 = 0 is a quadratic in sinθ\sin\theta; substituting u=sinθu = \sin\theta, solving, and reverting (keeping only 1u1-1 \leq u \leq 1) is exactly this technique applied in trigonometry.

Example 2. Exponential modelling. Population or decay models that mix e2te^{2t} and ete^{t} reduce to a quadratic in ete^{t}, letting you solve for the time at which two effects balance without graphing.

Try this

Q1. Solve x45x2+4=0x^4 - 5x^2 + 4 = 0. [3 marks]

  • Cue. u=x2u = x^2: (u1)(u4)=0(u - 1)(u - 4) = 0, so x=±1,±2x = \pm 1, \pm 2.

Q2. Solve 22x6(2x)+8=02^{2x} - 6(2^x) + 8 = 0. [4 marks]

  • Cue. u=2xu = 2^x: (u2)(u4)=0(u - 2)(u - 4) = 0, so 2x=22^x = 2 or 44, giving x=1x = 1 or 22.

Q3. Solve x4x+3=0x - 4\sqrt{x} + 3 = 0. [3 marks]

  • Cue. u=xu = \sqrt{x}: (u1)(u3)=0(u - 1)(u - 3) = 0, so x=1x = 1 or x=9x = 9.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksSolve x413x2+36=0x^4 - 13x^2 + 36 = 0.
Show worked answer →

Let u=x2u = x^2, so u2=x4u^2 = x^4. The equation becomes u213u+36=0u^2 - 13u + 36 = 0.

Factorise: (u4)(u9)=0(u - 4)(u - 9) = 0, so u=4u = 4 or u=9u = 9.

Revert: x2=4x^2 = 4 gives x=±2x = \pm 2; x2=9x^2 = 9 gives x=±3x = \pm 3.

So x=±2x = \pm 2 or x=±3x = \pm 3.

Markers reward the substitution u=x2u = x^2, solving the quadratic in uu, and reverting to all four values of xx.

Original5 marksSolve 32x4(3x)+3=03^{2x} - 4(3^x) + 3 = 0.
Show worked answer →

Note 32x=(3x)23^{2x} = (3^x)^2. Let u=3xu = 3^x, so u24u+3=0u^2 - 4u + 3 = 0.

Factorise: (u1)(u3)=0(u - 1)(u - 3) = 0, so u=1u = 1 or u=3u = 3.

Revert: 3x=13^x = 1 gives x=0x = 0; 3x=33^x = 3 gives x=1x = 1.

So x=0x = 0 or x=1x = 1.

Markers reward recognising the hidden quadratic in 3x3^x, solving for uu, and reverting to both values of xx.

Related dot points