The coordinate system defines the position of a vector. When we consider the rectangular coordinates in space, we refer to the three-dimensional space we live in. To demonstrate the position of a vector, we select a point as the origin and represent by the point ‘O’. The distance of any vector is measured form this standard point O. In this article, we will learn how to find rectangular coordinate system in space.
Coordinate Axes and Coordinate Planes in 3D Space
Let us consider three planes intersecting at a point O such that these three planes are mutually perpendicular to each other. These three planes intersect along the lines X′OX, Y′OY, and Z′OZ, called the x, y, and z-axes, respectively. These lines are mutually perpendicular to each other. These lines form the rectangular coordinate system. The plane XOY is the XY plane. YOZ is the YZ plane and ZOX is the ZX plane. These are called coordinate planes. The coordinates of the origin O are (0,0,0).
Coordinates of a Point in Space
Consider a point P in space, we drop a perpendicular PM on the XY-plane with M as the foot of this perpendicular. consider OL be x, LM be y and MP be z. x,y, and z are called the x, y, and z coordinates, of the point P in the space. In the fig. we can see that the point P (x, y, z) lies in the octant XOYZ and so all x, y, z are positive.
Important Points to Remember
1. The distance between two points A(x1, y1, z1) and B(x2, y2, z2) is given by;
2. The coordinates of the point R, which divides the line segment joining two points P(x1, y1, z1) and Q(x2, y2, z2) internally and externally in the ratio m : n are given by;
3. The mid-point of the line segment joining two points P(x1, y1, z1) and Q(x2, y2, z2) are:
4. The coordinates of the centroid of the triangle, whose vertices are (x1, y1, z1), (x2, y2, z2) and (x3, y3, z3) are:
5. Equation of a line through P(x1, y1, z1) and having direction cosines l, m and n are
(x- x1)/ l = (y – y1)/ m = (z- z1)/ n.
6. Equation of a line through (x1, y1, z1) and (x2, y2, z2) is:
Solved Examples
Example 1.
Find the coordinates of the point which divides the line joining points (2, 3, 4) and (3, –4, 7) in ratio 3: 5 internally.
Solution:
Given points are (2, 3, 4) and (3, –4, 7).
m:n = 3:5
Let (x,y,z) be the required point, then
(mx2 + nx1)/(m + n) = (3×3 + 5×2)/(3+5) = (9+10)/8
= 19/8
(my2 + ny1)/(m + n) = (3×-4 + 5×3)/(3+5) = -12+15)/8 = ⅜
(mz2 + nz1)/(m + n) = (3×7 + 5×4)/(3+5) = (21+20)/8 = 41/8
Hence the required points are (19/8, ⅜, 41/8).
Example 2. Find the ratio in which the line segment joining the points (4, 8, 10) and (6, 10, – 8) is divided by the YZ-plane.
Solution:
Consider YZ-plane divides the line segment joining A (4, 8, 10) and B (6, 10, -8) at P (x, y, z) in the ratio k : 1.
By using section formula, the coordinates of P are (6k + 4)/(k + 1), (10k + 8)/(k + 1), (-8k + 10)/(k + 1).
Given the point lies on YZ plane. So x coordinate is zero.
(6k + 4)/(k + 1) = 0
6k + 4 = 0
k = -4/6 = -2/3.
Hence the required ratio is 2:3.
Related Links:
What is Cartesian Coordinate System?
Relation between Rectangular and Spherical Coordinate Systems
Frequently Asked Questions
Give the formula to find the distance between two points A(x1, y1, z1) and B(x2, y2, z2).
The distance between the points A and B is given by AB = √((x2-x1)2 + (y2-y1)2+ (z2-z1)2).
Give the formula to find the midpoint of the line segment joining two points A(x1, y1, z1) and B(x2, y2, z2).
The midpoint of the line segment joining two points A(x1, y1, z1) and B(x2, y2, z2) is given by ((x1+x2)/2, (y1+y2)/2, (z1+z2)/2).
Give the equation of line through a point (x1, y1, z1) and having direction cosines l, m and n.
Equation of a line through (x1, y1, z1) and having direction cosines l, m and n is (x – x1)/l = (y – y1)/m = (z- z1)/n.
Give the formula to find the centroid of the triangle, if 3 vertices are given.
If the vertices are (x1, y1, z1) ,(x2, y2, z2) and (x3, y3, z3), then coordinates of the centroid of the triangle is given by ((x1+x2+x3)/3, (y1+y2+y3)/3, (z1+z2+z3)/3).
Comments