India's #1 AI Tutorformula-sheet · Mathematics · Chapter 11

Class 11 Mathematics Chapter 11 Introduction to Three Dimensional Geometry — Formulas & Key Points

CBSE Class 11 Mathematics Chapter 11 Introduction to Three Dimensional Geometry extends plane geometry into space. Where Class 10 dealt with x and y axes, you now add the z-axis, creating an entire universe of spatial analysis. NCERT builds this chapter around two big ideas: locating points using coordinates in space, and measuring distances and divisions along line segments in 3D. This formula sheet strips the chapter down to every formula, definition, sign rule, and application trick you need for board exams, JEE, or quick revision before your unit test.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

Key takeaways

  • Every point in three-dimensional space is uniquely represented by an ordered triplet (x, y, z) using three mutually perpendicular coordinate axes.
  • The distance formula between two points P(x₁, y₁, z₁) and Q(x₂, y₂, z₂) is √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²], a direct extension of the 2D Pythagoras theorem.
  • Internal section formula divides the line joining two points in ratio m:n as ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n), (mz₂+nz₁)/(m+n)).
  • The midpoint of a line segment is found using ratio 1:1, giving ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2) — average of coordinates.
  • Sign mistakes in coordinate subtraction and ratio errors in section formula are the top two blunders students make in CBSE board exams.
  • Octants replace quadrants in 3D — eight regions formed by three coordinate planes, each with unique sign patterns for (x, y, z).
  • Chapter 11 forms the foundation for vectors, planes, and straight lines in space, tested heavily in CBSE Class 12 boards and JEE Main.

Coordinate System in Space — Definitions and Sign Conventions

Three-dimensional geometry uses three mutually perpendicular axes — X, Y, and Z — intersecting at the origin O. The position of any point P in space is given by the ordered triplet (x, y, z). The three coordinate planes are XY-plane (z=0), YZ-plane (x=0), and XZ-plane (y=0). These planes divide space into eight regions called octants, analogous to quadrants in 2D but numbered I through VIII. The coordinate planes themselves are important: any point on the XY-plane has z=0, on YZ-plane has x=0, and on XZ-plane has y=0. Understanding these basics is essential before applying distance or section formulas.
  • Origin O has coordinates (0, 0, 0).
  • A point on the X-axis has the form (a, 0, 0), on Y-axis (0, b, 0), and on Z-axis (0, 0, c).
  • Distance of point P(x, y, z) from the X-axis is √(y² + z²), from Y-axis is √(x² + z²), from Z-axis is √(x² + y²).
  • Distance from the origin OP is √(x² + y² + z²).
  • The first octant has all positive coordinates (x>0, y>0, z>0), while the eighth octant has all negative coordinates.

All Formulas in Chapter 11 — Master Table

Below is the complete set of formulas for CBSE Class 11 Mathematics Chapter 11 Introduction to Three Dimensional Geometry. Each formula shows the exact NCERT notation and typical use case. Memorize this table for board exams and competitive tests. Remember that all formulas here are direct extensions of 2D geometry — just add the z-component everywhere. Print this table and stick it on your study desk for daily revision during CBSE board preparation.

Distance Formula in Three Dimensions

The distance between two points P(x₁, y₁, z₁) and Q(x₂, y₂, z₂) in space is given by d = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]. This is the 3D Pythagorean theorem applied twice: first in the XY-plane to get horizontal distance, then adding the vertical z-component. Use this formula whenever the question asks for distance, length of a line segment, or to verify if a triangle is right-angled (check if a² + b² = c² where a, b, c are the three side lengths). Common mistake: forgetting to square before taking square root, or subtracting in wrong order (remember: order does not matter because you square the result).
  • Order of subtraction does not matter: (x₂−x₁)² = (x₁−x₂)².
  • Distance from origin to P(x, y, z) is √(x² + y² + z²).
  • If distance is zero, the two points coincide (same point).
  • To find distance from a point to a coordinate axis, drop the axis coordinate and use the remaining two.
  • Always write the final answer with units if given in the problem, else leave as exact surd form.

Section Formula — Internal and External Division

