CAIE A-Level · Mathematics 9709 · Quadratics

Equations Reducible to Quadratics

7 min readSyllabus 1.1FreeBy Uzair Khan

Syllabus objective

Recognise and solve equations in x which are quadratic in some function of x (e.g. x⁴ − 5x² + 4 = 0, tan²x = 1 + tan x).

Introduction

Some equations do not look like quadratics at first glance, yet they share the same underlying structure: a term squared, a term to the first power, and a constant. Recognising this hidden quadratic pattern is a key skill tested in CAIE 9709, appearing in Pure Mathematics questions on algebra and trigonometry alike. The technique is simple — introduce a substitution, solve a familiar quadratic, then translate back — but errors in the final "back-substitution" step are a frequent source of lost marks.


Core Concept

An equation is quadratic in some function of xx if it can be written in the form

a[f(x)]2+b[f(x)]+c=0a[f(x)]^2 + b[f(x)] + c = 0

where f(x)f(x) is any expression involving xx (e.g. x2x^2, tanx\tan x, exe^x, x\sqrt{x}).

The method is:

  1. Spot the pattern — identify the function f(x)f(x) that is being "squared" and also appears to the first power.
  2. Substitute u=f(x)u = f(x) to obtain a standard quadratic au2+bu+c=0au^2 + bu + c = 0.
  3. Solve the quadratic in uu using any appropriate method (factorisation, quadratic formula, completing the square).
  4. Back-substitute — for each value of uu, solve f(x)=uf(x) = u for xx.
  5. Check validity — some values of uu may yield no real solutions for xx, or may fall outside a given domain.

Key Formulae & Definitions

Standard form of a quadratic in uu:

au2+bu+c=0,a0au^2 + bu + c = 0, \qquad a \neq 0

Substitution rule:

Original equationSubstitutionResulting quadratic
x45x2+4=0x^4 - 5x^2 + 4 = 0u=x2u = x^2u25u+4=0u^2 - 5u + 4 = 0
x3x+2=0x - 3\sqrt{x} + 2 = 0u=xu = \sqrt{x}u23u+2=0u^2 - 3u + 2 = 0
tan2x=1+tanx\tan^2 x = 1 + \tan xu=tanxu = \tan xu2u1=0u^2 - u - 1 = 0
x23x1+2=0x^{-2} - 3x^{-1} + 2 = 0u=x1u = x^{-1}u23u+2=0u^2 - 3u + 2 = 0

Discriminant (to check whether real solutions in uu exist):

Δ=b24ac\Delta = b^2 - 4ac
ConditionNature of roots
Δ>0\Delta > 0Two distinct real roots
Δ=0\Delta = 0One repeated root
Δ<0\Delta < 0No real roots

Worked Examples

Example 1 — Polynomial equation: x45x2+4=0x^4 - 5x^2 + 4 = 0

Step 1: Identify the pattern. The terms x4x^4 and x2x^2 differ by a square relationship: x4=(x2)2x^4 = (x^2)^2. So the equation is quadratic in x2x^2.

Step 2: Substitute u=x2u = x^2.

u25u+4=0u^2 - 5u + 4 = 0

Step 3: Factorise.

(u1)(u4)=0(u - 1)(u - 4) = 0
u=1oru=4u = 1 \quad \text{or} \quad u = 4

Step 4: Back-substitute u=x2u = x^2.

For u=1u = 1:

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

For u=4u = 4:

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

Step 5: State all solutions.

x=2, 1, 1, 2\boxed{x = -2,\ -1,\ 1,\ 2}

Example 2 — Trigonometric equation: tan2x=1+tanx\tan^2 x = 1 + \tan x, for 0°x360°0° \leq x \leq 360°

Step 1: Rearrange to bring all terms to one side.

tan2xtanx1=0\tan^2 x - \tan x - 1 = 0

Step 2: Identify the pattern. This is quadratic in tanx\tan x. Substitute u=tanxu = \tan x:

u2u1=0u^2 - u - 1 = 0

Step 3: Solve using the quadratic formula (does not factorise nicely).

