Skip to main content

Section 7.2 Difference Quotient

xSection 2.1

Example 7.2.1.

Suppose f(x)=x27 and we want to compute the average rate of change from x=1 to x=1+h. We still follow the same procedure we always use for average rate of change. Both 1 and 1+h are x-values, so we need to plug them into our function to get the y-values:
f(1)=(1)27=6
f(1+h)=(1+h)27=(1+h)(1+h)7=(12+1h+1h+h2)7=(1+2h+h2)7=2h+h26
In the last calculation, we mulitplied out the square and combined like terms. The reason is that we will now be cominbing it with other expressions, so simplifying now makes our next step a little bit easier. Now that we know the y-values, we just need to compute the slope between the points (1,f(1)) and (1+h,f(1+h)), which we now know is (1,6) and (1+h,2h+h26). Parentheses are going to be very important for this step! Remember that with slope we can subtract in either order, as long as we are consistent on top and bottom. In this case, we recommend starting with the one that has the h’s to make the simplifying a little bit easier:
(2h+h26)(6)(1+h)1=2h+h26+61+h1=2h+h2h=h(2+h)h=2+h
Therefore, our answer is that the average rate of change of f(x) on [1,1+h] is 2+h.

Checkpoint 7.2.2.

Suppose f(x)=3x2. Compute the average rate of change of f(x) on [5,5+h].
Answer.
3
Solution.
We still follow the same procedure we always use for average rate of change. Both 1 and 1+h are x-values, so we need to plug them into our function to get the y-values:
f(5)=3(5)2=13
f(5+h)=3(5+h)2=15+3h2=13+3h
Now that we know the y-values, we just need to compute the slope between the points (5,f(5)) and (5+h,f(5+h)), which we now know is (5,13) and (5+h,13+3h). Parentheses are going to be very important for this step! Remember that with slope we can subtract in either order, as long as we are consistent on top and bottom. In this case, we recommend starting with the one that has the h’s to make the simplifying a little bit easier:
(13+3h)(13)(5+h)5=13+3h135+h5=3hh=3
Therefore, our answer is that the average rate of change of f(x) on [5,5+h] is 3.

Example 7.2.3.

Suppose f(x)=2x21 and we want to compute the average rate of change of f(x) on [a,a+h]. We still follow the same procedure we always use for average rate of change. Both a and a+h are x-values, so we need to plug them into our function to get the y-values:
f(a)=2(a)21=2a21
f(a+h)=2(a+h)21=2(a+h)(a+h)1=2(a2+ah+ah+h2)1=2(a2+2ah+h2)1=2a2+4ah+2h21
In the last calculation, we mulitplied out the square and combined like terms. The reason is that we will now be cominbing it with other expressions, so simplifying now makes our next step a little bit easier. Now that we know the y-values, we just need to compute the slope between the points (a,f(a)) and (a+h,f(a+h)), which we now know is (a,2a21) and (a+h,2a2+4ah+2h21). Parentheses are going to be very important for this step! Remember that with slope we can subtract in either order, as long as we are consistent on top and bottom. In this case, we recommend starting with the one that has the h’s to make the simplifying a little bit easier:
(2a2+4ah+2h21)(2a21)(a+h)a=2a2+4ah+2h212a2+1a+ha=4ah+2h2h=h(4a+2h)h=4a+2h
Therefore, our answer is that the average rate of change of f(x) on [a,a+h] is 4a+2h.

Checkpoint 7.2.4.

Suppose f(x)=x2+5. Compute the average rate of change of f(x) on [a,a+h].
Answer.
2a+h
Solution.
We still follow the same procedure we always use for average rate of change. Both a and a+h are x-values, so we need to plug them into our function to get the y-values:
f(a)=(a)2+5
f(a+h)=(a+h)2+5=(a+h)(a+h)+5=(a2+ah+ah+h2)+5=a2+2ah+h2+5
In the last calculation, we mulitplied out the square and combined like terms. The reason is that we will now be cominbing it with other expressions, so simplifying now makes our next step a little bit easier. Now that we know the y-values, we just need to compute the slope between the points (a,f(a)) and (a+h,f(a+h)), which we now know is (a,a2+5) and (a+h,a2+2ah+h2+5). Parentheses are going to be very important for this step! Remember that with slope we can subtract in either order, as long as we are consistent on top and bottom. In this case, we recommend starting with the one that has the h’s to make the simplifying a little bit easier:
(a2+2ah+h2+5)(a2+5)(a+h)a=a2+2ah+h2+5a25a+ha=2ah+h2h=h(2a+h)h=2a+h
Therefore, our answer is that the average rate of change of f(x) on [a,a+h] is 2a+h.