Solving Systems of Linear Equations by Addition
Fundamental Principles of the Addition Method
- The addition method, also commonly referred to as the elimination method, is an algebraic technique used to solve systems of linear equations.
- The foundational principle behind this method is the Addition Property of Equality:
- Adding equal quantities to both sides of an equation preserves equality, producing an equivalent equation.
- Formally, if and , then
- The primary goal of the addition method is to combine two linear equations in such a way that one of the variable terms drops out (is eliminated), leaving a single linear equation in one variable.
Systematic Algorithm for Solving Linear Systems by Addition
To solve any system of two linear equations in two variables using the addition method, follow these six steps:
Step 1: Write in Standard Form
- Rewrite each equation in standard linear form:
Step 2: Transform Coefficients into Additive Inverses
- If necessary, multiply one or both equations by non-zero real numbers so that the coefficients of one chosen variable are additive inverses (opposites, such as and ).
Step 3: Add the Equations
- Add the two equations together. The variable with opposite coefficients will sum to , effectively eliminating that variable.
Step 4: Solve for the First Variable
- Solve the resulting single-variable linear equation obtained in Step 3.
Step 5: Solve for the Second Variable
- Substitute the numerical value obtained in Step 4 into either of the original equations and solve for the remaining variable.
Step 6: Verify the Solution
- Check the proposed ordered pair in both original equations of the system to ensure it satisfies both equations.
Direct Elimination and Single-Step Transformations
Direct Variable Elimination
When a system already contains terms with opposite coefficients, the equations can be added immediately.
- Consider the system:
- Add the two equations together to eliminate :
- Divide both sides by :
- Substitute into the first original equation :
- Subtract from both sides:
- Check the ordered pair in both original equations:
- Equation 1: (True)
- Equation 2: (True)
- The solution set of the system is .
Simultaneous Equation Multiplication
When neither variable has opposite coefficients, both equations must be multiplied by appropriate non-zero values.
- Consider the system:
- To eliminate , create opposite coefficients of and for the -terms:
- Multiply the first equation by :
- Multiply the second equation by :
- Add the resulting equivalent equations:
- Divide both sides by :
- Substitute into the first original equation :
- Add to both sides:
- Divide both sides by :
- The solution set of the system is .
Special Cases: Inconsistent and Dependent Systems
Inconsistent Systems (No Solution)
An inconsistent system occurs when two linear equations represent distinct parallel lines that never intersect.
- Consider the system:
- Multiply the first equation by to attempt eliminating :
- Add the transformed first equation to the second equation:
- Analysis:
- Both variables and are eliminated simultaneously, resulting in a false numerical statement ().
- A false statement indicates that there are no ordered pairs that satisfy both equations simultaneously.
- Conclusion: The system has no solution. Geometrically, the graphs of these equations are parallel lines.
Dependent Systems (Infinitely Many Solutions)
A dependent system occurs when two linear equations represent the exact same geometric line.
- Consider the system:
- Multiply the first equation by to eliminate :
- Add the transformed equation to the second equation:
- Analysis:
- Both variables are eliminated, leaving a true numerical statement ().
- A true identity indicates that every solution of one equation is also a solution of the other equation.
- Conclusion: The system has an infinite number of solutions. Geometrically, both equations describe the exact same line.
Advanced Systems and Clearing Fractions
Standard Elimination Example
- Consider the system:
- To eliminate , target a common coefficient magnitude of :
- Multiply equation 1 by :
- Multiply equation 2 by :
- Add the two equations:
- Divide by :
- Substitute into equation 1:
- The solution set is .
Systems containing Fractional Coefficients
When a system contains fractions, first clear all fractions by multiplying each term of an equation by the Least Common Denominator (LCD) of its fractional coefficients.
Consider the system:
Clear fractions in the first equation:
- The denominators are , , and . The LCD is
- Multiply both sides by :
Clear fractions in the second equation:
- Multiply both sides by (or ):
Add the two resulting simplified linear equations:
Divide both sides by :
Substitute back into the original first equation to solve for :
- Add to both sides:
- Multiply both sides by :
Verify $x = -3$ and $y = 2$ in original second equation:
The solution set is .