Vectors in Two Dimensions
What Is a Vector?
A vector is a quantity with both magnitude (length) and direction:
v=⟨a,b⟩
where a is the horizontal component and b is the vertical component.
Magnitude
∣v∣=a2
Example: ∣⟨3,4⟩∣=9+16=
Unit Vectors
A unit vector has magnitude 1:
v^=∣v
Standard unit vectors: i^=⟨1,0⟩ and j^
So v=⟨a,b⟩=a
Vector Operations
Addition & Subtraction
u+v
Scalar Multiplication
cv=⟨cv1,c
Dot Product
u⋅v
Geometric Form
u⋅v
Key Properties
- u⋅v vectors are (perpendicular)
Angle Between Vectors
cosθ=∣u
Vector Projection
The projection of u onto v:
projv
Scalar projection (component of u along v):
compv
Applications
Work
W=F⋅d
Navigation & Physics
Decompose forces, velocities, and displacements into component form for analysis.
AP Precalculus Tip: Vectors appear in Unit 4. Master component operations, dot product, and understanding when vectors are perpendicular.