Fiveable

♾️AP Calculus AB/BC Unit 9 Review

QR code for AP Calculus AB/BC practice questions

9.4 Defining and Differentiating Vector-Valued Functions

9.4 Defining and Differentiating Vector-Valued Functions

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

A vector-valued function pairs parametric functions into one vector, usually written r(t)=f(t),g(t)r(t)=\langle f(t),g(t)\rangle. To differentiate it, take the derivative of each component separately, so r(t)=f(t),g(t)r'(t)=\langle f'(t),g'(t)\rangle. For AP Calculus BC, component-wise differentiation connects position, velocity, acceleration, and speed.

Why This Matters for the AP Calculus Exam

Vector-valued functions are part of Unit 9, a BC-only unit that carries 11-12% of the AP Calculus BC exam. The big idea here is that the rules you already know for derivatives extend directly to vectors, so this is a familiar method in a vector format. You differentiate each component using the power rule, chain rule, and trig derivatives just like before.

This skill sets up later topics in the unit: once you can find r(t)r'(t), you can find velocity, then r(t)r''(t) for acceleration, and the magnitude r(t)|r'(t)| for speed. Expect to use this on both multiple-choice and free-response questions involving planar motion, where careful notation and correct chain rule work matter for clear exam answers.

Key Takeaways

  • A vector has both direction and magnitude; magnitude is its length.
  • Write a vector-valued function as r(t)=f(t),g(t)r(t)=\langle f(t), g(t)\rangle, where each component is a function of tt.
  • Differentiate component by component: r(t)=f(t),g(t)r'(t)=\langle f'(t), g'(t)\rangle.
  • The same derivative rules apply, so watch for the chain rule inside trig and composite components.
  • When r(t)r(t) is position, r(t)r'(t) is the velocity vector and r(t)r''(t) is the acceleration vector.
  • The magnitude of a vector a,b\langle a, b\rangle is a2+b2\sqrt{a^2+b^2}, found with the Pythagorean theorem.

↖️ Vector Review

A vector is a quantity that has both direction and magnitude. Magnitude refers to the length of a vector. All vectors have horizontal and vertical components, and they are written based on those two components. For example, a vector with a horizontal component of 5 and a vertical component of 4 is written as 5,4\langle 5, 4\rangle. This bracket notation is the one used most often on the AP Calculus BC exam.

Every vector has a head and a tail. The tail is where the vector starts. If no other information is given, you can assume the tail sits at the origin (0,0)(0,0). The head is the final point of the vector, drawn with an arrowhead in diagrams.

You can find the magnitude from the horizontal and vertical components. Take the vector 5,4\langle 5, 4\rangle. Using the Pythagorean theorem a2+b2=c2a^2 + b^2 = c^2 with a=5a = 5 and b=4b = 4, you get c=41c = \sqrt{41}. So the magnitude is 41\sqrt{41}, written as v\|v\|.

You can also find the direction from the components. Since tan(θ)=vertical componenthorizontal component\tan(\theta) = \frac{\text{vertical component}}{\text{horizontal component}}, this vector gives tan(θ)=45\tan(\theta) = \tfrac{4}{5}. Taking the inverse tangent gives θ0.675\theta \approx 0.675 radians.

The reverse works too: given a magnitude and direction, you can recover the horizontal and vertical components.


📐 Vector-Valued Functions

Think of r(t)r(t) as a vector built from two parametric functions, f(t)f(t) and g(t)g(t). You write it as r(t)=f(t),g(t)r(t)=\langle f(t), g(t)\rangle. To differentiate, take the derivative of each component on its own:

r(t)=f(t),g(t)r'(t) = \langle f'(t), g'(t)\rangle

The normal derivative rules still apply, including the power rule, trig derivatives, and the chain rule. Nothing about being a vector changes how you differentiate each piece.

✏️ Vector-Valued Functions Walkthrough

Try a quick example.

r(t)=4t2,7t7r(t) = \langle 4t^2, 7t^7\rangle

Find r(4)r'(4).

Start by finding r(t)r'(t), taking the derivative of each component. For the horizontal component, the derivative of 4t24t^2 with respect to tt is 8t8t.

For the vertical component, the derivative of 7t77t^7 with respect to tt is 49t649t^6.

Put it together:

r(t)=8t,49t6r'(t) = \langle 8t, 49t^6\rangle

Substitute t=4t = 4:

r(4)=8(4),49(4)6r'(4) = \langle 8(4), 49(4)^6\rangle

Simplify:

r(4)=32,200704r'(4) = \langle 32, 200704\rangle

🤔 Practice Problems with Vector-Valued Functions

💭 Vector Practice Problem 1

Find r(2)r'(2) given that

r(t)=4sin(5t),7cos(2t2)r(t) = \langle 4\sin(5t), 7\cos(2t^2)\rangle

Find the derivative of each component. For the horizontal component, the derivative of 4sin(5t)4\sin(5t) with respect to tt is 20cos(5t)20\cos(5t) (chain rule brings out the factor of 5).

