Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

NCERT Solutions For Class 11 Maths Chapter 11 Introduction To Three Dimensional Geometry Exercise 11.2 - 2025-26

ffImage
banner
widget title icon
Latest Updates

Introduction To Three Dimensional Geometry Questions and Answers - Free PDF Download

In NCERT Solutions Class 11 Maths Chapter 11 Exercise 11 2, you’ll learn all about three dimensional geometry. This chapter makes it easy to find distances between points, check if points are in a line (collinear), and solve interesting 3D problems. If you sometimes get stuck with tricky distance or section formula questions, don’t worry—step-by-step solutions are here to clear your confusion.

toc-symbolTable of Content
toggle-arrow

You’ll also get practice with real CBSE exam-style questions, just like what you might see in your school tests. The explanations in these Vedantu NCERT Solutions are written simply, so you can understand each step and improve your problem-solving skills faster. Plus, you can easily download the free PDF anytime for your revision.


Want to check the Class 11 Maths syllabus or see more NCERT Solutions for Class 11 Maths? All the study help you need is just a click away to get you exam ready!


Competitive Exams after 12th Science
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow

Access NCERT Solutions for Maths Class 11 Chapter 11 - Introduction to Three Dimensional Geometry

Exercise 11.2 

1. Find the distance between the following pairs of points:

  1. $(2, 3, 5)$ and $(4, 3, 1)$

  2. $(-3, 7, 2)$ and $(2, 4, -1)$

  3. $(-1, 3, -4)$ and $(1, -3, 4)$                

  4. $(2, -1, 3)$ and $(-2, 1, 3)$                              

Ans: (i) $(2, 3, 5)$ and $(4, 3, 1)$:

We use the distance formula between two points $(x_1, y_1, z_1)$ and $(x_2, y_2, z_2)$:

$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$

$d = \sqrt{(4 - 2)^2 + (3 - 3)^2 + (1 - 5)^2} = \sqrt{(2)^2 + (0)^2 + (-4)^2} = \sqrt{4 + 16} = \sqrt{20} = 2\sqrt{5}$


(ii) $(-3, 7, 2)$ and $(2, 4, -1)$:

$d = \sqrt{(2 + 3)^2 + (4 - 7)^2 + (-1 - 2)^2} = \sqrt{(5)^2 + (-3)^2 + (-3)^2} = \sqrt{25 + 9 + 9} = \sqrt{43}$


(iii) $(-1, 3, -4)$ and $(1, -3, 4)$:

$d = \sqrt{(1 + 1)^2 + (-3 - 3)^2 + (4 + 4)^2} = \sqrt{(2)^2 + (-6)^2 + (8)^2} = \sqrt{4 + 36 + 64} = \sqrt{104} = 2\sqrt{26}$


(iv) $(2, -1, 3)$ and $(-2, 1, 3)$:

$d = \sqrt{(-2 - 2)^2 + (1 + 1)^2 + (3 - 3)^2} = \sqrt{(-4)^2 + (2)^2 + (0)^2} = \sqrt{16 + 4} = \sqrt{20} = 2\sqrt{5}$


2. Show that the points $(-2, 3, 5)$, $(1, 2, 3)$, and $(7, 0, -1)$ are collinear.

Ans: To prove collinearity, we check if the distances between the points satisfy $AB + BC = AC$. 

- Distance between $A(-2, 3, 5)$ and $B(1, 2, 3)$:

$AB = \sqrt{(1 + 2)^2 + (2 - 3)^2 + (3 - 5)^2} = \sqrt{(3)^2 + (-1)^2 + (-2)^2} = \sqrt{9 + 1 + 4} = \sqrt{14}$

- Distance between $B(1, 2, 3)$ and $C(7, 0, -1)$:

$BC = \sqrt{(7 - 1)^2 + (0 - 2)^2 + (-1 - 3)^2} = \sqrt{(6)^2 + (-2)^2 + (-4)^2} = \sqrt{36 + 4 + 16} = \sqrt{56}$

- Distance between $A(-2, 3, 5)$ and $C(7, 0, -1)$:

$AC = \sqrt{(7 + 2)^2 + (0 - 3)^2 + (-1 - 5)^2} = \sqrt{(9)^2 + (-3)^2 + (-6)^2} = \sqrt{81 + 9 + 36} = \sqrt{126}$

