Extend coordinate geometry into 3-dimensional space β understand axes, coordinate planes, octants, and the distance formula for points in space.
3
Subtopics
9
MCQs
NCERT
Source
11th
Standard
βΆ Watch Before You Read
3D Geometry β Full Chapter Video Lecture
1
Coordinate Axes & Planes in 3D
π The 3D Coordinate System
To locate a point in 3-dimensional space, three mutually perpendicular lines are required β the x-axis, y-axis, and z-axis β all meeting at the origin O.
The three axes form the rectangular coordinate system (also called Cartesian 3D system).
Three coordinate planes: XY-plane (z=0), YZ-plane (x=0), ZX-plane (y=0)
The three planes divide all of space into eight octants.
Any point P(x, y, z): x = distance from YZ-plane, y = distance from ZX-plane, z = distance from XY-plane
βοΈ
X-Axis
Points on x-axis: (x, 0, 0) x is positive toward viewer, negative away
βοΈ
Y-Axis
Points on y-axis: (0, y, 0) y is positive to right, negative to left
β¬οΈ
Z-Axis
Points on z-axis: (0, 0, z) z is positive upward, negative downward
πΌοΈ
IMAGE SPACE β 3D Coordinate System
Add diagram: three mutually perpendicular axes X, Y, Z meeting at origin O, showing positive and negative directions, and the three coordinate planes
πΊοΈ Sign Convention in Eight Octants
The signs of (x, y, z) determine the octant. Octant I = all positive, and so on:
I
(+, +, +)
II
(β, +, +)
III
(β, β, +)
IV
(+, β, +)
V
(+, +, β)
VI
(β, +, β)
VII
(β, β, β)
VIII
(+, β, β)
π‘Special points: Origin = (0,0,0) | On XY-plane: z=0 | On YZ-plane: x=0 | On ZX-plane: y=0. Point (x,y,0) always lies on XY-plane.
π MCQ Practice
Coordinate System β Test Yourself
1 In which octant does the point (β3, 1, 2) lie?
A Octant I
B Octant II
C Octant III
D Octant VI
Solution: Point (β3, 1, 2): x = β, y = +, z = +
From the octant table: (β, +, +) β Octant II β
2 If P is (2, 4, 5) in 3D space, what are the coordinates of the point F on the ZX-plane (where y = 0)?
A (0, 4, 5)
B (2, 0, 5)
C (2, 4, 0)
D (0, 0, 5)
Solution: F lies on the ZX-plane (y = 0).
P = (2, 4, 5) β Set y = 0 β F = (2, 0, 5) β
3 A point lies on the y-axis. Its coordinates must be of the form:
A (x, 0, 0)
B (0, y, 0)
C (0, 0, z)
D (x, y, 0)
Solution: On the y-axis, x = 0 and z = 0.
Only y-coordinate varies β form is (0, y, 0) β
(x-axis: (x,0,0) | z-axis: (0,0,z))
Advertisement
2
Distance Formula in 3D
π Distance Between Two Points in Space
The distance formula in 3D is a natural extension of the 2D formula. For points P(xβ, yβ, zβ) and Q(xβ, yβ, zβ), the derivation uses a rectangular parallelepiped with PQ as diagonal:
PQΒ² = PAΒ² + AQΒ² (right angle at A), and AQΒ² = ANΒ² + NQΒ²
This gives PQΒ² = (xββxβ)Β² + (yββyβ)Β² + (zββzβ)Β²
Distance from origin to Q(x, y, z): OQ = β(xΒ² + yΒ² + zΒ²)
Collinear test: PQ + QR = PR (or any permutation summing to longest distance)
If a point R divides the line joining P(xβ, yβ, zβ) and Q(xβ, yβ, zβ) in ratio m:n internally, its coordinates are:
π― Section Formula (Internal Division)
R = ( (mxβ+nxβ)/(m+n), (myβ+nyβ)/(m+n), (mzβ+nzβ)/(m+n) )
Midpoint (m = n): M = ((xβ+xβ)/2, (yβ+yβ)/2, (zβ+zβ)/2)
Centroid of triangle with vertices A, B, C:
G = ((xβ+xβ+xβ)/3, (yβ+yβ+yβ)/3, (zβ+zβ+zβ)/3)
πΌοΈ
IMAGE SPACE β Section formula diagram in 3D
Add diagram: line segment from P(xβ,yβ,zβ) to Q(xβ,yβ,zβ) with point R dividing it in ratio m:n, showing the 3D parallelepiped construction
π‘ Key Applications
Collinear points: If PQ + QR = PR, then P, Q, R are collinear.
Equidistant point: If PA = PB, set up the distance equations and simplify to get the locus.
Centroid: Average of all three coordinates of the three vertices.
Parallelogram: Opposite sides equal (AB = CD and BC = AD) OR diagonals bisect each other (same midpoint).
Right angle test: If ABΒ² + BCΒ² = ACΒ², then angle B is 90Β°.
πLocus in 3D: For "all points equidistant from A and B" β set PA = PB, square both sides, expand and simplify to get a plane equation (linear in x, y, z).
π MCQ Practice
Section Formula & Applications β Test Yourself
7 The centroid of triangle ABC is (1,1,1). If A = (3,β5,7) and B = (β1,7,β6), find the z-coordinate of C.