Open In App

NCERT Solutions Class 11 – Chapter 11 Introduction to three dimensional Geometry – Miscellaneous Exercise

Last Updated : 22 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Question 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: 

ABCD is a parallelogram, with vertices A (3, -1, 2), B (1, 2, -4), C (-1, 1, 2) and D (x, y, z).

Using the property:

The diagonals of a parallelogram bisect each other, 

Midpoint of AC = Midpoint of BD = Point O

Now, by using Midpoint section formula

Coordinates of O for the line segment joining (x1,y1,z1) and (x2,y2,z2) = [Tex](\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2})[/Tex]

So, Coordinates of O for the line segment joining AC = [Tex](\frac{3+(-1)}{2}, \frac{-1+1}{2}, \frac{2+2}{2})[/Tex]

= [Tex](\frac{2}{2}, 0, \frac{4}{2})[/Tex]

= (1, 0, 2) ……………………….(1)

and, Coordinates of O for the line segment joining BD = [Tex](\frac{1+x}{2}, \frac{2+y}{2}, \frac{-4+z}{2}) [/Tex] ………….(2)

Using the Eq(1) and Eq(2), we get

[Tex]\frac{1+x}{2} [/Tex] = 1

x = 1

[Tex]\frac{2+y}{2} [/Tex] = 0

y = -2

[Tex]\frac{z-4}{2} [/Tex] = 2

z = 8

Hence, the coordinates of the fourth vertex is D (1, -2, 8).

Question 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: 

The vertices of the triangle are A (0, 0, 6), B (0, 4, 0) and C (6, 0, 0).

So, let the medians 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.

Coordinates of mid-point for the line segment joining (x1,y1,z1) and (x2,y2,z2) = [Tex](\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2})[/Tex]

So, Coordinates of D for the line segment joining BC = [Tex](\frac{0+6}{2}, \frac{4+0}{2}, \frac{0+0}{2})[/Tex]

Coordinates of D = (3, 2, 0)

and, Coordinates of E for the line segment joining AC = [Tex](\frac{6+0}{2}, \frac{0+0}{2}, \frac{0+6}{2})[/Tex]

Coordinates of E = (3, 0, 3)

and, Coordinates of F for the line segment joining AB = [Tex](\frac{0+0}{2}, \frac{0+4}{2}, \frac{6+0}{2})[/Tex]

Coordinates of F = (0, 2, 3)

By using the distance formula for two points, P(x1,y1,z1) and Q(x2,y2,z2)

PQ = [Tex]\mathbf{\sqrt{(x_1-x_2)^2+(y_1-y_2)^2+(z_1-z_2)^2}}[/Tex]

So, AD = [Tex]\sqrt{(0-3)^2+(0-2)^2+(6-0)^2}[/Tex]

AD =[Tex] \sqrt{9+4+36} = 7[/Tex]

and, BE = [Tex]\sqrt{(0-3)^2+(4-0)^2+(0-3)^2}[/Tex]

BE = [Tex]\sqrt{9+16+9} = \sqrt{34}[/Tex]

and, CF = [Tex]\sqrt{(6-0)^2+(0-2)^2+(0-3)^2}[/Tex]

CF = [Tex]\sqrt{36+4+9} [/Tex] = 7

Hence, the lengths of the medians are 7, √34 and 7.

Question 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: 

The vertices of the triangle are P (2a, 2, 6), Q (-4, 3b, -10) and R (8, 14, 2c).

Coordinates of centroid(0, 0, 0) of the triangle having vertices (x1,y1,z1), (x2,y2,z2) and (x3,y3,z3) = [Tex](\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}, \frac{z_1+z_2+z_3}{3})[/Tex]

(0, 0, 0) =[Tex] (\frac{2a-4+8}{3}, \frac{2+3b+14}{3}, \frac{6-10+2c}{3})[/Tex]

(0, 0, 0) = [Tex](\frac{2a+4}{3}, \frac{3b+16}{3}, \frac{2c-4}{3})[/Tex]

So, [Tex]\frac{2a+4}{3} [/Tex] = 0

a = -2

and, [Tex]\frac{3b+16}{3} [/Tex] = 0

b = [Tex]\mathbf{\frac{-16}{3}}[/Tex]

and, [Tex]\frac{2c-4}{3} [/Tex] = 0

c = 2

Hence, the values of a, b and c are a = -2, b = [Tex]\mathbf{\frac{-16}{3}} [/Tex] and c = 2

Question 4: 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: 

The points A (3, 4, 5) and B (-1, 3, -7)

Let the point be P (x, y, z).

Now by using distance formula,

Distance of point (x1, y1, z1) and (x2, y2, z2) = [Tex]\mathbf{\sqrt{(x_1-x_2)^2+(y_1-y_2)^2+(z_1-z_2)^2}}[/Tex]

So, the distance between the points A (3, 4, 5) and P (x,y,z)) will be

Distance of PA = √[(3-x)2 + (4-y)2 + (5-z)2]

Distance of PB = √[(-1-x)2 + (3-y)2 + (-7-z)2]

As, PA2 + PB2 = k2

[(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)] = k2

9 + 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) = [Tex]\frac{(k^2 – 109)}{2}[/Tex]

Hence, the required equation is (x2 + y2 + z2 – 2x – 7y + 2z) = [Tex]\mathbf{\frac{(k^2 – 109)}{2}}[/Tex]



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads