Skip to main content

Section Week 1 (8/25 - 8/29)

This week focuses on an introduction to what Calculus is about, and the first two sections of Active Calculus.

Handout Monday, 8/25

Welcome to Calculus! Wait, what is Calculus? Today we will explore this in part by doing Odometer vs. Speedometer. We start with that and then discuss as a group. Some notes:
  • There are two quantities that we are measuring: distance traveled and speed. Clearly, there is some relationship between these, but what is it? That’s what calculus is all about.
  • Note that from physics, and really the definition, we have that
    \begin{equation*} speed = \frac{distance}{time}\text{.} \end{equation*}
    That makes sense if we are looking at a constant speed, or in our case, an average speed.
  • Next time, we will explore how these concepts relate to each other in more depth.

Handout Tuesday, 8/26

Today we will explore the relationship between distance, average velocity, and instantaneous velocity. This is covered in the textbook in section 1.1.
  • The activity from Monday gave us some ideas that distance and velocity are related, but sometimes in a unclear way. Let’s try to understand this in a more precise mathematical way.
  • We can describe the two quantities as functions. In particular, both distance and speed are functions of time. (This is a good choice that we are making, but it is a choice.)
  • When we have a function, we can represent it in different ways, such as with a table of values, a graph, or an equation. No idea what the equation is, but we might be able to draw a graph of each.
  • We can think about how the graphs are related. What does a high speed mean for the distance graph?
  • Here is another important question: how can we estimate one value from the other? That is, if you know the speed function, can you estimate the distance traveled? That’s essentially what you do in the activity, question 2.
  • What if we wanted to go the other way? If we know the distance function, can we estimate the speed? Actually, how does the car determine the speed? How does a radar gun work??
  • Note that from physics, and really the definition, we have that
    \begin{equation*} speed = \frac{distance}{time}\text{.} \end{equation*}
    That makes perfect sense for a constant speed, or an average velocity. But what about the speed right now? In this very instant, how fast is the car going?
Let’s give a careful definition of average velocity and explore what happens when you look at the average velocity over different time intervals.
  • We define average velocity as:
    \begin{equation*} AV_{[a,b]} = \frac{s(b) - s(a)}{b - a} \end{equation*}
    where \(s(t)\) is the distance function in terms of time \(t\text{.}\)
  • Compute an example. Suppose the height of a drone (in feet) is a function of time (in minutes) given by the equation:
    \begin{equation*} h(t) = 20t - 5t^2 \end{equation*}
    for the interval \([0, 4]\text{.}\) Compute some average velocities. Use Desmos for this. You can create a slider automatically to explore different values.
  • What about the graph here relates to velocity? Which points on the graph have large velocity? Which have velocity zero? Does this make sense?
  • Look at the formula for average velocity. What does the numerator represent on the graph? What does the denominator? What graphical quantity is described by their ratio?
  • Aha! The average velocity is nothing but the slope of a line through two points on the graph of the distance function.
  • Explore what happens to that line as the two points get closer together. If the instantaneous velocity is the average velocity when the two points are β€œinfinitesimally close”, can we determine the velocity at a given point?
  • Graphically, this is the slope of the tangent line at a point on the graph of the distance function.
  • Can we also do this symbolically? See what you get for the function when you let that slope be in terms of the distance \(h\) between the points.
  • What does it mean to be β€œinfinitely close”? We will explore this next time and in section 1.2.
We will use the model of distance and velocity for a lot of our investigations in this course. But importantly, the tools we develop can be applied to many different functions.
  • Another car example: your gas mileage is a function of your speed. As your speed changes, we can ask what happens to your mileage.
  • The price of eggs is a function of time. We can measure the rate at which the price changes over time too (called inflation). You might hear that inflation is dropping. Does that mean that prices will go down? Well, if you slow down, does that mean you get closer to the airport?
  • The area of a rectangle with a fixed perimeter is a function of its length. As the length changes, we can ask what happens to the area.

Handout Wednesday, 8/27

Today we will introduce the idea of a limit, which is essential for understanding the relationship between average velocity and instantaneous velocity.
  • Remember that the average velocity is given by
    \begin{equation*} AV_{[a,b]} = \frac{s(b) - s(a)}{b - a}\text{.} \end{equation*}
    This does not say how fast you were going at any particular time, but does give your average speed over the interval from \(a\) to \(b\text{.}\)
  • What if the interval is very small? Then you might be going faster or slower at certain points on the interval, but it would be reasonable to assume that your average speed is close to your speed at a specific point in time. After all, how much could your speed change in a millisecond?
  • Okay, maybe it does change a lot, even in a millisecond. So just zoom in more. Make the interval even smaller.
  • As you make the interval smaller and smaller, look at what happens to the average velocity. Does that average velocity get closer to some value? If so, we say that limit value is the instantaneous velocity.
The concept of a limit makes sense for all sorts of functions, not just the average velocity.
  • Let \(f(x) = x^2 + 3\text{.}\) What happens as \(x\) approaches 2? We will write this as \(\lim_{x \to 2} f(x)\text{.}\) We want to evaluate this limit.
  • Use Desmos to explore this. Plug in values closer and closer to 2 on both sides. Does the value of the function (the β€œoutput”) seem to approach a particular number?
  • Of course, \(f(2)\) is just \(2^2 + 3 = 7\text{.}\) So we can say that \(\lim_{x \to 2} f(x) = 7\text{.}\) But this doesn’t always work.
  • Try \(f(x) = \frac{\sin(x)}{x}\) and evaluate \(\lim_{x \to 0} f(x)\text{.}\) We cannot just take \(f(0)\) since this does not exist. But maybe the limit does?
  • An important point: Look at the definition of the limit. We want to find some value that we can get as close as we want to, just by making the input close enough to \(a\) (the input we are approaching).
  • Consider the function \(f(x) = \frac{x^2 - 4}{x - 2}\text{.}\) What happens if we try to evaluate this function at \(x = 2\text{?}\) Here we want to simplify this fraction (try factoring the numerator).
  • But don’t we just care about average velocity? Well, the function above is an average velocity function. What is the average velocity between \(0\) and \(x\) for the function \(s(x) = x^2\text{?}\)

Worksheet Friday, 8/29

Let’s practice working with limits.

2.

Evaluate the limit:
\begin{equation*} \lim_{h \to 0} \frac{(2+h)^2 + 5(2+h) - (2^2 + 5\cdot 2)}{h}\text{.} \end{equation*}

3.

Evaluate the limit:
\begin{equation*} \lim_{a \to 4}\frac{\sqrt{a} - \sqrt{4}}{a - 4} \end{equation*}

4.

For each of the two problems above, for what distance function does the limit represent an instantaneous velocity?