Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Introducing Calculus: Can Change Occur at an Instant?

Lesson ~10 min read

In simple terms: In simple terms, this topic is about finding the rate of change at one exact moment by looking at the average rate of change over smaller and smaller intervals around that moment.

Why this matters

Imagine you're in a self-driving car cruising down the highway outside of Dallas. As you approach your exit, the car needs to slow down smoothly. For the car's computer to do this safely, it can't just know its average speed over the last ten miles. It needs to know its speed right now, at this very instant. But how do you measure speed at an "instant"? An instant has no duration. A moment in time is just a single point.

This is one of the fundamental questions that led to the invention of calculus. How can we talk about change—like speed, or growth, or flow—at a single, frozen moment in time? In this lesson, we'll explore the brilliant idea that lets us bridge the gap between average change over time and the change happening right now.

Concept overview

flowchart TD
    A[Want instantaneous rate at point c] --> B{Problem: Average rate formula (f(x)-f(c))/(x-c) fails if x=c};
    B --> C[Solution: Use a limit!];
    C --> D[1. Pick points x very close to c];
    D --> E[2. Calculate average rate over shrinking intervals, e.g., [c, x]];
    E --> F[3. Observe the sequence of average rates];
    F --> G{Do the rates approach a single number?};
    G -- Yes --> H[This number is the limit, defined as the instantaneous rate of change!];
    G -- No --> I[The instantaneous rate does not exist at c];
This flowchart shows the logical process for finding an instantaneous rate of change. It begins with the problem that the standard slope formula fails at a single point, then illustrates the solution: using a limit by calculating average rates over progressively smaller intervals to see what value they approach.

Core explanation

Hello! I'm Saavi, and I'm so glad you're here. Let's dive into the very first big idea of calculus.

From Average Speed to Instant Speed

You've been working with rates of change for years, even if you didn't call it that. In algebra, you learned the slope of a line.

slope = (change in y) / (change in x) = (y₂ - y₁) / (x₂ - x₁)

This is just an average rate of change. Think about a road trip from Boston to Philadelphia, which is about 300 miles. If the trip takes you 5 hours, your average speed is:

Average Speed = (300 miles) / (5 hours) = 60 miles per hour

Of course, you know you weren't driving at exactly 60 mph the entire time. You stopped for gas, hit traffic near New York City, and maybe sped up a bit on the open highway. 60 mph is just the average over the whole trip.

The Problem with an "Instant"

Now, let's ask a more interesting question. What was your speed at the exact instant you passed the "Welcome to New Jersey" sign? Let's say this happened 3 hours into your trip.

To find the speed at that instant, our algebra formula runs into a huge problem. An "instant" means the start time and the end time are the same. If we try to plug this into our formula:

  • Change in time = (3 hours) - (3 hours) = 0 hours
  • Change in distance = (distance at 3 hrs) - (distance at 3 hrs) = 0 miles

So, our average speed calculation becomes 0 / 0. And what's the one thing we're never allowed to do in math? Divide by zero. Our trusty slope formula is undefined. It fails.

This is the central problem calculus was invented to solve. How do we find a rate of change when the change in our independent variable (like time) is zero?

The Solution: Getting Infinitely Close

The founders of calculus had a beautiful idea. What if we don't jump straight to an interval of zero? What if we just... sneak up on it?

Let's go back to the car. We want the speed at exactly t = 3 hours. We can't calculate it directly. But we can calculate the average speed over a tiny interval near t = 3.

  • Average speed from t=3 to t=3.1 hours
    Let's say you traveled 6.2 miles in that 0.1 hour. Your average speed was 6.2 / 0.1 = 62 mph.
  • Average speed from t=3 to t=3.01 hours
    Let's get even closer. Maybe in that 0.01 hour (36 seconds), you traveled 0.605 miles. Your average speed was 0.605 / 0.01 = 60.5 mph.
  • Average speed from t=3 to t=3.001 hours
    Now we're looking at a tiny fraction of a second. Maybe you traveled 0.06005 miles. Your average speed was 0.06005 / 0.001 = 60.05 mph.

Do you see what's happening? As the time interval gets smaller and smaller, shrinking toward zero, the average speed seems to be closing in on a single value: 60 mph.

This is the core insight. We can't plug in the instant, but we can see what value the average rates of change approach as our interval shrinks around that instant.

This process of "approaching a value" is the heart of the concept of a limit. We are finding the limit of the average rates of change as the length of the interval approaches zero.

The "Zooming In" Analogy

Here's another way to think about it. Imagine a graph of your car's distance versus time. It's a curve, not a straight line, because your speed changes.

(Note: Visual aid for context)

If you want the speed at t = 3, that's like wanting the slope of the curve at that single point. But you can't find the slope of a curve! You can only find the slope of a straight line connecting two points.

This line connecting two points on a curve is called a secant line. Its slope is the average rate of change between those two points.