u=1±1+42=1±52u = \frac{1 \pm \sqrt{1 + 4}}{2} = \frac{1 \pm \sqrt{5}}{2}
u1.618oru0.618u \approx 1.618 \quad \text{or} \quad u \approx -0.618

Step 4: Back-substitute u=tanxu = \tan x, solving over 0°x360°0° \leq x \leq 360°.

For tanx1.618\tan x \approx 1.618:

x=arctan(1.618)58.3°orx58.3°+180°=238.3°x = \arctan(1.618) \approx 58.3° \quad \text{or} \quad x \approx 58.3° + 180° = 238.3°

For tanx0.618\tan x \approx -0.618:

x=arctan(0.618)31.7°x = \arctan(-0.618) \approx -31.7°

Adjusting into [0°,360°][0°, 360°]: x180°31.7°=148.3°x \approx 180° - 31.7° = 148.3° or x360°31.7°=328.3°x \approx 360° - 31.7° = 328.3°

Step 5: State all solutions (to 1 d.p.).

x58.3°, 148.3°, 238.3°, 328.3°\boxed{x \approx 58.3°,\ 148.3°,\ 238.3°,\ 328.3°}

Example 3 — Equation in x\sqrt{x}: x5x+6=0x - 5\sqrt{x} + 6 = 0

Step 1: Substitute u=xu = \sqrt{x} (valid for x0x \geq 0), so x=u2x = u^2.

u25u+6=0u^2 - 5u + 6 = 0

Step 2: Factorise.

(u2)(u3)=0(u - 2)(u - 3) = 0
u=2oru=3u = 2 \quad \text{or} \quad u = 3

Step 3: Back-substitute u=xu = \sqrt{x}.

x=2    x=4\sqrt{x} = 2 \implies x = 4
x=3    x=9\sqrt{x} = 3 \implies x = 9

Step 4: State all solutions.

x=4orx=9\boxed{x = 4 \quad \text{or} \quad x = 9}

Common Mistakes & Examiner Pitfalls

  • Forgetting negative roots after back-substitution. In Example 1, x2=4x^2 = 4 gives x=±2x = \pm 2, not just x=2x = 2. Examiners will penalise incomplete solution sets.

  • Ignoring domain restrictions. If u=xu = \sqrt{x}, then u0u \geq 0. Any solution u<0u < 0 from the quadratic must be discarded. Similarly, if u=sinxu = \sin x and you find u=1.5u = 1.5, there is no solution since sinx1|\sin x| \leq 1.

  • Not rearranging before substituting. In Example 2, tan2x=1+tanx\tan^2 x = 1 + \tan x must be rearranged to tan2xtanx1=0\tan^2 x - \tan x - 1 = 0 before substituting. Applying the substitution to an unbalanced equation is a common slip.

  • Substituting back incorrectly. After finding u=4u = 4 where u=x2u = x^2, some students write x=4x = 4 instead of x=±2x = \pm 2. Always ask: "What does f(x)=uf(x) = u actually mean, and how many xx values does it imply?"

  • Losing solutions in the trigonometric step. When solving tanx=k\tan x = k over a given interval, remember that tan\tan has period 180°180°. Always use the full interval systematically.

  • Calling the substitution variable xx. Using xx for both the substitution and the original variable causes confusion. Always use a distinct letter such as uu, tt, or yy.


Practice Questions

Q1. Solve x413x2+36=0x^4 - 13x^2 + 36 = 0.

<details><summary>Show answer</summary>

Let u=x2u = x^2:

u213u+36=0u^2 - 13u + 36 = 0
(u4)(u9)=0(u - 4)(u - 9) = 0
u=4oru=9u = 4 \quad \text{or} \quad u = 9

Back-substitute:

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

Solutions: x=3, 2, 2, 3x = -3,\ -2,\ 2,\ 3

</details>

Q2. Solve 2x7x+3=02x - 7\sqrt{x} + 3 = 0, where x0x \geq 0.

<details><summary>Show answer</summary>

Let u=xu = \sqrt{x}, so x=u2x = u^2:

