Three-dimensional geometry is an important topic in JEE Mathematics that extends coordinate geometry concepts into three-dimensional space. The chapter focuses on understanding the coordinates of points in space, direction ratios, direction cosines, equations of lines, and the shortest distance between lines. Questions from this topic often test a student's ability to visualise geometric relationships and apply algebraic techniques in a three-dimensional setting.
A clear understanding of the Three-Dimensional Geometry syllabus can help you prioritise key concepts and prepare more effectively for JEE. Since many questions involve direct formula application and coordinate-based reasoning, regular practice of line equations, angles, distances, and geometric interpretations is essential for building accuracy and confidence.
Three-Dimensional Geometry studies points, lines, and shapes in space using three coordinates: x, y, and z. It extends coordinate geometry beyond a flat plane and helps describe the position and movement of objects in three dimensions. The chapter provides the mathematical foundation for analysing spatial relationships and distances.
This topic establishes the foundational reference framework used to track positions in three-dimensional environments. By adding a vertical axis to the standard horizontal grid, we gain the ability to pinpoint objects anywhere in physical space.
The spatial grid uses three mutually perpendicular axes (X, Y, Z) meeting at the origin O(0, 0, 0) to locate structural boundaries. These axes intersect to form three reference planes (XY, YZ, ZX) that divide the infinite universe into eight distinct blocks.
Coordinates of a General Point:
P(x, y, z) represents the signed perpendicular distances from the YZ, ZX, and XY planes, respectively.
Points on Axes/Planes:
Any point on the X-axis is (x, 0, 0), on the Y-axis is (0, y, 0), and on the Z-axis is (0, 0, z). Similarly, points on the XY, YZ, and ZX planes are written as (x, y, 0), (0, y, z), and (x, 0, z), respectively.
Octant Sign Table:
|
Octant |
I |
II |
III |
IV |
V |
VI |
VII |
VIII |
|
x |
+ |
− |
− |
+ |
+ |
− |
− |
+ |
|
y |
+ |
+ |
− |
− |
+ |
+ |
− |
− |
|
z |
+ |
+ |
+ |
+ |
− |
− |
− |
− |
This topic provides the mathematical tools needed to calculate the shortest path between separate points in space. It expands traditional 2D flat measurements to account for changes in height and depth.
Calculating 3D distance relies on applying the Pythagorean theorem across all three coordinate axes simultaneously. This method works whether you are measuring between two free-floating points, a point and an axis, or a point and a plane.
Distance Between P(x₁, y₁, z₁) and Q(x₂, y₂, z₂):
PQ = √[(x₂ − x₁)² + (y₂ − y₁)² + (z₂ − z₁)²]
Distance from Origin to P(x, y, z):
OP = √(x² + y² + z²)
Perpendicular Distance from P(x, y, z) to Coordinate Axes:
To X-axis = √(y² + z²)
To Y-axis = √(x² + z²)
To Z-axis = √(x² + y²)
Shorthand Trick (Geometric Reflections):
To find the mirror image of a point across a coordinate plane, change the sign of the variable missing from that plane.
Reflection of (x, y, z) across the XY-plane:
(x, y, −z)
Section formulas determine the exact coordinates of a point that divides a straight line segment into two parts. This math helps track specific locations along a path based on a given scaling ratio.
Segments can be divided either internally between the original endpoints or externally along the line's extended path. The equations use weighted averages to find the exact coordinates of the dividing point.
Internal Division:
Point P lies physically between endpoints A(x₁, y₁, z₁) and B(x₂, y₂, z₂).
P = ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n), (mz₂ + nz₁)/(m + n))
External Division:
Point P lies outside the segment on its extended path.
P = ((mx₂ − nx₁)/(m − n), (my₂ − ny₁)/(m − n), (mz₂ − nz₁)/(m − n))
Mid-point Rule (1:1 Ratio):
P = ((x₁ + x₂)/2, (y₁ + y₂)/2, (z₁ + z₂)/2)
Shorthand Trick (Division by a Plane):
A general standard plane
ax + by + cz + d = 0
cuts the spatial segment joining A(x₁, y₁, z₁) and B(x₂, y₂, z₂) in the ratio k:1, given by
k = −[(ax₁ + by₁ + cz₁ + d)/(ax₂ + by₂ + cz₂ + d)]
[Positive → Internal; Negative → External]
This core concept explains how to define the orientation and tilt of a line in a 3D environment. Because lines can lean in multiple directions at once, we use specialised angular values rather than a single slope.
Direction Cosines measure the true angles a line forms with each axis, while Direction Ratios offer simpler, scaled numbers for everyday calculations. These values form the basis for all vector operations involving lines and planes.
Direction Cosines (l, m, n):
If a directed line makes angles α, β, γ with the positive X, Y, and Z axes, respectively, then
l = cos α
m = cos β
n = cos γ
Fundamental Identity:
l² + m² + n² = 1
⇒ cos² α + cos² β + cos² γ = 1
Direction Ratios (a, b, c):
Any three arbitrary numbers that are directly proportional to the line's direction cosines.
l = ka, m = kb, n = kc
Converting DRs to DCs:
l = a/(±√(a² + b² + c²))
m = b/(±√(a² + b² + c²))
n = c/(±√(a² + b² + c²))
DRs from Two Points:
For a line running from A(x₁, y₁, z₁) to B(x₂, y₂, z₂), its direction ratios are
a = (x₂ − x₁)
b = (y₂ − y₁)
c = (z₂ − z₁)
This topic outlines how to find the exact angle where two straight paths meet or cross in space. It allows us to determine if two lines run parallel, cut across each other, or stand perfectly perpendicular.
The inclination between two lines is calculated by comparing their direction components using vector dot products. This approach works equally well whether your vectors are expressed as simplified ratios or true cosines.
Using Direction Ratios:
For lines with DRs (a₁, b₁, c₁) and (a₂, b₂, c₂)
cos θ = |(a₁a₂ + b₁b₂ + c₁c₂)/(√(a₁² + b₁² + c₁²) √(a₂² + b₂² + c₂²))|
Using Direction Cosines:
For lines with DCs (l₁, m₁, n₁) and (l₂, m₂, n₂)
cos θ = |l₁l₂ + m₁m₂ + n₁n₂|
Perpendicular Condition (θ = 90°):
a₁a₂ + b₁b₂ + c₁c₂ = 0
or
l₁l₂ + m₁m₂ + n₁n₂ = 0
Parallel Condition (θ = 0°):
a₁/a₂ = b₁/b₂ = c₁/c₂
Three-dimensional geometry forms a key part of JEE Mathematics because it combines visualization with formula-based problem solving. A strong grasp of coordinates, lines, planes, and distance concepts helps you solve questions quickly and accurately. Regular practice of core formulas and spatial reasoning is essential to building confidence and improving problem-solving speed in this chapter.