Class 11Mathematics · Coordinate GeometryFull chapter

Introduction to Three-dimensional Geometry

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Coordinate Axes and Coordinate Planes in Three Dimensions

Quick answer Space is described using three mutually perpendicular axes meeting at the origin; the three planes they define split all of space into eight octants.

To fix a point in a plane, two mutually perpendicular lines (the x-axis and y-axis) are enough. To fix a point in space, a third line perpendicular to both is needed. Through a fixed point O, called the origin, three mutually perpendicular lines are drawn — the x-axis, y-axis and z-axis. Together these form the coordinate axes, and the system is a rectangular (Cartesian) coordinate system in three dimensions.

Any two of these axes determine a plane called a coordinate plane:

  • The x-axis and y-axis determine the XY-plane.
  • The y-axis and z-axis determine the YZ-plane.
  • The z-axis and x-axis determine the ZX-plane.

These three coordinate planes divide the whole of space into eight parts, called octants, labelled Octant I to Octant VIII. Which octant a point falls in is decided purely by the signs of its three coordinates.

Worked Example. Determine the octant in which the point P(−2, 3, −5) lies.

Here x = −2 (negative), y = 3 (positive), z = −5 (negative), so the sign pattern is (−, +, −). Comparing with the standard octant table, this sign pattern corresponds to Octant VI. Hence P(−2, 3, −5) lies in Octant VI.

Coordinate planes XY-plane: z = 0; YZ-plane: x = 0; ZX-plane: y = 0 Equation of each coordinate plane
Number of octants 8 Formed by the 3 coordinate planes
Octant sign convention (x, y, z) I(+,+,+) II(−,+,+) III(−,−,+) IV(+,−,+) V(+,+,−) VI(−,+,−) VII(−,−,−) VIII(+,−,−) Read off the signs of the three coordinates in this order
Remember
  • Space needs three mutually perpendicular axes (x, y, z) through the origin O to fix a point.
  • The x, y, z axes taken two at a time give the three coordinate planes: XY, YZ and ZX.
  • The three coordinate planes divide space into 8 octants, labelled I to VIII.
  • The octant a point lies in is found purely from the signs of its (x, y, z) coordinates.

Coordinates of a Point in Space

Quick answer A point in space is written as an ordered triple (x, y, z), the signed perpendicular distances from the YZ-, ZX- and XY-planes respectively.

Every point P in space corresponds to a unique ordered triple of real numbers (x, y, z), called its coordinates. Here x, y and z are the (signed) perpendicular distances of P from the YZ-plane, the ZX-plane and the XY-plane respectively. Geometrically, P(x, y, z) is located at the corner opposite O of a rectangular box with one corner at the origin and edges of length |x|, |y|, |z| parallel to the three axes.

Some special positions are worth remembering:

  • A point on the x-axis has the form (x, 0, 0); on the y-axis, (0, y, 0); on the z-axis, (0, 0, z).
  • A point on the XY-plane has the form (x, y, 0); on the YZ-plane, (0, y, z); on the ZX-plane, (x, 0, z).
  • The origin O has coordinates (0, 0, 0).

Worked Example. For the point P(3, −4, 5), find the coordinates of the feet of the perpendiculars drawn from P to (i) the XY-plane, (ii) the x-axis, and (iii) the YZ-plane.

(i) The foot on the XY-plane keeps the x- and y-coordinates and sets z = 0, giving (3, −4, 0).

(ii) The foot on the x-axis keeps only the x-coordinate and sets y = z = 0, giving (3, 0, 0).

(iii) The foot on the YZ-plane keeps the y- and z-coordinates and sets x = 0, giving (0, −4, 5).

Point on an axis x-axis: (x, 0, 0); y-axis: (0, y, 0); z-axis: (0, 0, z)
Point on a coordinate plane XY-plane: (x, y, 0); YZ-plane: (0, y, z); ZX-plane: (x, 0, z)
Origin O = (0, 0, 0)
Remember
  • Every point in space corresponds to a unique ordered triple (x, y, z), and every ordered triple to a unique point.
  • x, y, z are the perpendicular distances from the YZ-, ZX- and XY-planes respectively.
  • Points on an axis have the other two coordinates zero; points on a coordinate plane have exactly one coordinate zero.
  • The foot of the perpendicular from a point onto a coordinate plane/axis is found by setting the missing coordinate(s) to zero.

