Rectangular Components of Vector in Three Dimensions (Space), Direction Cosines and Vector Addition

WHAT ARE RECTANGULAR COMPONENTS OF A VECTOR IN THREE DIMENSIONS (SPACE) ?

Consider a vector A represented by OR, as shown in Figure. Taking O as origin, construct a rectangular parallelopiped with its three edges along the three rectangular axes i.e., X, Y and Z axes.

Rectangular Components of Vector In Three Dimensions 3D (Space), Direction cosines of a vector

Here, we note that A represents the diagonal of the parallelopiped whose intercepts along X, Y and Z axes are Ax, Ay, and Az respectively; which are three rectangular components of A.

Using triangle law of vectors addition :

OR=OT+TR

Using parallelogram law of vectors addition :

OT=OS+OP

Therefore,

OR=OS+OP+TR

[TR=OQ]

OR=OS+OP+OQ

A=Az+Ax+Ay=Ax+Ay+Az

Let i^, j^, k^ be the unit vectors along X, Y and Z axes respectively, then :

Ax=Axi^,Ay=Ayj^andAz=Azk^

Therefore,

A=Axi^+Ayj^+Azk^

Magnitude of A :

In triangle △ORT,

(OR)2=(OT)2+(TR)2

(OR)2=(OP)2+(OS)2+(TR)2

(OR)2=(OP)2+(OS)2+(OQ)2

A2=Ax2+Ay2+Az2

A=Ax2+Ay2+Az2

Similar concepts include Resolution of a Vector and Rectangular Components of a Vector


What are Direction Cosines of a Vector ?

If α, β and γ are the angles which the A makes with X, Y and Z axes respectively as shown in above diagram, then :

cosα=AxAorAx=Acosα

cosβ=AyAorAy=Acosβ

cosγ=AzAorAz=Acosγ

Here, cos α, cos β and cos γ are called the direction cosines of the vector A. Putting the values of Ax, Ay and Az in the equation

A2=Ax2+Ay2+Az2

we get :

A2=A2cos2α+A2cos2β+A2cos2γ

A2=A2(cos2α+cos2β+cos2γ)

cos2α + cos2β + cos2γ = 1

It means sum of the squares of the direction cosines of a vector is always unity. If l, m and n are direction cosines of A, then l = cos α, m = cos β, and n = cos γ. Hence,

l2 + m2 + n2 = 1

which is an identity of direction cosines.

Related topics include Parallelogram Law of Vectors Addition and Subtraction of Vectors


VECTORS ADDITION, WHEN VECTORS ARE IN TERMS OF RECTANGULAR COMPONENTS

Consider two vectors A and B in the xy plane. Let :

A=Axi^+Ayj^

B=Bxi^+Byj^

If R is the resultant of A and B, then :

R=A+B

R=(Axi^+Ayj^)+(Bxi^+Byj^)

R=(Ax+Bx)i^+(Ay+By)j^

If Rx and Ry are the rectangular component vectors of R in the x-y plane, then :

R=Rxi^+Ryj^

Hence,

Rxi^+Ryj^=(Ax+Bx)i^+(Ay+By)j^

Rx=(Ax+Bx)andRy=(Ay+By)

It means, each component of the resultant vector R is the sum of the corresponding components of A and B. If we take the two vectors in three dimensions, then :

A=Axi^+Ayj^+Azk^,

B=Bxi^+Byj^+Bzk^

Then

R=A+B

Rxi^+Ryj^+Rzk^=(Axi^+Ayj^+Azk^)+(Bxi^+Byj^+Bzk^)

Rxi^+Ryj^+Rzk^=(Ax+Bx)i^+(Ay+By)j^+(Az+Bz)k^

where,

Rx=Ax+Bx;Ry=Ay+By;Rz=Az+Bz

IMPORTANT NOTE : The above method can be extended to addition and subtraction of any number of vectors.

Explore more concepts related to Polygon Law and Triangle Law of Vectors Addition, Lami’s Theorem Analytical Method


Solved Examples Based on Rectangular Components of Vector in Three Dimensions (Space), Direction Cosines and Vector Addition

Example.1
If A=2i^+4j^5k^, find (i) |A| and (ii) the direction cosines of the vector A.

Solution : (i)

|A|=Ax2+Ay2+Az2

|A|=(2)2+(4)2+(5)2=45

(ii)

cosα=AxA=245;

cosβ=AyA=445 and

cosγ=AzA=545

Example.2
If a line makes angles 90°, 135°, and 45° with the x, y, and z axes respectively, find its direction cosines.

Solution
Let the direction cosines of the line be l, m, n.

l = cos 90° = 0, m = cos 135° = -1/√2, n = cos 45° = 1/√2

Therefore, the direction cosines of the line are :

< 0, -1/√2, -1/√2 >

