Addition of Vectors

1. Triangle Law of Vector Addition: If two vectors A\vec{A} and B\vec{B} are represented by the two sides of a triangle taken in order, then their sum R\vec{R} is given by the third side in reverse order. R=A+B\vec{R} = \vec{A} + \vec{B}

2. Parallelogram Law: If two vectors A\vec{A} and B\vec{B} act simultaneously at a point, then the resultant is the diagonal of the parallelogram formed: R=A2+B2+2ABcosθR = \sqrt{A^2 + B^2 + 2AB\cos\theta} where θ\theta is the angle between A\vec{A} and B\vec{B}.

Subtraction of Vectors

To subtract B\vec{B} from A\vec{A}, add B-\vec{B} (reverse direction): AB=A+(B)\vec{A} - \vec{B} = \vec{A} + (-\vec{B})

Graphical Method: Use triangle or parallelogram by reversing one vector.

Properties of Vector Addition:

  • Commutative Law: A+B=B+A\vec{A} + \vec{B} = \vec{B} + \vec{A}
  • Associative Law: (A+B)+C=A+(B+C)(\vec{A} + \vec{B}) + \vec{C} = \vec{A} + (\vec{B} + \vec{C})
  • Existence of Zero Vector: A+0=A\vec{A} + \vec{0} = \vec{A}
  • Additive Inverse: A+(A)=0\vec{A} + (-\vec{A}) = \vec{0}

Example:

Question: Two vectors A=3i^+4j^\vec{A} = 3\hat{i} + 4\hat{j} and B=i^+2j^\vec{B} = -\hat{i} + 2\hat{j} are added. Find the resultant.

Solution: R=A+B=(31)i^+(4+2)j^=2i^+6j^\vec{R} = \vec{A} + \vec{B} = (3 - 1)\hat{i} + (4 + 2)\hat{j} = 2\hat{i} + 6\hat{j} Magnitude: R=22+62=4+36=40=210|\vec{R}| = \sqrt{2^2 + 6^2} = \sqrt{4 + 36} = \sqrt{40} = 2\sqrt{10}

Unit Vector

A unit vector is a vector of magnitude 1 and is used to indicate direction only.

Notation: A^=AA\hat{A} = \frac{\vec{A}}{|\vec{A}|} where A^\hat{A} is the unit vector in the direction of vector A\vec{A}.

Standard Unit Vectors in 3D:

  • i^\hat{i}: Unit vector along x-axis
  • j^\hat{j}: Unit vector along y-axis
  • k^\hat{k}: Unit vector along z-axis

Any vector can be expressed as: A=Axi^+Ayj^+Azk^\vec{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k} and its unit vector as: A^=Axi^+Ayj^+Azk^Ax2+Ay2+Az2\hat{A} = \frac{A_x \hat{i} + A_y \hat{j} + A_z \hat{k}}{\sqrt{A_x^2 + A_y^2 + A_z^2}}


Direction Cosines

Direction cosines are the cosines of the angles made by a vector with the coordinate axes.

If α\alpha, β\beta, and γ\gamma are angles made by a vector A\vec{A} with x, y, and z axes respectively: cosα=AxA,cosβ=AyA,cosγ=AzA\cos\alpha = \frac{A_x}{|\vec{A}|},\quad \cos\beta = \frac{A_y}{|\vec{A}|},\quad \cos\gamma = \frac{A_z}{|\vec{A}|}

Property: cos2α+cos2β+cos2γ=1\cos^2\alpha + \cos^2\beta + \cos^2\gamma = 1

Example:

Question: A vector has components A=6i^3j^+2k^\vec{A} = 6\hat{i} - 3\hat{j} + 2\hat{k}. Find its unit vector and direction cosines.

Solution: Magnitude: A=62+(3)2+22=36+9+4=49=7|\vec{A}| = \sqrt{6^2 + (-3)^2 + 2^2} = \sqrt{36 + 9 + 4} = \sqrt{49} = 7

Unit vector: A^=17(6i^3j^+2k^)\hat{A} = \frac{1}{7}(6\hat{i} - 3\hat{j} + 2\hat{k})

Direction cosines: cosα=67,cosβ=37,cosγ=27\cos\alpha = \frac{6}{7}, \quad \cos\beta = \frac{-3}{7}, \quad \cos\gamma = \frac{2}{7}

Resolution of Vectors

Definition: Resolution of a vector means breaking a vector into two or more components that act in different directions and combine to give the original vector.

Rectangular Components

If a vector A\vec{A} makes an angle θ\theta with the x-axis, then it can be resolved into:

  • Horizontal component: Ax=AcosθA_x = A \cos\theta
  • Vertical component: Ay=AsinθA_y = A \sin\theta

Thus, the vector is expressed as: A=Axi^+Ayj^\vec{A} = A_x \hat{i} + A_y \hat{j} A=Ax2+Ay2,tanθ=AyAx|\vec{A}| = \sqrt{A_x^2 + A_y^2}, \quad \tan\theta = \frac{A_y}{A_x}

Advantages of Vector Resolution:

  • Simplifies analysis of motion in 2D.
  • Allows easy application of Newton’s laws.
  • Makes calculations with forces and fields easier.

Example 1:

Question: A force of 50 N is acting at an angle of 60° above the horizontal. Resolve it into horizontal and vertical components.

Solution: Fx=50cos60=500.5=25 NF_x = 50 \cos 60^\circ = 50 \cdot 0.5 = 25\ N Fy=50sin60=500.866=43.3 NF_y = 50 \sin 60^\circ = 50 \cdot 0.866 = 43.3\ N


Example 2:

Two vectors A\vec{A} and B\vec{B} have equal magnitudes of 10.0 units. The angle between them is 6060^\circ. Find the magnitude of the resultant vector A+B\vec{A} + \vec{B} and AB\vec{A} - \vec{B}.

Solution for Sum (A+B\vec{A} + \vec{B}): Using the Law of Cosines for vector addition: R2=A2+B2+2ABcos(θ)R^2 = A^2 + B^2 + 2AB\cos(\theta) R2=102+102+2(10)(10)cos(60)R^2 = 10^2 + 10^2 + 2(10)(10)\cos(60^\circ) R2=100+100+200(0.5)=300R^2 = 100 + 100 + 200(0.5) = 300 R=300=10317.32R = \sqrt{300} = 10\sqrt{3} \approx 17.32 units.

Solution for Difference (AB\vec{A} - \vec{B}): The magnitude of the difference is given by: S2=A2+B22ABcos(θ)S^2 = A^2 + B^2 - 2AB\cos(\theta) S2=102+1022(10)(10)cos(60)S^2 = 10^2 + 10^2 - 2(10)(10)\cos(60^\circ) S2=100+100200(0.5)=100S^2 = 100 + 100 - 200(0.5) = 100 S=100=10S = \sqrt{100} = 10 units.