Linear Modelling
Linear modeling transforms everyday scenarios like taxi fares, phone plans, and temperature changes into mathematical equations that students can solve and analyze. When a student sees that a gym charges $45 monthly plus $12 per personal training session, they're observing the classic y = mx + b structure in action.
Why it matters
Linear modeling bridges abstract algebra with real-world decision making, helping students understand how businesses structure pricing and how scientists predict trends. A student who masters linear modeling can compare cell phone plans ($35 base + $0.10 per text versus $50 unlimited), calculate break-even points for fundraising events, or predict when a water tank will empty at 8 gallons per minute. CCSS 8.F standards emphasize this connection between linear functions and practical applications. Students develop critical thinking skills by identifying variables, determining rates of change, and making predictions. These skills transfer directly to budgeting decisions, understanding loan payments, and analyzing data trends in science classes. Linear modeling also prepares students for advanced topics like systems of equations and optimization problems in pre-calculus courses.
How to solve linear modelling
Linear Modelling
- Identify the variables: what is changing (x) and what depends on it (y)?
- Find the rate of change (slope) from the context.
- Find the starting value (y-intercept).
- Write the equation y = mx + b and use it to predict.
Example: Taxi: £2 base + £1.50/km → C = 1.5d + 2. Cost for 10 km = £17.
Worked examples
A taxi charges $30.00 base + $20.00 per km. What is the cost for 5 km?
Answer: $130.00
- Calculate the distance cost → 20 x 5 = $100.00 — Rate per km times distance.
- Add the base charge → 30 + 100 = $130.00 — Total = base + distance cost.
Write a formula: cost C for d km if base is $40.00 and rate is $15.00/km.
Answer: C = 40 + 15d
- Identify the fixed and variable parts → Fixed: $40.00, Variable: $15.00 per km — The base fee is fixed; the rate multiplied by distance is variable.
- Write the formula → C = 40 + 15d — Cost equals base plus rate times distance.
Temperature starts at 20 degrees C and drops 3 degrees C per hour. When is it 2 degrees C?
Answer: 6 hours
- Set up the equation → 20 - 3t = 2 — Temperature = start - rate x time.
- Solve for t → 3t = 20 - 2 = 18, t = 6 — Divide 18 by 3 to get 6 hours.
Common mistakes
- Students confuse the base cost with the rate, writing C = 15d + 12 instead of C = 12d + 15 when told 'gym membership costs $15 monthly plus $12 per class'
- When finding break-even points, students set up 50 + 8x = 100 + 5x but solve incorrectly, getting x = 10 instead of x = 16.67 by forgetting to divide properly
- Students reverse variables in temperature problems, writing T = 3t + 20 instead of T = 20 - 3t when temperature drops 3 degrees per hour from 20 degrees
- In word problems, students add rates instead of multiplying by the variable, calculating 40 + 15 = 55 for 3 km instead of 40 + 15(3) = 85