Unit vector in AP Pre-Calculus

In AP Precalculus, a unit vector is a vector with magnitude exactly 1. You find the unit vector in the same direction as any nonzero vector by multiplying that vector by the reciprocal of its magnitude, and the special unit vectors î = ⟨1, 0⟩ and ĵ = ⟨0, 1⟩ build every vector in the plane.

Verified for the 2027 AP Pre-Calculus examLast updated June 2026

What is unit vector?

A unit vector is a vector whose magnitude (length) is exactly 1. It carries pure direction information with no extra length attached. To find the unit vector pointing the same way as a nonzero vector ⟨a, b⟩, you divide the vector by its own magnitude. In other words, you scalar multiply by 1/|v|. This process is often called normalizing, and the result always has length 1 because you stripped out whatever length the original vector had.

Two unit vectors get special names in the CED. The vector î = ⟨1, 0⟩ points along the x-axis and ĵ = ⟨0, 1⟩ points along the y-axis. Any vector ⟨a, b⟩ can be written as aî + bĵ, which is why you'll see vectors written both ways on the exam. Think of î and ĵ as the building blocks of the plane. Every vector is just some amount of î plus some amount of ĵ.

Why unit vector matters in AP® Precalculus

Unit vectors live in Unit 4 (Functions Involving Parameters, Vectors, and Matrices) and show up in two CED topics. Topic 4.8 gives you the core skill under learning objective 4.8.C, which asks you to determine a unit vector for a given vector. That's the normalize-by-dividing-by-magnitude move. Then Topic 4.13 makes unit vectors do heavier lifting. Essential knowledge 4.13.A.2 says the mapping of the unit vectors in a linear transformation provides valuable information for determining the associated matrix. Here's the payoff in plain terms. Wherever a transformation sends î becomes the first column of the matrix, and wherever it sends ĵ becomes the second column. So unit vectors aren't just a tidy definition; they're the key that unlocks matrices-as-functions later in the unit.

How unit vector connects across the course

Magnitude of a vector (Unit 4)

Magnitude and unit vectors are two halves of the same idea. Every vector splits into a length (its magnitude) times a direction (its unit vector). To rebuild a vector with a specific length, like the practice problem asking for a vector of magnitude 10 in the direction of 12î − 9ĵ, you normalize first, then scale up.

Matrices as functions (Unit 4)

Per 4.13.A.2, a linear transformation's matrix is read straight off the unit vectors. T(î) is the first column and T(ĵ) is the second. If you're given T(i) = (3, −1) and T(j) = (2, 4), the matrix is [[3, 2], [−1, 4]], no extra computation needed.

Scalar multiplication (Unit 4)

Normalizing a vector is just scalar multiplication with a specific scalar, 1/|v|. The CED guarantees the result is parallel to the original vector, which is exactly why the unit vector points in the same direction.

Dot product (Unit 4)

The dot product formula u · v = |u||v|cos θ gets cleaner with unit vectors, since the magnitudes are 1 and the dot product equals cos θ directly. The perpendicularity test (dot product = 0) is how you'd verify a unit vector perpendicular to a given force vector.

Is unit vector on the AP® Precalculus exam?

Unit vector questions come in two main flavors. The first is direct computation from 4.8.C. You're given a vector and asked for its unit vector, or asked to build a new vector with a given magnitude in the same direction. For example, one practice problem gives u = 12î − 9ĵ (magnitude 15) and asks for the parallel vector v with magnitude 10; you normalize u to get ⟨4/5, −3/5⟩, then multiply by 10. Another asks for the unit vector perpendicular to a force F = 6î + 8ĵ, which combines normalizing with the dot-product perpendicularity idea. The second flavor connects to Topic 4.13. A question tells you where a transformation sends î and ĵ, then asks for the matrix or for the image of another vector. The move there is recognizing that T(î) and T(ĵ) are the matrix columns, so T(⟨5, −2⟩) is just 5·T(î) + (−2)·T(ĵ). Watch for vectors written in î, ĵ form versus ⟨a, b⟩ form; they mean the same thing, and the exam uses both notations freely.

Unit vector vs Magnitude of a vector

Magnitude is a number (the vector's length); a unit vector is a vector (a direction with length forced to 1). They're related by division. Unit vector = original vector ÷ magnitude. A common slip is reporting the magnitude when the question asks for the unit vector, or forgetting that a unit vector's magnitude must equal exactly 1, which is also the fastest way to check your answer.

Key things to remember about unit vector

  • A unit vector is any vector with magnitude exactly 1, and it represents pure direction.

  • To find the unit vector in the direction of a nonzero vector, multiply the vector by the reciprocal of its magnitude (this is called normalizing).

  • The standard unit vectors are î = ⟨1, 0⟩ and ĵ = ⟨0, 1⟩, and any vector ⟨a, b⟩ can be written as aî + bĵ.

  • In Topic 4.13, where a linear transformation sends î and ĵ tells you the columns of its matrix: T(î) is column one and T(ĵ) is column two.

  • To build a vector with a specific magnitude in a given direction, find the unit vector first, then scalar multiply by the desired magnitude.

  • You can always check your work by computing the magnitude of your answer; a true unit vector must have length exactly 1.

Frequently asked questions about unit vector

What is a unit vector in AP Precalculus?

A unit vector is a vector with magnitude exactly 1. Under learning objective 4.8.C, you find the unit vector in the direction of any nonzero vector by multiplying that vector by the reciprocal of its magnitude.

Is a unit vector the same as the magnitude of a vector?

No. Magnitude is a single number measuring length, while a unit vector is a full vector with length 1 that captures direction. You actually divide a vector by its magnitude to get its unit vector.

How do you find a unit vector in the same direction as a given vector?

Compute the magnitude using the Pythagorean theorem, then divide each component by that magnitude. For ⟨3, 4⟩, the magnitude is 5, so the unit vector is ⟨3/5, 4/5⟩.

What are î and ĵ in vectors?

They're the standard unit vectors along the axes: î = ⟨1, 0⟩ and ĵ = ⟨0, 1⟩. Any vector ⟨a, b⟩ can be rewritten as aî + bĵ, and the exam uses both notations interchangeably.

Why do unit vectors matter for transformation matrices?

Per essential knowledge 4.13.A.2, knowing where a linear transformation sends î and ĵ tells you the matrix directly. T(î) becomes the first column and T(ĵ) becomes the second, so two unit-vector outputs determine the entire transformation.