PrevNext

Overview

Substitution turns messy expressions into familiar ones. Look for repeated patterns like x+1/xx+1/x, x2x^2, or symmetric sums.

Key Ideas

  • Let t=x+1xt = x + \frac{1}{x} to collapse symmetric expressions.
  • Let u=x2u = x^2 to reduce degree in even powers.
  • Use s=x+ys=x+y, p=xyp=xy when expressions are symmetric in two variables.

Core Skills

Identify Repeated Structure

Look for the same expression appearing multiple times, then replace it with a single variable to reduce complexity.

Translate Back Carefully

After solving in the new variable, substitute back and check that all solutions fit the original domain.

Pair With Identities

Use identities like x2+1/x2=t22x^2+1/x^2 = t^2-2 to translate higher powers.

Worked Example

If x+1x=5x + \frac{1}{x} = 5, find x2+1x2x^2 + \frac{1}{x^2}.

Square the equation: (x+1x)2=x2+2+1x2=25\left(x + \frac{1}{x}\right)^2 = x^2 + 2 + \frac{1}{x^2} = 25. So x2+1x2=252=23x^2 + \frac{1}{x^2} = 25 - 2 = 23.

More Examples

Example 1: Even Powers

If x45x2+4=0x^4-5x^2+4=0, solve for xx.

Let u=x2u=x^2. Then u25u+4=0u^2-5u+4=0 so u=1u=1 or 44. Hence x=±1,±2x=\pm 1,\pm 2.

Example 2: Symmetric System

If x+y=7x+y=7 and xy=10xy=10, find x2+y2x^2+y^2.

x2+y2=(x+y)22xy=4920=29x^2+y^2=(x+y)^2-2xy=49-20=29.

Example 3: Reciprocal Form

If x+1/x=3x+1/x=3, find x3+1/x3x^3+1/x^3.

Use x3+1/x3=(x+1/x)33(x+1/x)=279=18x^3+1/x^3=(x+1/x)^3-3(x+1/x)=27-9=18.

Strategy Checklist

  • Identify the repeated expression.
  • Substitute consistently across all terms.
  • Translate back and verify domain restrictions.

Common Pitfalls

  • Forgetting domain restrictions, such as x0x \ne 0.
  • Substituting but not translating all terms consistently.
  • Keeping extraneous solutions after squaring.

Practice Problems

StatusSourceProblem NameDifficultyTags
AMC 10AEasy

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.

PrevNext