Study Guide

AP Precalculus Vectors

AP PrecalculusΒ· AP Precalculus CED β€” Functions Involving Parameters, Vectors, and MatricesΒ· 14 min read

1. Core Vector Definitionsβ˜…β˜…β˜†β˜†β˜†β± 3 min

A vector is a mathematical quantity with both magnitude (size) and direction, unlike a scalar, which only has magnitude. Common examples tested on AP Precalculus include displacement, velocity, and force. Vectors account for ~3-4% of your total AP Precalculus exam score, appearing in both multiple-choice and free-response sections.

πŸ“˜ Definition

Vector

Boldface or (handwritten); magnitude

A quantity with both magnitude and direction. Two vectors are equal if and only if they have the same magnitude and direction, regardless of starting point. A position vector has its tail anchored at the origin .

Example:

Displacement of 5 miles northeast is a vector; 5 miles is a scalar.

2. Components, Magnitude, and Directionβ˜…β˜…β˜…β˜†β˜†β± 4 min

Any planar vector can be split into horizontal () and vertical () components, which give displacement along each axis. For a vector from initial point to terminal point , component form is calculated as terminal minus initial coordinates:

vβƒ—=⟨x2βˆ’x1,y2βˆ’y1⟩\vec{v} = \langle x_2 - x_1, y_2 - y_1 \rangle

Magnitude (length) of comes from the Pythagorean theorem:

∣vβƒ—βˆ£=a2+b2|\vec{v}| = \sqrt{a^2 + b^2}

Direction is given as the standard position angle , measured counterclockwise from the positive -axis. To find from components: , so plus quadrant correction: add (or radians) for Quadrants II/III, add for negative angles in Quadrant IV. If given magnitude and direction , components are .

πŸ“ Worked Example

Find the component form, magnitude, and direction of the vector from initial point to terminal point . Give direction as an angle in degrees from the positive -axis, rounded to one decimal place.

  1. 1

    Calculate components by subtracting initial coordinates from terminal:

  2. 2
    x=4βˆ’(βˆ’2)=6y=βˆ’3βˆ’5=βˆ’8x = 4 - (-2) = 6 \\ y = -3 - 5 = -8
  3. 3

    So component form is .

  4. 4

    Calculate magnitude using the Pythagorean theorem:

  5. 5
    ∣vβƒ—βˆ£=62+(βˆ’8)2=36+64=100=10|\vec{v}| = \sqrt{6^2 + (-8)^2} = \sqrt{36 + 64} = \sqrt{100} = 10
  6. 6

    Find the raw arctangent result: , so .

  7. 7

    Correct for quadrant: and places in Quadrant IV, so add :

  8. 8
    ΞΈ=βˆ’53.1∘+360∘=306.9∘\theta = -53.1^\circ + 360^\circ = 306.9^\circ
  9. 9

    Final result: , , .

Exam tip:

Always sketch a quick rough plot of your vector on a coordinate grid before reporting the direction angle to catch quadrant correction mistakes.

3. Vector Addition and Scalar Multiplicationβ˜…β˜…β˜…β˜†β˜†β± 4 min

Vector addition produces a resultant vector from two input vectors. Algebraically, addition is always component-wise for vectors in component form:

uβƒ—+vβƒ—=⟨u1+v1,u2+v2⟩\vec{u} + \vec{v} = \langle u_1 + v_1, u_2 + v_2 \rangle

Scalar multiplication multiplies a vector by a real scalar , scaling its magnitude and reversing direction if is negative. This is also component-wise:

kuβƒ—=⟨ku1,ku2⟩k\vec{u} = \langle k u_1, k u_2 \rangle

A unit vector is a vector with magnitude 1, used to represent direction only. To get a unit vector in the direction of non-zero , divide by its magnitude: . The standard unit vectors are and , so any vector can be written as .

πŸ“ Worked Example

Let and . Find , then find a unit vector in the direction of .

  1. 1

    Rewrite vectors in component form: , .

  2. 2

    Perform scalar multiplication for each term:

  3. 3
    2uβƒ—=⟨6,βˆ’4βŸ©βˆ’3vβƒ—=⟨3,βˆ’15⟩2\vec{u} = \langle 6, -4 \rangle \\ -3\vec{v} = \langle 3, -15 \rangle
  4. 4

    Add component-wise to get the result:

  5. 5
    2uβƒ—βˆ’3vβƒ—=⟨6+3,βˆ’4βˆ’15⟩=⟨9,βˆ’19⟩2\vec{u} - 3\vec{v} = \langle 6 + 3, -4 - 15 \rangle = \langle 9, -19 \rangle
  6. 6

    Calculate the magnitude of the resulting vector:

  7. 7
    ∣⟨9,βˆ’19⟩∣=92+(βˆ’19)2=442|\langle 9, -19 \rangle| = \sqrt{9^2 + (-19)^2} = \sqrt{442}
  8. 8

    Divide by the magnitude to get the unit vector, rationalizing the denominator:

  9. 9
    w^=⟨9442442,βˆ’19442442⟩\hat{w} = \left\langle \frac{9\sqrt{442}}{442}, \frac{-19\sqrt{442}}{442} \right\rangle

Exam tip:

Rewrite subtraction of scalar multiples as addition of the negative scalar multiple, like , to avoid sign errors when distributing.

4. Dot Product and Vector Projectionsβ˜…β˜…β˜…β˜…β˜†β± 4 min

