Vectors and the Geometry of Space/Vector Functions and Space Curves

Lesson 10.4796 words

Vector Functions and Space Curves

A vector function assigns a vector to each value of a parameter, and as the parameter runs its tip traces a space curve. Taking limits, derivatives, and integrals component by component carries all of single-variable calculus into three dimensions.

╌╌╌╌

A vector function assigns a vector to each value of a parameter; as the parameter runs, its tip sweeps out a curve through space. Each component is an ordinary scalar function, so limits, derivatives, and integrals all act componentwise, and single-variable calculus carries over with no new machinery. The one genuinely new object is the derivative of a vector function, the tangent vector to the curve it traces.

Vector functions and space curves

The domain is the set of for which every component is defined. For , the logarithm needs and the root needs , so the domain is .

Limits and continuity pass through the components untouched.

A continuous vector function is the same data as a curve. As ranges over an interval, the point moves through space, and the set of all such points is a space curve.

A linear vector function reproduces a line: is the line through with direction . Mixing trigonometric and linear components produces the archetypal space curve, the helix. For , the first two components satisfy , so the curve lies on the cylinder of radius , while raises it steadily as it circles: a corkscrew, the shape of a spring and of the DNA backbone.

The helix r(t) = (cos t, sin t, t) circles the unit cylinder while rising steadily, so it winds upward one full turn every 2 pi in t.

Vector functions also parametrize curves of intersection of surfaces.

Derivatives

The derivative of a vector function copies the single-variable definition, with a difference quotient of vectors.

The geometry is in the difference quotient. The vector is a secant joining two nearby points on the curve; dividing by scales it without changing direction, and as the secant swings onto the tangent line.

The secant vector r(t+h) - r(t) joins two nearby points; scaled by 1/h and taken to the limit h -> 0, it becomes the tangent vector r'(t).

Rather than take the limit directly, differentiate each component.

For , differentiating each component gives .

Dividing the tangent vector by its length removes the speed information and keeps only the direction of travel.

The unit tangent vector T(t) at several points along a curve, each pointing in the direction of increasing t and each of length one.

The second derivative is again taken componentwise; for the helix above, . Read as the motion of a particle, is its velocity and its acceleration.

Differentiation rules

Every product rule of scalar calculus has a vector counterpart, one for each way two vector functions can be combined.

Order matters in the cross-product rule, since the cross product is anticommutative. One consequence: a curve confined to a sphere has its tangent vector perpendicular to its position vector.

A constant length means is constant, so differentiating with the dot-product rule gives , hence . Geometrically, a curve on a sphere centered at the origin always has its tangent perpendicular to its radius.

Integrals

Integration is componentwise too, so the antiderivative of a vector function is the antiderivative of each component, and the Fundamental Theorem of Calculus extends verbatim.

An indefinite integral carries a vector constant of integration. For ,

Integration recovers position from a known velocity, and velocity from a known acceleration, exactly as in one dimension. Applied to Newton's second law, , it turns a force field into a trajectory.

Each operation applies the scalar version to every component and reassembles the result.

OperationVector formHow it is computed
Limitlimit of each component
Continuityevery component continuous
Derivativederivative of each component
Integralintegral of each component

The only genuinely vector-valued subtleties are the product rules, where the dot and cross products each contribute their own version, and the geometric reading of as a tangent vector — neither of which has a one-dimensional analog.

A curve can also be studied through its projections onto the coordinate planes. Dropping the -coordinate of leaves its shadow on the -plane, and comparing the three shadows often clarifies a curve that is hard to read in perspective.

A space curve and its shadow on the xy-plane; the projection drops the z-coordinate, turning the curve into a plane curve on the floor.

╌╌ END ╌╌