By the end of this chapter you'll be able to…

  • 1Identify the three coordinate axes, three coordinate planes, and the eight octants in a 3D rectangular coordinate system
  • 2Represent a point in space as an ordered triplet (x,y,z) and state its distance from each coordinate plane
  • 3Name the octant a given point lies in from the signs of its three coordinates
  • 4Apply the 3D distance formula to find the distance between two points, and use it to test collinearity or classify a triangle
  • 5Find a midpoint or a triangle's centroid by averaging coordinates, and use that to recover an unknown vertex
💡
Why this chapter matters
This short chapter sets up coordinate axes, coordinate planes, octants, and the distance formula in three dimensions — the direct foundation for Class 12's much larger vector and 3D geometry chapters, which carry significant JEE weight. Despite being brief, it's a reliable, low-effort mark in both boards and JEE Main.

Introduction to Three Dimensional Geometry

1. Check this before you revise anything

The section formula is not part of the current book. Coaching material commonly teaches a full "section formula in 3D" here — the point dividing two given points in a ratio — as this chapter's main second topic. CBSE's own formative-only block confirms this is intentional, listing "Section formula" under Introduction to Three-Dimensional Geometry as formative, not summative.

The current 2026-27 book has no such formula anywhere: no derivation, no worked example, no exercise question (confirmed by a full-text search for "section formula", "internal division", and "ratio m" — zero hits). This chapter has only two named exercises, 11.1 and 11.2, not three.

Midpoints and centroids are a different story — they're genuinely used, just never boxed as a named formula. The book's own Example 7 notes that a parallelogram's diagonals bisect each other, and Example 9 finds a triangle's missing vertex from its centroid by averaging coordinates directly.

The Miscellaneous Exercise's own Q1 (a parallelogram's fourth vertex) and Q2 (lengths of medians) need exactly this. This chapter teaches averaging coordinates for a midpoint and a centroid as natural, book-genuine techniques — distinct from, and not to be confused with, the general section formula that stays out of scope.


2. What this chapter covers

Textbook sectionTopic
11.2Coordinate axes and coordinate planes in three-dimensional space; octants
11.3Coordinates of a point in space
11.4Distance between two points

3. Coordinate axes, coordinate planes, and octants

Three mutually perpendicular planes intersecting at a point meet along three mutually perpendicular lines — the x-axis, y-axis, and z-axis — which together form the rectangular coordinate system. The three planes they determine, the XY-plane, YZ-plane, and ZX-plane, are the coordinate planes. is the origin.

These three planes divide all of space into eight regions called octants, numbered I through VIII by the sign pattern of the coordinates within each:

OctantIIIIIIIVVVIVIIVIII
++++
++++
++++

Worked, mirroring the textbook's own Example 2. Find the octant containing and . Reading signs against the table: is octant II; is octant VI.


4. Coordinates of a point in space

Given a point in space, drop a perpendicular onto the XY-plane, then a perpendicular from onto the x-axis. Writing , , gives the ordered triplet — the point's x, y, and z coordinates. Equivalently, , , and are the perpendicular distances of from the YZ-plane, ZX-plane, and XY-plane respectively.

This correspondence runs both ways: every point in space corresponds to exactly one ordered triplet of real numbers, and every triplet locates exactly one point.

  • The origin is .
  • Any point on the x-axis has the form ; similarly on the y-axis and on the z-axis.
  • Any point in the YZ-plane has the form , since its distance from that plane is zero; similarly for the other two coordinate planes.

5. Distance between two points

Deriving the formula, mirroring the book's own construction. For and , draw planes through each point parallel to the coordinate planes, forming a rectangular box with as one diagonal. Two applications of the Pythagorean theorem — once in the base rectangle, once for the vertical edge — give , where , , and . So:

This is exactly the 2D distance formula with one more squared term for the third dimension. Taking as the origin gives the distance of any point from the origin: .

