System Of Linear Equations

Download as PDF

Ever wondered how two straight lines can solve a real-world problem? A system of linear equations is a set of two or more linear equations that share the same variables. Finding the solution means discovering the exact point where these lines intersect, a fundamental skill with endless applications in science, business, and beyond.

System Of Linear Equations — an original Algebra911 reference diagram defining system of linear equations with its key formula and a worked example.
System of Linear Equations: A Complete Guide

What Is a System of Linear Equations?

A system of linear equations is a collection of two or more linear equations that involve the same set of variables. Each linear equation, such as y=2x+3, represents a straight line on a coordinate plane. When we consider two or more such equations together, they form a system. The primary goal when working with a system is to find its solution.

A solution to a system of two linear equations is the single ordered pair (x,y) that makes both equations true simultaneously. Geometrically, this is the point where the two lines cross or intersect. Every system of linear equations will have one of three possible outcomes, which are determined by how the lines are arranged on the plane.

Types of Solutions

Understanding the geometry of the lines helps predict the type of solution you will find:

  • One Solution: This occurs when the two lines intersect at a single, unique point. The lines have different slopes. This is called a consistent and independent system.
  • No Solution: This occurs when the two lines are parallel. Since parallel lines never cross, there is no ordered pair that satisfies both equations. The lines have the same slope but different y-intercepts. This is called an inconsistent system.
  • Infinitely Many Solutions: This occurs when the two equations actually describe the exact same line. Every point on the line is a solution because the lines overlap everywhere. This is called a consistent and dependent system.

This relationship can be summarized in a table:

Type of SystemDescription of LinesNumber of Solutions
Consistent & IndependentLines intersect at one pointExactly One
InconsistentLines are parallelNone (Zero)
Consistent & DependentLines are coincident (the same line)Infinitely Many

How Do You Solve Systems by Graphing?

Solving a system by graphing is the most visual method. The solution is the physical point of intersection you can see on the coordinate plane. While it can sometimes be less precise than algebraic methods if the intersection isn't at a clean integer coordinate, it's an excellent way to understand the concept of a solution.

Follow these steps to solve a system by graphing:

  1. Prepare the Equations: Make sure both equations are in slope-intercept form, y=mx+b, where m is the slope and b is the y-intercept.
  2. Graph the First Line: Plot the y-intercept on the y-axis. Then, use the slope (rise over run) to find a second point and draw a straight line through them.
  3. Graph the Second Line: On the same coordinate plane, graph the second equation using its own y-intercept and slope.
  4. Identify the Intersection Point: Find the coordinates (x,y) of the point where the two lines cross. This is your potential solution.
  5. Verify the Solution: Substitute the x and y values from the intersection point back into both of the original equations. If they make both equations true, you have found the correct solution.
Example 1

Solve the following system by graphing:
Equation A: y=2x1
Equation B: y=x+5

Step 1: Both equations are already in slope-intercept form.

Step 2: Graph Equation A. The y-intercept is 1. The slope is 2, or 21. From (0,1), we go up 2 and right 1 to find another point, (1,1).

Step 3: Graph Equation B. The y-intercept is 5. The slope is 1, or 11. From (0,5), we go down 1 and right 1 to find another point, (1,4).

Step 4: By drawing the lines, we can see they intersect at the point (2,3).

Step 5: Check the solution (2,3).
In Equation A: 3=2(2)13=413=3. True.
In Equation B: 3=(2)+53=2+53=3. True.
The solution is correct. The answer is (2,3).

Solving Systems Using the Substitution Method

The substitution method is a reliable algebraic technique that works by replacing one variable with an equivalent expression. This process transforms a two-variable system into a single-variable equation, which is much simpler to solve. It is most efficient when one of the equations already has a variable isolated, or when a variable has a coefficient of 1 or 1.

