Last time | Next time |
Let's observe a few things:
You can see that sine and cosine are just shifts of one another. We could really get by with just one or the other, but we like to have both handy.
Here are several of my current models of the trend, using a quadratic:
and here is one using a quadratic for the trend, but including the oscillations modelled by a sine function:
The instantaneous velocity is a curious idea: how fast are we going at exactly this moment? Here's a graph of one of Usain Bolt's 100 meter races from 2008:
A race usually concludes with a time, but we can turn it into an average velocity, instead: Bolt ran at an average rate of about
Do you really think that there are corners in his progress (e.g. at 2 seconds)? We don't believe that -- we just don't have data at every moment -- the more data we have, the smoother this graph will look.
In calculus we talk about limits: we'd like to have an unlimited supply of data -- data at every instant -- but that would be an infinite amount of data to plot, which would take infinitely long -- and we're just not that patient.
So we try to predict what the graph would look like "in the limit", where the difference between data values goes to zero. The limiting difference becomes "infinitesimally small"; becomes zero, essentially.
Notice the focus on linear functions: linear functions are the most important functions in calculus.
There are a few definitions and even a theorem that we should check out there, today.
It doesn't mean that you shouldn't read the text, however!
And that's why we're so concerned about limits! Memorize it. Be able to write it at a moment's notice.
It turns out that the slope of the tangent line to a curve (provided the tangent line exists) at a particular point $x=a$ is
You can see the slope in there, for the secant line connecting the two points $(x,f(x))$ and $(a,f(a))$.
But if we define $h=x-a$ to be the distance (positive or negative -- left or right) between $x$ and $a$, then $x=a+h$ and we can rewrite
Now it looks more like the derivative function definition.
Some Review points:
We've seen how the secant lines approach the tangent line for a smooth curve. It's one of the first important problems we'll want to address in calculus. It's why we're interested in limits of things at the outset.
We usually find the equation of a line using two points, or a point and a slope. The secant line method approaches the tangent lin at a point by using a succession of nearby points that are ever closer to the point of tangency.
The tangent ("touching") line osculates ("kisses") the curve at this point.
Notice the focus on linear functions: linear functions are the most important functions in calculus.
Definition (of the most important concept in calculus!): limit of $f(x)$ as $x$ approaches $a$: Suppose function $f(x)$ is defined when $x$ is near the number $a$ (this means that $f$ is defined on some open interval that contains $a$, except possibly at $a$ itself.) Then we write \[ \lim_{x \to a}f(x) = L \] if we can make the values of $f(x)$ arbitrarily close to $L$ by taking $x$ to be sufficiently close to $a$ but not equal to $a$. We say that ``the limit of $f(x)$ as $x$ approaches $a$ equals $L$.'' The intuitive idea is that in the neighborhood of $a$, the function $f$ takes on values close to $L$.
Questions:
We can approach $x=a$ from the left or from the right. We define limits from the left and from the right, and then say that the limit exists as $x$ approaches $a$ if and only if the limits from the left and right exist, and agree: if \[ \lim_{x \to a^-}f(x) = L \] and \[ \lim_{x \to a^+}f(x) = L \] then \[ \lim_{x \to a}f(x) = L \]
Let's take a look at a few problems from the text (pp. 59--).
Let's check out some Mathematica examples from section 1.5, and check out not only the limits, but also what dangers lurk, even when we have very good technology (see Example 2, Figure 5, p. 52). You can't always trust your calculator; trust your brain first.
We'll be using Mathematica extensively in this class. Have I told you that you have the right to a free copy of Mathematica?
So limits may be infinite (one-sided, perhaps). Here's how we define that:
infinite limits for $\displaystyle f(x)$ as $\displaystyle x$ approaches $\displaystyle a$: \[ \lim_{x \to a}f(x) = \infty \] means that the values of $\displaystyle f(x)$ can be made arbitrarily large (as large as we please) by taking $\displaystyle x$ sufficiently close to $\displaystyle a$ (but not equal to $\displaystyle a$). Similarly we can define \[ \lim_{x \to a}f(x) = -\infty \] and one-sided limits such as \[ \lim_{x \to a^-}f(x) = \infty {\hspace{1.5in}} \lim_{x \to a^+}f(x) = \infty \]
In any of these cases, we define a vertical asymptote of the curve $\displaystyle y=f(x)$ at $\displaystyle x=a$.
Note the symmetry, which allows us to check only one side.
Symmetry is a very important (and under-discussed) aspect of mathematics. Keep an eye on even and odd functions.