AP PRECALCULUS • FUNCTIONS INVOLVING PARAMETERS, VECTORS, AND MATRICES

Vector-Valued Functions

Describing curves in the plane by assigning a vector to every value of a parameter.

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.

1637
Descartes & Coordinate Geometry
René Descartes publishes La Géométrie, fusing algebra with geometry through coordinate axes. This framework makes it possible to describe curves as equations in x and y, laying the groundwork for parametric and vector descriptions.
1687
Newton's Principia
Isaac Newton introduces the concept of decomposing motion into independent horizontal and vertical components, effectively treating displacement as a vector quantity parameterized by time.
1844
Grassmann's Extension Theory
Hermann Grassmann publishes a theory of multi-dimensional vector spaces, providing the algebraic scaffolding that would eventually support the formal definition of vector-valued functions.
1901
Gibbs & Wilson Formalize Vectors
J. Willard Gibbs and Edwin Wilson publish Vector Analysis, systematically defining vectors in component form and establishing the notation used in modern mathematics and physics courses.

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.

1

Parameter t

The independent variable—often representing time—that drives both component functions simultaneously. As t varies over its domain, the output vector sweeps out a curve.
2

Component Functions f(t) and g(t)

The individual real-valued functions that give the x- and y-coordinates of the position vector. Each is analyzed independently but interpreted together as a single vector output.
3

Position Vector ⟨f(t), g(t)⟩

A vector from the origin to the point (f(t), g(t)). Its magnitude gives the distance from the origin, and its direction indicates the location of the point on the curve at parameter value t.
4

Trajectory (Path)

The set of all points (f(t), g(t)) as t ranges over its domain. The trajectory is a geometric curve in the plane; the parameterization tells you how and when each point is visited.
5

Direction of Traversal

The order in which points on the curve are traced as t increases. Two parameterizations can trace the same geometric curve in opposite directions, so orientation matters.
KEY TAKEAWAY
Think of a vector-valued function like a GPS tracker on a moving drone. At each moment in time (parameter t), the GPS reports a position as two coordinates—latitude and longitude. The full flight path is the trajectory, and the parameter t tells you exactly when the drone is where. Two drones can fly the same circular route but in opposite directions or at different speeds—same trajectory, different parameterizations.

Visual Explanation — Tracing a Curve

The cyan curve is the trajectory traced by the tip of the position vector r(t) = ⟨f(t), g(t)⟩. Dashed lines from the origin to each labeled point show the position vectors at t = 0, 1, 2, and 3. Notice that the curve carries directional information: as t increases, the point moves from the violet dot to the emerald dot.

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.

VECTOR-VALUED FUNCTION (2D)
r(t) = ⟨ f(t), g(t) ⟩ = f(t) i + g(t) j
Here r(t) is the position vector, f(t) is the x-component function, g(t) is the y-component function, and i and j are the standard unit vectors along the x- and y-axes respectively.
ELIMINATING THE PARAMETER
Solve x = f(t) for t, then substitute into y = g(t) to obtain y as a function of x
This process converts a vector-valued (or parametric) representation into a Cartesian equation. It reveals the geometric shape but discards directional and timing information. For example, if x = 2t and y = t², then t = x/2 and y = (x/2)² = x²/4.
MAGNITUDE OF THE POSITION VECTOR
|r(t)| = √[ f(t)² + g(t)² ]
The magnitude gives the distance from the origin to the point (f(t), g(t)) at parameter value t. This follows directly from the Pythagorean theorem applied to the components of the vector.
PARAMETRIC FORM OF COMMON CURVES
Circle: r(t) = ⟨ a cos t, a sin t ⟩ | Ellipse: r(t) = ⟨ a cos t, b sin t ⟩ | Line: r(t) = ⟨ x₀ + at, y₀ + bt ⟩
For the circle, a is the radius and t ∈ [0, 2π). For the ellipse, a and b are the semi-major and semi-minor axes. For the line, (x₀, y₀) is a point on the line and ⟨a, b⟩ is the direction vector.

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.

Four archetypal trajectories. Top-left: a line parameterized by linear component functions. Top-right: a circle from cosine and sine. Bottom-left: a parabola from r(t) = ⟨t, t²⟩. Bottom-right: an ellipse with different amplitudes on cosine and sine. Dots indicate specific parameter values and reveal the direction of traversal.
Common vector-valued functions and their Cartesian equivalents
TrajectoryVector Form r(t)Cartesian FormKey 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² = 1Generalizes 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.

