Fiveable

📈AP Pre-Calculus Unit 4 Review

QR code for AP Pre-Calculus practice questions

4.8 Vectors

4.8 Vectors

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

What are vectors in AP Precalculus?

A vector is a directed line segment with both magnitude (length) and direction. In AP Precalculus you write vectors in component form like a,b\langle a, b \rangle, find their magnitude and direction, and combine them using scalar multiplication, addition, dot products, and unit vectors.

Why This Matters for the AP Precalculus Exam

Vectors are part of Unit 4, which is not assessed on the AP Precalculus exam. The AP Exam covers material from Units 1, 2, and 3. Even so, this topic is worth learning because it builds skills you will use in calculus, physics, and other college courses.

Working with vectors strengthens habits that show up across the course: moving between graphical, numerical, and analytical representations, choosing the right procedure, and communicating your reasoning clearly. Vectors also lead directly into vector-valued functions and matrices later in Unit 4, so getting comfortable here makes the rest of the unit easier.

Key Takeaways

  • A vector has both magnitude and direction. The starting point is the tail and the ending point is the head.
  • For a vector from P1=(x1,y1)P_1 = (x_1, y_1) to P2=(x2,y2)P_2 = (x_2, y_2), the component form is a,b\langle a, b \rangle where a=x2x1a = x_2 - x_1 and b=y2y1b = y_2 - y_1.
  • Magnitude is a2+b2\sqrt{a^2 + b^2}, found from the components.
  • Scalar multiplication scales each component and keeps the vector parallel to the original; vector addition adds matching components.
  • The dot product is a1,b1a2,b2=a1a2+b1b2\langle a_1, b_1 \rangle \cdot \langle a_2, b_2 \rangle = a_1 a_2 + b_1 b_2, and it equals zero exactly when two nonzero vectors are perpendicular.
  • A unit vector has magnitude 1 and is found by multiplying a nonzero vector by the reciprocal of its magnitude.

What a Vector Is

A vector is a directed line segment. It carries two pieces of information: how long it is (magnitude) and which way it points (direction). Vectors model quantities like velocity, force, and displacement, where direction matters as much as size.

When you draw a vector as an arrow:

  • The tail is where the vector starts.
  • The head is where the arrow points and ends.
  • The length of the segment is the magnitude.

Representing Vectors in Components

A vector in the xy-plane is described by two components. If a vector goes from P1=(x1,y1)P_1 = (x_1, y_1) to P2=(x2,y2)P_2 = (x_2, y_2), then:

a=x2x1b=y2y1a = x_2 - x_1 \qquad b = y_2 - y_1

You write the vector as a,b\langle a, b \rangle. The component aa is the horizontal change and bb is the vertical change.

The zero vector 0,0\langle 0, 0 \rangle is the special case when P1P_1 and P2P_2 are the same point, so the magnitude is 0.

Direction and Magnitude

The direction of a,b\langle a, b \rangle is parallel to the line from the origin to the point (a,b)(a, b). The magnitude is:

a,b=a2+b2\|\langle a, b \rangle\| = \sqrt{a^2 + b^2}

Finding Components with Trigonometry

If a vector is given geometrically by its length and the angle it makes with the x-axis, you can find its components with trigonometry. For a vector of magnitude rr at angle θ\theta:

a=rcosθb=rsinθa = r\cos\theta \qquad b = r\sin\theta

The horizontal component uses cosine and the vertical component uses sine.

Vector Operations

Scalar Multiplication

Multiplying a vector by a constant kk scales each component:

ka,b=ka,kbk\langle a, b \rangle = \langle ka, kb \rangle

The result is parallel to the original vector. Its magnitude becomes k|k| times the original magnitude. A negative kk reverses the direction.

Vector Addition

To add two vectors, add their matching components:

a1,b1+a2,b2=a1+a2,b1+b2\langle a_1, b_1 \rangle + \langle a_2, b_2 \rangle = \langle a_1 + a_2, b_1 + b_2 \rangle

Graphically, place the tail of the second vector at the head of the first. The sum runs from the tail of the first vector to the head of the second. This is the tip-to-tail method, and the same sum is the diagonal of the parallelogram formed by the two vectors.

Dot Product

The dot product of two vectors is a single number (a scalar):

a1,b1a2,b2=a1a2+b1b2\langle a_1, b_1 \rangle \cdot \langle a_2, b_2 \rangle = a_1 a_2 + b_1 b_2

For example, with A=3,4A = \langle 3, 4 \rangle and B=2,1B = \langle 2, -1 \rangle:

AB=(3)(2)+(4)(1)=64=2A \cdot B = (3)(2) + (4)(-1) = 6 - 4 = 2

The dot product also equals the product of the two magnitudes and the cosine of the angle between them:

uv=uvcosθ\vec{u} \cdot \vec{v} = \|\vec{u}\|\,\|\vec{v}\|\cos\theta

This gives a quick perpendicularity test: if the dot product of two nonzero vectors is 0, the angle between them is 90 degrees, so the vectors are perpendicular. You can also rearrange the formula to find the angle between two vectors:

cosθ=uvuv\cos\theta = \frac{\vec{u} \cdot \vec{v}}{\|\vec{u}\|\,\|\vec{v}\|}

Unit Vectors

A unit vector has magnitude 1. To build a unit vector pointing the same way as a nonzero vector, multiply the vector by the reciprocal of its magnitude:

u^=1vv\hat{u} = \frac{1}{\|\vec{v}\|}\,\vec{v}

For example, if a vector has magnitude 5, multiply it by 15\frac{1}{5} to shrink it to length 1 while keeping its direction.

