If a complicated expression appears more than once in an equation or an inequality, we can give it a name (a new variable), solve in the new variable, and then return to the original variable. It is the first of our unifying methods: many apparently different equations reduce, with a well-chosen substitution, to a trivial quadratic equation.
In brief — Typical cases
- : set (with ), solve , find or , return to : or .
- : set (with ), solve .
- : set , solve .
- : set (with ), solve , that is .
Caution — Constraints on the new variable
The substituted variable inherits positivity constraints (or of another kind) from the nature of the expression it represents. Do not forget them, otherwise you introduce spurious solutions.
The scheme of the method, in four steps, is always the same: start from the complicated equation in , substitute, solve in the new variable, return to discarding the values that violate the constraints.
The scheme of the substitution: from the complicated form in to the new variable , and back.
Links
Topics: Unifying methods
Concepts: Existence conditions · Quadratic equation · Substitution
Skills: Reasoning by cases · Solving inequalities · Solving equations