Substitution Formula

Substitution is replacing every occurrence of a variable or sub-expression with an equivalent value or expression throughout a problem.

The Formula

If y=g(x)y = g(x), then f(y)=f(g(x))f(y) = f(g(x))

When to use: If y=2xy = 2x, you can write 2x2x everywhere you see yyβ€”they're the same.

Quick Example

Given y=x+3y = x + 3, substitute into 2y2y: 2(x+3)=2x+62(x + 3) = 2x + 6

Notation

Substitution is written 'let y=…y = \ldots' or 'substitute y=…y = \ldots into.' Parentheses around the substituted expression are essential.

What This Formula Means

Replacing every occurrence of a variable or sub-expression with an equivalent value or expression throughout a problem.

If y=2xy = 2x, you can write 2x2x everywhere you see yyβ€”they're the same.

Formal View

If y=g(x)y = g(x), then for any expression f(y)f(y), the substitution y↦g(x)y \mapsto g(x) yields f(g(x))f(g(x)). Formally, this is function composition: (f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)).

Worked Examples

Example 1

easy
If y=3x+1y = 3x + 1 and x=2x = 2, find yy.

Answer

y=7y = 7

First step

1
Replace xx with 2 in the expression: y=3(2)+1y = 3(2) + 1.

Full solution

  1. 2
    Compute: y=6+1=7y = 6 + 1 = 7.
  2. 3
    Substitution replaces a variable with its known value.
Substitution means replacing a variable with an equivalent value or expression. Here we replace xx with 2 to find the corresponding yy.

Example 2

medium
If y=x+3y = x + 3 and 2x+y=92x + y = 9, use substitution to solve for xx.

Example 3

easy
Given f(x)=5βˆ’xf(x) = 5 - x, evaluate f(βˆ’2)f(-2) by substitution.

Common Mistakes

  • Dropping parentheses around the substituted expression - wrap it so grouping survives.
  • Replacing only some occurrences of the variable - substitute every occurrence consistently.
  • Substituting a value when the variable is still unknown - solve for it first, then substitute.

Why This Formula Matters

Substitution is how systems of equations collapse into one solvable equation, and how composite relationships chain together. The wrapping-in-parentheses habit is essential β€” without it, a substituted expression loses its grouping and the algebra breaks. Recognizing it by "Am I replacing a variable with an EQUAL expression everywhere it appears?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from evaluation and elimination and simplifying in a mixed problem set.

Frequently Asked Questions

What is the Substitution formula?

Replacing every occurrence of a variable or sub-expression with an equivalent value or expression throughout a problem.

How do you use the Substitution formula?

If y=2xy = 2x, you can write 2x2x everywhere you see yyβ€”they're the same.

What do the symbols mean in the Substitution formula?

Substitution is written 'let y=…y = \ldots' or 'substitute y=…y = \ldots into.' Parentheses around the substituted expression are essential.

Why is the Substitution formula important in Math?

Substitution is how systems of equations collapse into one solvable equation, and how composite relationships chain together. The wrapping-in-parentheses habit is essential β€” without it, a substituted expression loses its grouping and the algebra breaks. Recognizing it by "Am I replacing a variable with an EQUAL expression everywhere it appears?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from evaluation and elimination and simplifying in a mixed problem set.

What do students get wrong about Substitution?

The procedure for substitution is the easy part; the trap is dropping parentheses around the substituted expression. Asking "Am I replacing a variable with an EQUAL expression everywhere it appears?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Substitution formula?

Before studying the Substitution formula, you should understand: equations, equal.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Solving Systems of Equations: Substitution, Elimination, and Matrices β†’