The dot product (or scalar product) is an operation that takes two vectors and returns a scalar (not a vector). For and :

u⃗⋅v⃗=u1v1+u2v2\vec{u} \cdot \vec{v} = u_1 v_1 + u_2 v_2

The dot product relates to the angle (between and ) between two vectors via the identity:

uβƒ—β‹…vβƒ—=∣uβƒ—βˆ£βˆ£vβƒ—βˆ£cos⁑θ\vec{u} \cdot \vec{v} = |\vec{u}||\vec{v}|\cos\theta

Two key uses on the AP exam are: 1) testing for orthogonality (perpendicularity): vectors are orthogonal if and only if their dot product is zero; 2) finding the projection of one vector onto another, which is the shadow of along the line containing . The formula for the vector projection of onto is:

projvβƒ—uβƒ—=(uβƒ—β‹…vβƒ—βˆ£vβƒ—βˆ£2)vβƒ—\text{proj}_{\vec{v}} \vec{u} = \left(\frac{\vec{u} \cdot \vec{v}}{|\vec{v}|^2}\right)\vec{v}
πŸ“ Worked Example

Let and . (a) Confirm the vectors are orthogonal, (b) Find the vector projection of onto .

  1. 1

    For part (a), calculate the dot product:

  2. 2
    uβƒ—β‹…vβƒ—=(4)(βˆ’3)+(2)(6)=βˆ’12+12=0\vec{u} \cdot \vec{v} = (4)(-3) + (2)(6) = -12 + 12 = 0
  3. 3

    Since the dot product is zero, the vectors are confirmed to be orthogonal.

  4. 4

    For part (b), first calculate :

  5. 5
    ∣vβƒ—βˆ£2=(βˆ’3)2+62=9+36=45|\vec{v}|^2 = (-3)^2 + 6^2 = 9 + 36 = 45
  6. 6

    Substitute into the projection formula:

  7. 7
    projvβƒ—uβƒ—=(045)βŸ¨βˆ’3,6⟩=⟨0,0⟩\text{proj}_{\vec{v}} \vec{u} = \left(\frac{0}{45}\right)\langle -3, 6 \rangle = \langle 0, 0 \rangle
  8. 8

    This result makes geometric sense: if two vectors are orthogonal, no part of lies along the direction of , so the projection is the zero vector.

Exam tip:

Remember that vector projection uses in the denominator, while scalar projection uses . Write both formulas down before solving to avoid mixing them up.

5. AP-Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 3 min

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is a unit vector orthogonal to ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    1 β€”

    Correct. This vector has a dot product of 0 with and magnitude 1, meeting both requirements. Check: , and .

6. Common Pitfalls

Wrong move:

For a vector in Quadrant II, you report as the final direction.

Why:

Arctangent only outputs values between and , so it does not automatically account for vectors in Quadrants II and III.

Correct move:

Always plot the vector to check its quadrant, then add for Quadrants II/III and for negative angles in Quadrant IV.

Wrong move:

When calculating for and , you get by only distributing the negative to the first component.

Why:

Students often forget to distribute the negative sign to both components of when subtracting.

Correct move:

Calculate each scalar multiple separately, including the negative sign, before adding component-wise.

Wrong move:

You calculate the dot product of and as , a vector instead of a scalar.

Why:

Students confuse the dot product with component-wise multiplication.

Correct move:

Always add the products of corresponding components, so the result is a single real number, not a vector.

Wrong move:

When finding a vector from to , you calculate components as .

Why:

Students mix up the order of subtraction for initial vs terminal points.

Correct move:

Remember the rule: components are always terminal minus initial coordinates.

Wrong move:

You calculate the vector projection of onto as .

Why:

Students mix up the formulas for scalar projection and vector projection.

Correct move:

Label both formulas clearly on your scratch work before substituting values.

Wrong move:

You conclude two vectors are equal because they have the same magnitude, even though they point in different directions.

Why:

Students forget the full definition of equal vectors.

Correct move:

Always check that both magnitude and direction match before confirming two vectors are equal.

7. Quick Reference Cheatsheet

Category

Formula

Notes

Component from two points

= initial, = terminal; always terminal minus initial

Magnitude

Always non-negative, equal to the length of the vector

Components from magnitude/direction

= standard angle counterclockwise from positive -axis

Vector Addition

Performed component-wise

Scalar Multiplication

Negative reverses direction; new magnitude =

Unit Vector

Has magnitude 1, same direction as original vector

Dot Product

Result is a scalar, not a vector

Angle between two vectors

ranges from (parallel same direction) to (parallel opposite direction)

Orthogonal Vectors

Applies to perpendicular vectors

Vector Projection

Projection of onto is a vector along

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· AP Precalculus

    MCQ: Find vector direction angle

  • 2023 Β· AP Precalculus

    FRQ: Calculate vector projection

Going deeper

  • unit overviewAP Precalculus Unit 4 Overview

What's Next

Vectors are the foundation for all remaining topics in AP Precalculus Unit 4. Next, you will apply vector addition and component operations to model the position of moving objects as functions of time with parametric equations. Without a solid understanding of vector components and magnitude, you will not be able to calculate velocity, speed, or acceleration for parametrically defined motion, which is a high-weight FRQ topic on the exam. Vectors also lay the groundwork for matrix transformations of the plane, where vectors represent points to be transformed.