Physics Wallah
banner

Mathematics Three Dimensional Geometry JEE Syllabus

Three-dimensional geometry takes mathematics off the page and into space. In this chapter, you will learn how to locate points, represent lines and planes, and calculate distances and angles in three dimensions. Key topics such as direction ratios, direction cosines, equations of lines, and planes make this chapter an important scoring area for coordinate geometry questions in JEE.
authorImageAvisha Das9 Jun, 2026
Mathematics Three Dimensional Geometry JEE Syllabus

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.

Introduction to Three-Dimensional Geometry

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.

Coordinates of a Point in Space

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 Coordinate System, Planes, and Regions

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

+

+

+

+

Distance Formulae

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.

Direct Separations and Geometric Perpendiculars

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 Formulae

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.

Spatial Line Segments and Boundary Splitting

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]

Direction Cosines (DCs) and Direction Ratios (DRs)

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.

Angular Orientations and Proportional Scales

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₁)

Angle Between Two Lines

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.

Dot Products and Orthogonal Alignments

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.

Three Dimensional Geometry FAQs

What is covered in the Three-Dimensional Geometry JEE syllabus?

The chapter includes coordinates in space, direction ratios, direction cosines, equations of lines, equations of planes, angles between lines and planes, and shortest distance concepts.

Why is three-dimensional geometry important for JEE?

It is a high-weightage coordinate geometry chapter that regularly contributes questions in JEE Main and serves as a foundation for more advanced geometric applications.

Which topics are most important in Three-Dimensional Geometry for JEE?

Direction cosines, direction ratios, equations of lines, equations of planes, angles between geometric entities, and the shortest distance are among the most important topics for exam preparation.
avatar

Get Free Counselling Today

and Clear up all your Doubts

Talk to Our Counsellor just by filling out the form.
Student Name
Phone Number
IN
+91
OTP
Join 15 Million students on the app today!
Point IconLive & recorded classes available at ease
Point IconDashboard for progress tracking
Point IconLakhs of practice questions
Download ButtonDownload Button
Banner Image
Banner Image
Free Learning Resources
Know about Physics Wallah
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others

Copyright © 2026 Physicswallah Limited All rights reserved.