When a point R divides the line segment joining P(x₁, y₁, z₁) and Q(x₂, y₂, z₂) internally in the ratio m:n, the coordinates of R are ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n), (mz₂+nz₁)/(m+n)). For external division in ratio m:n, replace (m+n) with (m−n) in the denominator. The midpoint is the special case where m=n=1, giving ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). CBSE Class 11 board exams typically ask for internal division or midpoint. Remember the ratio order: if R divides PQ in ratio m:n, then m is the multiplier for the second point Q and n for the first point P. Reversing this is the most common error in CBSE answer sheets.
  • Internal division: denominator is (m+n); external division: denominator is (m−n).
  • Midpoint formula is just section formula with m=n=1.
  • If R divides PQ internally in ratio 2:3, you write (2×Q + 3×P)/5 for each coordinate.
  • Centroid of triangle with vertices A(x₁,y₁,z₁), B(x₂,y₂,z₂), C(x₃,y₃,z₃) is ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3).
  • External division makes sense only when m ≠ n; if m=n, denominator becomes zero.

Midpoint Formula and Centroid of a Triangle

Midpoint M of segment joining A(x₁, y₁, z₁) and B(x₂, y₂, z₂) is M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). This is the average of corresponding coordinates. Centroid G of a triangle with vertices A, B, C is the arithmetic mean of the three vertices: G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3). NCERT Class 11 Mathematics uses these formulas in multiple exercises. The centroid divides each median in the ratio 2:1 from vertex to midpoint of opposite side. CBSE board papers often combine centroid with distance formula to find lengths of medians.
  • Midpoint is always exactly halfway; coordinates are simple averages.
  • Centroid formula works for any triangle, even in 3D space.
  • If you know two vertices and the midpoint, you can find the third vertex by reversing the midpoint formula.
  • Medians of a triangle intersect at the centroid.
  • In coordinate geometry problems, centroid and midpoint questions carry 3-4 marks each in CBSE Class 11 exams.

Key Terms and Definitions from NCERT

Understanding precise terminology is critical for writing correct CBSE board answers. The NCERT Class 11 Mathematics textbook introduces these terms in Chapter 11. Always use exact NCERT language in your answer sheets — examiners look for keywords. Coordinate axes are the three reference lines; coordinate planes are the three surfaces formed by pairs of axes; octants are the eight spatial regions; origin is the common intersection point (0,0,0). A point in space is a location identified by an ordered triplet of real numbers. Distance is always non-negative. Section means division of a line segment by a point in a given ratio.
  • Abscissa (x-coordinate), ordinate (y-coordinate), applicate (z-coordinate) — standard names for the three coordinates.
  • Collinear points in 3D lie on the same straight line; verify by checking if the distance formula satisfies AB + BC = AC.
  • Right-handed coordinate system: if you curl fingers of right hand from X-axis toward Y-axis, thumb points along positive Z-axis (NCERT standard).
  • Projection of a point onto a plane: perpendicular foot from the point to that plane.
  • Coordinates of foot of perpendicular from P(x,y,z) to XY-plane is (x,y,0); to YZ-plane is (0,y,z); to XZ-plane is (x,0,z).

Important Constants, Values, and Notations

In NCERT Class 11 Mathematics Chapter 11, there are no universal constants like π or e, but notational consistency is key. Always denote points by capital letters (A, B, P, Q, R) and coordinates by lowercase subscripts (x₁, y₁, z₁). Ratio is written as m:n, not m/n or m to n. Distance is denoted by d or |PQ| (absolute value notation). The symbol √ is the principal square root, always non-negative. Use the symbol ≈ for approximations and = for exact answers. The coordinate planes are denoted XY, YZ, XZ (no hyphens). Octants are numbered using Roman numerals I through VIII. Following these conventions ensures you do not lose marks for presentation in CBSE board exams.
  • Distance is scalar (non-negative real number), not a vector.
  • Use parentheses for coordinates: (x, y, z), not [x, y, z] or {x, y, z}.
  • Ratio m:n means m parts to n parts; total parts = m+n (internal) or m−n (external).
  • Origin symbol: O; axes symbols: X, Y, Z (capital letters).
  • When writing final answers, simplify surds: √18 = 3√2, not left as √18.

Memory Tricks and Mnemonics for Quick Recall

