One of the key concepts of calculus is that of linear approximation and
local linearity.
Roughly, this says that at any function nice enough to be used in a
standard calculus class, if we zoom in far enough, the tangent line
gives a good approximation of the function.
The applet has two graphics windows. The full window graphs
in the window specified in the control window. The Zoom Window
plots
a region centered at (x0, f(x0)), going out a distance of del in each
direction.
In the Zoom Window, the point P1can be moved by dragging.
The differences in the x and y coordinates of P0 and P1 are delx
and dely respectively.
The error is the difference between the value of f(x1) and the y
value
generated by the tangent line.
Things to notice:
The value of del can either be typed in to the box on the control
panel. The "vcr buttons" can also be used to scroll through
values of del. As del gets smaller, we zoom in on the
graph. Eventually the graph of the function and of its tangent
line become indistinguishable.
The equation of the tangent line will be
LinApprox(x)=f(x0)+f'(x0)*(x-x0).
One measure of the goodness of an approximation is the size of
the region where the error is small enough. With the
default function, find the region where the tangent line is within .01
of the graph of the function.
A second measure of the goodness of an approximation is the size
of the region where the ratio of the error and dely is small.
Find the region where the error between the tangent line and the graph
is less than 10% of dely, the distance y has changed from the center of
the approximation.
The size of the region where the tangent line is a good
approximation can change as we change the base point. Describe
how the size of the good region changes as we change the value of x0.