Introduction To 3D - Short Notes
Introduction To 3D - Short Notes
19 Introduction to 3D
1. In three dimensions, the coordinate axes of a rectangular 5. Distance between two points P(x1, y1, z1) and Q(x2, y2, z2) is
Cartesian coordinate system are three mutually perpendicular
lines. The axes are called the x, y and z-axes.
given by PQ = ( x2 − x1 ) 2 + ( y2 − y1 ) 2 + ( z2 − z1 ) 2
2. The three planes determined by the pair of axes are the 6. The coordinates of the point R which divides the line segment
coordinate planes, called XY, YZ and ZX-planes. The three joining two points P(x1, y1, z1) and Q(x2, y2, z2) internally
coordinate planes divide the space into eight parts known and externally in the ratio m : n are given by
as octants.
mx2 + nx1 my2 + ny1 mz2 + nz1 and
3. The coordinates of a point P in three dimensional , ,
geometry is always written in the form of triplet like m+n m+n m+n
(x, y, z). Here x, y and z are the distances from the YZ, ZX mx2 − nx1 my2 − ny1 mz2 − nz1 respectively.
and XY-planes.
, , ,
m−n m−n m−n
4. (i) Any point on x-axis is of the form (x, 0, 0)
7. The coordinates of the mid-point of the line segment joining
(ii) Any point on y-axis is of the form (0, y, 0)
t w o p o i n t s P ( x 1, y 1, z 1) a n d Q ( x 2, y 2, z 2) a r e
(iii) Any point on z-axis is of the form (0, 0, z).
x1 + x2 y1 + y2 z1 + z2
Sign (+/–) of the co-ordinates of a point , , .
2 2 2
Octants I II III IV V VI VII VIII 8. The coordinates of the centroid of the triangle, whose
x + – – + + – – + vertices are (x1, y 1, z 1), (x 2, y 2, z 2) and (x 3, y 3, z 3) are
y + + – – + + – – x1 + x2 + x3 y1 + y2 + y3 z1 + z2 + z3
, ,
z + + + + – – – – 3 3 3