 |
3.1 LINEAR APPROXIMATIONS AND L'HÔPITAL'S RULE
For what purpose do you use a scientific calculator? If you think about it, you'll discover that there are two distinctly different jobs that calculators do for you. First, they perform arithmetic operations (addition, subtraction, multiplication and division) much faster than any of us could hope to do them. It's not that you don't know how to multiply 1024 by 1673, but rather that it is time-consuming to carry out this (albeit well-understood) calculation with pencil and paper. For such problems, calculators are a tremendous convenience, which none of us would like to live without. Perhaps more significantly, we also use our calculators to compute values of transcendental functions such as sine, cosine, tangent, exponentials and logarithms. In the case of these function evaluations, the calculator is much more than a mere convenience.
|

 | If asked to calculate
sin(1.2345678) without a calculator, you would probably draw a blank. Don't worry, there's nothing wrong with your background. (Also, don't worry that
anyone will ever ask you to do this without a calculator.) The problem is that the sine function is not algebraic. That is, there is no formula for sin x involving only the arithmetic operations. So, how does your calculator know that sin(1.2345678) 0.9440056953? In short, it doesn't know this at all. Rather, the calculator has a built-in program that generates approximate values of the sine and other transcendental functions.
In this section, we take a small step into the (very large) world of approximation by developing a simple approximation method. Although somewhat crude, it points the way toward more sophisticated approximation techniques to follow later in the text. Our primary intent here is to give you a taste of how you might approach the problem of approximation.
 Figure 3.1
Linear approximation of f (x1).
Linear Approximations
Suppose we wanted to find an approximation for f (x1), where f (x1) is unknown, but where f (x0) is known for some x0 close to x1. For instance, the value of cos(1) is unknown, but we do know that cos( /3) = exactly and /3 1.047 is close to 1. We could always use as an approximation to cos(1), but we can do better.
Recall that the tangent line to the curve y = f (x) at x = x0 stays close to the curve near the point of tangency. Referring to Figure 3.1, notice that if x1 is close to x0 and we follow the tangent line at x = x0 to the point corresponding to x = x1, then the y - coordinate of that point (y1) should be close to the y - coordinate of the point on the curve y = f (x) [i.e., f (x1)] .
Since the slope of the tangent line to y = f (x) at x = x0 is f '(x0), the equation of the tangent line to y = f (x) at x = x0 is found from
 | (1.1) |
Solving equation (1.1) for y gives us
| y = f (x0) + f '(x0)(x - x0). | (1.2) |
Notice that (1.2) is the equation of the tangent line to the graph of y = f (x) at x = x0. We give the linear function defined by this equation a name, as follows.
|