Distance Between Two Points in Space

Quick answer The distance between P(x₁,y₁,z₁) and Q(x₂,y₂,z₂) is √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²], a direct 3D extension of the 2D distance formula.

The distance between two points P(x₁, y₁, z₁) and Q(x₂, y₂, z₂) in space is found by applying the Pythagoras theorem twice along the edges of the rectangular box joining them:

PQ = √[(x₂ − x₁)2 + (y₂ − y₁)2 + (z₂ − z₁)2]

This is a direct extension of the two-dimensional distance formula, with one extra squared term for the z-coordinates. When one point is the origin O(0, 0, 0), the formula reduces to OP = √(x₁2 + y₁2 + z₁2).

Worked Example. Show that the triangle with vertices A(1, 2, 3), B(2, 3, 1) and C(3, 1, 2) is equilateral.

AB = √[(2−1)2 + (3−2)2 + (1−3)2] = √[1 + 1 + 4] = √6

BC = √[(3−2)2 + (1−3)2 + (2−1)2] = √[1 + 4 + 1] = √6

CA = √[(1−3)2 + (2−1)2 + (3−2)2] = √[4 + 1 + 1] = √6

Since AB = BC = CA = √6, triangle ABC is equilateral.

Distance between two points PQ = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]
Distance from origin OP = √(x₁² + y₁² + z₁²)
Distance-based collinearity test A, B, C are collinear if AB + BC = AC (for some ordering of the points) Alternative to the section-formula test
Remember
  • The 3D distance formula is the natural extension of the 2D case, with an extra (z₂−z₁)² term.
  • Distance from the origin: OP = √(x₁² + y₁² + z₁²).
  • The distance formula is used to identify the type of a triangle (equilateral, isosceles, right-angled) formed by three points.
  • PQ = QP always, since the formula is symmetric in the two points.

Section Formula: Internal Division

Quick answer A point R dividing segment PQ internally in ratio m:n has each coordinate combined from P and Q in that same ratio.

Let P(x₁, y₁, z₁) and Q(x₂, y₂, z₂) be two points in space, and let R(x, y, z) be a point on segment PQ that divides it internally in the ratio m : n, that is, PR : RQ = m : n. Using similar triangles formed by dropping perpendiculars from P, Q, R onto each coordinate plane, the coordinates of R work out to be

x = (m·x₂ + n·x₁)/(m + n), y = (m·y₂ + n·y₁)/(m + n), z = (m·z₂ + n·z₁)/(m + n)

Each coordinate of R is obtained by combining the corresponding coordinates of P and Q in the ratio m : n, exactly as in the two-dimensional case.

Worked Example. Find the coordinates of the point that divides the line segment joining P(4, −2, 6) and Q(10, −16, −18) internally in the ratio 7 : 5.

Here m = 7, n = 5, so m + n = 12.

x = (7×10 + 5×4)/12 = (70 + 20)/12 = 90/12 = 15/2

y = (7×(−16) + 5×(−2))/12 = (−112 − 10)/12 = −122/12 = −61/6

z = (7×(−18) + 5×6)/12 = (−126 + 30)/12 = −96/12 = −8

So the required point is (15/2, −61/6, −8).

Section formula (internal division) x = (m x₂ + n x₁)/(m+n), y = (m y₂ + n y₁)/(m+n), z = (m z₂ + n z₁)/(m+n) R divides PQ internally in ratio m:n, i.e. PR:RQ = m:n
Remember
  • The section formula extends the 2D internal-division result to 3D; each coordinate is computed independently in the same ratio.
  • R divides PQ internally in ratio m:n means PR:RQ = m:n, with m attached to Q and n attached to P in the formula.
  • Swapping P and Q reverses which point m and n are attached to, so order matters.
  • Midpoint, centroid and collinearity results all follow from this one formula.

Midpoint and Centroid: Special Cases of the Section Formula

