Access the NCERT Solutions for Class 11 Maths Chapter 12 Miscellaneous Exercise here. Chapter 12 Introduction to Three Dimensional Geometry of Class 11 Maths is categorized under the CBSE Syllabus for 2022-23. Students can practice these questions and improve their reasoning skills. The Class 11 Maths NCERT Solutions can be considered as the best study material for improving the board exam score.
The Miscellaneous Exercise of NCERT Solutions for Class 11 Maths Chapter 12- Introduction to Three Dimensional Geometry is based on the topics listed above.
- Coordinate Axes and Coordinate Planes in Three Dimensional Space
- Coordinates of a Point in Space
- Distance between Two Points
- Section Formula
Download PDF of NCERT Solutions for Class 11 Maths Chapter 12- Introduction to Three Dimensional Geometry Miscellaneous Exercise
Â
Solutions for Class 11 Maths Chapter 12 – Miscellaneous Exercise
1. Three vertices of a parallelogram ABCD are A(3, – 1, 2), B (1, 2, – 4) and C (– 1, 1, 2). Find the coordinates of the fourth vertex.
Solution:
Given:
ABCD is a parallelogram, with vertices A (3, -1, 2), B (1, 2, -4), C (-1, 1, 2).
Where, x1Â = 3, y1Â = -1, z1Â = 2;
x2Â = 1, y2Â = 2, z2Â = -4;
x3Â = -1, y3Â = 1, z3Â = 2
Let the coordinates of the fourth vertex be D (x, y, z).
We also know that the diagonals of a parallelogram bisect each other, so the mid points of AC and BD are equal, i.e. Midpoint of AC = Midpoint of BD ……….(1)
Now, by Midpoint Formula, we know that the coordinates of the mid-point of the line segment joining two points P (x1, y1, z1) and Q (x2, y2, z2) are [(x1+x2)/2, (y1+y2)/2, (z1+z2)/2]
So we have,
= (2/2, 0/2, 4/2)
= (1, 0, 2)
Â
1 + x = 2, 2 + y = 0, -4 + z = 4
x = 1, y = -2, z = 8
Hence, the coordinates of the fourth vertex is D (1, -2, 8).
2. Find the lengths of the medians of the triangle with vertices A (0, 0, 6), B (0, 4, 0) and (6, 0, 0).
Solution:
Given:
The vertices of the triangle are A (0, 0, 6), B (0, 4, 0) and C (6, 0, 0).
x1Â = 0, y1Â = 0, z1Â = 6;
x2Â = 0, y2Â = 4, z2Â = 0;
x3Â = 6, y3Â = 0, z3Â = 0
So, let the medians of this triangle be AD, BE and CF corresponding to the vertices A, B and C respectively.
D, E and F are the midpoints of the sides BC, AC and AB respectively.
By Midpoint Formula, we know that the coordinates of the mid-point of the line segment joining two points P (x1, y1, z1) and Q (x2, y2, z2) are [(x1+x2)/2, (y1+y2)/2, (z1+z2)/2]
So we have,
By Distance Formula, we know that the distance between two points PÂ (x1, y1, z1) and Q (x2, y2, z2) is given by
∴ The lengths of the medians of the given triangle are 7, √34 and 7.
3. If the origin is the centroid of the triangle PQR with vertices P (2a, 2, 6), Q (– 4, 3b, –10) and R(8, 14, 2c), then find the values of a, b and c.
Solution:
Given:
The vertices of the triangle are P (2a, 2, 6), Q (-4, 3b, -10) and R (8, 14, 2c).
Where,
x1Â = 2a, y1Â = 2, z1Â = 6;
x2Â = -4, y2Â = 3b, z2Â = -10;
x3Â = 8, y3Â = 14, z3Â = 2c
We know that the coordinates of the centroid of the triangle, whose vertices are (x1, y1, z1), (x2, y2, z2) and (x3, y3, z3), are [(x1+x2+x3)/3, (y1+y2+y3)/3, (z1+z2+z3)/3]
So, the coordinates of the centroid of the triangle PQR are
2a + 4 = 0, 3b + 16 = 0, 2c – 4 = 0
a = -2, b = -16/3, c = 2
∴ The values of a, b and c are a = -2, b = -16/3, c = 2
4. Find the coordinates of a point on y-axis which are at a distance of 5√2 from the point P (3, –2, 5).
Solution:
Let the point on y-axis be A (0, y, 0).
Then, it is given that the distance between the points A (0, y, 0) and P (3, -2, 5) is 5√2.
Now, by using distance formula,
We know that the distance between two points PÂ (x1, y1, z1) and Q (x2, y2, z2) is given by
Distance of PQ = √[(x2 – x1)2 + (y2 – y1)2 + (z2 – z1)2]
So, the distance between the points A (0, y, 0) and P (3, -2, 5) is given by
Distance of AP = √[(x2 – x1)2 + (y2 – y1)2 + (z2 – z1)2]
= √[(3-0)2 + (-2-y)2 + (5-0)2]
= √[32 + (-2-y)2 + 52]
= √[(-2-y)2 + 9 + 25]
5√2 = √[(-2-y)2 + 34]
Squaring on both the sides, we get
(-2 -y)2 + 34 = 25 × 2
(-2 -y)2 = 50 – 34
4 + y2 + (2 × -2 × -y) = 16
y2Â + 4y + 4 -16 = 0
y2 + 4y – 12 = 0
y2 + 6y – 2y – 12 = 0
y (y + 6) – 2 (y + 6) = 0
(y + 6) (y – 2) = 0
y = -6, y = 2
∴ The points (0, 2, 0) and (0, -6, 0) are the required points on the y-axis.
5. A point R with x-coordinate 4 lies on the line segment joining the points P (2, –3, 4) and Q (8, 0, 10). Find the coordinates of the point R.
[Hint Suppose R divides PQ in the ratio k: 1. The coordinates of the point R are given by
Solution:
Given:
The coordinates of the points P (2, -3, 4) and Q (8, 0, 10).
x1Â = 2, y1Â = -3, z1Â = 4;
x2Â = 8, y2Â = 0, z2Â = 10
Let the coordinates of the required point be (4, y, z).
So now, let the point R (4, y, z) divides the line segment joining the points P (2, -3, 4) and Q (8, 0, 10) in the ratio k: 1.
By using Section Formula,
We know that the coordinates of the point R which divides the line segment joining two points P (x1, y1, z1) and Q (x2, y2, z2) internally in the ratio m: n is given by:
So, the coordinates of the point R are given by
So, we have
8k + 2 = 4 (k + 1)
8k + 2 = 4k + 4
8k – 4k = 4 – 2
4k = 2
k = 2/4
= 1/2
Now let us substitute the values, we get
= 6
∴ The coordinates of the required point are (4, -2, 6).
6. If A and B be the points (3, 4, 5) and (–1, 3, –7), respectively, find the equation of the set of points P such that PA2 + PB2 = k2, where k is a constant.
Solution:
Given:
The points A (3, 4, 5) and B (-1, 3, -7)
x1Â = 3, y1Â = 4, z1Â = 5;
x2Â = -1, y2Â = 3, z2Â = -7;
PA2 + PB2 = k2 ……….(1)
Let the point be P (x, y, z).
Now by using distance formula,
We know that the distance between two points PÂ (x1, y1, z1) and Q (x2, y2, z2) is given by
So,
And
Now, substituting these values in (1), we have
[(3 – x)2 + (4 – y)2 + (5 – z)2] + [(-1 – x)2 + (3 – y)2 + (-7 – z)2] = k2 [(9 + x2 – 6x) + (16 + y2 – 8y) + (25 + z2 – 10z)] + [(1 + x2 + 2x) + (9 + y2 – 6y) + (49 + z2 + 14z)] = k29 + x2 – 6x + 16 + y2 – 8y + 25 + z2 – 10z + 1 + x2 + 2x + 9 + y2 – 6y + 49 + z2 + 14z = k2
2x2 + 2y2 + 2z2 – 4x – 14y + 4z + 109 = k2
2x2 + 2y2 + 2z2 – 4x – 14y + 4z = k2 – 109
2 (x2 + y2 + z2 – 2x – 7y + 2z) = k2 – 109
(x2 + y2 + z2 – 2x – 7y + 2z) = (k2 – 109)/2
Hence, the required equation is (x2 + y2 + z2 – 2x – 7y + 2z) = (k2 – 109)/2
Access Other Exercise Solutions of Class 11 Maths Chapter 12- Introduction to Three Dimensional Geometry
Exercise 12.1 Solutions 4 Questions
Exercise 12.2 Solutions 5 Questions
Exercise 12.3 Solutions 5 Questions