---
title: "AP Precalculus 4.9: Vector-Valued Functions"
description: "Learn how position vectors p(t) and velocity vectors v(t) represent planar motion in AP Precalculus. Understand magnitude, speed, and direction components."
canonical: "https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae"
type: "study-guide"
subject: "AP Pre-Calculus"
unit: "Unit 4 – Functions Involving Parameters, Vectors, and Matrices"
lastUpdated: "2026-06-09"
---

# AP Precalculus 4.9: Vector-Valued Functions

## Summary

Learn how position vectors p(t) and velocity vectors v(t) represent planar motion in AP Precalculus. Understand magnitude, speed, and direction components.

## Guide

A vector-valued function turns parametric motion into [vectors](/ap-pre-calc/unit-4/vectors/study-guide/E38atN4oigqKq7in "fv-autolink"). The [position vector](/ap-pre-calc/key-terms/position-vector "fv-autolink") $$p(t) = \langle x(t), y(t) \rangle$$ tells you where a particle is, and the velocity vector $$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](/ap-pre-calc/unit-4 "fv-autolink"), which is not assessed on the [AP Precalculus exam](/ap-pre-calc/ap-precalculus-exam "fv-autolink"). 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](/ap-pre-calc/unit-4/parametric-functions/study-guide/SFakkUzoJggLIbYQ "fv-autolink"), [planar motion](/ap-pre-calc/unit-4/parametric-functions-modeling-planar-motion/study-guide/crxIPdUX8B17vkhR "fv-autolink"), 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)\vec{i} + y(t)\vec{j}$$ or $$p(t) = \langle x(t), y(t) \rangle$$ gives a particle's location at time $$t$$.
- The [magnitude](/ap-pre-calc/key-terms/magnitude "fv-autolink") $$|p(t)|$$ gives the particle's distance from the [origin](/ap-pre-calc/unit-3/polar-function-graphs/study-guide/4Con24QzKXI6SrwldHmX "fv-autolink").
- The velocity vector $$v(t) = \langle x'(t), y'(t) \rangle$$ describes how the particle moves at time $$t$$.
- The sign of $$x'(t)$$ tells you right (positive) or left (negative); the sign of $$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)\vec{i} + y(t)\vec{j}$$

Here $$x(t)$$ and $$y(t)$$ are the [coordinates](/ap-pre-calc/unit-3 "fv-autolink") of the particle at time $$t$$, and $$\vec{i}$$ and $$\vec{j}$$ are the [unit vectors](/ap-pre-calc/key-terms/unit-vector "fv-autolink") in the x and y directions. You can also write the same position vector in component form:

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

This is just the parametric function $$f(t) = (x(t), y(t))$$ written as a [vector](/ap-pre-calc/unit-4/matrices-as-functions/study-guide/5YRNj78FIP4lmMi9 "fv-autolink"). Same information, new notation.

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

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

![Vectors_ij.png](https://storage.googleapis.com/static.prod.fiveable.me/images/Vectors_ij.png-1691798398832-94333)

###### 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) = \langle x'(t), y'(t) \rangle$$

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

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

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

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

$$|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](https://storage.googleapis.com/static.prod.fiveable.me/images/TrigVectorExample1Graph2.png-1691798398833-42467)

###### 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)$$ and $$y(t)$$; velocity uses $$x'(t)$$ and $$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](/ap-pre-calc/unit-4/parametric-functions-rates-change/study-guide/q0ptFutV7roiDkPW "fv-autolink"), check the signs of $$x'(t)$$ and $$y'(t)$$ separately. Horizontal and vertical motion are independent.
- Keep your notation consistent. Decide whether you are using $$\langle x, y \rangle$$ form or $$\vec{i}, \vec{j}$$ form and stick with it within a problem.

### Common Trap

Plugging a time value into the position [function](/ap-pre-calc/unit-1/change-tandem/study-guide/eQFiTo22fpkDFsnj "fv-autolink") when the question asks about speed or direction. Speed and direction come from the velocity vector $$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)$$ tells you where the particle is; $$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$$ 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)$$ and $$y'(t)$$, not $$x(t)$$ and $$y(t)$$. The position vector tells you location; the velocity vector tells you motion.

## Related AP Precalculus Guides

- [4.10 Matrices](/ap-pre-calc/unit-4/matrices/study-guide/V3FaFXSlBTaJW9k0)
- [4.12 Linear Transformations and Matrices](/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05)
- [4.5 Implicitly Defined Functions](/ap-pre-calc/unit-4/implicitly-defined-functions/study-guide/Mte9qLDnbtGWht7g)
- [4.8 Vectors](/ap-pre-calc/unit-4/vectors/study-guide/E38atN4oigqKq7in)
- [4.13 Matrices as Functions](/ap-pre-calc/unit-4/matrices-as-functions/study-guide/5YRNj78FIP4lmMi9)
- [4.4 Parametrically Defined Circles and Lines](/ap-pre-calc/unit-4/parametrically-defined-circles-lines/study-guide/5PNaoSvqKLbAnKQQ)

## Vocabulary

- **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.

## FAQs

### What is a vector-valued function in AP Precalculus?

A vector-valued function represents planar motion with vectors. For position, p(t) = <x(t), y(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) = <x(t), y(t)>.

### What is the velocity vector for planar motion?

The velocity vector is v(t) = <x′(t), y′(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.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae#what-is-a-vector-valued-function-in-ap-precalculus","name":"What is a vector-valued function in AP Precalculus?","acceptedAnswer":{"@type":"Answer","text":"A vector-valued function represents planar motion with vectors. For position, p(t) =  gives the particle’s location at time t."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae#how-is-a-parametric-function-written-as-a-vector-valued-function","name":"How is a parametric function written as a vector-valued function?","acceptedAnswer":{"@type":"Answer","text":"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) = ."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae#what-is-the-velocity-vector-for-planar-motion","name":"What is the velocity vector for planar motion?","acceptedAnswer":{"@type":"Answer","text":"The velocity vector is v(t) = . Its components describe horizontal and vertical motion at time t."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae#how-do-you-find-speed-from-a-velocity-vector","name":"How do you find speed from a velocity vector?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae#how-do-velocity-components-show-direction","name":"How do velocity components show direction?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae#is-ap-precalculus-unit-4-tested-on-the-ap-exam","name":"Is AP Precalculus Unit 4 tested on the AP exam?","acceptedAnswer":{"@type":"Answer","text":"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."}}]}
```
