What is Three Dimensional Geometry Class 12: Complete Guide
By ConceptScroll Team · Published on 19 June 2026 · 6 min read
What is Three Dimensional Geometry class 12? It is the study of points, lines, and planes in three-dimensional space, forming a key part of the NCERT Class 12 Mathematics syllabus. This chapter helps students visualize and solve problems involving spatial geometry, essential for exams and higher studies.
Introduction to Three Dimensional Geometry in Class 12
Three Dimensional Geometry is a branch of mathematics that deals with objects in three-dimensional space. Unlike two-dimensional geometry, which studies shapes on a plane, 3D geometry involves points, lines, and planes positioned in space with three coordinates: $x$, $y$, and $z$. In Class 12 NCERT Mathematics, this chapter introduces the basics of 3D geometry, helping students understand spatial relationships and solve related problems.
Key concepts include:
- Representation of a point in 3D using coordinates $(x, y, z)$
- Distance between two points in space
- Direction ratios and direction cosines of a line
- Equations of a line and a plane
Understanding these fundamentals prepares students for more complex applications in physics, engineering, and higher mathematics.
Points, Distance, and Midpoint in 3D Space
A point in three-dimensional geometry is represented as $P(x, y, z)$, where $x$, $y$, and $z$ are its coordinates along the three axes.
Distance between two points:
Given points $P_1(x_1, y_1, z_1)$ and $P_2(x_2, y_2, z_2)$, the distance $d$ is calculated by the formula:
$$ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2} $$
Midpoint of a line segment:
The midpoint $M$ of the segment joining $P_1$ and $P_2$ is:
$$ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}, \frac{z_1 + z_2}{2} \right) $$
Worked Example: Find the distance between points $A(2, -1, 3)$ and $B(5, 2, 7)$.
$$ d = \sqrt{(5-2)^2 + (2+1)^2 + (7-3)^2} = \sqrt{3^2 + 3^2 + 4^2} = \sqrt{9 + 9 + 16} = \sqrt{34} $$
Want to test yourself on Three Dimensional Geometry? Try our free quiz →
Direction Ratios and Direction Cosines of a Line
In 3D geometry, the orientation of a line is described by its direction ratios (DRs) and direction cosines (DCs).
- Direction Ratios (DRs): Any three numbers proportional to the direction numbers of a line, denoted as $(a, b, c)$.
- Direction Cosines (DCs): Cosines of the angles that the line makes with the positive $x$, $y$, and $z$ axes, denoted as $(l, m, n)$.
The relationship between DRs and DCs is:
$$ l = \frac{a}{\sqrt{a^2 + b^2 + c^2}}, \quad m = \frac{b}{\sqrt{a^2 + b^2 + c^2}}, \quad n = \frac{c}{\sqrt{a^2 + b^2 + c^2}} $$
These satisfy the identity:
$$ l^2 + m^2 + n^2 = 1 $$
Example: For direction ratios $(3, 4, 12)$, find the direction cosines.
$$ \text{Magnitude} = \sqrt{3^2 + 4^2 + 12^2} = \sqrt{9 + 16 + 144} = \sqrt{169} = 13 $$
$$ l = \frac{3}{13}, \quad m = \frac{4}{13}, \quad n = \frac{12}{13} $$
Equations of a Line in Three Dimensional Geometry
There are two common forms to represent the equation of a line in 3D space:
1. Symmetric form:
$$ \frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c} $$
Here, $(x_1, y_1, z_1)$ is a point on the line, and $(a, b, c)$ are the direction ratios.
2. Parametric form:
$$ x = x_1 + at, \quad y = y_1 + bt, \quad z = z_1 + ct $$
where $t$ is a parameter.
Worked Example: Find the equation of the line passing through $(1, 2, 3)$ with direction ratios $(4, -2, 5)$.
Symmetric form:
$$ \frac{x - 1}{4} = \frac{y - 2}{-2} = \frac{z - 3}{5} $$
Parametric form:
$$ x = 1 + 4t, \quad y = 2 - 2t, \quad z = 3 + 5t $$
Equations of a Plane in Three Dimensional Geometry
A plane in 3D geometry can be defined by a point and a normal vector.
- Let the normal vector be $\vec{n} = (A, B, C)$.
- Let the plane pass through point $P_0(x_0, y_0, z_0)$.
The equation of the plane is:
$$ A(x - x_0) + B(y - y_0) + C(z - z_0) = 0 $$
This can be expanded as:
$$ Ax + By + Cz + D = 0 $$
where $D = -(Ax_0 + By_0 + Cz_0)$.
Example: Find the equation of the plane passing through $(2, -1, 3)$ with normal vector $(3, 4, -5)$.
$$ 3(x - 2) + 4(y + 1) - 5(z - 3) = 0 $$
Simplify:
$$ 3x - 6 + 4y + 4 - 5z + 15 = 0 \Rightarrow 3x + 4y - 5z + 13 = 0 $$
Comparing Lines and Planes in 3D Geometry
Understanding the differences and similarities between lines and planes in 3D is important.
| Feature | Line | Plane |
|---|---|---|
| Dimension | One-dimensional | Two-dimensional |
| Defined by | A point and direction ratios or vector | A point and normal vector |
| Equation form | Symmetric or parametric | Linear equation $Ax + By + Cz + D = 0$ |
| Number of parameters | One (parameter $t$ in parametric form) | No parameter; implicit equation |
| Intersection | Can intersect planes or other lines | Can intersect lines or other planes |
This table helps students quickly identify key properties for problem-solving.
Applications and Importance of Three Dimensional Geometry
Three Dimensional Geometry is fundamental in various fields:
- Engineering and Architecture: Designing structures and understanding spatial layouts.
- Physics: Describing motion and forces in space.
- Computer Graphics: Modeling 3D objects and animations.
- Mathematics: Basis for vector calculus and multivariable analysis.
For Class 12 students, mastering this chapter is crucial for CBSE board exams and competitive tests like JEE and NEET. It builds spatial reasoning and problem-solving skills essential for STEM careers.
Practice with formulas and examples ensures confidence in tackling questions on distances, angles, line and plane equations, and their intersections.
Frequently asked questions
What is the main focus of Three Dimensional Geometry in Class 12?
It focuses on points, lines, and planes in 3D space using coordinates and vectors.
How do you find the distance between two points in 3D?
Use the formula $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$.
What are direction cosines in 3D geometry?
They are cosines of angles a line makes with the $x$, $y$, and $z$ axes.
How is the equation of a plane written in Class 12 maths?
It is $A(x - x_0) + B(y - y_0) + C(z - z_0) = 0$, where $(A,B,C)$ is the normal vector.
Why is Three Dimensional Geometry important for exams?
It is a key NCERT chapter with many exam questions and practical applications.
Ready to ace this chapter?
Get the full Three Dimensional Geometry chapter — interactive notes, diagrams, worked solutions, polls and a free practice quiz — in the ConceptScroll app.
Study smarter with ConceptScroll
Daily NCERT-aligned reels, AI doubt solving and chapter quizzes — all free.
Start learning free