Mnemonic for distance formula: 'Square the gaps, sum them, root it' — gap in x, gap in y, gap in z, square each, add, then square root. For section formula internal division, remember 'Cross-multiply and add, then divide by sum' — m times second point, n times first point, add, divide by m+n. For midpoint, think 'Average of twins' — both coordinates added, divided by 2. For octant signs, start with first octant all positive (+,+,+), then flip one sign at a time moving through octants. Another tip: write the formula on the top of your answer sheet as soon as you read the question — this prevents mid-calculation confusion and shows the examiner you know the formula even if arithmetic goes wrong.
  • Distance mnemonic: 'Delta-x squared plus delta-y squared plus delta-z squared, all under root.'
  • Section formula: 'Big ratio, big point' — larger ratio part multiplies the point it is closer to? No! Opposite: m multiplies the second point, n the first.
  • Midpoint: Just add and halve — no ratio confusion.
  • Centroid: Add all three, divide by three — simplest average ever.
  • Sign errors: Write all coordinates with signs in brackets before substituting into formula: (−3) not -3.

Common Sign, Unit, and Notation Mistakes

CBSE Class 11 board examiners report these recurring errors every year. First, sign mistakes: when substituting negative coordinates, students write √[(4−(−2))²] but compute it as √[(4−2)²] instead of √[(4+2)²]. Always put negative numbers in parentheses. Second, squaring errors: students write (x₂−x₁)² and compute x₂²−x₁² (wrong!) instead of (x₂−x₁)×(x₂−x₁). Third, ratio reversal in section formula: m and n get swapped, giving wrong coordinates. Fourth, forgetting to simplify surds: writing √50 instead of 5√2 loses presentation marks. Fifth, unit mistakes: if coordinates are in cm, distance must be in cm, not left unitless. Sixth, notation: writing (x,y,z) for a point name instead of P(x,y,z). Avoid these and you will jump 4-5 marks easily.
  • Always expand (a−b)² as a²−2ab+b², not a²−b².
  • Check the sign of every coordinate before substituting into formulas.
  • In ratio m:n, if m=2 and n=3, write (2×second + 3×first)/5, not reversed.
  • Simplify all surd answers: √12 = 2√3, √45 = 3√5, √72 = 6√2.
  • If question says 'find distance', final answer must be a single positive number, not a triplet.
  • Write units in final answer if given in the problem; if not given, write 'units' generically.

Solved Mini-Examples Applying the Formulas

Below are three complete worked examples covering distance, internal division, and midpoint — the three most tested concepts in CBSE Class 11 exams and JEE. Follow the step-by-step method: write the formula, substitute carefully with parentheses, simplify, state final answer with units. Practice these types until you can solve each in under 90 seconds. CBSETUTOR.ai offers 24×7 doubt solving where you can upload a photo of any NCERT exercise problem and get instant step-by-step solutions, formula hints, and error checks — all for a flat ₹999 per month across Class 6 to 12. Three-day free trial available so your child can try it before your next unit test.

One-Glance Last-Minute Revision Box

Use this box 10 minutes before your CBSE exam or weekly test. Cover everything in Chapter 11 Introduction to Three Dimensional Geometry in six quick bullets. Keep a screenshot on your phone or print this section on a flashcard. Revise these points while traveling to the exam center. They form the bare minimum you must recall to tackle any question from NCERT Exercise 11.1 and 11.2. Pair this revision with the formula table above, and you are set for full marks in this chapter. Remember: Introduction to Three Dimensional Geometry carries about 6 marks directly in CBSE Class 11 annual exams, and is foundational for Class 12 chapters on vectors, straight lines, and planes worth 20+ marks combined.
  • Point in space: (x, y, z). Origin: (0,0,0). Axes: X, Y, Z. Planes: XY (z=0), YZ (x=0), XZ (y=0). Eight octants.
  • Distance between P(x₁,y₁,z₁) and Q(x₂,y₂,z₂): d = √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²].
  • Section formula (internal m:n): ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n), (mz₂+nz₁)/(m+n)).
  • Midpoint: ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). Centroid of triangle: ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3).
  • Common errors: sign mistakes in subtraction, reversing ratio in section formula, not simplifying surds, forgetting units.
  • Octant I: (+,+,+). Distance from origin: √(x²+y²+z²). Distance from Z-axis: √(x²+y²).

How CBSETUTOR.ai Helps You Master 3D Geometry Formulas

