Learn to model real-world scenarios with functions, calculate rates of change, analyze domain and range, and solve applied problems using function concepts!
Model the real-world scenario with a function!
Scenario:
Calculate the average rate of change!
Function:
From x = 1 to x = 4
Functions are powerful tools for modeling real-world relationships. They help us understand how one quantity depends on another.
Common Function Types in Applications:
A taxi charges $3 base fare plus $2 per mile. Write a function for total cost.
Variables: x = miles, C = total cost
Function: C(x) = 2x + 3
Interpretation: $2 per mile (slope) + $3 base (y-intercept)
A ball is thrown from 5 feet high with initial velocity 32 ft/s upward.
Function: h(t) = -16t² + 32t + 5
Interpretation: -16t² (gravity), +32t (initial velocity), +5 (initial height)
Find: Maximum height and when it hits the ground