Calculating Average Rates (TI 85)

Goal: We want to calculate values of [f(x+h)-f(x)]/h for a variety of values of h and we want to be able to easily change the function f and then repeat the calculations.

General method: Set up the function, f, as y1. Use this function to successively calculate f(x+h) and f(x) and store the respective values in A and B. Then compute (A-B)/h.

Step by step example: Consider f(t)=x2 ö x and the interval [2, 2.4]. Then we will want to calculate the average rate when x is 2 and h is 0.4. In this case, x+h is 2.4

If you wish to repeat this for the same value of x but other values of h, note that B does not change. You will need to enter statements to change A and to recompute (A-B)/h. These can be combined on a single line:

Other values of h can then be used by recalling that line after its execution (use the ENTRY command to do this) and editing in a replacement for h in its two locations.



M132 Home