Vector Functions and Space Curves
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn about vector-valued functions, which describe curves in 3D space. You’ll see how to differentiate and integrate them component by component.
The Concept
Section titled “The Concept”A vector-valued function takes a parameter t and outputs a vector
As t varies, the tip of the vector traces out a space curve. Each component is just an ordinary function of t.
Derivatives and Integrals
Section titled “Derivatives and Integrals”The derivative is computed component by component
This gives the tangent vector at each point. Its magnitude is the speed
Integration works the same way
Everything you know about single-variable derivatives and integrals applies here. You just do it three times, once per component.
Worked Examples
Section titled “Worked Examples”Example 1: A helix
The vector function
traces a helix. It circles around in x and y while climbing steadily in z.
The derivative (tangent/velocity vector) is
The speed is constant
The blue curve is the helix spiraling upward. The orange arrow is the tangent vector at one point, showing the direction of motion. The green dot marks the point on the curve. As you rotate the view, you can see how the helix wraps around the vertical axis.
Example 2: Tangent line at a point
For the vector function
find the tangent line at t = 1.
First, the point on the curve
The derivative
At t = 1
The tangent line is
The blue curve is r(t) = (t², t, √t). The green dot marks the point (1, 1, 1) at t = 1. The orange arrow is the tangent vector r’(1) = (2, 1, 0.5), and the red line is the tangent line extending through that point in both directions.
Example 3: Integrating a vector function
Each component is integrated independently. The constant of integration is a constant vector (three constants, one per component).
Real-World Application
Section titled “Real-World Application”Vector functions describe motion in 3D:
- Game engines use vector functions for character paths, camera rails, and projectile trajectories
- The derivative gives velocity (direction and speed), the second derivative gives acceleration
- Bezier curves and splines in animation software are vector functions
- Physics simulations track position, velocity, and acceleration as vector functions of time
Retrying will remove your ✅ checkmark until you pass again.