A system of equations consists of two or more equations with the same variables. The solution to the system is the point where all equations are satisfied simultaneously. Geometrically, this corresponds to the intersection point of the lines representing each equation. In this example, we have two linear equations. The blue line represents y equals two x plus one, and the red line represents y equals negative x plus four. The point where they intersect, (1, 3), is the solution to the system.
The substitution method is an algebraic technique for solving systems of equations. It involves solving one equation for one variable and then substituting this expression into the other equation. Let's consider our previous system. We have y equals two x plus one and y equals negative x plus four. Since both expressions equal y, we can set them equal to each other. This gives us two x plus one equals negative x plus four. Next, we solve for x by adding x to both sides and subtracting one from both sides, resulting in three x equals three. Dividing both sides by three gives x equals one. Now we substitute x equals one back into one of the original equations to find y. Using the first equation, y equals two times one plus one, which equals three. Therefore, the solution is the point (1, 3), which matches our graphical solution.
Let's work through a more complex example using the substitution method. Our system is: two x plus three y equals twelve, and x minus y equals one. First, we'll solve the second equation for x, giving us x equals y plus one. Next, we substitute this expression for x into the first equation. This gives us two times (y plus one) plus three y equals twelve. Expanding the parentheses, we get two y plus two plus three y equals twelve. Combining like terms, we have five y plus two equals twelve. Subtracting two from both sides gives five y equals ten. Dividing by five, we find y equals two. Now we substitute y equals two back into our expression for x, giving x equals two plus one, which equals three. So our solution is the point (3, 2). Let's verify this by substituting into both original equations. For the first equation: two times three plus three times two equals six plus six equals twelve. For the second equation: three minus two equals one. Both equations are satisfied, confirming our solution. On the graph, we see the lines intersect at the point (3, 2).
The elimination method is another algebraic approach to solving systems of equations. It involves adding or subtracting the equations to eliminate one of the variables. Let's look at a system where this method is particularly efficient. We have x plus y equals five and x minus y equals one. Notice that the coefficients of y are plus one and minus one. When we add these equations together, the y terms will cancel out. Adding the left sides: (x plus y) plus (x minus y) equals x plus y plus x minus y, which simplifies to two x. Adding the right sides: five plus one equals six. So we get two x equals six. Dividing both sides by two gives x equals three. Now we substitute x equals three into one of the original equations to find y. Using the first equation: three plus y equals five, so y equals two. The solution is (3, 2). On the graph, we see the lines intersect at this point. The elimination method can be more efficient than substitution when the coefficients are set up to easily eliminate a variable through addition or subtraction.
Often, direct elimination isn't possible because the coefficients don't naturally cancel. In these cases, we can multiply one or both equations by constants to create matching coefficients. Consider the system: two x plus three y equals eight, and four x minus y equals seven. To eliminate y, we need the coefficients of y to be opposites. The first equation has a coefficient of three for y, and the second has negative one. If we multiply the second equation by three, the coefficient of y becomes negative three. This gives us twelve x minus three y equals twenty-one. Now we can add this new equation to the first equation. Adding the left sides: (two x plus three y) plus (twelve x minus three y) equals two x plus three y plus twelve x minus three y, which simplifies to fourteen x. Adding the right sides: eight plus twenty-one equals twenty-nine. So we get fourteen x equals twenty-nine. Dividing both sides by fourteen gives x equals twenty-nine fourteenths. Now we substitute this value back into one of the original equations to find y. Using the second equation: four times twenty-nine fourteenths minus y equals seven. Solving for y gives y equals nine sevenths. The solution is the point (twenty-nine fourteenths, nine sevenths). On the graph, we see the lines intersect at this point.
Not all systems have a unique solution. There are two special cases to consider. First, a system with no solution, also called an inconsistent system. This occurs when the lines are parallel and never intersect. Algebraically, this leads to a contradiction. For example, consider y equals two x plus one and y equals two x plus three. Setting the right sides equal gives two x plus one equals two x plus three. Subtracting two x from both sides results in one equals three, which is false. This contradiction tells us there's no solution. Geometrically, we see two parallel lines. The second special case is a system with infinitely many solutions, also called a dependent system. This happens when both equations represent the same line. Algebraically, this leads to an identity. Consider two x plus three y equals six and four x plus six y equals twelve. If we divide the second equation by two, we get two x plus three y equals six, which is identical to the first equation. This identity tells us that any point on the line is a solution, so there are infinitely many solutions. Geometrically, we see that both equations graph as the same line.
When solving systems of equations, choosing the most efficient method can save time and reduce errors. The substitution method works well when one variable is already isolated or when one equation is linear and the other is quadratic. For example, if we have y equals two x plus one and y equals negative x squared plus four, substitution is the natural choice. The elimination method is efficient when the coefficients are set up so that adding or subtracting the equations will easily eliminate a variable. This often happens when all variables have coefficients other than one. For instance, in a system like two x plus three y equals eight and four x minus y equals seven, elimination with multiplication is straightforward. Both methods are valid for any linear system, but strategic selection based on the system's structure leads to more efficient solutions. In summary, use substitution when it's easy to isolate a variable, and use elimination when coefficients can be easily manipulated to cancel a variable.