Fiveable

🔋College Physics I – Introduction Unit 3 Review

QR code for College Physics I – Introduction practice questions

3.3 Vector Addition and Subtraction: Analytical Methods

3.3 Vector Addition and Subtraction: Analytical Methods

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔋College Physics I – Introduction
Unit & Topic Study Guides

Vector Addition and Subtraction

Vector addition and subtraction let you combine or compare quantities that have both magnitude and direction, like forces, velocities, or displacements. The analytical method (also called the component method) is more precise than drawing diagrams, and it's the approach you'll rely on for most problem-solving in this course.

The core idea: break each vector into x- and y-components, work with those components separately, then recombine them into a single resultant vector.

Principles of Vector Addition

Vectors are represented by arrows. The arrow's length shows the magnitude, and the arrowhead points in the direction. Unlike scalars (which are just numbers), you can't add vectors by simply adding their magnitudes. A 3 N force pointing east plus a 4 N force pointing north does not equal 7 N. You need to account for direction.

The component method handles this by splitting each vector into horizontal (x) and vertical (y) parts, then working with each direction independently.

To add vectors analytically:

  1. Resolve each vector into its x- and y-components.

  2. Add all the x-components together to get RxR_x.

  3. Add all the y-components together to get RyR_y.

  4. Use RxR_x and RyR_y to find the magnitude and direction of the resultant vector.

To subtract vectors analytically (e.g., AB\vec{A} - \vec{B}):

Subtraction works the same way, except you reverse the second vector. That means you subtract its components instead of adding them:

  1. Rx=AxBxR_x = A_x - B_x

  2. Ry=AyByR_y = A_y - B_y

  3. Find the magnitude and direction from RxR_x and RyR_y just as you would for addition.

This is equivalent to adding A+(B)\vec{A} + (-\vec{B}), where B-\vec{B} is a vector with the same magnitude as B\vec{B} but pointing in the opposite direction.

The parallelogram method is a graphical alternative: place two vectors tail-to-tail, complete the parallelogram, and the diagonal from the shared tail is the resultant. It's useful for visualization but less precise than the analytical method.

Principles of vector addition, Vector Addition and Subtraction: Graphical Methods – Physics

Analytical Vector Components

To use the component method, you first need to decompose each vector. This process is called orthogonal decomposition, meaning you break a vector into two perpendicular parts along the x- and y-axes.

For a vector with magnitude AA at angle θ\theta measured counterclockwise from the positive x-axis:

  • x-component: Ax=AcosθA_x = A \cos \theta
  • y-component: Ay=AsinθA_y = A \sin \theta

For example, a velocity of 50 m/s at 30° above the positive x-axis has:

  • vx=50cos30°=43.3 m/sv_x = 50 \cos 30° = 43.3 \text{ m/s}
  • vy=50sin30°=25.0 m/sv_y = 50 \sin 30° = 25.0 \text{ m/s}

Signs of components depend on the quadrant:

  • Quadrant I (up and to the right): Ax>0A_x > 0, Ay>0A_y > 0
  • Quadrant II (up and to the left): Ax<0A_x < 0, Ay>0A_y > 0
  • Quadrant III (down and to the left): Ax<0A_x < 0, Ay<0A_y < 0
  • Quadrant IV (down and to the right): Ax>0A_x > 0, Ay<0A_y < 0

You don't need to memorize these sign rules separately. If you consistently measure θ\theta counterclockwise from the positive x-axis, the cosine and sine functions will automatically give you the correct signs.

Principles of vector addition, 2.2 Coordinate Systems and Components of a Vector | University Physics Volume 1

Resultant Vector Characteristics

Once you have the resultant components RxR_x and RyR_y, you need to convert them back into a magnitude and direction.

Magnitude (using the Pythagorean theorem):

R=Rx2+Ry2R = \sqrt{R_x^2 + R_y^2}

Direction (using inverse tangent):

θ=tan1(RyRx)\theta = \tan^{-1}\left(\frac{R_y}{R_x}\right)

Watch out for quadrant ambiguity. Your calculator's tan1\tan^{-1} function only returns angles between 90°-90° and +90°+90°, which covers Quadrants I and IV. If the resultant vector is in Quadrant II or III (meaning Rx<0R_x < 0), you need to add 180°180° to the calculator's output to get the correct angle.

Signs of ComponentsQuadrantAngle RangeAdjustment
Rx>0R_x > 0, Ry>0R_y > 0I0° to 90°90°Use calculator result directly
Rx<0R_x < 0, Ry>0R_y > 0II90°90° to 180°180°Add 180°180° to calculator result
Rx<0R_x < 0, Ry<0R_y < 0III180°180° to 270°270°Add 180°180° to calculator result
Rx>0R_x > 0, Ry<0R_y < 0IV270°270° to 360°360°Add 360°360° to calculator result

Vector and Scalar Quantities

  • A vector has both magnitude and direction (displacement, velocity, acceleration, force).
  • A scalar has only magnitude (temperature, mass, speed, time).

Unit vectors are vectors with a magnitude of exactly 1, used purely to indicate direction. In the standard coordinate system, i^\hat{i} points along the positive x-axis and j^\hat{j} points along the positive y-axis. Any 2D vector can be written in unit vector notation as A=Axi^+Ayj^\vec{A} = A_x\hat{i} + A_y\hat{j}, which is just another way of expressing its components.