Worked, mirroring the textbook's own Example 3. Find the distance between and . .

Collinearity, mirroring the book's own Example 4. Three points are collinear exactly when the sum of the two shorter distances between them equals the longest distance. For , , : , , . Since , the three points are collinear.

Midpoint, used directly in the book's own Example 7 note and needed in the Miscellaneous Exercise. The midpoint of and is the average of their coordinates:

A parallelogram's diagonals bisect each other, so equating the midpoints of both diagonals is a standard way to find a fourth vertex from three known ones — exactly the technique the book's own Example 7 points to.

Centroid, worked exactly as the book's own Example 9 does it. The centroid of a triangle with vertices , , is the average of all three:

If a triangle's centroid is and two vertices are and , the third vertex satisfies , , , giving , , , so .


Summary

  • Three mutually perpendicular planes meet along the x, y, and z-axes at the origin, and divide space into eight octants, each identified by a sign pattern of .
  • Every point in space corresponds to exactly one ordered triplet : the perpendicular distances from the YZ, ZX, and XY-planes respectively.
  • Distance formula: ; distance from the origin: .
  • Three points are collinear exactly when the sum of the two shorter pairwise distances equals the longest one.
  • Midpoint (average of two points) and centroid (average of three points) are genuinely used in this chapter's own worked examples and exercises — the general section formula that divides a segment in an arbitrary ratio is not part of the current book.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Distance between two points
