Definition
In the context of Algebra, a system of linear equations is a collection of linear equations. The Method of Substitution is an algebraic technique for solving such a system by solving one equation for one variable in terms of the others and “plugging” it into the other equations. A linear equation in variables takes the form:
- How to read: “The sum of the coefficients a times variables x, from index one to n, equals the constant b.”
- Meaning: A linear equation is a weighted sum of variables set equal to a constant. Substitution reduces the system’s dimensionality.
Why It Matters
This is a fundamental tactical tool for resolving conflicts between variables. It provides the logical proof that multiple constraints can be satisfied simultaneously, and conceptually prepares the mind for function composition and variable transformations in calculus.
Core Concepts
- Method of Substitution: Solving one equation for one variable in terms of the others and substituting that expression into the other equations. This effectively reduces the number of variables in the target equation by one.
- System States:
- Consistent: At least one solution exists.
- Independent: Exactly one solution (intersecting lines/planes).
- Dependent: Infinitely many solutions (coincident lines/planes), resulting in an identity like during substitution.
- Inconsistent: No solution exists (parallel lines/planes), resulting in a contradiction like during substitution.
- Consistent: At least one solution exists.