krit.club logo

Vectors - Types of Vectors and Vector Operations

Grade 12ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Definition of a Vector: A vector is a quantity that possesses both magnitude and direction. Geometrically, it is represented by a directed line segment AB\vec{AB}, where AA is the initial point (tail) and BB is the terminal point (head). The length of the segment represents the magnitude AB|\vec{AB}|.

Position Vector: For any point P(x,y,z)P(x, y, z) in three-dimensional space, the vector OP\vec{OP} originating from the origin O(0,0,0)O(0, 0, 0) to PP is called the position vector. It is expressed as r=xi^+yj^+zk^\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}, where i^,j^,k^\hat{i}, \hat{j}, \hat{k} are unit vectors along the x,y,zx, y, z axes respectively.

Types of Vectors: Key types include the Zero Vector (magnitude is 0, direction indeterminate), Unit Vector (magnitude is 1 unit), Co-initial Vectors (vectors having the same starting point), and Collinear Vectors (vectors parallel to the same line, regardless of their magnitudes or directions).

Vector Addition (Triangle Law): If two vectors a\vec{a} and b\vec{b} are represented by two sides of a triangle taken in order, then their sum a+b\vec{a} + \vec{b} is represented by the third side of the triangle taken in the opposite order. Visually, this follows the 'head-to-tail' rule where the resultant connects the start of the first vector to the end of the second.

Parallelogram Law of Addition: If two vectors a\vec{a} and b\vec{b} are represented by two adjacent sides of a parallelogram directed away from a common vertex, then their sum a+b\vec{a} + \vec{b} is represented by the diagonal of the parallelogram passing through that same vertex.

Direction Cosines and Ratios: If a vector makes angles α,β,γ\alpha, \beta, \gamma with the positive directions of the x,y,zx, y, z axes, then cosα,cosβ,cosγ\cos \alpha, \cos \beta, \cos \gamma are called direction cosines (denoted as l,m,nl, m, n). The coordinates of a unit vector in the direction of r\vec{r} are exactly its direction cosines.

Section Formula: If a point RR divides the line segment joining two points PP (with position vector a\vec{a}) and QQ (with position vector b\vec{b}) in the ratio m:nm:n, its position vector is calculated based on whether the division is internal or external. Visually, RR lies on the segment PQPQ for internal division and on the extension of the segment for external division.

📐Formulae

Magnitude of vector a=xi^+yj^+zk^\vec{a} = x\hat{i} + y\hat{j} + z\hat{k}: a=x2+y2+z2|\vec{a}| = \sqrt{x^2 + y^2 + z^2}

Unit vector in direction of a\vec{a}: a^=aa\hat{a} = \frac{\vec{a}}{|\vec{a}|}

Vector joining two points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2): P1P2=(x2x1)i^+(y2y1)j^+(z2z1)k^\vec{P_1P_2} = (x_2 - x_1)\hat{i} + (y_2 - y_1)\hat{j} + (z_2 - z_1)\hat{k}

Direction Cosines: l=xr,m=yr,n=zrl = \frac{x}{|\vec{r}|}, m = \frac{y}{|\vec{r}|}, n = \frac{z}{|\vec{r}|}

Relation between Direction Cosines: l2+m2+n2=1l^2 + m^2 + n^2 = 1 or cos2α+cos2β+cos2γ=1\cos^2 \alpha + \cos^2 \beta + \cos^2 \gamma = 1

Internal Section Formula: r=mb+nam+n\vec{r} = \frac{m\vec{b} + n\vec{a}}{m + n}

External Section Formula: r=mbnamn\vec{r} = \frac{m\vec{b} - n\vec{a}}{m - n}

Midpoint Formula: r=a+b2\vec{r} = \frac{\vec{a} + \vec{b}}{2}

💡Examples

Problem 1:

Find the unit vector in the direction of the vector a=i^+j^+2k^\vec{a} = \hat{i} + \hat{j} + 2\hat{k}.

Solution:

  1. Find the magnitude of a\vec{a}: a=12+12+22=1+1+4=6|\vec{a}| = \sqrt{1^2 + 1^2 + 2^2} = \sqrt{1 + 1 + 4} = \sqrt{6}. \ 2. Apply the unit vector formula: a^=aa\hat{a} = \frac{\vec{a}}{|\vec{a}|}. \ 3. Substitute values: a^=16(i^+j^+2k^)=16i^+16j^+26k^\hat{a} = \frac{1}{\sqrt{6}}(\hat{i} + \hat{j} + 2\hat{k}) = \frac{1}{\sqrt{6}}\hat{i} + \frac{1}{\sqrt{6}}\hat{j} + \frac{2}{\sqrt{6}}\hat{k}.

Explanation:

A unit vector is obtained by dividing a vector by its own magnitude, resulting in a vector of length 1 pointing in the same direction.

Problem 2:

Find the position vector of a point RR which divides the line joining two points PP and QQ whose position vectors are OP=i^+2j^k^\vec{OP} = \hat{i} + 2\hat{j} - \hat{k} and OQ=i^+j^+k^\vec{OQ} = -\hat{i} + \hat{j} + \hat{k} respectively, in the ratio 2:12:1 internally.

Solution:

  1. Identify values: a=i^+2j^k^\vec{a} = \hat{i} + 2\hat{j} - \hat{k}, b=i^+j^+k^\vec{b} = -\hat{i} + \hat{j} + \hat{k}, m=2m = 2, n=1n = 1. \ 2. Use the internal section formula: OR=mb+nam+n\vec{OR} = \frac{m\vec{b} + n\vec{a}}{m + n}. \ 3. Substitute: OR=2(i^+j^+k^)+1(i^+2j^k^)2+1\vec{OR} = \frac{2(-\hat{i} + \hat{j} + \hat{k}) + 1(\hat{i} + 2\hat{j} - \hat{k})}{2 + 1}. \ 4. Simplify numerator: OR=2i^+2j^+2k^+i^+2j^k^3\vec{OR} = \frac{-2\hat{i} + 2\hat{j} + 2\hat{k} + \hat{i} + 2\hat{j} - \hat{k}}{3}. \ 5. Result: OR=i^+4j^+k^3=13i^+43j^+13k^\vec{OR} = \frac{-\hat{i} + 4\hat{j} + \hat{k}}{3} = -\frac{1}{3}\hat{i} + \frac{4}{3}\hat{j} + \frac{1}{3}\hat{k}.

Explanation:

The section formula allows us to find the coordinates of a point on a line segment based on the relative distances from the endpoints.