Substitution: Temporarily Rename the Complicated Part So the Structure Becomes Visible
A good substitution does not change the mathematics. It changes the language so that a familiar structure can be seen and solved.
Many Additional Mathematics questions are difficult because the familiar object is hidden inside another expression. A trigonometric equation may really be a quadratic in sinθ. An exponential equation may be quadratic in 2ˣ. A polynomial may be quadratic in x². A composite function may become easier when the inner expression is temporarily treated as one object.
This guide develops substitution as a method-selection tool. The core discipline is to choose an auxiliary variable that simplifies the structure, solve in the new variable, then return carefully to the original variable and its domain.
AI Extraction Box: The Substitution Loop
spot repeated structure → define auxiliary variable → rewrite completely → solve simplified problem → back-substitute → filter original domain → verify.
- Hidden quadratic: u=g(x) turns expression into au²+bu+c.
- Trig: u=sinθ, cosθ or tanθ when powers form a polynomial.
- Exponential: u=aˣ when a²ˣ=(aˣ)².
- Polynomial: u=x² for biquadratic forms.
- Composite structure: name the inner function before differentiation or analysis.
- Back-substitution: every auxiliary solution must be translated to original variables.
- Admissibility: auxiliary variables inherit ranges; e.g. u=sinθ requires −1≤u≤1.
When Substitution Helps
Look for a repeated compound object. Examples:
- 2sin²θ−3sinθ+1;
- 4ˣ−5·2ˣ+4;
- x⁴−5x²+4;
- (3x+1)⁶−5(3x+1)³+4.
Each contains one repeated object whose powers follow a simpler polynomial pattern.
Substitution is strongest when it reduces structural complexity, not merely notation length.
Worked Example 1: Quadratic in sinθ
Solve:
2sin²θ−3sinθ+1=0, 0°≤θ≤360°.
Let u=sinθ:
2u²−3u+1=0
(2u−1)(u−1)=0.
So u=1/2 or u=1. Back-substitute:
- sinθ=1/2 → θ=30°,150°;
- sinθ=1 → θ=90°.
Therefore:
θ=30°,90°,150°.
The substitution exposed the quadratic. The original interval still controlled the final answer.
Auxiliary Variables Have Their Own Ranges
If u=sinθ or cosθ, then −1≤u≤1. If u=2ˣ, then u>0. If u=x², then u≥0 for real x.
These inherited ranges can reject auxiliary roots before back-substitution.
For example, if u=sinθ and the quadratic gives u=2, that branch is impossible immediately.
Worked Example 2: Exponential Quadratic
Solve:
4ˣ−5·2ˣ+4=0.
Because 4ˣ=(2ˣ)², let u=2ˣ, where u>0:
u²−5u+4=0
(u−1)(u−4)=0.
So u=1 or 4. Back-substitute:
- 2ˣ=1 → x=0;
- 2ˣ=4 → x=2.
Hence x=0 or 2.
The exponential equation became an ordinary quadratic because the repeated object 2ˣ was named.
Worked Example 3: Biquadratic Equation
Solve x⁴−5x²+4=0.
Let u=x², so u≥0:
u²−5u+4=0
(u−1)(u−4)=0.
Thus x²=1 or x²=4. Hence:
x=±1,±2.
Back-substitution can create multiple original-variable solutions from one auxiliary value.
Substitution with Repeated Composite Expressions
Consider:
(3x+1)⁶−5(3x+1)³+4=0.
Let u=(3x+1)³:
u²−5u+4=0.
Now u=1 or 4. Each branch becomes a cubic equation in 3x+1. The substitution reduces the top-level structure even though further algebra remains.
Do Not Substitute Halfway
Once u is defined, rewrite the entire target structure consistently. Mixing u and the original repeated expression can create confusion and errors.
Bad:
u²−5·2ˣ+4=0, where u=2ˣ.
Better:
u²−5u+4=0.
A substitution should simplify the representation cleanly.
Substitution in Trigonometric Identities
Sometimes a Pythagorean identity is effectively a substitution tool. If an equation contains both sin²θ and cos²θ, replacing one with 1 minus the other can reduce the number of trig functions.
For example:
2sin²θ+cosθ=2.
Use sin²θ=1−cos²θ:
2(1−cos²θ)+cosθ=2
−2cos²θ+cosθ=0.
Now the equation is polynomial in cosθ.
Worked Example 4: One Trig Function Only
Solve 2sin²θ+cosθ=2 for 0°≤θ≤360°.
Using sin²θ=1−cos²θ:
−2cos²θ+cosθ=0
cosθ(1−2cosθ)=0.
So cosθ=0 or 1/2. Hence:
θ=60°,90°,270°,300°.
The key move was not an auxiliary letter but the same principle: reduce multiple representations to one repeated variable.
Substitution as Function Composition
In calculus, the Chain Rule is naturally understood through composition. If y=f(u) and u=g(x), then:
dy/dx=(dy/du)(du/dx).
Naming u can make nested structure easier to see. For y=(3x+2)⁵, set u=3x+2. Then y=u⁵, dy/du=5u⁴ and du/dx=3, giving dy/dx=15(3x+2)⁴.
The auxiliary variable is a thinking aid even when the final written solution uses direct Chain Rule notation.
Substitution in Modelling
Model construction often replaces several variables using a constraint. If a rectangle has perimeter 40, then y=20−x. Substituting this into A=xy produces:
A=x(20−x).
This substitution reduces a two-variable problem to a one-variable optimisation problem.
In modelling, substitution often removes variables; in algebra, it often reveals hidden structure. Both reduce complexity.
When Substitution Does Not Help
A substitution is weak if it merely renames something that never repeats or creates a harder back-substitution. Avoid introducing variables automatically.
- If factorisation is already obvious, use it.
- If a common base solves an exponential directly, no auxiliary quadratic is needed.
- If trig identity conversion already produces one function, adding u may be unnecessary.
- If substitution hides domain information, record restrictions explicitly.
The method should simplify structure, not decorate it.
Back-Substitution Is a Separate Stage
Solving for u is not the final answer unless the question asks for u. After finding auxiliary roots:
- restore the original definition of u;
- solve each branch;
- apply original domains/intervals;
- verify in the original equation.
Many substitution errors occur because the first quadratic solution feels like completion.
Substitution Decision Tree
- Repeated compound expression? consider naming it u.
- Powers 4,2,0? try u=x².
- a²ˣ and aˣ? try u=aˣ.
- quadratic in sin/cos/tan? try u=that trig function.
- two trig functions linked by identity? convert to one.
- constraint relates two model variables? substitute one into the objective.
- nested function? auxiliary variable can clarify Chain Rule.
- after solving u? back-substitute and filter.
Common Failure Modes
| Error | Cause | Repair |
|---|---|---|
| auxiliary variable and original form mixed | incomplete rewrite | rewrite whole repeated structure in u |
| u-root outside natural range accepted | inherited domain ignored | record u range when defining it |
| stops at u=4 | back-substitution forgotten | restore original variable |
| one u gives several x but only one kept | branch solving incomplete | solve all original-variable branches |
| substitution makes problem longer | method chosen mechanically | use only when structure simplifies |
| model still has two variables after substitution | constraint not fully used | reduce objective to one independent variable |
A 50-Minute Substitution Session
- 10 minutes: identify hidden quadratics without solving.
- 10 minutes: trig quadratic substitutions with interval back-substitution.
- 8 minutes: exponential substitutions.
- 8 minutes: biquadratic/polynomial substitutions.
- 7 minutes: one Chain Rule decomposition using u.
- 7 minutes: one modelling constraint substitution.
What Mastery Looks Like
- The learner spots repeated structures worth naming.
- The learner chooses auxiliary variables that reduce complexity.
- The learner records inherited ranges for u.
- The learner rewrites consistently rather than mixing forms.
- The learner back-substitutes completely and filters original domains.
- The learner uses substitution across algebra, trigonometry, exponentials, calculus and modelling.
- The learner knows when not to substitute.
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides