Systems of Linear Equations
Introduction
Hello students 👋 In this lesson, you will study systems of linear equations, one of the most important tools in algebra. A system is a collection of equations that are all true at the same time. The main goal is to find values of the variables that satisfy every equation in the system.
By the end of this lesson, you should be able to:
- explain the key terms used for systems of linear equations
- solve systems using algebraic and graphical methods
- understand what the number of solutions means
- connect systems of equations to real-world problems and to other ideas in IB Mathematics: Analysis and Approaches HL
Systems of linear equations appear in finance, science, engineering, economics, and computer modeling. For example, if two shops sell the same items at different prices, a system can help compare costs. If two roads cross, the equations of those roads can describe the point where they meet 🚗
A linear equation is an equation in which the variables appear only to the first power, with no products of variables and no powers like $x^2$ or $xy$. In two variables, a linear equation often looks like $ax+by=c$, where $a$, $b$, and $c$ are constants and $a$ and $b$ are not both zero.
Key Ideas and Terminology
A system of linear equations is a set of two or more linear equations involving the same variables. The equations are solved together, so the solution must make all equations true at once.
For example, consider the system
$$
$\begin{aligned}$
$2x+y&=7\\$
$ x-y&=1$
$\end{aligned}$
$$
Here, $x$ and $y$ are the variables, and a solution is an ordered pair $\left(x,y\right)$ that satisfies both equations.
There are several important terms to know:
- solution: a value or set of values that makes every equation true
- consistent system: a system with at least one solution
- inconsistent system: a system with no solution
- independent system: a system with exactly one solution
- dependent system: a system with infinitely many solutions, usually because the equations describe the same line or plane
In two variables, each linear equation represents a line. The solution of the system is the point where the lines intersect, if they intersect at all. That is why graphs are useful for understanding systems visually.
For example, the system
$$
$\begin{aligned}$
$y&=2x-1\\$
$y&=-x+5$
$\end{aligned}$
$$
has two different lines. Their intersection is the point where both equations are true.
Methods for Solving Systems
There are three main methods you should know: graphing, substitution, and elimination. In IB Mathematics: Analysis and Approaches HL, you should not only know how to use them, but also when each method is efficient.
1. Graphing
Graphing gives a visual picture of the system. Draw both lines carefully and identify their intersection.
Example:
$$
$\begin{aligned}$
$y&=x+2\\$
$y&=-2x+8$
$\end{aligned}$
$$
To find the intersection, set the two expressions for $y$ equal:
$$
$x+2=-2x+8$
$$
Solving gives
$$
$3x=6 \quad \Rightarrow \quad x=2$
$$
Then substitute into $y=x+2$:
$$
$y=2+2=4$
$$
So the solution is $\left(2,4\right)$.
Graphing is helpful for checking answers, but it may be less exact if the graph is drawn by hand.
2. Substitution
Substitution works well when one equation is already solved for one variable.
Example:
$$
$\begin{aligned}$
$x+y&=10\\$
$x&=2y+1$
$\end{aligned}$
$$
Substitute $x=2y+1$ into the first equation:
$$
$\left(2y+1\right)+y=10$
$$
Then solve:
$$
$3y+1=10$
$$
$$
$3y=9$
$$
$$
$y=3$
$$
Now find $x$:
$$
$x=2\left(3\right)+1=7$
$$
The solution is $\left(7,3\right)$.
Substitution is often useful when one variable is isolated early, making the algebra straightforward.
3. Elimination
Elimination is powerful when the coefficients of one variable are opposites or can be made opposites.
Example:
$$
$\begin{aligned}$
$3x+2y&=16\\$
$3x-2y&=8$
$\end{aligned}$
$$
Add the equations:
$$
$6x=24$
$$
So
$$
$ x=4$
$$
Substitute into $3x+2y=16$:
$$
$3\left(4\right)+2y=16$
$$
$$
$12+2y=16$
$$
$$
$2y=4$
$$
$$
$y=2$
$$
The solution is $\left(4,2\right)$.
If coefficients do not match, you can multiply one or both equations by a number first. That is one reason elimination is a flexible method.
Interpreting the Number of Solutions
A system of linear equations can have one solution, no solution, or infinitely many solutions.
One solution
This happens when the lines intersect at exactly one point. Algebraically, the system is consistent and independent.
Example:
$$
$\begin{aligned}$
$y&=x+1\\$
$y&=-x+5$
$\end{aligned}$
$$
The slopes are different, so the lines meet once.
No solution
This happens when the lines are parallel and never meet. Their slopes are the same, but their $y$-intercepts are different.
Example:
$$
$\begin{aligned}$
$y&=3x+1\\$
$y&=3x-4$
$\end{aligned}$
$$
Since the slope is $3$ in both equations, the lines are parallel. There is no point that satisfies both equations, so the system is inconsistent.
Infinitely many solutions
This happens when the equations represent the same line. One equation can be a multiple of the other.
Example:
$$
$\begin{aligned}$
$2x+4y&=10\\$
$x+2y&=5$
$\end{aligned}$
$$
The first equation is just $2$ times the second equation. Every point on the line works, so there are infinitely many solutions.
Understanding the number of solutions is important in HL mathematics because it shows how algebra and geometry are connected.
Systems in Three Variables
IB Mathematics: Analysis and Approaches HL also expects you to think about systems with three variables. These often model more realistic situations, such as mixtures, costs, or supply problems.
A system with three variables might look like
$$
$\begin{aligned}$
$x+y+z&=12\\$
$2x-y+z&=7\\$
$x+2y-z&=3$
$\end{aligned}$
$$
Here, each equation represents a plane in three-dimensional space. The solution may be a single point, a line, a plane, or no common intersection.
A common strategy is to eliminate one variable at a time.
Example:
$$
$\begin{aligned}$
$x+y+z&=6\\$
$x-y+z&=2\\$
$2x+z&=9$
$\end{aligned}$
$$
Subtract the second equation from the first:
$$
$2y=4$
$$
So
$$
$y=2$
$$
Then substitute into the first equation:
$$
$x+2+z=6$
$$
$$
$x+z=4$
$$
Now use this with $2x+z=9$:
Subtract the first of these from the second:
$$
$x=5$
$$
Then
$$
$5+z=4$
$$
so
$$
$z=-1$
$$
The solution is $\left(5,2,-1\right)$.
This method is a strong example of symbolic manipulation, a major theme in Number and Algebra.
Real-World Applications
Systems of linear equations are useful because they translate word problems into algebra.
Suppose a movie theater sells adult tickets for $a$ dollars and student tickets for $s$ dollars. If $3$ adult tickets and $2$ student tickets cost $42$, and $2$ adult tickets and $5$ student tickets cost $49$, then
$$
$\begin{aligned}$
$3a+2s&=42\\$
$2a+5s&=49$
$\end{aligned}$
$$
You can solve the system to find the ticket prices. This type of problem appears often in exams because it tests modeling, algebra, and interpretation.
Another real-world example is budgeting. If a student buys notebooks and pens with a fixed amount of money, a system can describe the total cost using two unknown prices and the number of items purchased.
In science, systems can model balancing chemical equations, electrical circuits, and motion problems. In economics, systems can compare supply and demand relationships. These examples show how systems connect Number and Algebra to the real world 🌍
Connection to IB Mathematics: Analysis and Approaches HL
In IB Mathematics: Analysis and Approaches HL, systems of linear equations are not just about getting an answer. They help develop reasoning, structure, and problem-solving skills.
You should be able to:
- choose an efficient solution method
- justify algebraic steps clearly
- check whether a solution is reasonable
- interpret the answer in context
Systems also connect to other syllabus ideas. For example, matrices and determinants provide another way to solve some systems, especially larger ones. A system can be written in matrix form as
$$
$A\mathbf{x}=\mathbf{b}$
$$
where $A$ is the coefficient matrix, $\mathbf{x}$ is the vector of unknowns, and $\mathbf{b}$ is the constants vector. This representation is important in advanced algebra and in computational mathematics.
You may also notice links to sequences and proofs. For instance, solving a pattern of systems can reveal a general rule, and proving uniqueness of a solution connects to logical reasoning. Systems therefore fit naturally into the broader structure of Number and Algebra.
Conclusion
Systems of linear equations are a core part of algebra because they show how multiple conditions can be satisfied at the same time. students, you should remember that the solution is the common value that makes every equation true. The main methods are graphing, substitution, and elimination, and each has advantages in different situations.
You should also understand what the number of solutions means geometrically and algebraically. One solution means the lines or planes meet at one point, no solution means they never meet, and infinitely many solutions mean they represent the same set of points. These ideas are central to modeling, reasoning, and problem solving in IB Mathematics: Analysis and Approaches HL ✅
Study Notes
- A system of linear equations is a set of linear equations that must all be true at the same time.
- A solution is a value or set of values that satisfies every equation in the system.
- In two variables, each linear equation represents a line.
- The solution of a two-variable system is the intersection point of the lines, if it exists.
- A consistent system has at least one solution.
- An inconsistent system has no solution.
- An independent system has exactly one solution.
- A dependent system has infinitely many solutions.
- The main solving methods are graphing, substitution, and elimination.
- Graphing shows the geometric meaning of the system.
- Substitution is useful when one variable is already isolated.
- Elimination is useful when coefficients can be made opposites.
- Systems with three variables often represent planes in three-dimensional space.
- Systems connect algebra to real-world problems such as pricing, budgeting, science, and economics.
- In IB Mathematics: Analysis and Approaches HL, systems support symbolic manipulation, modeling, and logical reasoning.