For the vertical component, the derivative of 7cos(2t2)7\cos(2t^2) with respect to tt is 28tsin(2t2)-28t\sin(2t^2) (chain rule brings out 4t4t, and 74t=28t7 \cdot 4t = 28t).

Put it together:

r(t)=20cos(5t),28tsin(2t2)r'(t) = \langle 20\cos(5t), -28t\sin(2t^2)\rangle

Substitute t=2t = 2:

r(2)=20cos(10),56sin(8)r'(2) = \langle 20\cos(10), -56\sin(8)\rangle

Simplify (in radians):

r(2)=16.781,255.404r'(2) = \langle -16.781, -255.404\rangle

💭 Vector Practice Problem 2

A particle moves along a path so that its position at any time t0t \geq 0 is given by (4sin(t),4cos(t))(4\sin(t), 4\cos(t)). Find the particle's velocity vector at t=π4t = \tfrac{\pi}{4}.

A particle's velocity vector is the first derivative of its position vector, so v(t)=dxdt,dydtv(t)=\langle \tfrac{dx}{dt}, \tfrac{dy}{dt}\rangle. Start by differentiating each component of the position vector.

For the horizontal component, the derivative of 4sin(t)4\sin(t) with respect to tt is 4cos(t)4\cos(t).

For the vertical component, the derivative of 4cos(t)4\cos(t) with respect to tt is 4sin(t)-4\sin(t).

Put it together:

v(t)=4cos(t),4sin(t)v(t) = \langle 4\cos(t), -4\sin(t)\rangle

Substitute t=π4t = \tfrac{\pi}{4}:

v(π4)=4cos(π4),4sin(π4)v\left(\tfrac{\pi}{4}\right) = \langle 4\cos(\tfrac{\pi}{4}), -4\sin(\tfrac{\pi}{4})\rangle

Simplify:

v(π4)=22,22v\left(\tfrac{\pi}{4}\right) = \langle 2\sqrt{2}, -2\sqrt{2}\rangle

How to Use This on the AP Calculus Exam

Problem Solving

  • Differentiate one component at a time. Treat the horizontal and vertical pieces as separate single-variable derivatives.
  • Watch for the chain rule inside trig, exponential, or composite components. A missing inner derivative is the most common point loss here.
  • Keep your calculator in radians for trig problems. Position and velocity components are almost always in radians on BC.

Common Trap

  • Notation matters for clear exam work. Write your answer as a vector with brackets, like 32,200704\langle 32, 200704\rangle, not as two loose numbers.
  • When a question asks for velocity, find r(t)r'(t). When it asks for acceleration, find r(t)r''(t). When it asks for speed, find the magnitude r(t)=(f(t))2+(g(t))2|r'(t)| = \sqrt{(f'(t))^2 + (g'(t))^2}, which is a single number, not a vector.

Common Misconceptions

  • Differentiating a vector is not one big operation. You do not combine the components first. Differentiate each component separately, then write the results back as a vector.
  • Velocity and speed are different. The velocity vector r(t)r'(t) has direction and magnitude. Speed is just the magnitude r(t)|r'(t)|, a single nonnegative number.
  • The chain rule does not disappear inside a vector. Components like sin(5t)\sin(5t) or cos(2t2)\cos(2t^2) still need the chain rule. Bracket notation does not let you skip it.
  • A vector-valued function and a parametric pair are the same idea in different clothes. r(t)=f(t),g(t)r(t)=\langle f(t), g(t)\rangle carries the same information as the parametric equations x=f(t)x=f(t), y=g(t)y=g(t), so the differentiation logic carries straight over.
  • Magnitude is not just adding the components. Use a2+b2\sqrt{a^2+b^2}, not a+ba+b, to get the length of a vector.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

vector-valued function

Functions that output vectors rather than scalar values, where each component is a function of the same independent variable.

Frequently Asked Questions

What is a vector-valued function in AP Calculus BC?

A vector-valued function uses one input, usually t, to produce a vector such as r(t)=. In motion problems, r(t) often represents position in the plane.

How do you differentiate a vector-valued function?

Differentiate each component separately. If r(t)=, then r'(t)=. Use the same derivative rules you already know inside each component.

What does r prime of t mean for a particle?

When r(t) is position, r'(t) is the velocity vector. It tells you the particle's horizontal and vertical rates of change at that time.

What is the difference between velocity and speed for vector-valued functions?

Velocity is a vector, so it has direction and magnitude. Speed is the magnitude of velocity, found with |r'(t)|=sqrt((f'(t))^2+(g'(t))^2).

Is vector-valued functions an AP Calculus AB or BC topic?

Vector-valued functions are tested in AP Calculus BC, not AB. They appear in Unit 9 with parametric and polar functions.

What mistakes should I avoid with AP Calc BC vectors?

Do not combine components before differentiating, skip chain rule factors, confuse speed with velocity, or give two loose numbers when the answer should be written as a vector.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot