No history yet

Introduction to Systems of Linear Equations

When Lines Meet

A single linear equation with two variables, like y=2x+1y = 2x + 1, describes a straight line on a graph. Every point on that line is a pair of (x,y)(x, y) values that makes the equation true.

A system of linear equations is just a collection of two or more of these equations that we consider together. For now, we'll focus on systems with just two equations and two variables, xx and yy.

A simple system looks like this: y=2x3y = 2x - 3 y=x+3y = -x + 3

A "solution" to the system is a specific pair of (x,y)(x, y) values that works in both equations at the same time. Think of it as a point that lies on both lines simultaneously. Where could such a point be? Right where the lines cross.

For the system above, the lines cross at the point (2,1)(2, 1). This is the unique solution. If you plug x=2x=2 and y=1y=1 into both equations, you'll see they both hold true.

1=2(2)3    1=43    1=11 = 2(2) - 3 \implies 1 = 4 - 3 \implies 1 = 1 (True) 1=(2)+3    1=11 = -(2) + 3 \implies 1 = 1 (True)

This is the most common scenario, but it's not the only one.

Three Possibilities

When you draw two straight lines on a plane, there are only three ways they can interact. Each corresponds to a different type of solution for the system.

Consistent System

noun

A system of equations that has at least one solution. Intersecting and identical lines form consistent systems.

1. One Solution As we just saw, if the lines have different slopes, they will cross at exactly one point. This gives the system a single, unique solution.

2. No Solution What if the lines are parallel? Parallel lines have the same slope and never, ever intersect. If the lines in a system are parallel, there is no point that exists on both of them. Therefore, the system has no solution.

Inconsistent System

noun

A system of equations that has no solution. Parallel lines form an inconsistent system.

3. Infinitely Many Solutions There's one more possibility. What if two equations look different but actually describe the exact same line? For example, y=x+1y = x + 1 and 2y=2x+22y = 2x + 2 are algebraically the same equation.

If the two lines are identical, they overlap at every single point. Since every point on the line is a solution, and lines have infinite points, the system has infinitely many solutions.

Summary of Solutions

The graphical relationship between the lines in a system tells you everything you need to know about its solutions.

Graphical ViewSlopesNumber of Solutions
Intersecting LinesDifferent slopesOne unique solution
Parallel LinesSame slope, different y-interceptsNo solution
Same LineSame slope, same y-interceptInfinitely many solutions

Let's review these core ideas.

Ready to check your understanding?

Quiz Questions 1/5

What is the solution to a system of two linear equations?

Quiz Questions 2/5

If a system of two linear equations has no solution, what must be true about the graphs of the two equations?

By visualizing lines, we can understand the nature of a system's solution without doing any complex algebra. In the next section, we'll start exploring those algebraic methods for finding the exact solutions.