Kittttttan*s Web

日本語 | English

Calculus

Introduction to Calculus

1.3 The Velocity at an Instant

We have arrived at the central problems that calculus was invented to solve. There are two questions, in opposite directions, and I hope you could see them coming.

  1. If the velocity is changing, how can you compute the distance traveled?
  2. If the graph of ƒ(t) is not a straight line, what is its slope?

Find the distance from the velocity, find the velocity from the distance. Our goal is to do both—but not in one section. Calculus may be a good course, but it is not magic. The first step is to let the velocity change in the steadiest possible way.

Question 1   Suppose the velocity at each time t is v(t) = 2t. Find ƒ(t).

With v = 2t, a physicist would say that the acceleration is constant (it equals 2). The driver steps on the gas, the car accelerates, and the speedometer goes steadily up. The distance goes up too—faster and faster. If we measure t in seconds and v in feet per second, the distance ƒ comes out in feet. After 10 seconds the speed is 20 feet per second. After 44 seconds the speed is 88 feet/second (which is 60 miles/hour). The acceleration is clear, but how far has the car gone?

Question 2   The distance traveled by time t is ƒ(t) = t². Find the velocity v(t).

The graph of ƒ(t) = t² is on the right of Figure 1.12. It is a parabola. The curve starts at zero, when the car is new. At t = 5 the distance is ƒ = 25. By t = 10, ƒ reaches 100.

Velocity is distance divided by time, but what happens when the speed is changing? Dividing ƒ = 100 by t = 10 gives v = 10—the average velocity over the first ten seconds. Dividing ƒ = 121 by t = 11 gives the average speed over 11 seconds. But how do we find the instantaneous velocity—the reading on the speedometer at the exact instant when t = 10?

Fig. 1.12 The velocity v=2t is linear. The distance ƒ=t² is quadratic.
[Fig. 1.12]

I hope you see the problem. As the car goes faster, the graph of t² gets steeper—because more distance is covered in each second. The average velocity between t = 10 and t = 11 is a good approximation—but only an approximation—to the speed at the moment t = 10. Averages are easy to find:

distance at t=10 is ƒ(10)=10²=100   distance at t=11 is ƒ(11)=11²=121

average velocity is (ƒ(11)−ƒ(10)) ⁄ (11−10) = (121−100) ⁄ 1 = 21.

The car covered 21 feet in that 1 second. Its average speed was 21 feet/second. Since it was gaining speed, the velocity at the beginning of that second was below 21.

Geometrically, what is the average? It is a slope, but not the slope of the curve. The average velocity is the slope of a straight line. The line goes between two points on the curve in Figure 1.12. When we compute an average, we pretend the velocity is constant—so we go back to the easiest case. It only requires a division of distance by time:

average velocity = change in ƒ ⁄ change in t   (1)

Calculus and the Law   You enter a highway at 1:00. If you exit 150 miles away at 3 :00, your average speed is 75 miles per hour. I'm not sure if the police can give you a ticket. You could say to the judge, "When was I doing 75?" The police would have to admit that they have no idea—but they would have a definite feeling that you must have been doing 75 sometime.*

We return to the central problem—computing v(10) at the instant t = 10. The average velocity over the next second is 21. We can also find the average over the half-second between t = 10.0 and t = 10.5. Divide the change in distance by the change in time:

{ƒ(10.5)−ƒ(10.0)} ⁄ (10.5−10.0) = {(10.5)²&minus(10.0)²} ⁄ .5 = (110.25−100) ⁄ .5 = 20.5.

That average of 20.5 is closer to the speed at t = 10. It is still not exact.

The way to find v(10) is to keep reducing the time interval. This is the basis for Chapter 2, and the key to differential calculus. Find the slope between points that are closer and closer on the curve. The "limit" is the slope at a single point.

Algebra gives the average velocity between t = 10 and any later time t = 10 + h. The distance increases from 10² to (10 + h)². The change in time is h. So divide:

vaverage = {(10+h)² − 10²} ⁄ h = (100 + 20h + h² − 100) ⁄ h = 20+h.   (2)

This formula fits our previous calculations. The interval from t = 10 to t = 11 had h = 1, and the average was 20 + h = 21. When the time step was h = ½, the average was 20 + ½ = 20.5. Over a millionth of a second the average will be 20 plus 1⁄1,000,000—which is very near 20.

Conclusion:The velocity at t = 10 is v = 20. That is the slope of the curve. It agrees with the v-graph on the left side of Figure 1.12, which also has v(10) = 20.

We now show that the two graphs match at all times. If ƒ(t) = t² then v(t) = 2t. You are seeing the key computation of calculus, and we can put it into words before equations. Compute the distance at time t + h, subtract the distance at time t, and divide by h. That gives the average velocity:

vave = {ƒ(t+h) − ƒ(t)} ⁄ h = {(t+h)² − t²} ⁄ h = (t² + 2th + h² − t²) ⁄ h = 2t + h.   (3)

This fits the previous calculation, where t was 10. The average was 20 + h. Now the average is 2t + h. It depends on the time step h, because the velocity is changing. But we can see what happens as h approaches zero. The average is closer and closer to the speedometer reading of 2t, at the exact moment when the clock shows time t:

1E   As h approaches zero, the average velooity 2t + h approaches v(t) = 2t.

