MathBored

Essential Math Primer
← Back to Primer Overview
M27 • Lesson 41 of 105

Linear Relationships

Linear patterns, constant rate, introduction to linear functions

Middle School Bridge • 6-8

Prerequisites: M26

Key Concepts

  • linear
  • rate
  • patterns

Linear Relationships

A taxi charges $3 to get in and $2 for every mile driven. After 1 mile you pay $5, after 2 miles you pay $7, after 3 miles you pay $9. Notice the pattern: the cost increases by the same amount ($2) every mile. This is a linear relationship -- and when you graph it, the points form a perfectly straight line.

What Makes a Relationship Linear?

A relationship between two quantities is linear if it has a constant rate of change. This means that for every equal increase in the input, the output increases (or decreases) by the same amount.

Example 1 -- Identifying a Linear Pattern

Is this data linear?

x01234
y58111417
  1. Check the change in y: 8 - 5 = 3, 11 - 8 = 3, 14 - 11 = 3, 17 - 14 = 3.
  2. The change in y is always 3 when x increases by 1.
  3. Constant rate of change = linear. The rate is 3.

Rate of Change and Starting Value

Every linear relationship can be described by two key features:

These combine into the equation of a line:

y = (rate of change) × x + (starting value)    or    y = mx + b

Here m is the rate of change (slope) and b is the starting value (y-intercept).

Example 2 -- Writing an Equation

Using the taxi example: $3 starting charge plus $2 per mile.

  1. Rate of change: $2 per mile, so m = 2.
  2. Starting value: $3 (the charge before any distance), so b = 3.
  3. Equation: y = 2x + 3, where x is miles and y is total cost.

Check: when x = 4, y = 2(4) + 3 = 11. After 4 miles, the cost is $11.

Graphing Linear Relationships

To graph a linear equation, create a table of values, plot the points, and draw a straight line through them. Since a linear relationship produces a straight line, you technically need only two points -- but plotting three or more helps verify accuracy.

Example 3 -- From Table to Graph to Equation

A plant is 2 cm tall and grows 1.5 cm per week.

Week (x)01234
Height (y)23.556.58
  1. Rate of change: 1.5 cm per week (constant).
  2. Starting value: 2 cm (height at week 0).
  3. Equation: y = 1.5x + 2.
  4. Plotting these points produces a straight line rising from (0, 2).

Recognizing Non-Linear Data

If the rate of change is NOT constant, the relationship is non-linear. For example, in the sequence 1, 4, 9, 16, 25 the differences are 3, 5, 7, 9 -- not constant. This is a quadratic pattern (perfect squares), not a linear one. Always check for a constant difference before assuming linearity.

Common Mistake

Students sometimes confuse the rate of change with the starting value. In y = 2x + 3, the rate of change is 2 (the coefficient of x), not 3. The starting value is 3 (the constant term). The rate of change tells you the steepness of the line, while the starting value tells you where the line crosses the y-axis.

Practice Problems

1. Is this relationship linear? x: 1, 2, 3, 4 and y: 10, 7, 4, 1.

Show Solution

Differences in y: 7 - 10 = -3, 4 - 7 = -3, 1 - 4 = -3. Constant rate of change of -3, so yes, it is linear.

2. Find the rate of change and starting value: a gym charges a $25 sign-up fee plus $10 per month.

Show Solution

Rate of change: $10 per month (m = 10). Starting value: $25 (b = 25). Equation: y = 10x + 25.

3. Write the equation of the line passing through the points (0, 4) and (3, 13).

Show Solution

Rate of change = (13 - 4) / (3 - 0) = 9 / 3 = 3. Starting value = 4 (the y-value when x = 0). Equation: y = 3x + 4.

4. Using y = 5x - 2, find y when x = 6.

Show Solution

y = 5(6) - 2 = 30 - 2 = 28.

5. A candle is 30 cm tall and burns at a rate of 2 cm per hour. Write an equation for its height after x hours. When will the candle be completely gone?

Show Solution

Height: y = 30 - 2x (or y = -2x + 30). The candle is gone when y = 0: 0 = 30 - 2x, so 2x = 30, x = 15 hours.

Lesson Summary

A linear relationship has a constant rate of change. It can be described by the equation y = mx + b, where m is the rate of change (slope) and b is the starting value (y-intercept). To identify a linear pattern, check whether the differences in the output values are constant. Linear relationships produce straight-line graphs on the coordinate plane.

Overview