Form and Graphical Representation of Linear Systems
Form and Graphical Representation of Linear Systems
In many real-world situations, two different conditions must be true at the same time. When we write each condition as a linear equation, we get a system of linear equations.
A linear system in two variables is a pair of equations with the same variables, usually \(x\) and \(y\). The solution to the system is the ordered pair \((x,y)\) that makes both equations true at the same time.
In this lesson, you will learn how to:
- recognize the form of a linear system,
- write equations from given conditions,
- graph both lines on the same coordinate plane, and
- interpret what the point of intersection means.
1. What is a linear equation?
A linear equation in two variables can be written in forms such as:
- Slope-intercept form: \(y=mx+b\)
- Standard form: \(Ax+By=C\)
These equations graph as straight lines.
Examples of linear equations are:
- \(y=2x+1\)
- \(3x+y=7\)
- \(x-4y=12\)
2. What is a system of linear equations?
A system of linear equations is two or more linear equations considered together. In 10th Grade, we usually work with two equations in two variables.
For example:
$$ \begin{cases} y=2x+1\\ y=-x+7 \end{cases} $$Each equation makes a line. When both lines are graphed on the same coordinate plane, the solution is where the lines intersect.
3. What does the graph tell us?
When graphing a system, there are three possible results:
- One solution: the lines cross at one point.
- No solution: the lines are parallel and never meet.
- Infinitely many solutions: the lines are the same line.
These cases can be understood visually:
- If two different lines have different slopes, they usually intersect once.
- If they have the same slope but different intercepts, they are parallel.
- If they have the same slope and the same intercept, they overlap completely.
4. Writing a linear system from conditions
To form a system, translate each condition into an equation.
For example, suppose:
- The sum of two numbers is 10.
- Their difference is 2.
Let the numbers be \(x\) and \(y\).
Then the system is:
$$ \begin{cases} x+y=10\\ x-y=2 \end{cases} $$Each sentence becomes one equation. Together, they form a system.
5. How to graph a linear system
To graph a system:
- Graph the first equation as a line.
- Graph the second equation on the same axes.
- Find the point where the lines intersect.
- Check that the point satisfies both equations.
You can graph a line in different ways:
- by using slope and \(y\)-intercept if the equation is in \(y=mx+b\) form,
- or by finding two points if the equation is in standard form.
6. Worked Example 1: Graphing from slope-intercept form
Graph the system:
$$ \begin{cases} y=x+1\\ y=-x+5 \end{cases} $$Step 1: Graph \(y=x+1\).
This line has slope \(1\) and \(y\)-intercept \(1\).
- Start at \((0,1)\).
- Use slope \(1=\frac{1}{1}\): go up 1 and right 1.
- Another point is \((1,2)\).
Step 2: Graph \(y=-x+5\).
This line has slope \(-1\) and \(y\)-intercept \(5\).
- Start at \((0,5)\).
- Use slope \(-1\): go down 1 and right 1.
- Another point is \((1,4)\).
Step 3: Find the intersection.
The lines meet at \((2,3)\).
Step 4: Check the solution.
Substitute \((2,3)\) into both equations:
- For \(y=x+1\): \(3=2+1\), true.
- For \(y=-x+5\): \(3=-2+5\), true.
So the solution is:
$$ (2,3) $$7. Worked Example 2: Graphing from standard form
Graph the system:
$$ \begin{cases} 2x+y=4\\ x-y=2 \end{cases} $$Step 1: Graph \(2x+y=4\).
Find two points that satisfy the equation.
- If \(x=0\), then \(y=4\). So one point is \((0,4)\).
- If \(x=2\), then \(2(2)+y=4\), so \(y=0\). Another point is \((2,0)\).
Draw the line through \((0,4)\) and \((2,0)\).
Step 2: Graph \(x-y=2\).
Again, find two points.
- If \(x=2\), then \(2-y=2\), so \(y=0\). One point is \((2,0)\).
- If \(x=3\), then \(3-y=2\), so \(y=1\). Another point is \((3,1)\).
Draw the line through those points.
Step 3: Find the intersection.
The lines intersect at \((2,0)\).
Step 4: Check.
- \(2(2)+0=4\), true.
- \(2-0=2\), true.
So the solution is:
$$ (2,0) $$8. Worked Example 3: No solution
Graph the system:
$$ \begin{cases} y=2x+1\\ y=2x-3 \end{cases} $$Both lines have slope \(2\), so they rise at the same rate.
But their \(y\)-intercepts are different: one crosses the \(y\)-axis at \(1\), and the other crosses at \(-3\).
That means the lines are parallel. Parallel lines never intersect.
So this system has:
$$ \text{no solution} $$9. Worked Example 4: Writing and graphing a real-world system
A school snack stand sells apples for \$1 each and juice boxes for \$2 each. A student buys a total of 5 items and spends \$8.
Let:
- \(x\) = number of apples
- \(y\) = number of juice boxes
Step 1: Write the equations.
The total number of items is 5:
$$ x+y=5 $$The total cost is 8 dollars:
$$ x+2y=8 $$So the system is:
$$ \begin{cases} x+y=5\\ x+2y=8 \end{cases} $$Step 2: Graph the first equation.
For \(x+y=5\):
- If \(x=0\), then \(y=5\), giving \((0,5)\).
- If \(x=5\), then \(y=0\), giving \((5,0)\).
Step 3: Graph the second equation.
For \(x+2y=8\):
- If \(x=0\), then \(2y=8\), so \(y=4\), giving \((0,4)\).
- If \(x=4\), then \(4+2y=8\), so \(y=2\), giving \((4,2)\).
Step 4: Find the intersection.
The lines intersect at \((2,3)\).
Step 5: Interpret the answer.
The student bought 2 apples and 3 juice boxes.
This is why graphing matters: the intersection point is not just a math answer. It represents a real situation that satisfies both conditions.
10. Important ideas when reading a graph
- The solution to a linear system is an ordered pair.
- That ordered pair must lie on both lines.
- If the lines do not meet, there is no ordered pair that works for both equations.
- In real-world problems, the solution should make sense in the context.
For example, if \(x\) and \(y\) represent numbers of items, negative values may not make sense.
11. Tips for success
- Make sure both equations are graphed on the same coordinate plane.
- Use at least two accurate points for each line.
- Label your lines or points if needed.
- Check the intersection point in both equations.
- If the equations are in standard form, finding intercepts can help you graph quickly.
12. Common mistakes to avoid
- Graphing only one equation instead of both.
- Reading the wrong intersection point from the graph.
- Using points that do not actually satisfy the equation.
- Forgetting that the solution must work in both equations.
- Assuming every system has one solution.
Brief Summary
A linear system in two variables is made of two linear equations that are considered together. When you graph both lines on the same coordinate plane, the solution is the point where they intersect. Some systems have one solution, some have no solution, and some have infinitely many solutions. In real-world problems, the intersection represents the values that satisfy all given conditions at the same time.
Put what you read to the test
You've worked through Form and Graphical Representation of Linear Systems. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.