Quick answer Setting the ratio to 1:1 gives the midpoint formula; averaging all three vertices gives the centroid of a triangle, which always divides each median in ratio 2:1.

Two important results follow directly from the section formula for internal division.

Midpoint. Putting m = n = 1 (ratio 1:1) in the section formula gives the midpoint M of P(x₁, y₁, z₁) and Q(x₂, y₂, z₂):

M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2)

Centroid of a triangle. For a triangle with vertices A(x₁,y₁,z₁), B(x₂,y₂,z₂), C(x₃,y₃,z₃), the median from A meets the midpoint D of BC, and the centroid G divides AD internally in ratio 2 : 1 from A. Applying the section formula gives

G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3)

Worked Example. Find the centroid of the triangle with vertices A(3, −5, 7), B(−1, 7, −6), C(1, 1, 2), and verify it using the median from A.

Directly, G = ((3−1+1)/3, (−5+7+1)/3, (7−6+2)/3) = (3/3, 3/3, 3/3) = (1, 1, 1).

Verification: the midpoint of BC is D = ((−1+1)/2, (7+1)/2, (−6+2)/2) = (0, 4, −2). Since G divides AD in ratio 2:1 from A, G = (2×D + 1×A)/3 = ((2×0+3)/3, (2×4+(−5))/3, (2×(−2)+7)/3) = (1, 1, 1), which matches.

Midpoint formula M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2)
Centroid of a triangle G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3)
Median–centroid ratio AG : GD = 2 : 1 D is the midpoint of the side opposite vertex A
Remember
  • Midpoint is the section formula applied with ratio 1:1.
  • Centroid formula simply averages the three x-, y- and z-coordinates of the vertices.
  • The centroid always divides each median internally in ratio 2:1, measured from the vertex.
  • These results are frequently combined with the distance formula in triangle-based problems.

Testing Collinearity of Points in Space

Quick answer Three points are collinear if one of them divides the segment joining the other two in a real ratio that is consistent across all three coordinates.

Three points A, B, C in space are collinear (lie on one straight line) if one of them divides the segment joining the other two in some real ratio. This can be tested in two equivalent ways.

  • Section-formula method: assume the middle point divides the segment joining the other two in ratio k : 1, find k using the x-coordinates, then check that the same k also satisfies the y- and z-coordinates.
  • Distance method: compute all three pairwise distances; if the sum of the two smaller distances equals the largest, the points are collinear.

Worked Example. Show that the points A(2, −3, 4), B(−1, 2, 1) and C(0, 1/3, 2) are collinear.

Suppose C divides AB internally in ratio k : 1. Using the x-coordinates,

0 = (k×(−1) + 1×2)/(k+1) ⟹ −k + 2 = 0 ⟹ k = 2

Check with y-coordinates: (k×2 + 1×(−3))/(k+1) = (2×2 − 3)/3 = 1/3, which matches C's y-coordinate.

Check with z-coordinates: (k×1 + 1×4)/(k+1) = (2 + 4)/3 = 2, which matches C's z-coordinate.

Since the same value k = 2 satisfies all three coordinates, C divides AB in ratio 2 : 1, so A, B, C are collinear.

Section-formula collinearity test Find k from the x-coordinates as k = (x − x₁)/(x₂ − x); points are collinear only if the same k also satisfies the y- and z-coordinates
Distance collinearity test A, B, C collinear (with B between A and C) if AB + BC = AC
Remember
  • Collinearity can be checked using the section formula: the ratio k found from any one coordinate must also satisfy the other two.
  • An equivalent check uses the distance formula: the sum of two of the three pairwise distances equals the third.
  • If no single value of k satisfies all three coordinates, the points are not collinear.
  • This technique typically combines the section formula with earlier ideas from the chapter.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

