AP CALCULUS BC • PARAMETRIC, POLAR, AND VECTOR FUNCTIONS

Defining and Differentiating Vector-Valued Functions

Learn how to describe curves in the plane with vector-valued functions and compute their derivatives component by component.

Historical Context & Motivation

The study of motion has always required more than a single number to describe where an object is and where it is heading. Classical kinematics relies on tracking position in two or three dimensions simultaneously, a task that scalar functions handle poorly on their own. The development of vector-valued functions emerged from the need to unify the description of multi-dimensional trajectories into a single mathematical object that could be analyzed with the tools of calculus. From the orbits of planets to the flight paths of projectiles, vector-valued functions allow us to encode position, velocity, and acceleration as functions of a single parameter—typically time.

1687
Newton's Principia
Isaac Newton formulated the laws of motion, implicitly using vector ideas to decompose forces and velocities into perpendicular components, laying the groundwork for parametric descriptions of curves.
1750s
Euler & Parametric Curves
Leonhard Euler systematized the idea of expressing x and y as separate functions of a parameter t, enabling the analytic study of curves that are not graphs of single-variable functions.
1844
Grassmann's Vector Algebra
Hermann Grassmann published a rigorous algebraic framework for vectors and multi-dimensional extensions, providing the formal language that underpins modern vector calculus.
1880s
Gibbs & Heaviside Formalize Vector Calculus
J. Willard Gibbs and Oliver Heaviside distilled vector notation into the i, j, k system still used today, making differentiation and integration of vector-valued functions practical for physics and engineering.
2025
AP Calculus BC Curriculum
Vector-valued functions are a core topic on the AP Calculus BC exam, where students must define, differentiate, and integrate them to analyze planar motion.

The central question that vector-valued functions answer is deceptively simple: How can we describe a curve in the plane—including its direction and speed of traversal—using a single independent variable? Answering this question with the full power of differential calculus is the goal of this lesson.

Core Principles & Definitions

A vector-valued function assigns a vector to each value of its input parameter. In the AP Calculus BC context, we work in two dimensions, so the output is a vector with two real-valued component functions. Understanding the definition, domain, and derivative of such a function rests on a small set of foundational ideas.

1

Definition of a Vector-Valued Function

A function r(t) = ⟨f(t), g(t)⟩ maps each real number t in its domain to a position vector in ℝ². The scalar functions f and g are the x- and y-component functions, respectively.
2

Domain

The domain of r(t) is the intersection of the domains of f(t) and g(t). Both components must be defined at a given t for the vector to exist.
3

Continuity

r(t) is continuous at t = a if and only if both component functions are continuous at t = a. Limits and continuity apply component-wise.
4

Component-wise Differentiation

The derivative r′(t) = ⟨f ′(t), g′(t)⟩ is found by differentiating each component independently. This vector is tangent to the curve at the corresponding point.
5

Geometric Interpretation

r(t) traces a curve in the xy-plane as t varies. The derivative r′(t) gives a tangent vector whose direction indicates the direction of motion and whose magnitude indicates speed.
KEY TAKEAWAY
Think of a vector-valued function like a GPS tracker on a moving car. At each moment in time t, the tracker reports the car's x-coordinate and y-coordinate as an ordered pair. The collection of all these position reports over an interval of time traces out the car's route on a map. Differentiating r(t) is like asking the tracker for the car's instantaneous velocity—how fast and in what direction the car is moving at each instant.

Visual Explanation: Tracing a Curve with r(t)

The dashed violet ellipse shows the path traced by r(t) = ⟨2 cos t, sin t⟩. The pink arrow is the position vector r(π/4) from the origin to the point on the curve. The cyan arrow is the tangent (derivative) vector r′(π/4), which points in the direction of motion and whose length reflects the speed.

In the diagram above, notice that the position vector (pink) always originates at the origin and terminates on the curve, whereas the tangent vector (cyan) is anchored at the point on the curve and is tangent to it. As the parameter t increases from 0 to 2π, the tip of the position vector sweeps out the entire ellipse counterclockwise. The tangent vector rotates accordingly, always pointing in the instantaneous direction of travel. At the marked parameter values—t = 0 (amber), t = π/2 (emerald), and t = π (orange)—you can verify the position by substituting into the component functions: for instance, at t = 0, r(0) = ⟨2 cos 0, sin 0⟩ = ⟨2, 0⟩, which corresponds to the rightmost point of the ellipse.

Mathematical Framework

The formal machinery for vector-valued functions in two dimensions is built directly on single-variable calculus. Because each component is an ordinary real-valued function, every operation—limits, continuity, differentiation, and integration—reduces to performing the corresponding scalar operation on each component independently. The key formulas you need for the AP exam are presented below.

