Section 2.9
Table of Contents
Linear Approximations and Differentials
Linear Approximations #
The motivation for this section is that we will want to be approximating a function near a point by their tangent lines at that point.
Sample (very) basic example: #
We’re going to approximate
-
Find the tangent line at
The derivative is
. The tangent line then is going to be: -
Try to approximate (1.9)^2 using the tangent line:
Since 1.9 is “close” to 2, we can use the tangent line at 2:
Since the actual value
, that’s pretty close. Not bad! -
What about approximating
?…. 1 is not “close” to 2.
and obviously
, so this is really crappy approximation.
Linear Approximations / Linearization #
In general, the tangent line to a function at the point
We’ll solve for
Note This is called linearization, a linear approximation, or the first-order Taylor Polynomial1 for
Example #
Approximate
Since
Find
Give it a try before revealing the solution here:
Click to reveal the answer.
a=0. And sinceNow let’s use the approximation to approximate
Click to reveal the answer.
SinceExample #
- Find the linearization of
around . - Use that linearization to approximate
Example: #
Evaluating
To approximate around
Here’s using the given function: #

and in order to get
On the other hand, here’s using the function

here to approximate
Differentials #
Recall that
so
This defines the differential
Example #
If
Solution: (try it before revealing the spoiler)
Click to reveal the answer.
SinceConnection of differentials to linear approximations #

For concrete (less tiny) changes, we’ll write
Example #
For example, using
Solution: set up
… note that the calculator says
-
In calculus 2, we’ll be studying higher order Taylor Polynomials that are much better at approximating our values. ↩︎