Example.3
Find the direction cosines of a line which makes equal angles with the coordinate axes. 30

Solution.
Let the direction cosines of the line be l, m, n and let it make the same angle α with each coordinate axis. Thus,

l = cos α, m = cos α, n = cos α

Using the identity:

l2 + m2 + n2 = 1

Substitute values :

cos2α + cos2α + cos2α = 1

3 cos2α = 1

cos2α = 1/3

cos α = ±1/√3

Therefore, the direction cosines of a line equally inclined to all coordinate axes are:

< ±1/√3, ±1/√3, ±1/√3 >

Example.4
If a line has the direction ratios <-18, 12, -4>, find its direction cosines.

Solution

Given direction ratios : <-18, 12, -4>

The direction cosines are obtained by dividing each direction ratio by the magnitude:

(18)2+122+(4)2=324+144+16=484=22

Thus, the direction cosines are:

$ <frac{-18}{22}, frac{12}{22}, frac{-4}{22} >$

Simplifying each term:

$ <-frac{9}{11}, frac{6}{11}, -frac{2}{11}> $

Therefore, the direction cosines of the line are:

$ <-frac{9}{11}, frac{6}{11}, -frac{2}{11}> $

Example.5
f a line makes angles α, β, γ with the positive direction of coordinate axes, prove that sin2α + sin2β + sin2γ = 2

Solution :

cos2α + cos2β + cos2γ = 1

(1 – sin2α) + (1 – sin2β) + (1 – sin2γ) = 1

3 – (sin2α + sin2β + sin2γ) = 1

(sin2α + sin2β + sin2γ) = 2


Example.6
A vector c , when added to the resultant of the vectors A=3i^4j^+5k^ and B=2i^+3j^4k^ gives a unit vector along y-axis. Find the magnitude of c.

Solution.
Resultant of A and B is

R=A+B

R=(3i^4j^+5k^)+(2i^+3j^4k^)

R=5i^j^+k^

Unit vector along y-axis=j^. As per question

c+R=j^

c=j^R

c=j^(5i^j^+k^)

c=5i^+2j^k^

|c|=(5)2+(2)2+(1)2=30

Example.7
If A=3i^+4j^ and B=7i^+24j^, find a vector having the same magnitude as A and parallel to B.

Solution. Here,

|A|=32+42=5

|B|=72+242=25

Unit vector in the direction of B is

B^=BB

B^=7i^+24j^25

B^=125(7i^+24j^)

The vector having the same magnitude as A and parallel to B is

=|A|B^=5×125(7i^+24j^)

|A|B^=15(7i^+24j^)

Example.8
A room has dimensions 3 m × 4 m × 5 m. A fly starting at one corner ends up at the diametrically opposite corner. (a) What is the magnitude of its displacement? (b) If the fly were to walk, what is the length of the shortest path it can take?

Solution.
(a) If the starting point of fly which is one corner of room is taken as origin of coordinates, then the coordinates of diametrically opposite corner of room are (3, 4, 5). So displacement is

r=3i^+4j^+5k^

and

r=32+42+52=507 m

(b) When the fly were to walk, then shortest distance travelled is

=3+42+52=3+41=9.4 m

Example.9
A unit vector is represented by ai^+bj^+ck^. If the values of a and b are 0.6 and 0.8 respectively, find the value of c.

Solution. Given,

A=ai^+bj^+ck^

A=0.6i^+0.8j^+ck^

Here,

|A|=(0.6)2+(0.8)2+c2

1=(0.6)2+(0.8)2+c2

1=0.36+0.64+c2

c2=0orc=0

Example.10
Find a unit vector in the direction of the vector 3i^+4j^.

Solution: Let V=3i^+4j^

Magnitude of V=|V|=32+42=25=5

V=α^|V|, where α^ is a unit vector along V

α^=V|V|=35i^+45j^

Example.11
Given a=i^+2j^ and b=2i^+j^, what are the magnitudes of the two vectors? Are these two vectors equal?

Solution:

|a|=12+22=5

|b|=22+12=5

The magnitudes of a and b are equal. However, their corresponding components are not equal i.e., axbx and ayby. Hence, the two vectors are not equal.

Example.12
If A=3i^+2j^ and B=i^2j^+3k^, find the length of A+B and AB.

Solution:
Here, A=3i^+2j^ and B=i^2j^+3k^

A+B=(3i^+2j^)+(i^2j^+3k^)=4i^+0j^+3k^

|A+B|=(4)2+(0)2+(3)2=16+0+9=5

Also,

AB=(3i^+2j^)(i^2j^+3k^)=2i^+4j^3k^

|AB|=(2)2+(4)2+(3)2=4+16+9=29

Example.13
Find a unit vector parallel to the resultant of the vectors A=i^+4j^2k^ and B=3i^5j^+k^.

