Physics Lab

Vector Addition

Adding vectors is fundamentally different from adding scalars: direction matters. Three classical graphical laws and one algebraic method cover all cases.

Concept

Triangle Law

To add A+B\vec{A} + \vec{B}: place tail of B\vec{B} at head of A\vec{A}. The resultant R\vec{R} goes from tail of A\vec{A} to head of B\vec{B}.

Parallelogram Law

Place A\vec{A} and B\vec{B} tail-to-tail. Complete the parallelogram. The diagonal from the common origin is R\vec{R}.

For two vectors of magnitudes AA, BB with angle θ\theta between them: R=A2+B2+2ABcosθR = \sqrt{A^2 + B^2 + 2AB\cos\theta} tanα=BsinθA+Bcosθ\tan\alpha = \frac{B\sin\theta}{A + B\cos\theta} where α\alpha is the angle of R\vec{R} with A\vec{A}.

Polygon Law

For nn vectors: place them head-to-tail in sequence. The resultant is from the tail of the first to the head of the last.

Algebraic / Component Method

In components: R=A+B=(Ax+Bx)i^+(Ay+By)j^.\vec{R} = \vec{A} + \vec{B} = (A_x + B_x)\hat{i} + (A_y + B_y)\hat{j}.

Magnitude: R=Rx2+Ry2.R = \sqrt{R_x^2 + R_y^2}.

Angle with xx-axis: tanθ=Ry/Rx\tan\theta = R_y/R_x.

Properties

PropertyStatement
CommutativeA+B=B+A\vec{A} + \vec{B} = \vec{B} + \vec{A}
Associative(A+B)+C=A+(B+C)(\vec{A} + \vec{B}) + \vec{C} = \vec{A} + (\vec{B} + \vec{C})
IdentityA+0=A\vec{A} + \vec{0} = \vec{A}
InverseA+(A)=0\vec{A} + (-\vec{A}) = \vec{0}

Maximum and Minimum

For two vectors of magnitudes AA and BB:

  • Maximum R=A+B|\vec{R}| = A + B (when parallel, θ=0\theta = 0).
  • Minimum R=AB|\vec{R}| = |A - B| (when antiparallel, θ=180°\theta = 180°).

Worked Example

Q: A=3i^+2j^\vec{A} = 3\hat{i} + 2\hat{j} and B=i^+4j^\vec{B} = -\hat{i} + 4\hat{j}. Find (a) R=A+B\vec{R} = \vec{A} + \vec{B}, (b) magnitude and angle with xx-axis.

Solution: (a) R=(31)i^+(2+4)j^=2i^+6j^\vec{R} = (3-1)\hat{i} + (2+4)\hat{j} = 2\hat{i} + 6\hat{j}.

(b) R=4+36=40=2106.32|R| = \sqrt{4+36} = \sqrt{40} = 2\sqrt{10} \approx 6.32.

tanθ=6/2=3θ71.6°\tan\theta = 6/2 = 3 \Rightarrow \theta \approx 71.6°.

Q (using parallelogram law): Two forces of 5 N and 8 N act at 60° to each other. Find the resultant.

R=25+64+2(5)(8)cos60°=89+40=12911.36N.R = \sqrt{25 + 64 + 2(5)(8)\cos 60°} = \sqrt{89 + 40} = \sqrt{129} \approx 11.36\,\text{N}.

Angle with 5 N: tanα=(8sin60°)/(5+8cos60°)=6.93/90.77α37.6°\tan\alpha = (8 \sin 60°)/(5 + 8\cos 60°) = 6.93/9 \approx 0.77 \Rightarrow \alpha \approx 37.6°.

Common Confusions

  • "Vectors add by simple arithmetic." — Only when parallel.
  • "Triangle law and parallelogram law give different answers." — They give the same answer; just different constructions.
  • Adding magnitudes (e.g., 5+8=135 + 8 = 13 N) is only correct for parallel vectors.

Key Takeaways

  • Graphical: triangle, parallelogram, polygon laws.
  • Algebraic: add components separately.
  • R=A2+B2+2ABcosθR = \sqrt{A^2 + B^2 + 2AB\cos\theta} for two vectors.
  • Rmax=A+BR_{\max} = A + B, Rmin=ABR_{\min} = |A - B|.
  • Vector addition is commutative and associative.

AI Summary

Summarize this page in your favorite LLM