The Substitution That Collapses the Algebra
Renaming a repeated chunk of an expression as a single new variable, so a messy quartic or a tangled radical turns into an equation you already know how to solve.
Solve . Written out, it looks like a quartic, normally a serious undertaking with no clean formula on the whiteboard. But look closer: the only powers of that appear are and , and . The equation is secretly a quadratic wearing a disguise. The whole difficulty was cosmetic.
The idea: name the repeated chunk
Whenever the same expression, or the same expression squared, shows up more than once inside a problem, give it a new name and rewrite everything in terms of that name. Suddenly a quartic becomes a quadratic, a nasty radical expression becomes a linear equation, or a sprawling system becomes two lines you can solve by substitution. The algebra doesn't get easier because you did new mathematics, it gets easier because you stopped re-deriving the same sub-expression's behavior every time it appeared and instead treated it as a single unit.
This is the same instinct as caching a repeated subcomputation: once you notice playing the same role everywhere, solving for it once and translating back at the end is strictly less work than tracking through every step.
Worked example 1: the disguised quadratic
For , let . The equation becomes , which factors as , giving or . Translating back: , and . Four roots, , recovered from a quadratic you could factor by inspection, because the substitution stripped away the part of the problem that only looked hard.
Worked example 2: a radical equation
Solve for . Let , so and the equation becomes . Multiply through by : , which factors as , so or . Translating back, , and . Both check out in the original equation. Without the substitution, this would have meant clearing a radical from a rational equation directly, doable, but far more error-prone than solving a quadratic in .
When the same expression (or its square) recurs throughout a problem, rename it. Solve the simpler equation in the new variable, then translate every solution back, and always check it's valid in the original domain (here, ruled nothing out, but it often does).
The most common slip is forgetting to translate back, or forgetting a domain restriction the substitution hid. If had come out negative, that root would have to be discarded, can never be negative, even though it solves the equation in perfectly well.
Discussion
💡 Discussion rules
- Ask and answer about this concept. Off-topic gets removed.
- No homework dumps. Show what you tried first.
- Corrections are welcome. Cite a source when you claim an error.
Loading discussion…
Related concepts
Practice in interviews
Further reading
- Engel, Problem-Solving Strategies, ch. 1