Algebraic Solutions to Systems
Introduction
Algebraic solutions to systems help you find values that make two or more equations true at the same time. students, this is one of the most important ideas in algebra because many real situations involve more than one condition at once π. For example, you might want to know where two phone plans cost the same, where two lines cross on a graph, or which numbers satisfy several rules together.
In IB Mathematics: Analysis and Approaches HL, solving systems algebraically is not only about getting the answer. It is also about showing clear reasoning, choosing efficient methods, and checking that your solution works. By the end of this lesson, you should be able to:
- explain the key terms connected to systems of equations,
- solve systems using substitution, elimination, and other algebraic methods,
- connect solutions to graphs and real-world contexts,
- and understand how systems fit into the wider study of Number and Algebra.
A system can involve linear equations, but it can also include nonlinear equations such as quadratics, exponentials, or radicals. The main idea is always the same: find the common solution(s) that satisfy every equation in the system.
What a system is and what βsolutionβ means
A system of equations is a set of equations that use the same variables. A solution is a set of values for those variables that makes every equation true. If a system has two variables, such as $x$ and $y$, then a solution is usually written as an ordered pair like $(x,y)$.
For example, consider
$$
$\begin{cases}$
$ x+y=7 \\$
$ x-y=1$
$\end{cases}$
$$
We want one pair of values that works in both equations. If we test $x=4$ and $y=3$, then $4+3=7$ and $4-3=1$, so $(4,3)$ is a solution.
A system may have:
- one solution, when the equations meet at exactly one point,
- no solution, when the equations are inconsistent and never meet,
- infinitely many solutions, when the equations represent the same relationship.
These three possibilities are important in IB reasoning because they show whether a system is consistent and independent, inconsistent, or dependent. In graph form, two lines may intersect once, be parallel, or overlap completely. π
Substitution method
The substitution method is useful when one equation is already solved for one variable, or can be rearranged easily. The main idea is to replace one variable with an expression involving the other variable.
Example:
$$
$\begin{cases}$
$ y=2x+1 \\$
$ x+y=13$
$\end{cases}$
$$
Since $y=2x+1$, substitute into the second equation:
$$
$ x+(2x+1)=13$
$$
Simplify:
$$
$3x+1=13$
$$
$$
$3x=12$
$$
$$
$ x=4$
$$
Now find $y$:
$$
$ y=2(4)+1=9$
$$
So the solution is $(4,9)$.
Substitution is especially helpful when one equation is nonlinear. For example, if
$$
$\begin{cases}$
$ y=x^2 \\$
$ y=2x+3$
$\end{cases}$
$$
then set the two expressions for $y$ equal:
$$
$ x^2=2x+3$
$$
Rearrange:
$$
$ x^2-2x-3=0$
$$
Factor:
$$
$(x-3)(x+1)=0$
$$
So $x=3$ or $x=-1$. Substitute back to get $y=9$ or $y=1$. The solutions are $(3,9)$ and $(-1,1)$.
This shows a very important IB idea: a system can have more than one solution if a line intersects a curve in more than one point.
Elimination method
The elimination method works by combining equations so that one variable disappears. This is often efficient for linear systems.
Example:
$$
$\begin{cases}$
$ 2x+3y=12 \\$
$ 5x-3y=3$
$\end{cases}$
$$
Because the $y$-coefficients are $3$ and $-3$, add the equations:
$$
$(2x+3y)+(5x-3y)=12+3$
$$
$$
$7x=15$
$$
$$
$ x=\frac{15}{7}$
$$
Now substitute into one equation:
$$
$2\left(\frac{15}{7}\right)+3y=12$
$$
$$
$\frac{30}{7}+3y=12$
$$
$$
$3y=12-\frac{30}{7}=\frac{54}{7}$
$$
$$
$ y=\frac{18}{7}$
$$
So the solution is
$\left($$\frac{15}{7}$,$\frac{18}{7}$$\right)$.
If the coefficients do not line up nicely, you can multiply one or both equations first. For example,
$$
$\begin{cases}$
$ 3x+2y=16 \\$
$ 5x-4y=2$
$\end{cases}$
$$
Multiply the first equation by $2$:
$$
$6x+4y=32$
$$
Now add it to the second equation:
$$
$(6x+4y)+(5x-4y)=32+2$
$$
$$
$11x=34$
$$
$$
$ x=\frac{34}{11}$
$$
Then solve for $y$ by substitution. Elimination is powerful because it often avoids fractions until the end.
Systems with nonlinear equations
Systems are not always linear. In HL mathematics, you may meet systems involving quadratics, circles, exponentials, or other functions. The same algebraic principle still applies: find values that satisfy both equations.
Example with a circle and a line:
$$
$\begin{cases}$
$ x^2+y^2=25 \\$
$ y=x+1$
$\end{cases}$
$$
Substitute $y=x+1$ into the circle equation:
$$
$ x^2+(x+1)^2=25$
$$
Expand:
$$
$ x^2+x^2+2x+1=25$
$$
$$
$ 2x^2+2x-24=0$
$$
Divide by $2$:
$$
$ x^2+x-12=0$
$$
Factor:
$$
$(x+4)(x-3)=0$
$$
So $x=-4$ or $x=3$. Then
$$
$ y=x+1$
$$
gives $y=-3$ or $y=4$. The solutions are $(-4,-3)$ and $(3,4)$.
This is a clear example of how algebraic solutions match graph intersections. A line can cut a circle at two points, one point, or no points, depending on the situation.
Checking and interpreting solutions
Always check your solutions by substituting them into the original equations. This is a key habit in IB Mathematics because algebraic manipulation can create mistakes, especially when squaring both sides or multiplying by expressions.
For example, if you solve a system and get $(x,y)=(2,5)$, test it in every equation. If even one equation fails, it is not a valid solution.
Interpretation also matters. In a word problem, the variables may represent money, distance, age, or quantities. So a solution must make sense in context. If a system gives a negative number of items, that may mean the algebra was done correctly but the solution is not meaningful for the situation.
You should also notice special cases:
- A dependent system may produce identities like $0=0$, meaning infinitely many solutions.
- An inconsistent system may produce contradictions like $0=5$, meaning no solution.
These outcomes tell you as much about the structure of the equations as the numerical answer does.
Why this topic matters in Number and Algebra
Algebraic solutions to systems connect directly to many parts of Number and Algebra. They use symbolic manipulation, factorization, equations, inequalities, and function thinking. They also build the logic needed for sequences, proof, and complex number work later in the course.
For example, when you solve a system, you are often transforming expressions while keeping them equivalent. That is the same kind of careful reasoning used in proving identities or finding terms in sequences. When systems involve quadratics, you may use factorization or the quadratic formula, which are both major algebraic tools. When systems are linked to graphs, you are thinking about functions and their intersections.
In real life, systems can model prices, mixtures, speeds, and break-even points. For example, if a concert ticket costs $x$ dollars plus a service fee, and another ticket has a different pricing rule, a system can tell you when the total costs are equal. This is why systems are not just abstract algebra. They are a practical language for comparing conditions and finding shared outcomes.
Conclusion
Algebraic solutions to systems are about finding values that satisfy multiple equations at once. students, the main methods you should know are substitution and elimination, with substitution especially useful for nonlinear systems. You should also be able to identify whether a system has one solution, no solution, or infinitely many solutions, and explain what that means algebraically and graphically.
This topic is central to IB Mathematics: Analysis and Approaches HL because it develops precision, logical reasoning, and flexible problem-solving. It also connects strongly to functions, graphs, proof, and real-world modeling. If you can solve systems carefully and interpret the results correctly, you have built a strong foundation for many later topics in mathematics. β
Study Notes
- A system of equations is a set of equations with the same variables.
- A solution must satisfy every equation in the system.
- Systems can have one solution, no solution, or infinitely many solutions.
- The substitution method replaces one variable with an equivalent expression.
- The elimination method combines equations to remove one variable.
- Nonlinear systems may have multiple solutions because graphs can intersect more than once.
- Always check solutions in the original equations.
- In context problems, make sure the answer makes real-world sense.
- Systems connect to graph intersections, function behavior, and algebraic structure.
- Strong system-solving skills support later IB work in sequences, proof, and more advanced algebra.