2u27u+3=02u^2 - 7u + 3 = 0
(2u1)(u3)=0(2u - 1)(u - 3) = 0
u=12oru=3u = \tfrac{1}{2} \quad \text{or} \quad u = 3

Back-substitute u=xu = \sqrt{x}:

x=12    x=14\sqrt{x} = \tfrac{1}{2} \implies x = \tfrac{1}{4}
x=3    x=9\sqrt{x} = 3 \implies x = 9

Solutions: x=14x = \tfrac{1}{4} or x=9x = 9

</details>

Q3. Solve 2cos2θ3cosθ+1=02\cos^2\theta - 3\cos\theta + 1 = 0 for 0°θ360°0° \leq \theta \leq 360°.

<details><summary>Show answer</summary>

Let u=cosθu = \cos\theta:

2u23u+1=02u^2 - 3u + 1 = 0
(2u1)(u1)=0(2u - 1)(u - 1) = 0
u=12oru=1u = \tfrac{1}{2} \quad \text{or} \quad u = 1

Back-substitute u=cosθu = \cos\theta:

For cosθ=12\cos\theta = \tfrac{1}{2}: θ=60°\theta = 60° or θ=300°\theta = 300°

For cosθ=1\cos\theta = 1: θ=0°\theta = 0° or θ=360°\theta = 360°

Solutions: θ=0°, 60°, 300°, 360°\theta = 0°,\ 60°,\ 300°,\ 360°

</details>

Q4. Solve x22x13=0x^{-2} - 2x^{-1} - 3 = 0.

<details><summary>Show answer</summary>

Let u=x1=1xu = x^{-1} = \dfrac{1}{x}:

u22u3=0u^2 - 2u - 3 = 0
(u3)(u+1)=0(u - 3)(u + 1) = 0
u=3oru=1u = 3 \quad \text{or} \quad u = -1

Back-substitute u=1xu = \dfrac{1}{x}:

1x=3    x=13\frac{1}{x} = 3 \implies x = \frac{1}{3}
1x=1    x=1\frac{1}{x} = -1 \implies x = -1

Solutions: x=13x = \tfrac{1}{3} or x=1x = -1

</details>

Q5. Find the values of xx in the interval 0x2π0 \leq x \leq 2\pi satisfying sin2x+sinx2=0\sin^2 x + \sin x - 2 = 0.

<details><summary>Show answer</summary>

Let u=sinxu = \sin x:

u2+u2=0u^2 + u - 2 = 0
(u+2)(u1)=0(u + 2)(u - 1) = 0
u=2oru=1u = -2 \quad \text{or} \quad u = 1

Check validity (1sinx1-1 \leq \sin x \leq 1): u=2u = -2 is impossible, discard it.

For sinx=1\sin x = 1:

x=π2x = \frac{\pi}{2}

Solution: x=π2x = \dfrac{\pi}{2} (the only solution in [0,2π][0, 2\pi])

</details>

Connections

Prerequisites — assumed known:

  • Solving Quadratic Equations (factorisation, quadratic formula, completing the square) — the core technique applied after substitution.
  • Quadratic Inequalities — the same substitution strategy can extend to inequalities of the form [f(x)]2+b[f(x)]+c>0[f(x)]^2 + b[f(x)] + c > 0.

Leads directly into:

  • Trigonometric Equations (Pure Mathematics 2/3) — equations such as 2sin2xsinx1=02\sin^2 x - \sin x - 1 = 0 over extended or general solution domains rely entirely on this method.
  • Exponential and Logarithmic Equations — equations like e2x3ex+2=0e^{2x} - 3e^x + 2 = 0 use the substitution u=exu = e^x, an identical strategy.
  • Further Curve Sketching — roots found here correspond to xx-intercepts of quartic or composite functions, linking to graph transformations.

Figures

Graph of y = x^4 - 5x^2 + 4 showing four x-intercepts at x = -2, -1, 1, 2
Figure 1: The quartic y = x⁴ − 5x² + 4. Its four real roots x = ±1, ±2 are found by treating the equation as a quadratic in x².

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

Part of Novark's free CAIE A-Level Mathematics notes