Fiveable

🍏Principles of Physics I Unit 3 Review

QR code for Principles of Physics I practice questions

3.1 Vector Operations and Applications

3.1 Vector Operations and Applications

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍏Principles of Physics I
Unit & Topic Study Guides

Vector Operations

Vector operations let you take quantities that have both magnitude and direction and combine, separate, or analyze them mathematically. Nearly every physics problem involving forces, velocities, or displacements in more than one dimension relies on these techniques.

Vector Addition and Subtraction

There are two main approaches to adding vectors: graphical and analytical.

Graphical methods give you a visual picture of what's happening:

  • Tip-to-tail method: Draw the first vector, then place the tail of the second vector at the tip of the first. The resultant vector goes from the tail of the first to the tip of the last.
  • Parallelogram method: Place both vectors so they share the same starting point. Complete the parallelogram, and the diagonal from that shared point is the resultant.

Analytical methods are what you'll use for actual calculations. You add vectors component by component:

R=A+B\vec{R} = \vec{A} + \vec{B}

This means Rx=Ax+BxR_x = A_x + B_x and Ry=Ay+ByR_y = A_y + B_y. Each direction (x and y) is handled independently.

For vector subtraction, you reverse the direction of the vector being subtracted, then add. Analytically:

R=AB\vec{R} = \vec{A} - \vec{B}

So Rx=AxBxR_x = A_x - B_x and Ry=AyByR_y = A_y - B_y. The graphical version works the same way: flip B\vec{B} around and use tip-to-tail.

Vector addition and subtraction, 3.3 Vector Addition and Subtraction: Analytical Methods – College Physics

Resolution of Vector Components

Any vector can be split into perpendicular x- and y-components using trigonometry. If the vector A\vec{A} has magnitude AA and makes an angle θ\theta measured from the positive x-axis:

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

The angle θ\theta must be measured relative to the axis you're using for cosine and sine. If a problem gives you an angle measured from the y-axis instead, the roles of sine and cosine swap. This is one of the most common mistakes on exams, so always sketch the triangle and confirm which trig function goes with which component.

Once every vector is broken into components, you combine them by adding all the x-components together and all the y-components together separately:

Rx=Ax+Bx,Ry=Ay+ByR_x = A_x + B_x, \quad R_y = A_y + B_y

Vector addition and subtraction, Vector Addition and Subtraction: Graphical Methods | Physics

Resultant Vector Characteristics

After combining components, you need to turn RxR_x and RyR_y back into a single resultant vector with a magnitude and direction.

  1. Magnitude comes from the Pythagorean theorem: R=Rx2+Ry2R = \sqrt{R_x^2 + R_y^2}

  2. Direction uses the inverse tangent: θ=tan1(RyRx)\theta = \tan^{-1}\left(\frac{R_y}{R_x}\right)

  3. Check the quadrant. Your calculator's tan1\tan^{-1} function only returns angles between 90°-90° and 90°90°. If RxR_x is negative (meaning the resultant points into the second or third quadrant), you need to add 180°180° to get the correct angle. Always look at the signs of RxR_x and RyR_y to confirm which quadrant the vector falls in.

The resultant can be written in component form as Rxi^+Ryj^R_x\hat{i} + R_y\hat{j} or in polar form as RθR \angle \theta. Component form is usually easier for further calculations; polar form is better for reporting a final answer with magnitude and direction.

Vector Applications in Physics

These operations show up constantly in three major types of problems:

  • Force problems: You draw a free-body diagram, resolve each force (tension, friction, gravity, normal force) into components, then sum the components to find the net force in each direction.
  • Displacement problems: When an object follows a path with multiple segments (say, walking 3 km north then 4 km east), you add the displacement vectors to find the overall displacement. This also applies to relative motion, like a boat crossing a river with a current.
  • Velocity problems: An airplane flying at 250 km/h north in a 50 km/h crosswind from the west has a ground velocity that's the vector sum of its airspeed and the wind velocity. You find the resultant to get the actual speed and heading over the ground.

In each case, the process is the same: break vectors into components, add the components, then reconstruct the resultant.