Skip to content
MathAnvil
§ Linear Alg

Introduction to Linear Relationships

§ Linear Alg

Introduction to Linear Relationships

CCSS.8.F3 min read

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.

§ 01

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.

§ 02

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).

§ 03

Worked examples

Beginner§ 01

You have 11 cookies and eat 1 each day. How many are left after 3 days?

Answer: 8

  1. 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.
  2. 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!
Easy§ 02

Fill in the table for y = 2x. x = 0, 1, 2, 3, 4. What are the y-values?

Answer: 0, 2, 4, 6, 8

  1. 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.
  2. 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.
Medium§ 03

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

  1. 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.
  2. 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.
§ 04

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)
§ 05

Frequently asked questions

What is the difference between gradient and slope in linear relationships?
Gradient and slope mean exactly the same thing in linear relationships — both describe how steep a line is. The terms are used interchangeably, with 'gradient' being more common in UK mathematics education. Both measure the ratio of vertical change to horizontal change, calculated as rise ÷ run.
How do you tell if a relationship is linear from a table of values?
Check if the differences between consecutive y-values remain constant when x-values increase by the same amount. For example, if x increases by 1 each time and y increases by 3 each time (5, 8, 11, 14), the relationship is linear with gradient 3.
Why do some linear graphs go down instead of up?
Linear graphs slope downward when the gradient (m) is negative. A negative gradient means as x increases, y decreases. For example, in y = -2x + 10, the line starts at (0,10) but falls by 2 units for every 1 unit moved right, creating a downward slope.
What does the y-intercept represent in real-world linear relationships?
The y-intercept represents the starting value or initial condition before any change occurs. In a taxi fare of £3 plus £2 per mile, the £3 is the y-intercept — the base cost before travelling any distance. It shows the y-value when x equals zero.
How do you find a linear equation from two points?
Calculate the gradient using (y₂ - y₁) ÷ (x₂ - x₁), then substitute one point into y = mx + c to find c. For points (2,7) and (4,13): gradient = (13-7) ÷ (4-2) = 3, so y = 3x + 1 after substituting.
§ 06

See also

§ 06

Where to next?

Share this article