Analyzing an Elliptical Vector-Valued Function
1
Step 1 — Identify Component FunctionsThe x-component function is f(t) = 3 cos t and the y-component function is g(t) = 2 sin t. These are trigonometric functions with the same frequency but different amplitudes, suggesting an elliptical path.
x = 3 cos t, y = 2 sin t
2
Step 2 — Isolate the Trigonometric ExpressionsSolve each component equation for the trig function: cos t = x/3 and sin t = y/2. We isolate cos t and sin t because we can apply the Pythagorean identity cos²t + sin²t = 1 to eliminate the parameter.
cos t = x/3, sin t = y/2
3
Step 3 — Eliminate the ParameterSubstitute into the Pythagorean identity: (x/3)² + (y/2)² = cos²t + sin²t = 1. This gives us x²/9 + y²/4 = 1, which is the standard form of an ellipse centered at the origin with semi-major axis a = 3 along the x-axis and semi-minor axis b = 2 along the y-axis.
x²/9 + y²/4 = 1 (Ellipse)
4
Step 4 — Evaluate at t = π/3Compute each component: f(π/3) = 3 cos(π/3) = 3 × (1/2) = 3/2, and g(π/3) = 2 sin(π/3) = 2 × (√3/2) = √3. Therefore the position vector is r(π/3) = ⟨3/2, √3⟩, meaning the particle is at the point (3/2, √3) ≈ (1.5, 1.732).
r(π/3) = ⟨3/2, √3⟩
5
Step 5 — Compute Distance from the OriginApply the magnitude formula: |r(π/3)| = √[(3/2)² + (√3)²] = √[9/4 + 3] = √[9/4 + 12/4] = √(21/4) = √21 / 2 ≈ 2.291.
|r(π/3)| = √21 / 2 ≈ 2.291

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.

Comparison of curve representations
FeatureCartesian y = f(x)Parametric x = f(t), y = g(t)Vector-Valued r(t) = ⟨f(t), g(t)⟩
Input / OutputReal number → real numberReal number → ordered pairReal number → vector
Direction InfoNot encodedEncoded via increasing tEncoded via increasing t
Vertical Line TestMust passNot requiredNot required
Vector OperationsNot applicableNot built-inAddition, scalar multiplication, magnitude directly available
Self-IntersectionsCannot representEasily representedEasily represented
Best ForStatic shape analysisPlotting and motion trackingPhysics, motion, and vector algebra
KEY TAKEAWAY
Think of the three representations as different camera modes for the same scene. A Cartesian equation is like a still photograph—it captures shape but freezes time. A parametric pair is like a time-lapse—it shows the path and the order of travel. A vector-valued function is like a GPS track with velocity data: it gives you the path, the timing, and the algebraic tools (magnitude, addition, scaling) to analyze the motion quantitatively.

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.

From precalculus to calculus: how vector-valued functions extend
AP Precalculus ConceptCalculus ExtensionApplication
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 tImplicit differentiation dy/dx = g′(t)/f′(t)Slope of tangent to a parametric curve
Direction of traversalUnit 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

1
Which of the following best describes the key advantage of representing a curve with a vector-valued function r(t) = ⟨f(t), g(t)⟩ rather than a Cartesian equation y = h(x)?
2
A particle moves along the path r(t) = ⟨4 cos t, 4 sin t⟩ for t ∈ [0, 2π). What is the Cartesian equation of the trajectory?
3
Consider the vector-valued functions r₁(t) = ⟨cos t, sin t⟩ for t ∈ [0, 2π) and r₂(t) = ⟨sin t, cos t⟩ for t ∈ [0, 2π). Which of the following correctly compares the two trajectories?
PROBLEM 4APPLIED
A drone's horizontal position at time t seconds is modeled by the vector-valued function r(t) = ⟨20t, 80t − 5t²⟩ for t ≥ 0, where distances are in meters. (a) Find the Cartesian equation of the drone's trajectory. (b) Determine the time and position at which the drone returns to ground level (y = 0) after launch. (c) Compute the drone's distance from the launch point at t = 8 seconds. (d) Explain, in terms of the component functions, why this trajectory is a parabola rather than an ellipse.
PROBLEM 5CRITICAL THINKING
Consider the two vector-valued functions: r₁(t) = ⟨3 cos t, 3 sin t⟩, t ∈ [0, 2π) r₂(t) = ⟨3 cos(2t), 3 sin(2t)⟩, t ∈ [0, π) Prove that both functions trace the same geometric curve. Then explain precisely how the parameterizations differ in terms of the rate at which the curve is traversed and discuss whether the two functions are genuinely "different" in any meaningful mathematical sense.

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.

Varsity Tutors • AP Precalculus • Vector-Valued Functions