XY-plane: z = 0; YZ-plane: x = 0; ZX-plane: y = 0
Coordinate planes
8
Number of octants
I(+,+,+) II(−,+,+) III(−,−,+) IV(+,−,+) V(+,+,−) VI(−,+,−) VII(−,−,−) VIII(+,−,−)
Octant sign convention (x, y, z)
x-axis: (x, 0, 0); y-axis: (0, y, 0); z-axis: (0, 0, z)
Point on an axis
XY-plane: (x, y, 0); YZ-plane: (0, y, z); ZX-plane: (x, 0, z)
Point on a coordinate plane
O = (0, 0, 0)
Origin
PQ = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]
Distance between two points
OP = √(x₁² + y₁² + z₁²)
Distance from origin
A, B, C are collinear if AB + BC = AC (for some ordering of the points)
Distance-based collinearity test
x = (m x₂ + n x₁)/(m+n), y = (m y₂ + n y₁)/(m+n), z = (m z₂ + n z₁)/(m+n)
Section formula (internal division)
M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2)
Midpoint formula
G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3)
Centroid of a triangle
AG : GD = 2 : 1
Median–centroid ratio
Find k from the x-coordinates as k = (x − x₁)/(x₂ − x); points are collinear only if the same k also satisfies the y- and z-coordinates
Section-formula collinearity test
A, B, C collinear (with B between A and C) if AB + BC = AC
Distance collinearity test

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Octants easy

In which octant does the point (−3, 4, −2) lie?

Q2 Coordinate planes easy

The equation of the plane parallel to the XY-plane and at a distance of 5 units above it is:

Q3 Distance formula medium

The distance between the points (1, 2, 3) and (4, 6, 15) is:

Q4 Distance formula easy

The distance of the point (2, −3, 6) from the origin is:

Q5 Section formula medium

The point dividing the segment joining (1, −2, 3) and (3, 4, −5) internally in the ratio 2:3 is:

Q6 Midpoint easy

The midpoint of A(4, −1, 7) and B(−2, 5, −3) is:

Q7 Centroid medium

The centroid of the triangle with vertices (2, 1, −3), (4, −2, 5), (0, 4, 1) is:

Q8 Coordinate axes easy

Which of the following points lies on the y-axis?

Q9 Coordinate planes easy

The plane x = 0 represents which coordinate plane?

Q10 Section formula hard

The point R dividing P(−2, 3, 5) and Q(1, −4, 6) internally in the ratio 1:2 is:

Q11 Octants easy

The number of octants into which the three coordinate planes divide space is:

Q12 Collinearity hard

Points A(1, 2, 3), B(3, 4, 5) and C(7, 8, 9) are collinear. In what ratio does B divide AC?

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Name the octant in which each of the following points lies: (i) (1, 2, 3) (ii) (−4, 2, −5) (iii) (2, −4, −7)Octants

(i) For (1, 2, 3): signs are (+, +, +), so the point lies in Octant I.

(ii) For (−4, 2, −5): signs are (−, +, −), so the point lies in Octant VI.

(iii) For (2, −4, −7): signs are (+, −, −), so the point lies in Octant VIII.

2 Find the distance between the points P(1, −3, 4) and Q(−4, 1, 2).Distance formula

PQ = √[(−4−1)2 + (1−(−3))2 + (2−4)2] = √[(−5)2 + 42 + (−2)2] = √[25 + 16 + 4] = √45 = 3√5 units.

3 Using the section formula, show that the points A(2, −3, 4), B(−1, 2, 1) and C(0, 1/3, 2) are collinear.Collinearity

Suppose C divides AB internally in the ratio k : 1. Using the x-coordinates,

0 = (k×(−1) + 1×2)/(k+1) ⟹ −k + 2 = 0 ⟹ k = 2.

Checking the y-coordinate: (k×2 + 1×(−3))/(k+1) = (2×2−3)/3 = 1/3, which equals C's y-coordinate.

Checking the z-coordinate: (k×1 + 1×4)/(k+1) = (2+4)/3 = 2, which equals C's z-coordinate.

Since k = 2 is consistent for all three coordinates, C divides AB in ratio 2 : 1, and hence A, B, C are collinear.

4 Find the coordinates of the point which divides the line segment joining the points (2, 3, 4) and (4, 5, 6) internally in the ratio 2 : 3.Section formula

Here m = 2, n = 3, so m+n = 5.

x = (2×4 + 3×2)/5 = (8+6)/5 = 14/5

y = (2×5 + 3×3)/5 = (10+9)/5 = 19/5

z = (2×6 + 3×4)/5 = (12+12)/5 = 24/5