DEFINITION OF A VECTOR-VALUED FUNCTION
r(t) = ⟨f(t), g(t)⟩ = f(t) i + g(t) j
Here f(t) and g(t) are real-valued functions of the parameter t. The angle-bracket notation and the unit-vector notation i, j are interchangeable on the AP exam.
DERIVATIVE (COMPONENT-WISE)
r′(t) = ⟨f ′(t), g′(t)⟩
Differentiate each component independently with respect to t. The resulting vector r′(t) is tangent to the curve at the point r(t), provided r′(t) ≠ ⟨0, 0⟩.
SPEED (MAGNITUDE OF THE VELOCITY VECTOR)
‖r′(t)‖ = √[ (f ′(t))² + (g′(t))² ]
Speed is the magnitude of the derivative vector. It is always a non-negative scalar. On the AP exam, speed and the magnitude of the velocity vector are synonymous.
SECOND DERIVATIVE (ACCELERATION VECTOR)
r″(t) = ⟨f ″(t), g″(t)⟩
The second derivative describes how the velocity vector changes—that is, the acceleration of the object. This vector is not necessarily tangent to the curve.
💡 AP Exam Tip
The AP Calculus BC exam frequently asks you to find the slope of the tangent line to a parametric or vector-valued curve. Remember that dy/dx = g′(t) / f ′(t) (not the other way around). This is the y-component of the derivative divided by the x-component.

Tangent Vectors & Slope in Detail

The derivative vector r′(t) carries both directional and magnitude information, but AP questions often require you to extract just the slope of the tangent line (a scalar) or a unit tangent vector. Understanding the relationship between these quantities and the full derivative vector is essential for both free-response and multiple-choice questions.

At point P on the curve, the full derivative vector r′(t₀) decomposes into its horizontal component f ′(t₀) and vertical component g′(t₀). The slope of the tangent line is the ratio g′/f ′, while the speed is the magnitude of the full vector.
Summary of tangent-related quantities derived from r′(t)
QuantityFormulaTypeWhen It's Undefined
Tangent vectorr′(t) = ⟨f ′(t), g′(t)⟩VectorWhen r′(t) = ⟨0, 0⟩
Slope (dy/dx)g′(t) / f ′(t)ScalarWhen f ′(t) = 0 (vertical tangent)
Speed√[(f ′(t))² + (g′(t))²]Scalar ≥ 0Always defined; equals 0 when particle is stationary
Unit tangent vectorr′(t) / ‖r′(t)‖Unit vectorWhen ‖r′(t)‖ = 0

A common pitfall on the AP exam involves confusing the tangent vector with the tangent line. The tangent vector r′(t₀) gives direction and speed information; the tangent line is the line through the point (f(t₀), g(t₀)) with slope g′(t₀)/f ′(t₀). Free-response questions may ask for either, so be sure to read carefully.

Worked Example

Let us work through a complete example that mirrors the depth expected on an AP Calculus BC free-response question. The problem involves finding the derivative, the slope of the tangent line, and the speed of a particle at a specified time.

Differentiating a Vector-Valued Function
1
Step 1 — State the ProblemA particle moves in the xy-plane so that its position at time t is given by r(t) = ⟨t³ − 3t, 2t² − t⟩ for t ≥ 0. Find r′(t), the slope of the tangent line to the curve at t = 1, and the speed of the particle at t = 1.
2
Step 2 — Differentiate Each ComponentDifferentiate the x-component: f(t) = t³ − 3t, so f ′(t) = 3t² − 3. Differentiate the y-component: g(t) = 2t² − t, so g′(t) = 4t − 1. Therefore:
r′(t) = ⟨3t² − 3, 4t − 1⟩
3
Step 3 — Evaluate at t = 1Substitute t = 1: f ′(1) = 3(1)² − 3 = 0 and g′(1) = 4(1) − 1 = 3. So r′(1) = ⟨0, 3⟩. Since the x-component of the derivative is zero and the y-component is nonzero, the tangent line at t = 1 is vertical.
r′(1) = ⟨0, 3⟩ → vertical tangent line
4
Step 4 — Compute the SlopeThe slope of the tangent line is dy/dx = g′(t)/f ′(t). At t = 1, this becomes 3/0, which is undefined. This confirms the tangent line is vertical. The equation of the tangent line is x = f(1) = 1³ − 3(1) = −2, so the vertical line is x = −2.
dy/dx at t = 1 is undefined; tangent line: x = −2
5
Step 5 — Compute the SpeedSpeed = ‖r′(1)‖ = √(0² + 3²) = √9 = 3. Even though the tangent line slope is undefined, the particle still has a well-defined speed of 3 units per unit time, moving in the positive y-direction.
Speed at t = 1 is 3
⚠️ Important Distinction
This example illustrates a critical point: the slope dy/dx can be undefined even when the derivative vector r′(t) is perfectly well-defined. As long as r′(t) ≠ ⟨0, 0⟩, the particle is moving and has a tangent vector—it just happens to point straight up or straight down when f ′(t) = 0.

Vector-Valued vs. Parametric vs. Scalar Functions

Students sometimes wonder how vector-valued functions differ from parametric equations, since both use component functions. The table below clarifies the relationships and highlights the distinct strengths of each representation. Understanding these distinctions is important because the AP exam freely mixes notation across its parametric and vector-function questions.

