This topic explores how quantities change over time using linear and exponential models. You'll learn how to identify constant growth vs. percentage-based growth, write equations that model real-world scenarios, and interpret growth trends through tables, graphs, and equations.
y = mx + b
m
= constant rate of change (slope)b
= starting value (initial amount)y = a(1 + r)^t
a
= initial amountr
= growth rate (as a decimal)t
= timey = a(1 - r)^t
. Common in depreciation and population decline models.Problem: A population of 1,000 grows by 5% per year. What is the population after 3 years?
Step 1: Identify values: a = 1000
, r = 0.05
, t = 3
Step 2: Use exponential growth formula: y = a(1 + r)^t
Step 3: Plug in values:
y = 1000(1 + 0.05)^3 = 1000(1.157625) ≈ 1157.63
Final Answer: Approximately 1,158 people after 3 years.