Note   The computation (3) shows how calculus needs algebra. If we want the whole v-graph, we have to let time be a "variable." It is represented by the letter t. Numbers are enough at the specific time t = 10 and the specific step h = 1—but algebra gets beyond that. The average between any t and any t + h is 2t + h. Please don't hesitate to put back numbers for the letters—that checks the algebra.

There is also a step beyond algebra! Calculus requires the limit of the average. As h shrinks to zero, the points on the graph come closer. "Average over an interval" becomes "velocity at an instant." The general theory of limits is not particularly simple, but here we don't need it. (It isn't particularly hard either.) In this example the limiting value is easy to identify. The average 2t + h approaches 2t, as h → 0.

What remains to do in this section? We answered Question 2—to find velocity from distance. We have not answered Question 1. If v(t) = 2t increases linearly with time, what is the distance? This goes in the opposite direction (it is integration).

The Fundamental Theorem of Calculus says that no new work is necessary. If the slope of ƒ(t) leads to v(t), then the area under that v-graph leads back to the ƒ-graph. The odometer readings f = t² produced speedometer readings v = 2t. By the Fundamental Theorem, the area under 2t should be t². But we have certainly not proved any fundamental theorems, so it is better to be safe—by actually computing the area.

Fortunately, it is the area of a triangle. The base of the triangle is t and the height is v = 2t. The area agrees with ƒ(t):

area = ½(base)(height) = ½(t)(2t) = t².   (4)

EXAMPLE 1   The graphs are shifted in time. The car doesn't start until t = 1. Therefore v=0 and ƒ=0 up to that time. After the car starts we have v = 2(t−1) and ƒ = (t−1)². You see how the time delay of 1 enters the formulas. Figure 1.13 shows how it affects the graphs.

Fig. 1.13 Delayed velocity and distance. The pairs v = at + b and ƒ = ½at² + bt.
[Fig. 1.13]

EXAMPLE 2   The acceleration changes from 2 to another constant a. The velocity changes from v = 2t to v = at. The acceleration is the slope of the velocity curve! The distance is also proportional to a, but notice the factor ½:

acceleration a ⇔ velocity v = at ⇔ distance ƒ = ½at².

If a equals 1, then v = t and ƒ = ½t². That is one of the most famous pairs in calculus. If a equals the gravitational constant g, then v = gt is the velocity of a falling body. The speed doesn't depend on the mass (tested by Galileo at the Leaning Tower of Pisa). Maybe he saw the distance ƒ = ½gt² more easily than the speed v = gt. Anyway, this is the most famous pair in physics.

EXAMPLE 3   Suppose ƒ(t) = 3t + t². The average velocity from t to t + h is

vave = {ƒ(t+h) − ƒ(t)} ⁄ h = {3(t+h) + (t+h)² − 3t − t²} ⁄ h.

The change in distance has an extra 3h (coming from 3(t+h) minus 3t). The velocity contains an additional 3 (coming from 3h divided by h). When 3t is added to the distance, 3 is added to the velocity. If Galileo had thrown a weight instead of dropping it, the starting velocity v0 would have added v0t to the distance.

FUNCTIONS ACROSS TIME

The idea of slope is not difficult—for one straight line. Divide the change in ƒ by the change in t. In Chapter 2, divide the change in y by the change in x. Experience shows that the hard part is to see what happens to the slope as the line moves.

Figure 1.14a shows the line between points A and B on the curve. This is a "secant line." Its slope is an average velocity. What calculus does is to bring that point B down the curve toward A.

Fig. 1.14 Slope of line, slope of curve. Two velocity graphs. Which is which?.
[Fig. 1.14]

Question 1   What happens to the "change in ƒ"—the height of B above A?
Answer   The change in ƒ decreases to zero. So does the change in t.

Question 2   As B approaches A, does the slope of the line increase or decrease?
Answer   I am not going to answer that question. It is too important. Draw another secant line with B closer to A. Compare the slopes.

This question was created by Steve Monk at the University of Washington—where 57% of the class gave the right answer. Probably 97% would have found the right slope from a formula. Figure 1.14b shows the opposite problem. We know the velocity, not the distance. But calculus answers questions about both functions.

Question 3   Which car is going faster at time t = 3/4?
Answer   Car C has higher speed. Car D has greater acceleration.

Question 4   If the cars start together, is D catching up to C at the end? Between t = ½ and t = 1, do the cars get closer or further apart?
Answer   This time more than half the class got it wrong. You won't but you can see why they did. You have to look at the speed graph and imagine the distance graph. When car C is going faster, the distance between them .

To repeat: The cars start together, but they don't finish together. They reach the same speed at t = 1, not the same distance. Car C went faster. You really should draw their distance graphs, to see how they bend.

These problems help to emphasize one more point. Finding the speed (or slope) is entirely different from finding the distance (or area):

  1. To find the slope of the ƒ-graph at a particular time t, you don't have to know the whole history.
  2. To find the area under the v-graph up to a particular time t, you do have to know the whole history.

A short record of distance is enough to recover v(t). Point B moves toward point A. The problem of slope is local—the speed is completely decided by ƒ(t) near point A.

In contrast, a short record of speed is not enough to recover the total distance. We have to know what the mileage was earlier. Otherwise we can only know the increase in mileage, not the total.

1.3 EXERCISES

Read-through questions