The required point is (14/5, 19/5, 24/5).

5 Find the ratio in which the YZ-plane divides the line segment joining the points (−2, 4, 7) and (3, −5, 8). Also find the point of division.Section formula

Let the required ratio be k : 1, so the point of division is R = ((3k−2)/(k+1), (−5k+4)/(k+1), (8k+7)/(k+1)). Since R lies on the YZ-plane, its x-coordinate is 0:

(3k−2)/(k+1) = 0 ⟹ 3k − 2 = 0 ⟹ k = 2/3, i.e. the ratio is 2 : 3.

Substituting k = 2/3:

y = ((2/3)(−5)+4)/((2/3)+1) = (2/3)/(5/3) = 2/5

z = ((2/3)(8)+7)/((2/3)+1) = (37/3)/(5/3) = 37/5

So the YZ-plane divides the segment in the ratio 2 : 3, at the point (0, 2/5, 37/5).

6 Find the centroid of the triangle whose vertices are (4, −1, 3), (−2, 5, 1) and (1, 2, −4).Centroid

G = ((4+(−2)+1)/3, (−1+5+2)/3, (3+1+(−4))/3) = (3/3, 6/3, 0/3) = (1, 2, 0).

Previous-year board questions 4

Q1 Find the distance of the point (1, 2, 3) from the origin. CBSE 2020 1 mark

OP = √(12+22+32) = √(1+4+9) = √14 units.

Q2 Find the coordinates of the point which divides the join of A(−2, 3, 5) and B(1, −4, 6) internally in the ratio 2 : 3. CBSE 2022 2 marks

Here m = 2, n = 3, m+n = 5.

x = (2×1 + 3×(−2))/5 = (2−6)/5 = −4/5

y = (2×(−4) + 3×3)/5 = (−8+9)/5 = 1/5

z = (2×6 + 3×5)/5 = (12+15)/5 = 27/5

Required point = (−4/5, 1/5, 27/5).

Q3 Show that the points A(1, −1, 3), B(2, −4, 5) and C(5, −13, 11) are collinear. CBSE 2021 3 marks

Assume B divides AC internally in the ratio k : 1. Using the x-coordinates,

2 = (k×5 + 1×1)/(k+1) ⟹ 5k+1 = 2k+2 ⟹ 3k = 1 ⟹ k = 1/3.

Check the y-coordinate: (k×(−13) + 1×(−1))/(k+1) = ((1/3)(−13)−1)/(4/3) = (−16/3)/(4/3) = −4, which equals B's y-coordinate.

Check the z-coordinate: (k×11 + 1×3)/(k+1) = ((11/3)+3)/(4/3) = (20/3)/(4/3) = 5, which equals B's z-coordinate.

Since k = 1/3 satisfies all three coordinates, B divides AC in ratio 1 : 3, so A, B, C are collinear.

Q4 A, B, C are the points (3, 2, 0), (5, 3, 2) and (−9, 6, −3) respectively. Find the length of the median through A, and verify using the section formula that the centroid divides this median in the ratio 2 : 1. CBSE 2023 5 marks

Step 1 (Midpoint of BC): D = ((5+(−9))/2, (3+6)/2, (2+(−3))/2) = (−2, 9/2, −1/2).

Step 2 (Length of median AD): AD = √[(−2−3)2 + (9/2−2)2 + (−1/2−0)2] = √[25 + 25/4 + 1/4] = √[25 + 26/4] = √(126/4) = √(63/2) = 3√14/2 units.

Step 3 (Centroid directly): G = ((3+5−9)/3, (2+3+6)/3, (0+2−3)/3) = (−1/3, 11/3, −1/3).

Step 4 (Verify via section formula): if G divides AD in ratio 2 : 1 from A, then G = (2×D + 1×A)/3 = ((2×(−2)+3)/3, (2×(9/2)+2)/3, (2×(−1/2)+0)/3) = ((−4+3)/3, (9+2)/3, (−1+0)/3) = (−1/3, 11/3, −1/3), which matches Step 3. Hence the centroid divides the median AD in the ratio 2 : 1, and the length of the median is 3√14/2 units.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI