Question Statement
Find the average rate of change of the function f(x)=x3+2x2−4x over the interval [−1,2].
Background and Explanation
The average rate of change of a function over an interval [a,b] represents the slope of the secant line connecting the endpoints, calculated as ΔxΔy=b−af(b)−f(a). This requires evaluating the difference quotient by expanding f(x+Δx) and simplifying.
Solution
Let
y=f(x)=x3+2x2−4x
The average rate of change in y is given by the difference quotient:
ΔxΔy=Δxf(x+Δx)−f(x)
First, expand f(x+Δx):
f(x+Δx)=(x+Δx)3+2(x+Δx)2−4(x+Δx)
Expanding each term:
- (x+Δx)3=x3+3x2Δx+3xΔx2+Δx3
- 2(x+Δx)2=2(x2+2xΔx+Δx2)=2x2+4xΔx+2Δx2
- −4(x+Δx)=−4x−4Δx
Substituting back:
f(x+Δx)=x3+3x2Δx+3xΔx2+Δx3+2x2+4xΔx+2Δx2−4x−4Δx
Now compute the numerator f(x+Δx)−f(x):
=[x3+3x2Δx+3xΔx2+Δx3+2x2+4xΔx+2Δx2−4x−4Δx]−[x3+2x2−4x]
Canceling like terms (x3, 2x2, and −4x):
=3x2Δx+3xΔx2+Δx3+4xΔx+2Δx2−4Δx
Factor out Δx:
=Δx[Δx2+3x2+3xΔx+2Δx+4x−4]
Dividing by Δx:
ΔxΔy=Δx2+3x2+3xΔx+2Δx+4x−4
Given the interval [−1,2]:
- Let x=−1 (the starting point)
- Δx=2−(−1)=3
Substitute x=−1 and Δx=3 into equation (1):
ΔxΔy=(3)2+3(−1)2+3(−1)(3)+2(3)+4(−1)−4=9+3−9+6−4−4=1
Thus, the average rate of change of f(x) over the interval [−1,2] is 1.
- Difference Quotient: ΔxΔy=Δxf(x+Δx)−f(x)
- Binomial Expansion: (x+Δx)3=x3+3x2Δx+3xΔx2+Δx3
- Perfect Square: (x+Δx)2=x2+2xΔx+Δx2
- Interval Parameters: For [a,b], use x=a and Δx=b−a
Summary of Steps
- Set up the difference quotient formula for average rate of change
- Expand f(x+Δx) using binomial theorem for the cubic and quadratic terms
- Subtract f(x) from the expanded f(x+Δx) and collect like terms
- Factor out Δx from the numerator and simplify the quotient
- Identify x=−1 and Δx=3 corresponding to the interval [−1,2]
- Substitute these values into the simplified rate expression and evaluate to get 1