 |
A traditional slingshot is essentially a rock on the end of a string, which you rotate around in a circular motion and then release. When you release the string, in which direction will the rock travel? A simple illustration of this situation is shown in Figure 2.1.

Figure 2.1
Path of rock.
Many people mistakenly believe that the rock will follow a curved path, but Newton's first law of motion tells us that the path is straight. In fact, the rock follows a path along the tangent line to the circle, at the point of release.
If we wanted to determine the path followed by the rock, we could do so, as tangent lines to circles are relatively easy to find. (Recall from elementary geometry that a tangent line to a circle is a line that intersects a circle in exactly one point.) Our aim in this section is to extend the notion of tangent line to more general curves. Among other things, we will see that such tangent lines can give us important information about the motion of objects in general.
To make our discussion more concrete, suppose that we want to find the tangent line to the curve y = x2+1 at the point (1, 2) (see Figure 2.2). Unfortunately, the notion that a tangent line is a line that intersects the curve at only one point does not work here. For instance, in Figure 2.3, we show two different straight lines, both of which intersect the curve y = x2+1 only at the point (1, 2). Are these both tangent lines? Certainly not; only one of these acts like a tangent line to a circle by hugging the curve near the point of tangency. In other words, like the tangent line to a circle this tangent line has the same direction as the curve at the point of tangency.

Figure 2.2
y = x2+1.

Figure 2.3
y = x2+1 and lines intersecting the curve only at the point (1, 2).
That is, if you were standing on the curve at the point of tangency and had to take a small step and try to stay on the curve, you would step in the direction of the tangent line. Another way to think of this is to observe that this curve appears to be locally linear. That is, if we zoom in sufficiently far, the graph appears to approximate that of a straight line. In Figure 2.4, we show the graph of y = x2+1 zoomed in on the small rectangular box indicated in Figure 2.3.

Figure 2.4
y = x2+1.
(Be aware that the axes indicated in Figure 2.4 do not intersect at the origin. We provide them only as a guide as to the scale used to produce the figure.) We now choose two points from the curve: for example, (1, 2) and (3, 10), and compute the slope of the line joining these two points. Such a line is called a secant line and we denote its slope by msec:
An equation of the secant line is then determined by
so that
As can be seen in Figure 2.5a, the secant line doesn't look very much like a tangent line.
Now, let's take the second point a little closer to the point of tangency, say (2, 4). In this case, the slope of the secant line is
so that an equation of the tangent line is y = 2 (x-1)+2. As seen in Figure 2.5b, this looks much more like a tangent line, but it's still not quite there. Choosing our second point much closer to the point of tangency, say (1.05, 2.1025) should give us an even better approximation to the tangent line. In this case, we have that the slope of the secant line joining these two points is given by
An equation of the secant line is then given by y = 2.05(x-1)+2. As can be seen in Figure 2.5c, the secant line looks very much like a tangent line, even when zoomed in quite far, as in Figure 2.5d.

Figure 2.5a
Secant line joining (1, 2) and (3, 10).

Figure 2.5b
A secant line.

Figure 2.5c
A secant line.

Figure 2.5d
Closeup of secant line.
Rather than continue this process by choosing additional points close
to (1, 2), we compute the slope of the secant line joining (1, 2) and the unspecified point (1+h, f (1+h)), for some value of h close to 0. The slope of this secant line is
Notice that as h approaches 0, the slope of the secant line approaches 2, which we define to be the slope of the tangent line. |