Linear Lines Explained- Properties and Equations

What Linear Lines Actually Are

Let's get this straight: a linear line is just a straight line on a graph. That's it. No curves, no loops, no surprises. Every point on the line follows the same basic rule, which is what makes linear equations so predictable and useful.

The word "linear" comes from the Latin linearis, meaning "belonging to a line." You don't need to remember that, but it helps you understand what you're working with.

Linear lines appear everywhere in real life: pricing plans with fixed costs, distance over time at constant speed, conversion rates in currency exchange. If something changes at a steady rate, you're looking at a linear relationship.

Core Properties of Linear Lines

Slope: The Steepness Factor

Slope tells you how steep a line is. You calculate it as rise over run:

Slope = (change in y) / (change in x)

Think of it as "how much does y move when x changes by 1?"

Y-Intercept: Where It Crosses the Y-Axis

The y-intercept is the point where your line hits the y-axis. This happens when x = 0. It's often written as (0, b) and represents your starting value or baseline.

X-Intercept: Where It Crosses the X-Axis

The x-intercept is where the line crosses the x-axis. This happens when y = 0. You find it by setting y = 0 in your equation and solving for x.

Parallel vs. Perpendicular Lines

Parallel lines never touch. They have the same slope but different y-intercepts.

Perpendicular lines intersect at a 90-degree angle. Their slopes are negative reciprocals of each other. If one line has slope m, the perpendicular line has slope -1/m.

The Three Forms of Linear Equations

You need to know these three equation forms. Each one highlights different information about the line.

Form Equation What It Shows
Slope-Intercept y = mx + b Slope (m) and y-intercept (b) directly
Point-Slope y - y₁ = m(x - x₁) Slope and one known point on the line
Standard Ax + By = C Integer coefficients, no fractions preferred

Slope-Intercept Form: y = mx + b

This is the most common form. The m is your slope, the b is your y-intercept. If you see an equation and need to graph it quickly, this is the form you want to convert to first.

Example: y = 3x + 2 has slope 3 and crosses the y-axis at (0, 2).

Point-Slope Form: y - y₁ = m(x - x₁)

Use this when you know the slope and one point on the line. It's useful for writing equations without first finding the y-intercept.

Example: y - 5 = 2(x - 3) tells you the line passes through (3, 5) with slope 2.

Standard Form: Ax + By = C

A, B, and C are integers. A should be positive. This form makes it easy to find intercepts by plugging in zeros.

Example: 2x + 3y = 12. Set x = 0 to find y-intercept, set y = 0 to find x-intercept.

How to Work With Linear Equations

Finding the Equation From Two Points

Step 1: Calculate the slope using both points.

Step 2: Pick one point and use point-slope form.

Step 3: Simplify to slope-intercept or standard form.

Let's do one: Points (1, 3) and (4, 9)

Slope = (9 - 3) / (4 - 1) = 6/3 = 2

y - 3 = 2(x - 1)

y - 3 = 2x - 2

y = 2x + 1

Done. That's your equation.

Finding the Equation From One Point and Slope

This is simpler. Plug the slope and point into point-slope form, then simplify.

Example: Point (2, 7), slope -3

y - 7 = -3(x - 2)

y - 7 = -3x + 6

y = -3x + 13

Graphing Without a Calculator

Start at the y-intercept. Use the slope to find another point (rise over run). Draw a straight line through both points. That's it.

Example: Graph y = -1/2 x + 4

Start at (0, 4). Slope = -1/2 means go down 1, right 2. That puts you at (2, 3). Draw the line through these points.

Common Mistakes to Avoid

Quick Reference: Converting Between Forms

Conversion Method
Standard to Slope-Intercept Solve for y
Slope-Intercept to Standard Move terms, arrange as Ax + By = C
Point-Slope to Slope-Intercept Distribute and simplify

Most conversions come down to basic algebra. If you can solve for a variable, you can convert between these forms.