Fiveable

📈AP Pre-Calculus Unit 4 Review

QR code for AP Pre-Calculus practice questions

4.9 Vector-Valued Functions

4.9 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 Pre-Calculus
Unit & Topic Study Guides
Pep mascot

A vector-valued function turns parametric motion into vectors. The position vector p(t)=x(t),y(t)p(t) = \langle x(t), y(t) \rangle tells you where a particle is, and the velocity vector v(t)=x(t),y(t)v(t) = \langle x'(t), y'(t) \rangle tells you how fast and which way it is moving.

Why This Matters for the AP Precalculus Exam

This topic lives in Unit 4, which is not assessed on the AP Precalculus exam. The exam tests Units 1, 2, and 3. Schools may still teach this topic because it builds directly into calculus, physics, and computer graphics, where motion gets broken into independent horizontal and vertical parts.

What you build here is still useful thinking. Vector-valued functions connect three earlier ideas: parametric functions, planar motion, and vectors. Getting comfortable with position and velocity vectors now makes calculus topics like motion in the plane feel familiar later. If your class includes Unit 4, expect to use a graphing calculator to plot parametric curves and analyze motion.

Key Takeaways

  • A position vector p(t)=x(t)i+y(t)jp(t) = x(t)\vec{i} + y(t)\vec{j} or p(t)=x(t),y(t)p(t) = \langle x(t), y(t) \rangle gives a particle's location at time tt.
  • The magnitude p(t)|p(t)| gives the particle's distance from the origin.
  • The velocity vector v(t)=x(t),y(t)v(t) = \langle x'(t), y'(t) \rangle describes how the particle moves at time tt.
  • The sign of x(t)x'(t) tells you right (positive) or left (negative); the sign of y(t)y'(t) tells you up (positive) or down (negative).
  • The magnitude of the velocity vector gives the particle's speed.
  • Position and velocity are two different vectors. Do not mix up where something is with how it is moving.

Position Vector

The position of a particle moving in a two-dimensional plane can be written as a vector-valued function:

p(t)=x(t)i+y(t)jp(t) = x(t)\vec{i} + y(t)\vec{j}

Here x(t)x(t) and y(t)y(t) are the coordinates of the particle at time tt, and i\vec{i} and j\vec{j} are the unit vectors in the x and y directions. You can also write the same position vector in component form:

p(t)=x(t),y(t)p(t) = \langle x(t), y(t) \rangle

This is just the parametric function f(t)=(x(t),y(t))f(t) = (x(t), y(t)) written as a vector. Same information, new notation.

The magnitude of the position vector at time tt, written p(t)|p(t)|, gives the distance of the particle from the origin (0, 0):

p(t)=x(t)2+y(t)2|p(t)| = \sqrt{x(t)^2 + y(t)^2}

Vectors_ij.png
Position vector. Source: Numeracy

Velocity Vector

The velocity of a particle moving in a plane is given by a separate vector-valued function:

v(t)=x(t),y(t)v(t) = \langle x'(t), y'(t) \rangle

The components x(t)x'(t) and y(t)y'(t) are the horizontal and vertical velocities of the particle.

At any time tt, the sign of each component tells you direction:

  • If x(t)>0x'(t) > 0, the particle is moving right. If x(t)<0x'(t) < 0, it is moving left.
  • If y(t)>0y'(t) > 0, the particle is moving up. If y(t)<0y'(t) < 0, it is moving down.

The magnitude of the velocity vector gives the speed of the particle:

v(t)=x(t)2+y(t)2|v(t)| = \sqrt{x'(t)^2 + y'(t)^2}

Speed is how fast the particle moves, with no direction attached. You can read it as the distance the particle would cover per unit of time if it kept that velocity.

TrigVectorExample1Graph2.png
Velocity vector. Source: Xaktly

How to Use This on the AP Precalculus Exam

Unit 4 is not on the AP Precalculus exam, so you will not be scored on vector-valued functions. Use these steps as practice for clear reasoning and for calculus prep if your class covers the unit.

Problem Solving

  • Read whether the problem gives you position or velocity. Position uses x(t)x(t) and y(t)y(t); velocity uses x(t)x'(t) and y(t)y'(t).
  • To find distance from the origin, take the magnitude of the position vector.
  • To find speed, take the magnitude of the velocity vector.
  • To describe direction of motion, check the signs of x(t)x'(t) and y(t)y'(t) separately. Horizontal and vertical motion are independent.
  • Keep your notation consistent. Decide whether you are using x,y\langle x, y \rangle form or i,j\vec{i}, \vec{j} form and stick with it within a problem.

Common Trap

Plugging a time value into the position function when the question asks about speed or direction. Speed and direction come from the velocity vector v(t)=x(t),y(t)v(t) = \langle x'(t), y'(t) \rangle, not from the position vector.

Common Misconceptions

  • Position and velocity are not the same vector. p(t)p(t) tells you where the particle is; v(t)v(t) tells you how it is moving. A particle can be far from the origin but moving slowly, or close to the origin but moving fast.
  • Velocity is not just one number. It has horizontal and vertical components. Speed is the single number you get from the magnitude of the velocity vector.
  • The sign of a velocity component tells direction, not size. A velocity of 5-5 in the x direction means moving left at speed 5, not moving slowly.
  • The magnitude of the position vector is distance from the origin, not distance traveled along the path. Those are different ideas.
  • Velocity uses the derivatives x(t)x'(t) and y(t)y'(t), not x(t)x(t) and y(t)y(t). The position vector tells you location; the velocity vector tells you motion.

Vocabulary

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

Term

Definition

parametric function

A function that expresses the coordinates of a point as functions of a parameter, typically time t, written as f(t) = (x(t), y(t)).

planar motion

The movement of a particle or object in a two-dimensional plane.

position vector

A vector that represents the location of a particle relative to the origin, with magnitude equal to the distance from the origin.

speed

The magnitude of the velocity vector, representing the rate at which a particle is moving regardless of direction.

vector-valued function

A function that outputs vectors, typically expressed as p(t) = ⟨x(t), y(t)⟩ or p(t) = x(t)i + y(t)j, where each input t produces a vector output.

velocity vector

A vector-valued function v(t) = ⟨x'(t), y'(t)⟩ that represents the rate of change of position with respect to time, indicating both direction and speed of motion.

Frequently Asked Questions

What is a vector-valued function in AP Precalculus?

A vector-valued function represents planar motion with vectors. For position, p(t) = gives the particle’s location at time t.

How is a parametric function written as a vector-valued function?

If a parametric function gives x(t) and y(t), write the position vector as p(t) = x(t)i + y(t)j or p(t) = .

What is the velocity vector for planar motion?

The velocity vector is v(t) = . Its components describe horizontal and vertical motion at time t.

How do you find speed from a velocity vector?

Speed is the magnitude of the velocity vector: |v(t)| = sqrt((x′(t))^2 + (y′(t))^2). It tells you how fast the particle is moving without direction.

How do velocity components show direction?

The sign of x′(t) tells whether the particle moves right or left, and the sign of y′(t) tells whether it moves up or down.

Is AP Precalculus Unit 4 tested on the AP exam?

No. The AP Precalculus exam assesses Units 1, 2, and 3. Unit 4 topics like vector-valued functions may still be taught for calculus and STEM preparation.

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