instantaneous rate of change

the basic idea

Instantaneous rate of change is essentially the rate of change of a function at a single point, or the "slope" of a function at a single point.

It may be easy to determine the instantaneous rate of change for a function like y=mx+b y = mx + b , since the slope is given to you as mm, however, it may be harder to determine for more complex functions.

Approximating instantaneous rate of change

One way to calculate the instanuous rate of change at some point (a,f(a)) (a, f(a)) is to use the average rate of change formula such that x1=a x_1 = a and y1=f(a) y_1 = f(a) , but then x2=a+h x_2 = a + h and y2=f(a+h) y_2 = f(a + h) for some small value of hh.

From this information, we can come up with a formula for the approximate instantaneous rate of change:

 instantaneous rate of change f(a+h)  f(a)(x+h)  (x)=f(a+h)  f(a)h \text { instantaneous rate of change } \approx \frac { f(a + h) \ - \ f(a) } { (x + h) \ - \ (x) } = \frac { f(a + h) \ - \ f(a) } { h }

Where hh is a small value. The smaller the value of hh, the more accurate the value obtained from the equation.

visualization

The following animation illustrates how the instantaneous rate of change, as well as its formula works:

Slope mm becomes more accurate as hh gets smaller

Calculating instantaneous rate of change

Although our current method of finding the instantaneous rate of change is somewhat accurate at small values of hh, there is a much better method that removes the inaccuracies.

If we combine the previous formula with a limit for hh as it gets closer to 00, we can get the exact value of the instantaneous rate of change at any point!

Here's the formula:

 instantaneous rate of change = h0limf(a+h)f(a)h \text { instantaneous rate of change } = \ ^{\lim}_{h \to 0} \frac {f(a+h) - f(a)} {h}

example

Find the instantaneous rate of change of the function f(x)=x2+4x f(x) = x^2 + 4x at x=2 x = 2

answer

Use the formula from above:

 h0limf(a+h)f(a)h \ ^{\lim}_{h \to 0} \frac {f(a + h) - f(a)} {h}

=  h0lim[(a+h)2+4(a+h)][a2+4a]h = \ \ ^{\lim}_{h \to 0} \frac { [(a + h)^2 + 4(a + h)] - [a^2 + 4a] } {h}

=  h0lima2+2ah+h2+4a+4ha2+4ah = \ \ ^{\lim}_{h \to 0} \frac { a^2+2ah+h^2+4a+4h - a^2+4a} {h}

=  h0lima2+2ah+h2+4a+4ha2+4ah = \ \ ^{\lim}_{h \to 0} \frac { \cancel{a^2} + 2ah + h^2 + \cancel{4a} + 4h - \cancel{a^2} + \cancel{4a} } {h}

=  h0lim2ah+h2+4hh = \ \ ^{\lim}_{h \to 0} \frac { 2ah + h^2 + 4h } {h}

=  h0limh(2a+h+4)h = \ \ ^{\lim}_{h \to 0} \frac { h(2a + h + 4) } {h}

=  h0limh(2a+h+4)h = \ \ ^{\lim}_{h \to 0} \frac { \cancel{h} (2a + h + 4) } { \cancel{h} }

=  h0lim(2a+h+4) = \ \ ^{\lim}_{h \to 0} (2a + h + 4)

=2a+4 = 2a + 4

=2(2)+4 = 2(2) + 4 \quad (since x=a=2 x = a = 2 )

=8 = 8


\therefore The instantaneous rate of change of f(x) f(x) at x=2 x = 2 is 88