Any vector a,b\langle a, b \rangle can also be written using the standard unit vectors i\vec{i} and j\vec{j}:

a,b=ai+bj\langle a, b \rangle = a\vec{i} + b\vec{j}

where i=1,0\vec{i} = \langle 1, 0 \rangle points along the x-axis and j=0,1\vec{j} = \langle 0, 1 \rangle points along the y-axis.

Triangles Formed by Vector Addition

When you add vectors, the vectors and their sum can form a triangle. The Law of Sines and the Law of Cosines help you find unknown side lengths and angle measures in those triangles.

Law of Sines

For a triangle with sides aa, bb, cc and opposite angles AA, BB, CC:

asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

Law of Cosines

a2=b2+c22bccosAa^2 = b^2 + c^2 - 2bc\cos A

b2=a2+c22accosBb^2 = a^2 + c^2 - 2ac\cos B

c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C

Use the Law of Cosines when you know two sides and the included angle, or all three sides. Use the Law of Sines when you have an angle paired with its opposite side. Both are useful for analyzing the triangle made by two vectors and their resultant.

How to Use This on the AP Precalculus Exam

Unit 4 is not tested on the AP Precalculus exam, so you will not see vector questions on the official test. The practice below helps you build fluency for class assessments and later courses.

Problem Solving

  • Read carefully whether a vector is given by two endpoints or by a magnitude and angle. Use a=x2x1a = x_2 - x_1, b=y2y1b = y_2 - y_1 for endpoints, and a=rcosθa = r\cos\theta, b=rsinθb = r\sin\theta for magnitude and angle.
  • Keep components in order. Mixing up xx and yy changes both the magnitude and the direction.
  • For perpendicularity, compute the dot product first. If it is 0, the vectors are perpendicular, and you do not need to find the actual angle.
  • When finding a unit vector, compute the magnitude first, then multiply each component by its reciprocal. Check your answer by confirming the new magnitude is 1.

Common Trap

  • A scalar times a vector is still a vector, but a dot product of two vectors is a scalar. Watch what type of object your answer should be.
  • Magnitude is always nonnegative because of the square root, even when components are negative.

Common Misconceptions

  • A vector is not just its length. Two vectors with the same magnitude can point in different directions, which makes them different vectors.
  • Component order matters. a,b\langle a, b \rangle means horizontal change aa and vertical change bb. Swapping them gives a different vector.
  • The dot product is a number, not a vector. Its sign tells you whether vectors point in generally similar or opposite directions, and a value of 0 means perpendicular.
  • A zero dot product does not mean a zero vector. It means the two vectors are perpendicular, as long as neither one is the zero vector.
  • Scaling by a negative number flips direction. The result stays parallel to the original, but it points the opposite way.
  • Unit vector does not mean rounding to length 1. You divide by the exact magnitude, so the components are usually not whole numbers.

Vocabulary

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

Term

Definition

angle measure

The input value in a polar function that represents the direction from the positive x-axis, typically measured in radians or degrees.

components

The horizontal (a) and vertical (b) values of a vector, where a = x₂ - x₁ and b = y₂ - y₁.

directed line segment

A line segment with a specified direction from a starting point to an ending point.

direction

The orientation of a vector, which is parallel to the line segment from the origin to the point with coordinates (a, b).

dot product

A scalar quantity obtained by multiplying the magnitudes of two vectors and the cosine of the angle between them; equals zero when vectors are perpendicular.

head

The ending point or tip of a vector.

Law of Cosines

A relationship used to find side lengths or angle measures in a triangle when given other side lengths and angles.

Law of Sines

A relationship stating that the ratio of a side length to the sine of its opposite angle is constant for all sides and angles in a triangle.

magnitude

The length of a vector, calculated as the square root of the sum of the squares of its components.

parallel vectors

Vectors that have the same or opposite direction, resulting from scalar multiplication of a vector by a constant.

perpendicular

Two vectors are perpendicular when the angle between them is 90 degrees, indicated by a dot product of zero.

scalar multiplication

The multiplication of a constant (scalar) by a vector, resulting in a new vector whose components are each multiplied by that constant.

standard basis vectors

The unit vectors →i = ⟨1, 0⟩ and →j = ⟨0, 1⟩ that point in the positive x and y directions, respectively, in ℝ².

tail

The starting point or beginning of a vector.

unit vector

A vector with a magnitude of 1, often used to indicate direction.

vector

A mathematical object with both magnitude and direction, represented as an ordered pair of components in ℝ².

vector addition

The process of combining two or more vectors to produce a resultant vector.

vector sum

The addition of two vectors by adding their corresponding components to produce a new vector.

zero vector

A vector with components ⟨0, 0⟩ that occurs when the tail and head are at the same point.

Frequently Asked Questions

What is a vector in AP Precalculus?

A vector is a directed line segment with magnitude and direction. In the plane, it can be written in component form as .

How do you find vector components from two points?

For a vector from P1 = (x1, y1) to P2 = (x2, y2), subtract coordinates: a = x2 - x1 and b = y2 - y1. The vector is .

How do you find the magnitude of a vector?

For a vector , the magnitude is the square root of a squared plus b squared. This comes from the distance formula in the coordinate plane.

What is scalar multiplication of a vector?

Scalar multiplication multiplies each component by the same constant. The new vector stays parallel to the original, and a negative scalar reverses its direction.

What is the dot product used for?

The dot product adds the products of corresponding components. It can also test perpendicularity: two nonzero vectors are perpendicular when their dot product is zero.

How do you find a unit vector?

A unit vector has magnitude 1. For a nonzero vector, divide each component by the vector's magnitude to get a unit vector in the same direction.

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