Comparison of three function representations commonly tested on AP Calculus BC
FeatureScalar Function y = f(x)Parametric EquationsVector-Valued Function r(t)
OutputA single y-valueAn ordered pair (x, y)A position vector ⟨x, y⟩
Direction of traversalImplied by increasing xDetermined by increasing tDetermined by increasing t
Can represent closed curves?No (fails vertical line test)YesYes
Derivative givesSlope of tangent line (scalar)dx/dt and dy/dt separatelyTangent vector (direction + speed)
Notation on AP examy = f(x)x = f(t), y = g(t)r(t) = ⟨f(t), g(t)⟩
KEY TAKEAWAY
Parametric equations and vector-valued functions describe the same mathematical object—a parameterized curve in the plane. The difference is one of packaging: parametric equations give you two separate scalar outputs, while a vector-valued function bundles them into a single vector. Think of it like receiving driving directions as two separate lists ("turn-by-turn for latitude" and "turn-by-turn for longitude") versus a single GPS track that integrates both. The vector approach is more natural for physics and motion problems because it directly encodes position, velocity, and acceleration as vectors.

Connection to Advanced Theory

The ideas you are learning here extend naturally into multivariable calculus and beyond. In Calculus III, vector-valued functions expand to three dimensions—r(t) = ⟨f(t), g(t), h(t)⟩—and the concepts of curvature, torsion, and the Frenet–Serret frame provide a complete differential-geometric description of space curves. The component-wise differentiation rule you have mastered remains the fundamental computational tool even in these more advanced settings.

How vector-valued function concepts scale from AP BC to advanced courses
TopicAP Calculus BCMultivariable / Advanced Calculus
Dimensionr(t) in ℝ² (two components)r(t) in ℝ³ or ℝⁿ
Differentiationr′(t) = ⟨f ′(t), g′(t)⟩Same rule: differentiate each component
CurvatureNot explicitly testedκ = ‖r′ × r″‖ / ‖r′‖³
Arc length∫√[(f ′)² + (g′)²] dtSame structure extended to ℝ³
ApplicationsPlanar motion, tangent linesOrbital mechanics, fluid flow, robotics

If you continue to study mathematics or physics, you will encounter vector fields (functions that assign a vector to each point in space rather than to each value of a single parameter) and line integrals (which integrate a scalar or vector field along a curve parameterized by a vector-valued function). Your current fluency with r(t), r′(t), and component-wise differentiation is the foundation for all of these topics.

Practice Problems

1
A particle moves in the xy-plane with position vector r(t) = ⟨f(t), g(t)⟩. At a certain time t₀, f ′(t₀) = 0 and g′(t₀) = −5. Which of the following statements is true at t = t₀?
2
If r(t) = ⟨e²ᵗ, t sin t⟩, what is r′(t)?
3
A particle moves along the curve defined by r(t) = ⟨3t² − 1, t³ − 6t⟩. At how many values of t in the interval [−3, 3] does the curve have a horizontal tangent line?
PROBLEM 4APPLIED
A drone flies in the xy-plane with position vector r(t) = ⟨4 cos(πt/3), 2 sin(πt/3)⟩ for 0 ≤ t ≤ 6, where t is measured in seconds and distances are in meters. (a) Find the velocity vector r′(t). (b) Find the speed of the drone at t = 1. (c) Find dy/dx at t = 1 and interpret its meaning in the context of the problem. (d) At what time(s) in (0, 6) does the drone have a vertical tangent line? Justify your answer.
PROBLEM 5CRITICAL THINKING
Let r(t) = ⟨t³ − 3t, t³ − 3t + 2⟩. (a) Show that there is a value of t at which r′(t) = ⟨0, 0⟩. (b) Explain what happens geometrically at this point on the curve. (c) Find dy/dx by first eliminating the parameter, and verify that your result is consistent with the vector derivative at a point where r′(t) ≠ ⟨0, 0⟩.

Lesson Summary

A vector-valued function r(t) = ⟨f(t), g(t)⟩ assigns a position vector in the plane to each value of the parameter t. The domain is the intersection of the domains of f and g. Differentiation is performed component-wise: r′(t) = ⟨f ′(t), g′(t)⟩. This derivative vector is tangent to the curve at the corresponding point, with its magnitude equal to the speed of the moving particle: ‖r′(t)‖ = √[(f ′)² + (g′)²].

The slope of the tangent line is the scalar dy/dx = g′(t)/f ′(t), which is undefined when f ′(t) = 0 (indicating a vertical tangent) and zero when g′(t) = 0 with f ′(t) ≠ 0 (indicating a horizontal tangent). Remember that the derivative vector r′(t) can be well-defined and nonzero even when dy/dx is undefined. Mastering these distinctions—and practicing component-wise differentiation with chain rule, product rule, and standard derivative formulas—prepares you for both multiple-choice and free-response questions on the AP Calculus BC exam.

Varsity Tutors • AP Calculus BC • Defining and Differentiating Vector-Valued Functions