Vector Analysis and Operations
Advanced Mechanics & Mathematical Application
Module Curriculum
1. Conventional Direction
In AP Physics, describing the direction of a vector requires a standardized mathematical approach. We typically use two primary systems:
Standard Angle Notation
Angles are measured starting from the positive x-axis (East) moving counter-clockwise.
- 0°: Due East (+x)
- 90°: Due North (+y)
- 180°: Due West (-x)
- 270°: Due South (-y)
Compass Bearings (Relative)
Often used in word problems to describe a vector’s orientation relative to cardinal points.
- “30° North of East”: Start at East and rotate 30° toward North. (Equivalent to 30° in standard notation).
- “20° West of South”: Start at South and rotate 20° toward West. (Equivalent to 250° in standard notation).
2. Vector Addition & Subtraction
Vectors cannot be added like simple numbers because they have direction. We use geometric methods to find the Resultant (R).
The Tip-to-Tail Method
This is the most common geometric approach for adding multiple vectors:
- Draw the first vector (A) to scale.
- Draw the second vector (B) starting from the tip of vector A.
- The Resultant (R) is the vector drawn from the tail of the first to the tip of the last.
Vector Subtraction
Subtracting a vector is mathematically the same as adding its opposite.
A – B = A + (-B)
To subtract vector B from A, simply flip the direction of B (180° rotation) and then use the Tip-to-Tail method to add it to A.
3. Vector Components
Resolving a vector into its x (horizontal) and y (vertical) components is the most powerful tool for analytical physics. It allows us to turn a 2D problem into two simpler 1D problems.
Trigonometric Resolution
For a vector V with magnitude V at an angle θ from the positive x-axis:
- Horizontal Component:
Vx = V cos(θ) - Vertical Component:
Vy = V sin(θ)
4. Resultant Vectors
The Resultant Vector is the single vector that represents the combined effect of two or more vectors. Analytically, we find it by summing all components.
Analytical Method (Component Addition)
To find the resultant of vectors A and B:
- Find the components: (Ax, Ay) and (Bx, By).
- Sum the components: Rx = Ax + Bx and Ry = Ay + By.
- Calculate the Magnitude:
R = √(Rx² + Ry²) - Calculate the Direction:
θ = tan⁻¹(Ry / Rx)
Important: When using tan⁻¹, your calculator will only give values between -90° and 90°. You must check your Rx and Ry signs to determine the correct quadrant and add 180° if necessary.
Note: This page is an extension of our introductory Scalars and Vectors guide.