Since $AB + BC \neq AC$, the points are not collinear.

 

3. Verify the following:

(i) Show that $(0, 7, -10)$, $(1, 6, -6)$, and $(4, 9, -6)$ are vertices of an isosceles triangle.

Ans:

We check if two sides of the triangle are equal:

- Distance between $(0, 7, -10)$ and $(1, 6, -6)$:

$d = \sqrt{(1 - 0)^2 + (6 - 7)^2 + (-6 + 10)^2} = \sqrt{1 + 1 + 16} = \sqrt{18}$

- Distance between $(1, 6, -6)$ and $(4, 9, -6)$:

$d = \sqrt{(4 - 1)^2 + (9 - 6)^2 + (-6 + 6)^2} = \sqrt{9 + 9 + 0} = \sqrt{18}$

- Distance between $(0, 7, -10)$ and $(4, 9, -6)$:

$d = \sqrt{(4 - 0)^2 + (9 - 7)^2 + (-6 + 10)^2} = \sqrt{16 + 4 + 16} = \sqrt{36}$

Since two sides are equal, the triangle is isosceles.

 

(ii) Show that $(0, 7, 10)$, $(-1, 6, 6)$, and $(4, 9, 6)$ are the vertices of a right-angled triangle.

Ans: To verify if the triangle is right-angled, we check if the square of the longest side equals the sum of the squares of the other two sides.

- Distance between $(0, 7, 10)$ and $(-1, 6, 6)$:

$d_1 = \sqrt{(-1 - 0)^2 + (6 - 7)^2 + (6 - 10)^2} = \sqrt{(-1)^2 + (-1)^2 + (-4)^2} = \sqrt{1 + 1 + 16} = \sqrt{18}$

- Distance between $(-1, 6, 6)$ and $(4, 9, 6)$:

$d_2 = \sqrt{(4 + 1)^2 + (9 - 6)^2 + (6 - 6)^2} = \sqrt{(5)^2 + (3)^2 + (0)^2} = \sqrt{25 + 9 + 0} = \sqrt{34}$

- Distance between $(0, 7, 10)$ and $(4, 9, 6)$:

$d_3 = \sqrt{(4 - 0)^2 + (9 - 7)^2 + (6 - 10)^2} = \sqrt{(4)^2 + (2)^2 + (-4)^2} = \sqrt{16 + 4 + 16} = \sqrt{36} = 6$

Now check if the Pythagorean theorem holds: 

$d_1^2 + d_2^2 = 18 + 34 = 52$

$d_3^2 = 6^2 = 36$

Since $ d_1^2 + d_2^2 \neq d_3^2 $, the triangle is not right-angled based on this configuration.


(iii) Show that $(-1, 2, 1)$, $(1, -2, 5)$, $(4, -7, 8)$, and $(2, -3, 4)$ are the vertices of a parallelogram.

Ans: To verify if the points form a parallelogram, we need to show that the diagonals bisect each other, i.e., the midpoints of both diagonals should coincide.

- Midpoint of diagonal $(-1, 2, 1)$ and $(4, -7, 8)$:

$M_1 = \left(\frac{-1 + 4}{2}, \frac{2 - 7}{2}, \frac{1 + 8}{2}\right) = \left(\frac{3}{2}, \frac{-5}{2}, \frac{9}{2}\right)$

- Midpoint of diagonal $(1, -2, 5)$ and $(2, -3, 4)$:

$M_2 = \left(\frac{1 + 2}{2}, \frac{-2 - 3}{2}, \frac{5 + 4}{2}\right) = \left(\frac{3}{2}, \frac{-5}{2}, \frac{9}{2}\right)$

Since the midpoints are the same, the diagonals bisect each other, proving that the points form a parallelogram.

 

4. Find the equation of the set of points which are equidistant from the points $(1, 2, 3)$ and $(3, 2, -1)$.

Ans: Let the coordinates of the point $P(x, y, z)$ be equidistant from the points $(1, 2, 3)$ and $(3, 2, -1)$. Then,

$\text{Distance from } P(x, y, z) \text{ to } (1, 2, 3) = \text{Distance from } P(x, y, z) \text{ to } (3, 2, -1)$

Using the distance formula:

