Systems of equations Flashcards
Four methods of solving
Substitution, Elimination, Gaussian Elimination, Graphing
Substitution Method
If one of the variables has a coefficient of 1, use this method:
- Solve for the variable that has a coefficient of 1.
- Substitute the result into the other equation.
- Solve for the remaining variable.
- Substitute the result from step 3 into the resutl from step 1 to obtain the value of the other variable.
Elimination Method
Equations must be in standard form AC + BY = C:
- If needed, multiply one or both equations by a non-zero number so that the coefficients of one of the variables are opposite values.
- Add the two equations together to eliminate the variable that has opposite coefficients.
- Solve for the remaining variable.
- Substitute the result into either equation to solve for the other variable.
Graphing Method
After getting both equations into slope - intercept form (solve for y):
- Graph each equation using the slope and the y-intercept.
- Find the point of intersection.
Gaussian Elimination
Equations must be in standard form AC + BY = C:
- Write the augmented matrix.
- Use row operations to get into row echolon form (1’s down the diagonal with zero below).
- Convert back into a system of equations and solve using backwards substitution.
Consistent System of equations
Has a solution. Can be dependent (infinite solutions 0 = 0) or independent (one solution (x, y)).
A matrix with a row of all zeros is dependent and has infinte solutions.
Inconsistent system of equations.
Has no solution. 0 = #
A matrix with a row with zeros on the left and not zero on the right.