Solution:
Here, A=i^+4j^2k^ ; B=3i^5j^+k^

Let R be resultant of vectors A and B. Then,

R=A+B=(i^+4j^2k^)+(3i^5j^+k^)=4i^j^k^


FAQs on Rectangular Components of a Vector in Three Dimensions (Space)

What are rectangular components of a vector in three dimensions?

Rectangular components of a vector in three-dimensional space are the three mutually perpendicular components of the vector along the x-axis, y-axis, and z-axis.

How is a vector represented in three dimensions?

A vector (vec{A}) in three-dimensional space is represented as:

A=Axi^+Ayj^+Azk^

where (Ax),(Ay),and(Az) are its components along the x, y, and z axes respectively.

What are (hat{i}), (hat{j}), and (hat{k})?

They are unit vectors along the positive directions of the x-axis, y-axis, and z-axis respectively.

Why do we resolve vectors into rectangular components?

Resolving vectors into rectangular components simplifies vector addition, subtraction, and the calculation of magnitude and direction.

What is the formula for the magnitude of a vector in three dimensions?

The magnitude of a vector A=Axi^+Ayj^+Azk^ is:

|A|=Ax2+Ay2+Az2

What are direction cosines of a vector?

The cosines of the angles that a vector makes with the positive x-axis, y-axis, and z-axis are called its direction cosines.

How are direction cosines represented?

If α, β and γ are the angles made by a vector with the x, y, and z axes respectively, then l = cos α, m = cos β, and n = cos γ

How are vector components related to direction cosines?

The components of a vector are:

Ax=Acosα,Ay=Acosβ,Az=Acosγ

where (A) is the magnitude of the vector.

What is the relation among the direction cosines?

The direction cosines satisfy :

cos2α + cos2β + cos2γ = 1

or

l2 + m2 + n2 = 1

How do you find the resultant of two vectors using components?

If A=Axi^+Ayj^+Azk^ and B=Bxi^+Byj^+Bzk^,

then the resultant is:

R=(Ax+Bx)i^+(Ay+By)j^+(Az+Bz)k^

How are vector components added?

Corresponding components are added separately:

Rx=Ax+Bx,Ry=Ay+By,Rz=Az+Bz

How are vector components subtracted?

Corresponding components are subtracted separately :

Rx=AxBx,Ry=AyBy,Rz=AzBz

What is a unit vector?

A unit vector is a vector whose magnitude is equal to 1.

How do you find a unit vector in the direction of a vector?

If (vec{A}) is a vector, then the unit vector along its direction is:

A^=A|A|

Can a vector have negative components?

Yes. A vector component can be positive or negative depending on its direction relative to the coordinate axes.

What is the geometric interpretation of vector components in space?

The components represent the projections of the vector along the three mutually perpendicular coordinate axes.

How do rectangular components help in solving physics problems?

They simplify calculations involving forces, velocities, accelerations, electric fields, magnetic fields, and displacement in three dimensions.

What is the significance of the relation l2 + m2 + n2 = 1?

It confirms that (l), (m), and (n) are valid direction cosines of a vector.

How can the magnitude of a resultant vector be calculated?

If the resultant vector is

R=Rxi^+Ryj^+Rzk^,

then:

R|=Rx2+Ry2+Rz2

What is the difference between a vector and its components?

A vector has both magnitude and direction, while its components are the projections of the vector along specified coordinate axes.

What are the applications of three-dimensional vectors?

Three-dimensional vectors are used in mechanics, engineering, navigation, robotics, computer graphics, astronomy, and electromagnetism.

How is displacement represented in three-dimensional space?

Displacement is represented as:

r=xi^+yj^+zk^

where (x), (y), and (z) are the coordinates of the final position relative to the origin.

Why are rectangular components called mutually perpendicular components?

Because the x-axis, y-axis, and z-axis are all perpendicular to one another.

Can the method of rectangular components be applied to more than two vectors?

Yes. Any number of vectors can be added or subtracted by separately combining their corresponding x, y, and z components.

Why are rectangular components important for Class 11 Physics, JEE, NDA, and IMU CET?

Rectangular components form the foundation of vector algebra and are extensively used in mechanics, projectile motion, electrostatics, magnetic fields, and advanced problem-solving in Class 11 Physics, JEE Main, JEE Advanced, NDA, IMU CET, CUET, and other competitive examinations.


Important Units and Measurements Chapter Links

To strengthen your understanding, you should also study Dimensional Analysis and Dimensional Formulae of Physical Quantities and the Principle of Dimensional Homogeneity, which are closely related to unit conversion. It is also helpful to revise Units and Measurements for basic concepts and practice JEE Main Previous Year Questions (PYQs) and IMU CET PYQs to improve problem-solving skills. Exploring these related topics on this website will help you master numerical applications effectively.