67 total
By the end of this topic, you should be able to:
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=0).
The substitution method works like this:
You replace the complicated part of the equation with a single letter (we often use u or y). 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 x.
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 u equal that part.
Step 2: Rewrite the equation using u and solve the quadratic. Replace the complicated part everywhere it appears. You should now have a clean quadratic: au2+bu+c=0. Solve it by factorising or the quadratic formula.
Step 3: Substitute back and solve for x. Replace u with whatever it was equal to (in terms of x), and solve the resulting equation(s) for x.
These are equations where x appears with powers like x4, x2/3, x4/3, etc.
Key idea: Notice that one power is exactly double the other. That is the signal to use substitution.
Example 1: Solve 4x4−17x2+4=0
Step 1 — Choose the substitution: Notice that x4=(x2)2. So if we let u=x2, then x4=u2.
Step 2 — Rewrite and solve:
4u2−17u+4=0
Factorise: (4u−1)(u−4)=0
u=41oru=4Step 3 — Substitute back (u=x2):
x2=41⟹x=±21
x2=4⟹x=±2
✅ Final answers: x=−2,−21,21,2
Sign in to view full notes