Point- and vector-valued functions

The book often doesn't distinguish between a point R and its position vector r = R − O, where O is the origin of a coordinate system. Conceptually, they're very different, since you can talk about points and vectors geometrically without bringing coordinates into it, so the concepts are meaningful even if there is no such thing as O to equivocate them. On the other hand, when doing calculations, it's easy to conflate them; since the coordinates of O are all 0, when you do the subtraction, the components of r are exactly the same as the coordinates of R. Still, you should always keep in mind whether a given expression refers to points or to vectors.

If P is a point, then the difference ΔP is a vector (because it's the result of subtracting two points), and then the differential dP is an infinitesimal vector. If P is a function of some scalar quantity t, then dP/dt makes sense, because it's a vector divided by a scalar, but now it's no longer infinitesimal (unless it happens to be zero). In other words, the derivative of a point with respect to a scalar is a vector. Another way to say this is that if f is a point-valued function, then its derivative f′ is a vector-valued function:

f′(t) = limh→0 ((f(t + h) − f(t))/h);
first subtract two points to get a vector, then divide by the scalar h to get another vector, and finally take the limit of these vectors to get a vector. Of course, the derivative of a vector with respect to a scalar is also a vector; in other words, the derivative of a vector-valued function is also a vector-valued function.

For example, if P gives the position of some object at time t, then P is a point, but dP/dt, the velocity of the object, is a vector. (Note that the magnitude of this vector is the object's speed.) If we write v for dP/dt, then dv/dt is the acceleration of the object, which is also a vector. Physicists and mechanical engineers use the word ‘acceleration’ like this, to indicate any change in velocity ―speed or direction— over time. In everyday language, this word means something more like d(|v|)/dt, the derivative of speed with respect to time, which is the same as the scalar component of the acceleration in the direction of the velocity. (This is positive if the object is speeding up and negative if the object is slowing down, or decelerating.)

Reversing this, if you take the indefinite integral of a vector, then the result may be either a point or a vector, because differentiating either of these yields a vector. This ambiguity is all packaged into the constant of integration. For example, ∫ ⟨2t, 3⟩ dt = ⟨t2, 3t⟩ + C, which is a point if C is a point and a vector if C is a vector. The definite integral of a vector is always a vector: fundamentally, you get it by adding up infinitely many infinitesimal vectors (or approximate it by adding up a large number of small vectors), and adding up vectors yields a vector; in practice, you usually calculate it by subtracting indefinite integrals, and regardless of whether you view the indefinite integrals as points or as vectors, subtracting them yields a vector. For example, ∫1t=0 ⟨2t, 3⟩ dt = ⟨t2, 3t⟩|1t=0 = ⟨1, 3⟩ − ⟨0, 0⟩ = ⟨1, 3⟩, or ∫1t=0 ⟨2t, 3⟩ dt = (t2, 3t)|1t=0 = (1, 3) − (0, 0) = ⟨1, 3⟩.

Putting this all together, consider the initial-value problem in which the acceleration of an object is −32k = ⟨0, 0, −32⟩ (which is the acceleration of a freely falling object near Earth's surface, if we use units of feet and seconds), the object's initial velocity is ⟨3, 0, 4⟩ (so a speed of 5 ft/s eastward and upward with a slope of 4/3), and the object's initial position is (0, 0, 100) (so 100 feet above the origin on the ground). Then you can calculate a general formula for the object's position P as a function of the elapsed time t by integrating:

In other words, the position after t seconds is 3t feet due east of the origin at a height of 100 + 4t − 16t2 feet.

In the course of solving this, I've used the semidefinite integral:

t=af(t) dt = ∫tτ=af(τ) dτ.
The Fundamental Theorem of Calculus allows us to calculate these integrals easily:
t=aF′(t) dt = F(t) − F(a).
This is very handy when solving initial-value problems. Since v = ⟨3, 0, 4⟩ when t = 0, the first step in which I introduced integrals is doing the same operation to both sides of the equation; similarly, the second introduction of integrals is valid because P = (0, 0, 100) when t = 0. To solve this problem using indefinite integrals instead requires two extra steps (one for each integral) to find the constants of integration, but using semidefinite integrals avoids that.
Go back to the course homepage.
This web page was written in 2016 by Toby Bartels, last edited on 2016 January 19. Toby reserves no legal rights to it.

The permanent URI of this web page is http://tobybartels.name/MATH-2080/2016WN/curveops/.

HTML 5