Linear and Quadratic Equations Explained
Linear Equations
The Straight Line
A linear equation describes a simple, steady relationship between two things. Imagine you earn $15 for every hour you work. The link between your hours worked () and your total pay () is perfectly predictable. Work one hour, get $15. Work two hours, get $30. For every single hour you add, your pay goes up by the exact same amount.
This constant relationship is the heart of a linear equation. When you draw it, it always forms a straight line. The variables in these equations, like our and , are only ever raised to the power of one. You won't see any or here.
Linear equations are the mathematics of constant change.
There are a couple of common ways to write these equations. One is the standard form:
Here, , , and are just numbers. For example, is a linear equation in standard form.
Another very useful format is the slope-intercept form:
This form is great because it gives us two key pieces of information for graphing the line: its steepness (slope) and where it crosses the vertical axis (y-intercept).
Graphing the Line
Every linear equation can be visualized on a coordinate plane, which is just a grid with a horizontal x-axis and a vertical y-axis. The slope-intercept form, , makes this easy.
Let's break down the two key parts:
y-intercept
noun
The point where the line crosses the vertical y-axis. This happens when x=0.
The in the equation is the y-intercept. It's our starting point. If the equation is , our line crosses the y-axis at the point .
slope
noun
A measure of the line's steepness. It's the 'rise' (vertical change) divided by the 'run' (horizontal change).
The in the equation is the slope. It tells us the direction and steepness of the line. A positive slope means the line goes up from left to right, while a negative slope means it goes down.
Let's graph . We know the slope is 2 (which we can think of as ) and the y-intercept is 1.
- Plot the y-intercept: Start by putting a dot at on the y-axis.
- Use the slope to find a second point: The slope is 'rise over run'. From our first point, we 'rise' 2 units up and 'run' 1 unit to the right. This brings us to a new point at .
- Draw the line: Connect the two points with a straight line, and extend it in both directions.
Finding the Solution
Sometimes we have more than one linear equation, creating what's called a system of equations. The 'solution' to a system is the specific point where the lines intersect. It's the one pair of values that makes all equations in the system true.
If two lines are parallel, they never cross, so there's no solution. If they are the exact same line, there are infinite solutions. But usually, two different lines will cross at exactly one point.
Let's look at two algebraic methods to find this point without graphing.
Solving a system of linear equations is like finding the one place where two straight paths cross.
Substitution Method
The idea here is to solve one equation for one variable, and then substitute that expression into the other equation. This leaves you with one equation and one variable, which is easy to solve.
Consider this system:
-
Isolate a variable. The first equation is easy to rearrange for . Subtract from both sides: .
-
Substitute. Now, replace the in the second equation with : .
-
Solve for the remaining variable. Simplify and solve for : .
-
Find the other variable. We know . Plug this back into our handy equation from step 1: .
The solution is .
Elimination Method
This method works by adding or subtracting the two equations to eliminate one of the variables. You may need to multiply one or both equations by a number first to make the coefficients of one variable opposites.
Let's use a different system:
-
Align the variables. Our equations are already aligned nicely.
-
Adjust coefficients. We want to make the coefficients of either or opposites. Let's target . If we multiply the top equation by 2, we'll get a which will cancel with the in the bottom equation.
becomes .
-
Add the equations. Now we add our new equation to the second original equation:
-
Solve. This gives us .
-
Find the other variable. Plug into either original equation. Let's use the first one: , which simplifies to , then , so .
The solution where these two lines cross is .
Both methods get you to the same place. Substitution is often easier when one variable already has a coefficient of 1. Elimination can be faster for more complex systems. Understanding these is a key step into the world of algebra.