CBSE Class 11 Mathematics Chapter 11 Introduction to Three Dimensional Geometry requires spatial visualization and careful algebraic manipulation — two skills that improve fastest with instant feedback. CBSETUTOR.ai provides a 24×7 AI tutor that accepts photos of your NCERT exercise problems, handwritten doubts, or test questions. Upload a picture, and within seconds you receive a step-by-step solution showing exactly where to apply the distance formula, how to avoid sign errors in section formula, and how to simplify surds correctly. The platform covers every CBSE class from 6 to 12 at one flat price of ₹999 per month — no hidden charges, no per-question fees. Start with a 3-day free trial before your next unit test. Thousands of students across India use CBSETUTOR.ai to clarify formula doubts at midnight before exams, making it the perfect supplement to classroom coaching and NCERT textbook study.
  • Instant photo-upload doubt solving — snap your NCERT Ex 11.2 problem, get step-by-step solution in seconds.
  • AI tutor available 24×7 — no waiting for coaching class or teacher availability.
  • Covers all CBSE subjects and classes 6 to 12 at ₹999/month — one price, unlimited queries.
  • 3-day free trial — test the platform before committing, perfect before your unit test or term exam.
  • Personalized hints for common mistakes — the AI flags sign errors, ratio reversals, and unsimplified surds in your working.

Frequently asked questions

What is the distance formula in three-dimensional geometry for Class 11?+
Distance between two points P(x₁,y₁,z₁) and Q(x₂,y₂,z₂) is √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]. This is the 3D extension of the 2D Pythagorean theorem and is the most important formula in NCERT Class 11 Mathematics Chapter 11.
How do you find the midpoint of a line segment in 3D geometry?+
Midpoint M of segment joining A(x₁,y₁,z₁) and B(x₂,y₂,z₂) is M = ((x₁+x₂)/2, (y₁+y₂)/2, (z₁+z₂)/2). Simply average the corresponding coordinates. This formula is tested frequently in CBSE Class 11 board exams.
What is the section formula for internal division in three dimensions?+
If point R divides line PQ internally in ratio m:n, then R = ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n), (mz₂+nz₁)/(m+n)). Remember m multiplies the second point's coordinates and n the first, then divide by sum m+n. Common ratio reversal mistake costs marks.
How many octants are there in three-dimensional space and what are they?+
There are eight octants in 3D space, formed by the three coordinate planes XY, YZ, and XZ. Octant I has all positive coordinates (+,+,+), and each successive octant flips one sign. Octants replace the four quadrants of 2D geometry. NCERT introduces these in Chapter 11.
How do I find the centroid of a triangle in 3D coordinate geometry?+
Centroid G of triangle with vertices A(x₁,y₁,z₁), B(x₂,y₂,z₂), C(x₃,y₃,z₃) is G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3, (z₁+z₂+z₃)/3). Add all x-coordinates and divide by 3, repeat for y and z. This is the arithmetic mean of the three vertices.
What are the coordinates of a point on the XY-plane in 3D geometry?+
Any point on the XY-plane has z-coordinate equal to zero, so its coordinates are (x, y, 0). Similarly, points on YZ-plane are (0, y, z) and on XZ-plane are (x, 0, z). These are standard results in NCERT Class 11 Mathematics Chapter 11.
How is the distance from a point to a coordinate axis calculated in 3D?+
Distance from point P(x,y,z) to the X-axis is √(y²+z²), to the Y-axis is √(x²+z²), and to the Z-axis is √(x²+y²). Drop the axis coordinate and use the remaining two in the distance formula. This concept appears in NCERT Exercise 11.1.
What is the most common mistake students make in section formula questions?+
The most common error is reversing the ratio: writing (nx₂+mx₁) instead of (mx₂+nx₁) in the numerator. Remember that the ratio m:n means m multiplies the second point and n multiplies the first point. This mistake alone costs 2-3 marks per question in CBSE exams.
How do you verify if three points are collinear in 3D coordinate geometry?+
Points A, B, C are collinear if distance AB + distance BC = distance AC (or any cyclic permutation). Calculate all three pairwise distances using the 3D distance formula and check the sum condition. If it holds, points lie on a straight line in space.
Why is Chapter 11 Introduction to Three Dimensional Geometry important for Class 12?+
Chapter 11 lays the foundation for CBSE Class 12 chapters on Three Dimensional Geometry, Vectors, and Applications of Calculus in 3D. Concepts like distance, section formula, and coordinate systems are prerequisites. Mastering these formulas now saves significant time and confusion in Class 12 boards and JEE preparation.

Ready to give your Class 11 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 11 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →
CBSETUTOR.ai · Free tutor
Your 24×7 AI tutor
Hi! I'm your CBSETUTOR.ai — an AI tutor that has ingested every NCERT book for Class 6 to 12. To get started, tell me which class you're in and which subject you'd like help with today (e.g. "Class 9, Physics").