$\sqrt{(x - 1)^2 + (y - 2)^2 + (z - 3)^2} = \sqrt{(x - 3)^2 + (y - 2)^2 + (z + 1)^2}$

 

Squaring both sides:

$(x - 1)^2 + (y - 2)^2 + (z - 3)^2 = (x - 3)^2 + (y - 2)^2 + (z + 1)^2$

 

Expanding both sides:

$(x^2 - 2x + 1) + (y^2 - 4y + 4) + (z^2 - 6z + 9)  = (x^2 - 6x + 9) + (y^2 - 4y + 4) + (z^2 + 2z + 1)$

 

Simplifying:

$x^2 - 2x + 1 + y^2 - 4y + 4 + z^2 - 6z + 9 = x^2 - 6x + 9 + y^2 - 4y + 4 + z^2 + 2z + 1$

 

Cancel the common terms:

$-2x + 1 - 6z + 9 = -6x + 9 + 2z + 1$

 

Simplifying further:

$-2x - 6z + 10 = -6x + 2z + 10$

 

Bringing all terms to one side:

$4x - 8z = 0$

 

Thus, the equation of the set of points is:

$x = 2z$

 

5. Find the equation of the set of points $P$, the sum of whose distances from $A(4, 0, 0)$ and $B(-4, 0, 0)$ is equal to 10.

Ans:This is the equation of an ellipse with foci at points $A(4, 0, 0)$ and $B(-4, 0, 0)$, and the sum of the distances from these points is equal to the constant 10. The standard equation of an ellipse with foci at $(a, 0, 0)$ and $(-a, 0, 0)$, and the sum of the distances equal to $2c$, is:

$2a = 10, \quad \Rightarrow a = 5, \quad b^2 = a^2 - f^2$

Here, the distance between the foci is 8, so $f = 4$. Thus:

$b^2 = 5^2 - 4^2 = 25 - 16 = 9, \quad b = 3$

Therefore, the equation of the ellipse is:

$\frac{x^2}{25} + \frac{y^2}{9} = 1$

 

Conclusion

The NCERT Solutions for Class 11 Maths Chapter 11: Introduction to Three Dimensional Geometry, Exercise 11.2 offer a clear and structured approach to mastering key concepts like distance and section formulas in 3D space. By working through these questions, students will solidify their understanding of spatial relationships and improve their problem-solving skills. This exercise is fundamental in building a foundation for advanced topics in geometry and vector analysis. Using Vedantu’s solutions, students can easily grasp these concepts and be better prepared for their exams.


Class 11 Maths Chapter 11: Exercises Breakdown

Exercises

Number of Questions

Exercise 11.1

4 Questions and Solutions

Miscellaneous Exercise

4 Questions and Solutions


CBSE Class 11 Maths Chapter 11 Other Study Materials


Chapter-Specific NCERT Solutions for Class 11 Maths

Given below are the Chapter-wise NCERT Solutions for Class 11 Maths. Go through these chapter-wise solutions to be thoroughly familiar with the concepts.


Additional Study Materials for CBSE Class 11 Maths

WhatsApp Banner

FAQs on NCERT Solutions For Class 11 Maths Chapter 11 Introduction To Three Dimensional Geometry Exercise 11.2 - 2025-26

1. What topics are covered in class 11 maths chapter 11 exercise 11.2 solutions?

Exercise 11.2 focuses on finding the distance between two points in three-dimensional space using the distance formula. The solutions include step-by-step calculations for determining distances between given coordinate points, verifying geometric properties of triangles and quadrilaterals in 3D space, and solving problems involving midpoints and section formulas in three dimensions.

2. How do students calculate the distance between two points in 3D geometry?

Instruction: The distance between points A(x₁, y₁, z₁) and B(x₂, y₂, z₂) is calculated using the formula: d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²].

Why it matters: This formula extends the 2D distance concept to three-dimensional space, essential for solving geometric problems involving spatial relationships.

Steps: First, identify the coordinates of both points. Then, find the differences in x, y, and z coordinates. Square each difference, add them together, and take the square root of the sum.

Tip: Always double-check coordinate substitution to avoid calculation errors.

This fundamental formula helps students solve complex 3D geometry problems accurately and builds foundation for advanced coordinate geometry concepts.

3. Where can students access free PDF solutions for ex 11.2 class 11 3d geometry?

