Table of contents

Select a white background

Substitution

Substitution is a critical mathematical skill to master. The idea is simple: replace one thing by another.

Replacing all occurrences of a variable

You are given an expression, E, and need to replace all occurrences of some variable, such as x, by a given expression A. Put parentheses around A where it is substituted to avoid confusion. Here are some examples.


Replacing a single occurrence of a subexpression

Suppose that A and B are two expressions, where you know that A = B. Then you can replace a subexpression A by B in some other expression. Here are some examples of those substitutions.