Historical Context & Motivation
The idea of describing motion and curves by combining independent component functions has deep roots in mathematics and physics. Long before the formal language of vector-valued functions was codified, mathematicians and scientists grappled with the challenge of tracking objects that move simultaneously in two or more directions. A cannonball follows a parabolic arc, a planet traces an ellipse, and a point on a rolling wheel traces a cycloid—each of these phenomena demands a framework that can encode horizontal and vertical displacements as intertwined functions of a single parameter, typically time.
The central question that vector-valued functions address is deceptively simple: how can we represent a curve—or the path of a moving object—as a single function of one parameter? Rather than writing y as a function of x (which fails for curves that loop back on themselves), we assign each coordinate its own function of a parameter t, then package both outputs into a vector. This idea bridges the gap between parametric equations, which you have already encountered, and the richer algebraic structure of vectors.
Core Principles & Definitions
A vector-valued function is a function whose input is a real number (the parameter) and whose output is a vector. In AP Precalculus, we work in the plane, so the output is a two-dimensional vector with an x-component and a y-component. Formally, we write r(t) = ⟨f(t), g(t)⟩, where f and g are real-valued functions of t. Each value of t produces a position vector whose tip traces out a curve called the trajectory or path in the xy-plane.
Parameter t
Component Functions f(t) and g(t)
Position Vector ⟨f(t), g(t)⟩
Trajectory (Path)
Direction of Traversal
Visual Explanation — Tracing a Curve
The diagram above illustrates the fundamental idea: for each value of the parameter t, the function r(t) produces a position vector from the origin to a point on the curve. As t increases continuously, the tip of that vector sweeps out the trajectory—the cyan path in the figure. The colored dots mark specific parameter values and emphasize that a vector-valued function encodes not only the shape of the curve but also the direction and timing of traversal. This is precisely what distinguishes a parameterized curve from a static graph: the parameter t tells you the order in which each point is visited.
Mathematical Framework
At the core of vector-valued functions is a compact notation that bundles two parametric equations into a single vector expression. Below we formalize the definition and introduce the operations you will use throughout the course.
The power of this framework lies in its generality: any plane curve—open, closed, self-intersecting—can be described by a suitable choice of component functions f and g. Moreover, the same geometric curve can have many different parameterizations. For instance, r(t) = ⟨cos t, sin t⟩ and r(t) = ⟨cos 2t, sin 2t⟩ both trace the unit circle, but the second does so twice as fast—the parameter domain [0, π] already completes one full revolution.
Classifying Common Vector-Valued Functions
Different choices of component functions produce qualitatively different trajectories. The table and diagram below classify the most common families of vector-valued functions you will encounter in AP Precalculus, along with their Cartesian equivalents and key features.
| Trajectory | Vector Form r(t) | Cartesian Form | Key Feature |
|---|---|---|---|
| Line | ⟨x₀ + at, y₀ + bt⟩ | y − y₀ = (b/a)(x − x₀) | Constant direction; speed depends on |⟨a, b⟩| |
| Circle | ⟨a cos t, a sin t⟩ | x² + y² = a² | Closed curve; uses Pythagorean identity |
| Ellipse | ⟨a cos t, b sin t⟩ | x²/a² + y²/b² = 1 | Generalizes circle; semi-axes a and b |
| Parabola | ⟨t, t²⟩ | y = x² | Open curve; parameter doubles as x-coordinate |
| Lissajous | ⟨A cos(ωt), B sin(ωt + φ)⟩ | Depends on ω and φ | Frequency ratio determines complexity |
Recognizing these families allows you to quickly identify the shape of a trajectory from its component functions. A pair of linear components always yields a line; trigonometric components with the same frequency yield conic sections; and mismatched frequencies lead to more exotic curves such as Lissajous figures. The process of eliminating the parameter connects any of these vector forms back to the Cartesian equations you already know, but always remember that the elimination removes information about direction and speed.
Worked Example — From Vector Form to Cartesian
Suppose a particle moves along the path described by r(t) = ⟨3 cos t, 2 sin t⟩ for t ∈ [0, 2π). Determine the Cartesian equation of the trajectory, identify its shape, and find the position and distance from the origin when t = π/3.
Parametric vs. Cartesian vs. Vector Representations
AP Precalculus asks you to move fluently among three representations of the same curve: the Cartesian equation, the parametric pair, and the vector-valued function. Each has distinct strengths and limitations, summarized below.
| Feature | Cartesian y = f(x) | Parametric x = f(t), y = g(t) | Vector-Valued r(t) = ⟨f(t), g(t)⟩ |
|---|---|---|---|
| Input / Output | Real number → real number | Real number → ordered pair | Real number → vector |
| Direction Info | Not encoded | Encoded via increasing t | Encoded via increasing t |
| Vertical Line Test | Must pass | Not required | Not required |
| Vector Operations | Not applicable | Not built-in | Addition, scalar multiplication, magnitude directly available |
| Self-Intersections | Cannot represent | Easily represented | Easily represented |
| Best For | Static shape analysis | Plotting and motion tracking | Physics, motion, and vector algebra |
Connection to Calculus & Advanced Theory
The vector-valued functions you study in AP Precalculus form the foundation for several powerful ideas in calculus and beyond. In AP Calculus BC and college-level multivariable courses, you will differentiate and integrate vector-valued functions component-wise, yielding velocity and acceleration vectors. The table below previews how the precalculus concepts extend.
| AP Precalculus Concept | Calculus Extension | Application |
|---|---|---|
| Position vector r(t) | Velocity vector r′(t) = ⟨f′(t), g′(t)⟩ | Direction and speed of a particle |
| Magnitude |r(t)| | Speed |r′(t)| = √[f′(t)² + g′(t)²] | Arc length via integration |
| Eliminating parameter t | Implicit differentiation dy/dx = g′(t)/f′(t) | Slope of tangent to a parametric curve |
| Direction of traversal | Unit tangent vector T(t) = r′(t)/|r′(t)| | Curvature and the Frenet frame |
In engineering and physics, three-dimensional vector-valued functions r(t) = ⟨f(t), g(t), h(t)⟩ describe the trajectories of satellites, charged particles in magnetic fields, and points on robotic arms. The conceptual leap from two dimensions to three is modest—one simply adds a third component function—but the resulting applications are enormous. Mastering the two-dimensional case in AP Precalculus ensures you have the algebraic fluency and geometric intuition needed for these higher-dimensional extensions.
Practice Problems
Summary — Vector-Valued Functions
A vector-valued function r(t) = ⟨f(t), g(t)⟩ maps each value of a parameter t to a position vector in the plane. The collection of all such position vectors traces out a trajectory whose shape is determined by the component functions f(t) and g(t). Linear components produce lines, matching-frequency trigonometric components produce circles and ellipses, and polynomial components produce parabolic or other algebraic curves.
To convert a vector-valued function to Cartesian form, use parameter elimination—solve one component for t and substitute into the other—but remember that this process discards direction and speed information. The magnitude |r(t)| = √[f(t)² + g(t)²] gives the distance from the origin at any parameter value. Mastery of these skills—writing, interpreting, converting, and evaluating vector-valued functions—prepares you for parametric-curve questions on the AP exam and for the calculus of motion in later courses.