How to Solve an Equation Using Substitution
Solving systems of equations is a fundamental skill in algebra that allows us to find the values of multiple variables that satisfy all equations simultaneously. In practice, one of the most effective and widely used methods for tackling such systems is substitution. In real terms, this technique involves expressing one variable in terms of another and then replacing it in the remaining equations, gradually simplifying the problem until all variables are determined. Whether dealing with linear or nonlinear equations, substitution provides a systematic approach to finding solutions. In this article, we will explore the step-by-step process of solving equations using substitution, supported by practical examples and a scientific explanation of why this method works That's the whole idea..
Steps to Solve Equations Using Substitution
The substitution method follows a logical sequence to break down complex systems into manageable parts. Here are the essential steps:
1. Solve One Equation for One Variable
Choose one of the equations in the system and solve it for one variable in terms of the others. This step isolates a variable, making it easier to substitute into the remaining equations. Here's one way to look at it: if you have the equation x + y = 7, you can solve for x to get x = 7 - y.
2. Substitute the Expression into the Other Equation
Take the expression obtained in Step 1 and replace the corresponding variable in the other equation. This substitution reduces the system to a single equation with one variable. To give you an idea, substituting x = 7 - y into 2x - y = 5 gives 2(7 - y) - y = 5.
3. Solve the Resulting Equation
Simplify and solve the equation from Step 2. This will yield the value of one variable. Continuing the example, simplifying 2(7 - y) - y = 5 leads to 14 - 3y = 5, and solving for y gives y = 3 Nothing fancy..
4. Back-Substitute to Find the Other Variable
Plug the value obtained in Step 3 back into the expression from Step 1 to determine the value of the second variable. Using y = 3 in x = 7 - y results in x = 4.
5. Check the Solution
Verify the solution by substituting both values into the original equations to ensure they hold true. For the example above, checking x = 4 and y = 3 in both equations confirms the solution is correct.
Example: Solving a Linear System Using Substitution
Let’s apply the substitution method to a system of linear equations:
Equation 1: 2x + y = 5
Equation 2: x - y = 1
Step 1: Solve Equation 2 for x
From Equation 2:
x = y + 1
Step 2: Substitute into Equation 1
Replace x in Equation 1 with y + 1:
2(y + 1) + y = 5
Step 3: Solve for y
Expand and simplify:
2y + 2 + y = 5
3y + 2 = 5
3y = 3
y = 1
Step 4: Back-Substitute to Find x
Using y = 1 in x = y + 1:
x = 1 + 1 = 2
Step 5: Check the Solution
Substitute x = 2 and y = 1 into both original equations:
- Equation 1: 2(2) + 1 = 5 ✔️
- Equation 2: *2 - 1 =
Completing the verification forthe linear example, we have:
- Equation 2: (2 - 1 = 1), which indeed equals the right‑hand side of the original equation.
The solution ((x, y) = (2, 1)) satisfies both equations, confirming its correctness.
Why Substitution Is Effective
At its core, substitution exploits the principle of equivalence: if two expressions represent the same quantity, replacing one with the other does not alter the truth of the equation. This reduction transforms a multi‑variable system into a single‑variable equation, which can be solved using the familiar algebraic tools of factoring, expanding, and isolating the variable. Consider this: by solving one equation for a variable, we create an explicit relationship that can be inserted into another equation, thereby reducing the number of independent unknowns. Because each substitution step is reversible (the original equation can be recovered by substituting back), the method preserves the solution set of the original system while simplifying the computational workload.
Example: A Non‑Linear System
Consider the following system, which involves quadratic terms:
[ \begin{cases} x^{2}+y = 12 \ x + y^{2} = 8 \end{cases} ]
Step 1 – Isolate a variable
From the first equation, solve for (y):
[ y = 12 - x^{2}. ]
Step 2 – Substitute
Insert this expression for (y) into the second equation:
[ x + (12 - x^{2})^{2} = 8. ]
Step 3 – Solve the resulting equation
Expand and simplify:
[ x + (144 - 24x^{2} + x^{4}) = 8 \ x^{4} - 24x^{2} + x + 144 - 8 = 0 \ x^{4} - 24x^{2} + x + 136 = 0. ]
This quartic equation can be tackled by factoring (if possible) or by numerical methods. Suppose we find that (x = 2) is a root. Dividing by ((x-2)) yields a cubic factor, which further factors to give the remaining real solutions (x = -4) and (x = 1) Simple, but easy to overlook. And it works..
Step 4 – Back‑substitute
- For (x = 2): (y = 12 - 2^{2} = 12 - 4 = 8).
- For (x = -4): (y = 12 - (-4)^{2} = 12 - 16 = -4).
- For (x = 1): (y = 12 - 1^{2} = 11).
Step 5 – Verify
Plug each pair back into the second equation (x + y^{2} = 8):
- ((2, 8)): (2 + 8^{2} = 2 + 64 = 66 \neq 8) → extraneous (arising from squaring during manipulation).
- ((-4, -4)): (-4 + (-4)^{2} = -4 + 16 = 12 \neq 8) → also extraneous.
- ((1, 11)): (1 + 11^{2} = 1 + 121 = 122 \neq 8) → extraneous as well.
Only the pair ((x, y) = (2, 8)) satisfies the first equation, but fails the second, indicating that the quartic derived from substitution may introduce spurious roots. A more careful analysis—perhaps by solving the system via elimination or using a computational algebra system—reveals the genuine solution ((x, y) = (2, 2)), which indeed fulfills both original equations:
[ 2^{2}+2 = 4+2 = 6 \quad\text{(Oops, this does not match 12)}. ]
Realizing the earlier algebra was flawed, we instead solve