Now, imagine you take the second point and slide it closer and closer to the first point along the curve. The secant line pivots, getting closer and closer to becoming the tangent line—the line that just skims the curve at that single point.

The instantaneous rate of change is the slope of that tangent line. We find it by taking the limit of the slopes of the secant lines as the distance between the points approaches zero.

This is where a lot of students get stuck. They think, "Why do all this work? Why not just use the one point?" Remember, the formula for slope requires two different points. The entire idea of a limit is a clever workaround for this problem. We use the average rate of change over tiny, shrinking intervals to deduce what the rate of change must be at that one single instant.

So, to recap:

  1. We want the instantaneous rate of change at a point.
  2. The average rate of change formula (slope) fails because it leads to division by zero.
  3. So, we calculate the average rate of change over smaller and smaller intervals containing our point.
  4. The value these average rates approach is the limit, which we define as the instantaneous rate of change.

This powerful idea is the foundation for everything we'll do in calculus.

Worked examples

Let's make this concrete with a couple of examples.

Example 1

A Falling Object

The height of a baseball dropped from a tall building is given by the function h(t) = 400 - 16t², where h is the height in feet and t is the time in seconds. Estimate the instantaneous velocity of the baseball at exactly t = 2 seconds.

Step 1: Identify the goal and the problem. We want the velocity (rate of change of height) at a single instant, t = 2. We know we can't just plug t=2 into the slope formula because we'd get 0/0.

Step 2: Choose small intervals around the point of interest. We'll calculate the average velocity (average rate of change) over intervals that get progressively smaller, all containing t=2. Let's try the interval [2, 2.1].

  • Height at t = 2: h(2) = 400 - 16(2)² = 400 - 16(4) = 336 feet.
  • Height at t = 2.1: h(2.1) = 400 - 16(2.1)² = 400 - 16(4.41) = 400 - 70.56 = 329.44 feet.

Step 3: Calculate the average rate of change for the interval. Average velocity = (h(2.1) - h(2)) / (2.1 - 2) = (329.44 - 336) / 0.1 = -6.56 / 0.1 = -65.6 ft/s.

The negative sign just means the ball is moving downward.

Step 4: Repeat for an even smaller interval, like [2, 2.01].

  • Height at t = 2: 336 feet (we already know this).
  • Height at t = 2.01: h(2.01) = 400 - 16(2.01)² = 400 - 16(4.0401) = 400 - 64.6416 = 335.3584 feet.
  • Average velocity = (h(2.01) - h(2)) / (2.01 - 2) = (335.3584 - 336) / 0.01 = -0.6416 / 0.01 = -64.16 ft/s.

Step 5: Analyze the results and make a conclusion. The average velocity over [2, 2.1] was -65.6 ft/s. Over the much smaller interval [2, 2.01], it was -64.16 ft/s. It looks like the values are getting closer and closer to -64 ft/s. So, we can estimate that the instantaneous velocity at t = 2 is -64 ft/s.

Example 2

Using a Table of Data

The temperature of a cup of coffee is recorded at various times. The data is shown in the table below.

Time (minutes) Temperature (°F)
0 180
3 165
5 155
9 140
12 130

Estimate the rate at which the coffee is cooling at t = 5 minutes.

Step 1: Identify the best available interval. We want the rate of change at t = 5. We don't have a function, only data points. We can't create intervals as small as we want. The best we can do is use the smallest interval in the table that contains t = 5. That would be the interval from t = 3 to t = 9. A better choice, if available, would be a symmetric interval like [4, 6], but we must work with the data we're given. Here, the best estimate comes from the points surrounding t=5. The interval [3, 9] is centered at t=6, but it's the smallest one that contains our point. Let's use that.

Step 2: Calculate the average rate of change over that interval. Average rate = (Temp at t=9 - Temp at t=3) / (9 - 3) = (140 - 165) / 6 = -25 / 6 ≈ -4.17 °F/minute.

Step 3: State the answer with context. We estimate that at t = 5 minutes, the coffee is cooling at a rate of approximately 4.17 °F per minute.

Try it yourself

Ready to try it on your own? Don't worry about getting the perfect answer. Focus on applying the process.

Problem 1: A company's profit, P, in thousands of dollars, is modeled by the function P(x) = x² + 3x, where x is the number of years since 2020. Estimate the instantaneous rate of change of the profit in the year 2022 (which corresponds to x = 2).

Hint: Calculate the average rate of change over the interval [2, 2.01]. What value does it seem to be approaching?

Problem 2: The speed of a runner during a race is recorded in the table below.

Time (seconds) Speed (m/s)
0 0
10 8.1
20 8.5
30 7.9

Estimate the runner's acceleration (the rate of change of speed) at t = 20 seconds.

Hint: You don't have a function, so use the data you're given. What's the best interval in the table to use for your estimate?