Introduction to Linear Relationships
A linear relationship describes a mathematical connection between two variables where one changes at a constant rate relative to the other. These relationships appear as straight lines when graphed and follow the pattern y = mx + c, where m represents the gradient (rate of change) and c represents the y-intercept. Linear functions form the foundation for understanding how quantities increase or decrease proportionally in mathematics and real-world scenarios.
Why it matters
Linear relationships model countless real-world situations where consistent change occurs. A taxi fare might charge £2.50 initially plus £0.80 per kilometre, creating the linear equation cost = 2.50 + 0.80d. Mobile phone contracts often feature a £25 monthly fee plus £0.15 per text, forming another linear pattern. These relationships appear throughout GCSE mathematics, from Year 8 graph sketching to A-level coordinate geometry. Understanding linearity helps analyse business profits, calculate compound interest, predict population growth, and solve optimization problems. In physics, linear relationships describe uniform motion where distance equals speed multiplied by time plus initial position. Economics uses linear models for supply and demand curves, whilst engineering applies them to stress-strain relationships in materials. The concept extends into data science, where linear regression helps identify trends and make predictions from datasets.
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 have 11 cookies and eat 1 each day. How many are left after 3 days?
Answer: 8
- Find how many cookies you eat in 3 days → 1 × 3 = 3 — You eat 1 cookies every day for 3 days. That's 1 × 3 = 3 cookies eaten.
- Subtract from the starting amount → 11 - 3 = 8 — You started with 11 and ate 3: 11 - 3 = 8 cookies left. The pattern is: cookies left = 11 - 1 × days. This goes DOWN over time!
Fill in the table for y = 2x. x = 0, 1, 2, 3, 4. What are the y-values?
Answer: 0, 2, 4, 6, 8
- For each x, multiply by 2 → x=0: 2×0=0, x=1: 2×1=2, x=2: 2×2=4, x=3: 2×3=6, x=4: 2×4=8 — Plug in each x-value: 2 × 0 = 0, 2 × 1 = 2, 2 × 2 = 4, 2 × 3 = 6, 2 × 4 = 8.
- Write the y-values → 0, 2, 4, 6, 8 — The y-values are 0, 2, 4, 6, 8. Notice: each y goes up by 2. That's the 'rate of change' — how much y increases when x increases by 1.
A phone plan has a £46.00 signup fee plus £11.00 per month. Write the rule and find the cost after 5 months.
Answer: cost = 46 + 11 × months = £101.00
- Identify the starting value and rate → Start: £46.00, Rate: £11.00/month — The starting value (y-intercept) is £46.00 — you pay this once. The rate (slope) is £11.00 per month — this is the recurring cost.
- Write the rule and calculate → cost = 46 + 11 × 5 = 46 + 55 = £101.00 — Rule: cost = 46 + 11 × months. After 5 months: 46 + 55 = £101.00.
Common mistakes
- Confusing the gradient calculation by writing rise ÷ run as run ÷ rise, leading to a gradient of 1/3 instead of 3 when a line rises 6 units over 2 units horizontally
- Mixing up the y-intercept position, placing it at (5,0) instead of (0,5) when c = 5 in the equation y = 2x + 5
- Assuming all relationships passing through points are linear without checking constant differences, such as treating y = x² as linear because it passes through (1,1) and (2,4)