Substitution in Algebraic Expressions
Article Contents
- What is Substitution
- Why is Substitution Important
- Simple Substitution
- Multiple Variables
- Common Mistakes
- Practical Examples
- Interactive Exercises
- Calculate specific values – get a numerical result
- Verify solutions – substitute equation solution to check correctness
- Physics and chemistry – substitute values into formulas
- Computer science – variables in programming work the same way
- Introduction to Algebra – basic concepts
- Expanding – distributive law
- Difference of Squares – useful formula
1. What is Substitution {#what-is-substitution}
Substitution means replacing a variable (letter) in an algebraic expression with a specific number. The variable is just a placeholder for a value we can change.
Basic Principle
If we have the expression and substitute for :
The value is literally replaced everywhere appears in the expression.
2. Why is Substitution Important {#why-important}
Substitution has many practical uses:
3. Simple Substitution {#simple-substitution}
Example 1: Basic Expression
Calculate for :
Example 2: Negative Numbers
Calculate for :
Example 3: Decimal Numbers
Calculate for :
4. Multiple Variables {#multiple-variables}
When an expression contains multiple variables, substitute values for each one.
Example 1: Two Variables
Calculate for and :
Example 2: Sum and Difference
Calculate for and :
Or using the difference of squares formula:
5. Common Mistakes {#common-mistakes}
❌ Mistake 1: Forgetting Parentheses
Wrong: Calculate for as
Correct: for is
❌ Mistake 2: Wrong Order of Operations
For expression with and :
Wrong:
Correct:
❌ Mistake 3: Swapping Variables
With and , expression :
Wrong:
Correct:
6. Practical Examples {#practical-examples}
Example 1: Rectangle Perimeter
Perimeter of a rectangle is . Calculate for cm and cm:
Example 2: Distance
Distance . Calculate for m/s² and s:
7. Interactive Exercises {#interactive-exercises}
Test your knowledge:
Summary
| Concept | Explanation |
| Substitution | Replacing a variable with a number |
| Parentheses | Critical with negative numbers |
| Multiple variables | Substitute each separately |
| Verification | Back-substitution checks solution |