Here is the step-by-step process for substitution:

  1. Isolate a Variable: Choose one of the equations and solve it for either x or y. Pick the equation and variable that are easiest to isolate.
  2. Substitute: Take the expression you found in Step 1 and substitute it into the other equation. This will leave you with an equation that has only one variable.
  3. Solve the Equation: Solve the new equation for the single variable (either x or y).
  4. Back-Substitute: Take the value you found in Step 3 and plug it back into the isolated expression from Step 1 (or any of the original equations) to solve for the other variable.
  5. Write and Check: Write your solution as an ordered pair (x,y) and check it in both original equations to ensure accuracy.
Example 2

Solve the system using substitution:
Equation A: x+3y=6
Equation B: 2x+8y=10

Step 1: In Equation A, it's easy to isolate x. Subtracting 3y from both sides gives x=63y.

Step 2: Substitute the expression 63y for x in Equation B.
2(63y)+8y=10

Step 3: Solve for y.
126y+8y=1012+2y=102y=2y=1

Step 4: Back-substitute y=1 into the isolated equation x=63y.
x=63(1)x=6+3x=9

Step 5: The solution is (9,1). Let's check it.
In Equation A: 9+3(1)=93=6. True.
In Equation B: 2(9)+8(1)=188=10. True.
The solution (9,1) is correct.

Mastering the Elimination Method

The elimination method, also known as the addition method, involves adding or subtracting the two equations in a way that eliminates one of the variables. This method is particularly powerful when both equations are written in standard form, Ax+By=C.

Standard Form: Ax+By=C

The key is to manipulate the equations so that the coefficients of one of the variables are opposites (like 5x and 5x). When you add the equations together, these terms will cancel out.

Follow these steps for the elimination method:

  1. Align Equations: Write both equations in standard form, making sure the x terms, y terms, and constants are aligned vertically.
  2. Create Opposite Coefficients: If necessary, multiply one or both equations by a non-zero number to make the coefficients of either the x or y terms opposites.
  3. Add the Equations: Add the two modified equations together. If you did Step 2 correctly, one of the variables should be eliminated.
  4. Solve for the Variable: Solve the resulting single-variable equation.
  5. Back-Substitute: Substitute the value you just found back into one of the original equations to find the value of the other variable.
  6. Write and Check: State the solution as an ordered pair (x,y) and verify it in both original equations.
Example 3

Solve the system using elimination:
Equation A: 3x+2y=7
Equation B: 4x5y=3

Step 1: Both equations are already in standard form.

Step 2: Let's choose to eliminate y. The least common multiple of 2 and 5 is 10. We need one coefficient to be 10y and the other to be 10y. Multiply Equation A by 5 and Equation B by 2.
5(3x+2y=7)15x+10y=352(4x5y=3)8x10y=6

Step 3: Add the new equations together.
(15x+8x)+(10y10y)=35+623x=41

Step 4: Solve for x.
x=4123

Step 5: This answer isn't a simple integer, but the method still works. Let's back-substitute x=4123 into the original Equation A.
3(4123)+2y=712323+2y=161232y=16123123232y=3823y=1923

Step 6: The solution is (4123,1923). While checking is more complex, it's crucial. This example shows that not all solutions are neat integers.

What About No Solution or Infinite Solutions?

When using algebraic methods like substitution or elimination, the variables might disappear completely. What happens next tells you whether the system has no solution or infinitely many solutions.

Case 1: No Solution (Inconsistent System)

If your algebraic steps lead to a false statement, the system has no solution. A false statement is an equation where the numbers are not equal, such as 0=5 or 3=7.

Consider the system y=3x+4 and y=3x1. Using substitution, we set the expressions for y equal:
3x+4=3x1Subtracting 3x from both sides gives:
4=1This is a false statement. It's impossible for 4 to equal 1. This means there is no solution, and the lines are parallel.

Case 2: Infinitely Many Solutions (Dependent System)

If your algebraic steps lead to a true statement, or an identity, the system has infinitely many solutions. A true statement is an equation that is always true, such as 5=5 or 0=0.

Consider the system x+y=2 and 2x+2y=4. Let's use elimination. Multiply the first equation by 2:
2(x+y=2)2x2y=4Now add this to the second equation:
(2x+2x)+(2y+2y)=4+40=0This is a true statement. It means the two original equations were just different ways of describing the same line. Therefore, there are infinitely many solutions.