Free PDF solutions are available on Vedantu's platform, providing complete step-by-step answers for all questions in Exercise 11.2. Students can download these solutions for offline study and reference during exam preparation or homework completion.

4. What is the significance of the distance formula in three-dimensional coordinate geometry?

Instruction: The distance formula in 3D geometry determines the straight-line distance between any two points in three-dimensional space, serving as the foundation for numerous geometric calculations.

Why it matters: This formula enables students to solve problems involving triangles, quadrilaterals, spheres, and other 3D shapes by calculating precise measurements between vertices or key points.

Steps:

  • Apply the formula d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]
  • Verify geometric properties like equilateral triangles
  • Calculate perimeters and areas of 3D figures
  • Determine collinearity and geometric relationships

Example: Finding whether three points form an equilateral triangle by comparing all three side lengths.

Mastering this formula provides students with essential tools for advanced applications in physics, engineering, and higher mathematics.

5. Can students verify if three points form an equilateral triangle using distance calculations?

Yes, students can verify by calculating distances between all three pairs of points using the 3D distance formula. If all three distances are equal, the points form an equilateral triangle in three-dimensional space.

6. How do class 11 maths ncert solutions chapter 11 exercise 11.2 help with exam preparation?

Instruction: NCERT Solutions for Exercise 11.2 provide comprehensive step-by-step explanations for every problem, helping students understand the application of distance formula in various geometric scenarios.

Why it matters: These solutions clarify common misconceptions and demonstrate proper problem-solving techniques that frequently appear in board examinations and competitive tests.

Steps:

  • Review solved examples with detailed calculations
  • Practice similar problems using provided methods
  • Understand geometric interpretations of numerical results
  • Learn to verify answers through alternative approaches

Check: Students can self-assess their understanding by comparing their solutions with the provided answers and methods.

These solutions build confidence and ensure thorough preparation for geometry-related questions in examinations.

7. What types of problems are included in Exercise 11.2 of Introduction to Three Dimensional Geometry?

Exercise 11.2 includes problems on calculating distances between coordinate points, verifying properties of geometric shapes like triangles and quadrilaterals, and determining whether given points satisfy specific geometric conditions in three-dimensional space.

8. How does the three-dimensional distance formula differ from the two-dimensional version?

Instruction: The 3D distance formula includes an additional z-coordinate component: d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²], while the 2D formula only uses x and y coordinates.

Why it matters: This extension allows students to work with spatial problems involving height, depth, and volume, which are crucial for understanding real-world applications in engineering and physics.

Steps: Start with the familiar 2D formula, then add the third dimension by including (z₂-z₁)² under the square root. The calculation process remains similar, but involves one additional coordinate difference.

Formula: 2D: d = √[(x₂-x₁)² + (y₂-y₁)²]; 3D: d = √[(x₂-x₁)² + (y₂-y₁)² + (z₂-z₁)²]

Tip: Visualize the 3D case as finding the hypotenuse of a rectangular box formed by the coordinate differences.

Understanding this progression from 2D to 3D helps students grasp the logical extension of coordinate geometry principles.

9. Why do students need step-by-step solutions for three-dimensional geometry problems?

Step-by-step solutions help students understand the logical sequence of applying formulas, substituting coordinates correctly, and interpreting geometric results. This systematic approach prevents calculation errors and builds confidence in solving complex 3D geometry problems independently.

10. What geometric properties can be verified using distance calculations in Exercise 11.2?

Instruction: Distance calculations in Exercise 11.2 enable students to verify whether given points form specific geometric shapes like equilateral triangles, right triangles, rectangles, or squares in three-dimensional space.

Why it matters: This verification process helps students connect algebraic calculations with geometric concepts, reinforcing their understanding of spatial relationships and properties.

Steps:

  • Calculate all relevant distances between given points
  • Compare calculated distances with required geometric conditions
  • Apply properties like equal sides, right angles, or parallel sides
  • Draw conclusions about the geometric nature of the figure

Example: For a right triangle, verify that a² + b² = c² where a, b, c are the calculated side lengths.

Check: Ensure all necessary conditions for the specific geometric shape are satisfied by the calculated distances.

These verification techniques provide students with powerful tools for analyzing and confirming geometric relationships in three-dimensional coordinate systems.