Unit 1: Linear Relationships and Equations

Topic 6

Equation of a Line

A linear equation represents all points (x,y)(x, y) that form a straight line on the coordinate plane. There are several ways to write the equation of a line, depending on what information is given.
1. Slope–Intercept Form
y=mx+by = mx + b
where:
  • mm is the slope (rate of change)
  • bb is the yy-intercept (the point where the line crosses the yy-axis)
Example: y=2x+3y = 2x + 3 has slope 22 and yy-intercept 33.
2. Point–Slope Form
yy1=m(xx1)y - y_1 = m(x - x_1)
Used when you know the slope mm and one point (x1,y1)(x_1, y_1) on the line. This form is especially useful for building an equation quickly from limited data.
Example: The line through (2,5)(2, 5) with slope 33 is
y5=3(x2)y - 5 = 3(x - 2)
which can be rewritten as y=3x1y = 3x - 1.
3. Standard Form
Ax+By=CAx + By = C
where AA, BB, and CC are integers, and AA is usually positive. This form is often used to find intercepts easily:
x-intercept: set y=0andy-intercept: set x=0x\text{-intercept: set } y = 0 \quad \text{and} \quad y\text{-intercept: set } x = 0
Example 1: Writing an Equation from a Graph A line passes through (0,2)(0, 2) and has slope 44.
y=4x+2y = 4x + 2
Slope = 4, yy-intercept = 2.
Example 2: Writing an Equation from Two Points Find the equation of the line through (1,3)(1, 3) and (5,11)(5, 11).
Step 1: Find the slope.
m=11351=84=2m = \frac{11 - 3}{5 - 1} = \frac{8}{4} = 2
Step 2: Use point–slope form with \((1, 3)\).
y3=2(x1)y - 3 = 2(x - 1)
Step 3: Simplify to slope–intercept form.
y=2x+1y = 2x + 1
Final Answer: y=2x+1\boxed{y = 2x + 1}

Key Takeaways

  • Use y=mx+by = mx + b when slope and intercept are known.
  • Use yy1=m(xx1)y - y_1 = m(x - x_1) when you know a slope and one point.
  • Use Ax+By=CAx + By = C for standard form or when working with intercepts.
  • All forms describe the same line — they are just written differently.