PQ = sqrt[(x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2]
The 2D distance formula with one more squared term for the third dimension
Distance from the origin
OQ = sqrt(x^2 + y^2 + z^2)
The special case of the distance formula with P at the origin (0,0,0)
Octant sign pattern
I(+,+,+) II(-,+,+) III(-,-,+) IV(+,-,+) V(+,+,-) VI(-,+,-) VII(-,-,-) VIII(+,-,-)
Read the octant directly off the signs of (x,y,z); octants V-VIII repeat I-IV's x,y pattern with z negative
Collinearity test
P, Q, R are collinear if PQ + QR = PR (for the correctly ordered points)
No area formula exists in 3D the way it does in 2D; the book's own method is to compute all three pairwise distances and check this sum
Midpoint
((x1+x2)/2, (y1+y2)/2, (z1+z2)/2)
The average of two points' coordinates. Used directly in the book's own parallelogram examples via 'diagonals bisect each other' — not a named formula in the book, but a genuinely used technique
Centroid of a triangle
((x1+x2+x3)/3, (y1+y2+y3)/3, (z1+z2+z3)/3)
The average of all three vertices, worked out explicitly in the book's own Example 9 by solving three simple equations
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Expecting a general section formula (dividing a segment in ratio m:n) as this chapter's second major topic
The section formula is formative-only per CBSE's own listing and is completely absent from the current book — no formula, no example, no exercise question. Only the midpoint (the equal-ratio case, done by simple averaging) is actually used, and even that is never boxed as a named formula.
WATCH OUT
Forgetting the z-term when reusing the 2D distance formula
The 3D distance formula has three squared terms, not two: (x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2. Dropping the z-term silently gives the distance between the points' projections onto the XY-plane, not their actual distance.
WATCH OUT
Misreading which coordinate is zero for a point on a coordinate plane or axis
A point on the x-axis has both y and z equal to zero: (x,0,0). A point in the YZ-plane has only its x-coordinate zero: (0,y,z). The zero coordinate(s) tell you which axis or plane the point sits on, not the other way around.
WATCH OUT
Trying to use a 2D-style area formula to test collinearity in 3D
There is no triangle-area formula for three points in 3D the way there is in 2D. The book's own method is purely distance-based: compute all three pairwise distances and check whether the two shorter ones sum to the longest.
WATCH OUT
Assuming octant sign patterns follow the same order as 2D quadrants
Read the octant directly off the table of eight sign patterns rather than trying to extend the quadrant numbering by pattern-matching — octants V through VIII all have z negative, and their x,y sign pairs repeat the same order as I through IV.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Introduction to Three Dimensional Geometry?

8 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

8 questions~6 min worth ~12 marks in Bihar (BSEB) exams

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Three mutually perpendicular planes meet at the origin along the x, y, z-axes, dividing space into 8 octants
  • A point P corresponds to a unique triplet (x,y,z): its perpendicular distances from the YZ, ZX, and XY-planes
  • Distance formula: PQ=sqrt[(x2-x1)^2+(y2-y1)^2+(z2-z1)^2]; from the origin: sqrt(x^2+y^2+z^2)
  • Collinearity: three points are collinear when the two shorter pairwise distances sum to the longest
  • Midpoint (average of 2 points) and centroid (average of 3 points) are genuinely used — the general section formula for an arbitrary ratio m:n is formative-only and absent from the current book

Bihar (BSEB) marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: Part of Unit III's 12-mark Coordinate Geometry block (shared with Straight Lines and Conic Sections; no chapter-wise split, per CBSE)

Question typeMarks eachTypical countWhat it tests
Coordinate Axes, Planes, and Octants1-21Identifying which axis or plane a point lies on, and naming its octant from coordinate signs
Distance Formula and Collinearity2-31Distance between two points, testing collinearity, verifying a triangle or quadrilateral's type
Midpoint, Centroid, and Locus Equations3-40-1Finding an unknown vertex from a centroid or a parallelogram's diagonals, or forming a 'set of points' equation
Prep strategy
  • This is the shortest chapter in the coordinate geometry unit — a reliable, low-effort mark if the octant table and distance formula are automatic
  • Treat every 3D formula as its 2D counterpart with one more coordinate added, rather than memorising it as something new
  • Don't reach for a 'section formula' here — this chapter only ever needs simple averaging for a midpoint or centroid

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

3D modelling and computer graphics

Every vertex of a 3D model or video game object is stored as an (x,y,z) coordinate, and the distance formula from this chapter is used directly for collision detection between objects.

Air traffic control

An aircraft's position is tracked as a 3D coordinate (position on the ground plus altitude); the distance formula computes separation between aircraft for collision-avoidance systems.

Crystallography

Atomic positions in a crystal lattice are recorded as 3D coordinates, and inter-atomic distances computed with this chapter's formula determine bond lengths and the crystal's physical properties.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

1
For octant questions, write out the sign of each coordinate first, then match against the table — don't try to recall the pattern from memory alone
2
For distance and collinearity questions, compute all pairwise distances methodically and label them before comparing, so a sum-check at the end is unambiguous
3
For 'find the fourth vertex' or 'find the missing vertex' problems, identify whether the condition is a midpoint (2 points averaged) or a centroid (3 points averaged) before setting up equations
4
This chapter's short length makes it a fast, low-risk revision pass right before an exam — the whole syllabus fits on the octant table plus one formula

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

STRETCH
Direction ratios and direction cosines, which characterise a line's orientation in space, are not part of this chapter (they belong to Class 12's vector geometry) but offer a faster collinearity and parallelism test than repeated distance computation — see the JEE section for a worked comparison
STRETCH
A fixed-ratio distance condition PA:PB = k (for k not equal to 1) produces a sphere, not a plane, generalising the equidistant-plane result derived in this chapter's own Exercise 11.2 Q4-5 — worked in the Advanced JEE problem above
🚀

JEE Main & Advanced practice

Competitive-level problems on this chapter, above the board pattern. Try each one on paper before opening the solution.

JEE MainDistance-sum locus in three dimensionsEllipsoid-style locus from a fixed distance sum

Find the equation of the set of points such that the sum of its distances from and is .

Stuck? Show the approach

Set , isolate one square root, square, simplify, and square again — the same two-squaring pattern used to derive the ellipse's equation in 2D, extended to three dimensions.

Show the full solution

, . From : , and directly . So . Combined with : , so . Squaring: . Expanding the left side and simplifying: , so , i.e. .

Answer: 7x^2/16 + y^2 + z^2 = 7, i.e. x^2/16 + y^2/7 + z^2/7 = 1
The trap

Forgetting that this locus is a genuine surface in 3D (an ellipsoid of revolution), not a curve — the same algebra that gives an ellipse in the plane gives a surface once a free y and z both appear.

JEE MainEquidistant-point locus reduces to a planePerpendicular-bisector-plane technique

Find the equation of the set of points equidistant from and .

Stuck? Show the approach

Set and expand — the squared terms in always cancel, leaving a linear equation, i.e. a plane.

Show the full solution

, . Expanding both and setting equal: after cancelling the common term. Simplifying: , i.e. , so .

Answer: x - y + z - 1 = 0
The trap

Expecting a curved locus (as with the distance-sum problem above) instead of a flat plane — equidistance from two fixed points always collapses to a plane, since the terms cancel exactly.

JEE MainFourth vertex of a parallelogram in spaceMidpoint-of-diagonals technique

Three vertices of a parallelogram are , , . Find .

Stuck? Show the approach

In a parallelogram , the diagonals are and , and they bisect each other — set their midpoints equal.

Show the full solution

Midpoint of : . Let ; midpoint of is . Equating: ; ; .

Answer: S = (1, 3, 2)
The trap

Pairing the wrong two vertices as a diagonal — in parallelogram PQRS (vertices in order), the diagonals are PR and QS, not PQ and RS, which are sides.

JEE MainDirection ratios as a faster collinearity testBeyond this chapter's own scope — a JEE shortcut

Show that the points , , are collinear using direction ratios, and confirm it matches the distance-sum test this chapter teaches.

Stuck? Show the approach

Direction ratios of are proportional to direction ratios of exactly when the three points are collinear — this technique isn't part of the current book (it belongs to Class 12's vector chapter), but it's a fast cross-check worth knowing.