Common Mistakes to Avoid

Solving systems of equations requires careful attention to detail. A small error can lead to a completely wrong answer. Here are some common pitfalls to watch out for:

  • Sign Errors: This is the most frequent mistake. Be extremely careful when distributing a negative sign across parentheses or when subtracting an entire equation in the elimination method. Forgetting to change the sign of every term will derail your solution.
  • Substitution into the Same Equation: When using substitution, you must substitute the isolated expression into the other equation. If you substitute it back into the equation it came from, you will get a true statement like 8=8, which doesn't help you find the variable's value.
  • Solving for Only One Variable: Finding the value of x is only half the work. A solution to a system is an ordered pair (x,y). Always remember to back-substitute to find the value of the second variable.
  • Distribution Errors: When a number is multiplied by an entire equation (common in the elimination method), ensure you multiply it by every single term on both sides of the equals sign.
  • Inaccurate Graphing: When solving by graphing, a slightly misplaced point or a wobbly line can cause you to misread the intersection point. Use a ruler and be as precise as possible. This is why algebraic methods are generally preferred for exact answers.
  • Forgetting to Check: The final step of checking your solution in both original equations is your safety net. It confirms your answer is correct and helps you catch any of the mistakes listed above.

Quick Summary: Which Method Should I Use?

You have three powerful methods for solving systems of linear equations. While any method can solve most systems, one is often more efficient than the others depending on how the equations are presented. Here's a quick guide to help you choose the best tool for the job.

When to Use Each Method:

  1. Use Graphing when:

    • You need to visualize the solution or understand the relationship between the two lines.
    • The equations are already in slope-intercept form (y=mx+b).
    • You suspect the solution involves simple integer coordinates.
    • An estimated solution is acceptable.
  2. Use Substitution when:

    • One of the variables in one of the equations is already isolated (e.g., y=2x5).
    • One of the variables has a coefficient of 1 or 1, making it very easy to isolate.
  3. Use Elimination when:

    • Both equations are in standard form (Ax+By=C).
    • The coefficients of one variable are already the same or opposites.
    • The coefficients are not 1 or 1, making substitution more complex due to fractions.

Ultimately, the best method is the one you are most comfortable with and that fits the problem structure. With practice, you'll quickly learn to recognize which method will get you to the solution with the least amount of work.

Frequently Asked Questions

What does the 'solution' to a system of equations represent in the real world?

It represents the point where two different conditions are met simultaneously. For example, it could be the break-even point for a business where cost equals revenue, or the specific time and price where supply equals demand in economics.

Can a system of linear equations have exactly two solutions?

No, this is impossible for linear systems. Two distinct straight lines can only interact in one of three ways: they intersect at exactly one point, they are parallel and never intersect, or they are the same line and intersect everywhere. They can never cross exactly twice.

What if I have three equations and three variables?

That is a system in three variables (like x,y, and z), which represents planes in 3D space. The same principles of substitution and elimination apply, but the process is longer. The goal is to find an ordered triple (x,y,z) that solves all three equations.

Is one method (graphing, substitution, elimination) truly better than the others?

No single method is always 'best,' as the ideal choice depends on the problem. Graphing is visual but can be imprecise. Substitution is great when a variable is easy to isolate, and elimination is highly efficient when equations are neatly aligned in standard form.

Why is it so important to check my answer?

Checking your answer by plugging the (x,y) values back into both original equations is the only way to be 100% certain you have the correct solution. It's a crucial final step that helps you catch small arithmetic mistakes you might have made along the way.

What does it mean if a system is 'inconsistent' or 'dependent'?

An 'inconsistent' system has no solution because the lines are parallel and never meet. A 'dependent' system has infinitely many solutions because the equations describe the exact same line, meaning every point on the line is a solution.

Can I use a calculator to solve systems of linear equations?

Yes, many graphing calculators and online tools can solve systems of equations. They often use a technique called matrix algebra. While these tools are great for checking your work or handling complex numbers, it's essential to master the manual methods to understand the underlying concepts.