Introduction to Linear Relationships
A linear relationship describes a pattern where one quantity changes at a constant rate relative to another quantity. The mathematical form y = mx + b represents this relationship, where m indicates the rate of change (slope) and b shows the starting value (y-intercept). Linear relationships appear as straight lines when graphed on a coordinate plane.
Why it matters
Linear relationships model countless real-world scenarios where quantities change at constant rates. A cell phone plan charging $25 monthly plus a $50 activation fee follows the pattern cost = 50 + 25 × months. Taxi fares, hourly wages, and subscription services all demonstrate linear patterns. In business, companies use linear models to predict revenue growth — if sales increase by $10,000 monthly, the pattern becomes revenue = initial + 10,000 × months. Students encounter linear relationships in CCSS Grade 8 functions (CCSS.8.F) before advancing to systems of linear equations in algebra. Understanding slope and y-intercept prepares learners for calculus concepts like derivatives, which measure rates of change. Linear regression in statistics builds on these same principles to analyze data trends.
How to solve introduction to linear relationships
Linear Functions — y = mx + b
- m = slope (gradient) = rise ÷ run.
- b = y-intercept (where the line crosses the y-axis).
- Positive slope → line goes up. Negative slope → line goes down.
- Plot using y-intercept and slope, or find two points.
Example: y = 2x + 1: slope 2, y-intercept 1. Points: (0,1), (1,3).
Worked examples
You start with $8.00 and save $3.00 each week. How much do you have after 5 weeks?
Answer: $23.00
- Find the starting amount → Start: $8.00 — You begin with $8.00 in your piggy bank. This is the money you have BEFORE saving anything extra.
- Find how much you saved over 5 weeks → $3.00 × 5 weeks = $15.00 — You save $3.00 every week for 5 weeks. That's 3 × 5 = $15.00 of new savings.
- Add savings to starting amount → 8 + 15 = $23.00 — Total = start + savings = 8 + 15 = $23.00. The pattern is: total = 8 + 3 × weeks.
A taxi costs $6.00 per kilometer. How much does a 7 km ride cost?
Answer: $42.00
- Find the pattern: cost depends on distance → cost = 6 × kilometers — The rate is $6.00 for every km. This is a linear relationship — the cost goes up by exactly $6.00 for each km. Double the distance = double the cost.
- Calculate: 6 × 7 → $42.00 — $6.00/km × 7 km = $42.00. The rule is: cost = 6 × km (like y = 6x).
A phone plan has a $73.00 signup fee plus $15.00 per month. Write the rule and find the cost after 3 months.
Answer: cost = 73 + 15 × months = $118.00
- Identify the starting value and rate → Start: $73.00, Rate: $15.00/month — The starting value (y-intercept) is $73.00 — you pay this once. The rate (slope) is $15.00 per month — this is the recurring cost.
- Write the rule and calculate → cost = 73 + 15 × 3 = 73 + 45 = $118.00 — Rule: cost = 73 + 15 × months. After 3 months: 73 + 45 = $118.00.
Common mistakes
- Confusing the starting value with the rate of change, such as writing cost = 15 + 50 × months instead of cost = 50 + 15 × months when the signup fee is $50 and monthly cost is $15
- Incorrectly calculating slope from two points, like finding slope as (3-1)/(8-2) = 2/6 = 1/3 instead of (8-2)/(3-1) = 6/2 = 3 when using points (2,8) and (1,3)
- Mixing up x and y coordinates when substituting into y = mx + b, such as using (5,2) to write 5 = m(2) + b instead of 2 = m(5) + b