Show the full solution

Direction ratios of : . Direction ratios of : . Since , the ratios are proportional, confirming collinearity. Cross-checking with this chapter's own method: , , , and .

Answer: Collinear — confirmed both by proportional direction ratios and by AB+AC=BC
The trap

Direction ratios are genuinely useful but come from Class 12's vector geometry, not this chapter — don't expect a board question from this specific chapter to require them.

JEE AdvancedLocus combining a fixed ratio of distances from two pointsApollonius-sphere technique in 3D

Find the equation of the set of points such that , where and , and identify what kind of surface it is.

Stuck? Show the approach

Set , expand both sides, and simplify — unlike the equidistant case, the terms no longer cancel, so the result is a genuine sphere rather than a plane.

Show the full solution

, . Setting : . Expanding the left: . Expanding the right: . Equating and moving everything to one side: , i.e. .

Answer: x^2+y^2+z^2-10x+4y-6z+26=0 — a sphere (an Apollonius sphere for the ratio 2:1)
The trap

Assuming any fixed-ratio distance condition gives a plane, by analogy with the equidistant case — it only collapses to a plane when the ratio is exactly 1:1; any other ratio leaves the squared terms in place and produces a sphere instead.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 11 BoardMedium
JEE MainMedium
JEE AdvancedLow

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

No. It's formative-only per CBSE's own listing and doesn't appear anywhere in the current book. Only the midpoint (the simple average of two points) and the centroid (the average of three points) are actually used, and even those aren't presented as a named boxed formula — they come up directly inside worked examples.

It isn't, structurally — you just add one more squared term for the z-coordinate. Everything else about the formula (square the differences, sum them, take the square root) stays the same.

No. This chapter's own method is purely distance-based: compute the three pairwise distances between the points and check whether the two shorter ones add up to the longest.
Verified by the tuition.in editorial team
Last reviewed on 12 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo