Linear Modelling
Linear modelling represents real-world situations where one variable changes at a constant rate with respect to another variable. The relationship takes the form y = mx + b, where m represents the rate of change and b represents the starting value. This mathematical approach appears throughout CCSS 8.F standards and forms the foundation for analyzing proportional relationships in algebra.
Why it matters
Linear models appear across numerous professions and everyday situations. Phone plans charge a base fee plus a rate per minute, with costs following patterns like C = 25 + 0.10m. Construction projects estimate costs using linear relationships between materials and square footage. Scientific research uses linear models to predict population growth, where a city might grow by 2,500 residents annually from a base of 50,000 people. Business analysts rely on linear models for break-even analysis, determining when revenue equals costs. In advanced mathematics, linear modelling provides the foundation for systems of equations, calculus applications, and statistical regression analysis that students encounter in pre-calculus and beyond.
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 + $10.00 per km. What is the cost for 5 km?
Answer: $80.00
- Calculate the distance cost → 10 x 5 = $50.00 — Rate per km times distance.
- Add the base charge → 30 + 50 = $80.00 — Total = base + distance cost.
Write a formula: cost C for d km if base is $30.00 and rate is $15.00/km.
Answer: C = 30 + 15d
- Identify the fixed and variable parts → Fixed: $30.00, Variable: $15.00 per km — The base fee is fixed; the rate multiplied by distance is variable.
- Write the formula → C = 30 + 15d — Cost equals base plus rate times distance.
Temperature starts at 18 degrees C and drops 1 degrees C per hour. When is it 11 degrees C?
Answer: 7 hours
- Set up the equation → 18 - 1t = 11 — Temperature = start - rate x time.
- Solve for t → 1t = 18 - 11 = 7, t = 7 — Divide 7 by 1 to get 7 hours.
Common mistakes
- Confusing the order of variables in the equation, writing d = 30 + 15C instead of C = 30 + 15d when cost depends on distance
- Misidentifying the y-intercept as the rate, leading to equations like C = 30d + 15 instead of C = 15d + 30 for a $15 per km rate with $30 base fee
- Forgetting to include units in calculations, resulting in answers like 80 instead of $80.00 for taxi fare problems