Substitution is the habit of replacing a complicated expression with a simpler variable so the main relation becomes visible. In contest math, that habit turns a crowded setup into a relation the student can test, bound, count, or compute. MathGrit teaches it as a recognizable signal, a deliberate move, and a final translation back to the original question.
Solve $(x^2 - 1)^2 - 5(x^2 - 1) + 4 = 0$ for real $x$.
1
The chunk $x^2 - 1$ repeats; let $u = x^2 - 1$. The equation becomes $u^2 - 5u + 4 = 0$.
2
Factor: $(u - 1)(u - 4) = 0$, so $u = 1$ or $u = 4$.
3
Back-substitute: $x^2 - 1 = 1 \Rightarrow x^2 = 2 \Rightarrow x = \pm\sqrt 2$; and $x^2 - 1 = 4 \Rightarrow x^2 = 5 \Rightarrow x = \pm\sqrt 5$.
Answer:
$x \in \{-\sqrt 5, -\sqrt 2, \sqrt 2, \sqrt 5\}$.
Contest level
Solve $x + \sqrt{x} - 6 = 0$ for real $x$.
1
Let $u = \sqrt{x}$ with $u \ge 0$; then $x = u^2$ and the equation becomes $u^2 + u - 6 = 0$.
2
Factor: $(u + 3)(u - 2) = 0$, so $u = -3$ or $u = 2$. Reject $u = -3$ since $u = \sqrt x \ge 0$.
3
From $u = 2$: $\sqrt x = 2$, so $x = 4$. (Check: $4 + \sqrt 4 - 6 = 4 + 2 - 6 = 0$.)
Answer:
$x = 4$.
Olympiad / Challenge
Find all real solutions of the palindromic equation $x^4 - 5x^3 + 6x^2 - 5x + 1 = 0$.
1
Since $x = 0$ is not a root, divide through by $x^2$: $x^2 - 5x + 6 - \dfrac{5}{x} + \dfrac{1}{x^2} = 0$, i.e. $\left(x^2 + \dfrac{1}{x^2}\right) - 5\left(x + \dfrac{1}{x}\right) + 6 = 0$.
2
Substitute $t = x + \dfrac{1}{x}$; using $x^2 + \dfrac{1}{x^2} = t^2 - 2$, the equation becomes $t^2 - 2 - 5t + 6 = 0$, i.e. $t^2 - 5t + 4 = 0$.
3
Factor: $(t - 1)(t - 4) = 0$. For $t = 1$: $x + \frac1x = 1 \Rightarrow x^2 - x + 1 = 0$, discriminant $-3 < 0$ (no real $x$). For $t = 4$: $x + \frac1x = 4 \Rightarrow x^2 - 4x + 1 = 0 \Rightarrow x = 2 \pm \sqrt 3$.
Answer:
$x = 2 + \sqrt 3$ or $x = 2 - \sqrt 3$.
Going Deeper
Generalization: the right substitution turns a hard object into a known one — $u = x^2$ (biquadratics), $t = x + \frac{1}{x}$ (palindromic/reciprocal equations), trig substitutions $x = \tan\theta$, or symmetric sums $s = x + y,\ p = xy$ for two-variable systems.
Where it appears: everywhere from AMC quartics to AIME functional and system problems; recognizing the repeated structure is half the battle, and reciprocal substitution is a standard olympiad reflex for palindromic polynomials.
Pitfall: a substitution can introduce or hide constraints. Always carry the DOMAIN of the new variable (e.g. $u = \sqrt x \ge 0$) and, after back-substituting, CHECK each candidate in the original equation — extraneous roots are the most common loss of points.
Spot the Signal
Look for problems where the key step is replacing a complicated expression with a simpler variable so the main relation becomes visible.
You can describe the hard part as replacing a complicated expression with a simpler variable so the main relation becomes visible, but a direct attack starts producing clutter.
The problem rewards preserving structure instead of expanding, listing, or guessing too early.
Learn the Move
Start by identify the expression or equation that calls for substitution, then rewrite the givens around it.
Name the relation that makes Substitution legal before doing computation.
Use the new relation to replace the messiest part of the problem with a cleaner one.
Translate the result back to the quantity the problem actually asks for.
Avoid These Traps
Do not use Substitution just because the surface looks familiar; verify the required condition first.
Applying Substitution because it sounds relevant, without checking the trigger first.
Stopping after spotting the technique instead of finishing the calculation or proof.
MathGrit Coach Note
Let substitution reveal the algebraic structure; then compute only what remains.
Try it on:
Practice a contest problem where the key step is replacing a complicated expression with a simpler variable so the main relation becomes visible.