Three Dimensional Geometry MCQ Quiz - Objective Question with Answer for Three Dimensional Geometry - Download Free PDF

Last updated on Jun 30, 2025

Latest Three Dimensional Geometry MCQ Objective Questions

Three Dimensional Geometry Question 1:

What is the equation of the plane passing through the point (1,1,1) and perpendicular to the line whose direction ratios are (3,2,1)?

  1. x+2y+3z=6
  2. 3x+2y+z=6
  3. x+y+z=3
  4. 3x+2y+z=0

Answer (Detailed Solution Below)

Option 2 : 3x+2y+z=6

Three Dimensional Geometry Question 1 Detailed Solution

Calculation:

Given,

The plane passes through the point \(P(1, 1, 1)\) and is perpendicular to the line with direction ratios \( (3, 2, 1) \).

The general equation of the plane is:

\(Ax + By + Cz = D\), where \( (A, B, C) \) are the direction ratios of the normal to the plane.

Since the plane is perpendicular to the line, the normal vector to the plane is \( (3, 2, 1) \).

Thus, the equation of the plane becomes:

\( 3x + 2y + z = D \).

To find \( D \), substitute the point \( (1, 1, 1) \) into the equation of the plane:

\( 3(1) + 2(1) + 1 = D \), which simplifies to:

\( 3 + 2 + 1 = D \),

\( D = 6 \).

∴ The equation of the plane is \( 3x + 2y + z = 6 \).

Hence, the correct answer is Option 2.

Three Dimensional Geometry Question 2:

If a line  \(\frac{x+1}{p} = \frac{y-1}{q} = \frac{z-2}{r}\)  where , makes an angle θ with the positive direction of y-axis, then what is cos2θ equal to?

  1. -31/49
  2. -37/49
  3. 31/49
  4. 37/49

Answer (Detailed Solution Below)

Option 1 : -31/49

Three Dimensional Geometry Question 2 Detailed Solution

Calculation:

Given,

The line equation is: \( \frac{x+1}{p} = \frac{y-1}{q} = \frac{z-2}{r} \),  where p = 2q = 3r .

The line makes an angle θ  with the positive direction of the y-axis.

Using the relation between the direction cosines

\( l = \frac{p}{\sqrt{p^2 + q^2 + r^2}}, m = \frac{q}{\sqrt{p^2 + q^2 + r^2}}, n = \frac{r}{\sqrt{p^2 + q^2 + r^2}} \),

we substitute p = 3r  and  q = \(\frac{3r}{2} \)

Direction cosine with y -axis is given by \( m = \frac{q}{\sqrt{p^2 + q^2 + r^2}} \).

\( m = \frac{\frac{3r}{2}}{\sqrt{(3r)^2 + \left(\frac{3r}{2}\right)^2 + r^2}} = \frac{\frac{3r}{2}}{\sqrt{9r^2 + \frac{9r^2}{4} + r^2}} = \frac{\frac{3r}{2}}{\sqrt{\frac{49r^2}{4}}} = \frac{3}{7} \).

Now, using the double angle identity for cosine \( \cos 2θ = 2 \cos^2 θ - 1 \):

\( \cos 2θ = 2 \left( \frac{3}{7} \right)^2 - 1 = 2 \times \frac{9}{49} - 1 = \frac{18}{49} - 1 = \frac{-31}{49} \).

∴ The value of \( \cos 2θ \) is \( -\frac{31}{49} \).

Hence, the correct answer is Option 1.

Three Dimensional Geometry Question 3:

If a line in 3 dimensions makes angles αβ and γ with the positive directions of the coordinate axes, then what is  equal to?

  1. cos2γ
  2. cos2γ
  3. sin2γ
  4. sin2γ

Answer (Detailed Solution Below)

Option 2 : cos2γ

Three Dimensional Geometry Question 3 Detailed Solution

Calculation:

We know that \( \cos^{2} \alpha + \cos^{2} \beta + \cos^{2} \gamma = 1 \) ... (i)

And \( \cos(\alpha + \beta) \cdot \cos(\alpha - \beta) = \cos^{2} \alpha - \sin^{2} \beta \)

Substitute and simplify:

\( = \cos^{2} \alpha + \cos^{2} \beta - 1 = 1 - \cos^{2} \gamma \quad \Rightarrow \quad - \cos^{2} \gamma \)

Hence, the correct answer is Option 2.

Three Dimensional Geometry Question 4:

Let the equation of the plane passing through the line 

x - 2y - z - 5 = 0 = x + y + 3z - 5 and parallel to the line x + y + 2z – 7 = 0 = 2x + 3y + z – 2 be ax + by + cz = 65. Then the distance of the point (a, b, c) from the plane 2x + 2y – z + 16 = 0 is ____.  

Answer (Detailed Solution Below) 9

Three Dimensional Geometry Question 4 Detailed Solution

Calculation: 

Equation of plane is 

(x - 2y - z - 5) + b(x + y + 3z - 5) = 0 

\(\left|\begin{array}{lll} 1+b & -2+b & -1+3 b \\ 1 & 1 & 2 \\ 2 & 3 & 1 \end{array}\right|=0\)

⇒ b = 12

∴ plane is 13x + 10y + 35z = 65

Distance from given point to plane = 9 

Hence, the correct answer is 9. 

Three Dimensional Geometry Question 5:

The distance of the point P(4, 6, –2) from the line passing through the point (–3, 2, 3) and parallel to a line with direction ratios 3, 3, –1 is equal to :

  1. 3
  2. √6
  3. 2√3
  4. \(\sqrt{14}\)

Answer (Detailed Solution Below)

Option 4 : \(\sqrt{14}\)

Three Dimensional Geometry Question 5 Detailed Solution

Calculation:

qImage682ef57c093cab793c47e4b1

The vector \(\vec{PQ} \)is:

\( \vec{PQ} = (4 - (-3), 6 - 2, -2 - 3) = (7, 4, -5) \)

The direction vector of the line\(\vec{d} \) is (3, 3, -1).

The cross product \(\vec{PQ} \times \vec{d} \) is:

\( \vec{PQ} \times \vec{d} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 7 & 4 & -5 \\ 3 & 3 & -1 \end{vmatrix} = (11, -8, 9) \)

The magnitude of the cross product is:

\( |\vec{PQ} \times \vec{d}| = \sqrt{11^2 + (-8)^2 + 9^2} = \sqrt{266} \)

The magnitude of the direction vector \(\vec{d}\) = (3, 3, -1) is:

\( |\vec{d}| = \sqrt{3^2 + 3^2 + (-1)^2} = \sqrt{19} \)

Now, the distance d is:

\( d = \frac{|\vec{PQ} \times \vec{d}|}{|\vec{d}|} = \frac{\sqrt{266}}{\sqrt{19}} = \sqrt{\frac{266}{19}} = \sqrt{14} \)

Hence, the correct answer is Option 4.

Top Three Dimensional Geometry MCQ Objective Questions

The sum of the direction cosines of z-axis is

  1. 0
  2. 1/3
  3. 1
  4. 3

Answer (Detailed Solution Below)

Option 3 : 1

Three Dimensional Geometry Question 6 Detailed Solution

Download Solution PDF

Concept:

The direction cosines of the vector are the cosines of angles that the vector forms with the coordinate axes.

 

Calculation:

Z-axis makes an angle 90° with X-axis, 90° with Y-axis, and 0° with Z-axis

∴ Direction cosines of Z-axis: cos 90, cos 90, cos 0

i.e., 0, 0, 1

Now sum of the direction cosine of z-axis = 0 +  0 + 1 = 1

Hence, option (3) is correct. 

A line makes an angle α, β, γ with the x, y, and z axes. Then sin2 α + sin2 β + sin2 γ is

  1. 1
  2. 0
  3. 2
  4. None of the above

Answer (Detailed Solution Below)

Option 3 : 2

Three Dimensional Geometry Question 7 Detailed Solution

Download Solution PDF

Concept:

  1. Direction angles: If α, β, and γ are the angles made by the line segment with the coordinate axis then these angles are termed to be the direction angles.
  2. Direction cosines: The cosines of direction angles are the direction cosines of the line. Hence, cos α, cos β and cos γ are called as the direction cosines

It is denoted by l, m and n. ⇔ l = cos α, m = cos β and n = cos γ

F1 Amam K 28.4.20 Pallavi D4

  1. The sum of squares of the direction cosines of a line is equal to unity.
  2. l2 + m2 + n2 = 1 or cos2 α + cos2 β + cos2 γ = 1
  3. Direction ratios: Any numbers which are proportional to the direction cosines of a line are called as the direction ratios. It is denoted by ‘a’, ‘b’ and ‘c’.
  4. a ∝ l, b ∝ m and c ∝ n ⇔ a = kl, b = km and c = kn Where k is a constant.

 

Calculation:

We have to find the value of sin2 α + sin2 β + sin2 γ

We know that sum of squares of the direction cosines of a line is equal to unity.

⇒ cos2 α + cos2 β + cos2 γ = 1

⇒ 1 - sin2 α + 1 - sin2 β + 1 - sin2 γ = 1 (∵ sin2 θ + cos2 θ = 1)

⇒ 3 – (sin2 α + sin2 β + sin2 γ) = 1

⇒ 3 – 1 = sin2 α + sin2 β + sin2 γ

∴ sin2 α + sin2 β + sin2 γ = 2

Find the angle between the planes x + 2y + z = 7 and 2x – y + z = 13.

  1. \(\theta = {\cos ^{ - 1}}\left( {\frac{1}{6}} \right)\)
  2. \(\theta = {\cos ^{ - 1}}\left( {\frac{1}{3}} \right)\)
  3. \(\theta = {\cos ^{ - 1}}\left( {\frac{2}{3}} \right)\)
  4. \(\theta = {\cos ^{ - 1}}\left( {\frac{3}{4}} \right)\)

Answer (Detailed Solution Below)

Option 1 : \(\theta = {\cos ^{ - 1}}\left( {\frac{1}{6}} \right)\)

Three Dimensional Geometry Question 8 Detailed Solution

Download Solution PDF

CONCEPT:

  • Let A1x + B1y + C1z + D1 = 0 and A2x + B2y + C2 z + D2 = 0 are the equations of two planes aligned at an angle θ where A1, B1, Cand A2, B2, C2 are the direction ratios of the normal to the planes, then the cosine of the angle between the two planes is given by:

\(cos\theta = \left| {\frac{{{A_1}{A_2} + {B_1}{B_2} + {C_1}{C_2}}}{{\sqrt {A_1^2 + B_1^2 + C_1^2} \sqrt {A_2^2 + B_2^2 + C_2^2} }}} \right|\)

 

CALCULATION:

Given planes are x + 2y + z = 7 and 2x – y + z = 13.

\(cos\theta = \left| {\frac{{1.2 - 2.1 + 1.1}}{{\sqrt {{1^2} + {2^2} + {1^2}} \sqrt {{2^2} + {{\left( { - 1} \right)}^2} + {1^2}} }}} \right| = \frac{1}{6}\)

∴ \(\theta = {\cos ^{ - 1}}\left( {\frac{1}{6}} \right)\)

What is the acute angle between the lines x - 2 = 0 and √3x - y - 2 = 0?

  1. 30°
  2. 45°
  3. 60°

Answer (Detailed Solution Below)

Option 2 : 30°

Three Dimensional Geometry Question 9 Detailed Solution

Download Solution PDF

Concept:

Let θ be the angle between two lines of slope m1 and m2, then the acute angle between the lines is given by:

\(\tan θ = \left| {\frac{{{m_2} - {m_1}}}{{1 + {m_1} \cdot \ {m_2}}}} \right|\)

Calculations:

Consider, the slope of the line (x - 2 = 0) is m1

So, m1 = ∞ .

And, the slope of the line (√3x - y - 2 = 0) is m2

So, m2 = √3.

Now, the angle between the given lines is θ.

⇒ \(\tan θ = \left| {\frac{{{m_2} - {m_1}}}{{1 + {m_1} \cdot \ {m_2}}}} \right|\)

⇒ \(\tan θ = \left| {\frac{{\frac{{{m_2}}}{{{m_1}}} - 1}}{{\frac{1}{{{m_1}}} + {m_2}}}} \right|\)

⇒ \(tan \ θ = \frac{1}{\sqrt 3}\)

⇒ θ = 30°

Hence, the correct option is 2.

Alternate Method

For line 1:x – 2 = 0Hence, x = 2

Since it is a vertical line, the slope is undefined.

Hence, θ1 = 90°

For line 2:

√3x - y - 2 = 0

Compare this equation with, y = mx + c

It becomes, y = √3x + 2

Hence, m = √3 = tan θ2

Hence, θ2\(tan^{-1}{\sqrt 3}\) = 60°

Now, the graph of intersection between two lines can be drawn as

F1 Amar Madhuri 17.01.2021 D2

Hence, acute angle between the lines = θ1 – θ2 = 90° – 60° = 30°

 

Find the values of k so the line \(\frac{{{\rm{x}} - 2}}{{2{\rm{k}}}} = \frac{ {{\rm{y}-3}}}{3} = \frac{{{\rm{z}} + 2}}{{ - 1}}\) and \(\frac{{{\rm{x}} - 2}}{8} = \frac{ {{\rm{y}-3}}}{6} = \frac{{{\rm{z}} + 2}}{{ - 2}}\) are parallel.

  1. -2
  2. 2
  3. 1/2
  4. 4

Answer (Detailed Solution Below)

Option 2 : 2

Three Dimensional Geometry Question 10 Detailed Solution

Download Solution PDF

Concept:

Let two lines having direction ratios a1, b1, c1, and a2, b2, c2 respectively.

Condition for perpendicular lines: a1a2 + b1b2 + c1c2 = 0

Condition for parallel lines: \(\rm \frac {a_1}{a_2} = \frac {b_1}{b_2} = \frac {c_1}{c_2}\)

 

Calculation:

Given lines are \(\frac{{{\rm{x}} - 2}}{{2{\rm{k}}}} = \frac{ {{\rm{y}-3}}}{3} = \frac{{{\rm{z}} + 2}}{{ - 1}}\) and \(\frac{{{\rm{x}} - 2}}{8} = \frac{ {{\rm{y}-3}}}{6} = \frac{{{\rm{z}} + 2}}{{ - 2}}\)

The direction ratio of the first line is (2k, 3, -1) and the direction ratio of second line is (8, 6, -2)

Lines are parallel;

So, \(\rm \frac {2k}{8} = \frac {3}{6} = \frac {-1}{-2}\)

⇒ \(\rm \frac {k}{4} = \frac {1}{2} = \frac {1}{2}\)

∴ k = 2

Find the direction ratios of the line 2x = 3y = 5 - 4z ?

  1. <2, 3, 5>
  2. <6, 4, - 3>
  3. <2, 3, - 4>
  4. None of these

Answer (Detailed Solution Below)

Option 2 : <6, 4, - 3>

Three Dimensional Geometry Question 11 Detailed Solution

Download Solution PDF

CONCEPT:

The equation of a line with direction ratio  that passes through the point (x1, y1, z1) is given by the formula:

\(\rm \frac{{x - {x_1}}}{a} = \frac{{y - {y_1}}}{b} = \frac{{z - {z_1}}}{c}\)

CALCULATION:

Given: Equation of line is 2x = 3y = 5 - 4z

We will first be converting the above expression in standard form for comparison, i.e. we need to get rid of coefficients of x, y, and z, i.e. 2, 3, and 4 respectively.

LCM of 2, 3, and 4 is 12.

∴ Dividing the above equation by 12, we get:

\(⇒ \frac{{2x}}{{12}} = \frac{{3y}}{{12}} = \frac{{5\ -\ 4z}}{{12}}\;\)

\(⇒ \frac{x}{6} = \frac{y}{4} = \frac{{z - \frac{5}{4}}}{{ - 3}}\;\)

By comparing the above equation with \(\rm \frac{{x - {x_1}}}{a} = \frac{{y - {y_1}}}{b} = \frac{{z - {z_1}}}{c}\) we get

⇒ a = 6, b = 4 and c = -3

So, the direction ratios of the given line is: <6, 4, - 3>

Hence, the correct option is 2.

Find the values of k so the line \(\frac{{2{\rm{x}} - 2}}{{2{\rm{k}}}} = \frac{{4 - {\rm{y}}}}{3} = \frac{{{\rm{z}} + 2}}{{ - 1}}\) and \(\frac{{{\rm{x}} - 5}}{1} = \frac{{\rm{y}}}{{\rm{k}}} = \frac{{{\rm{z}} + 6}}{4}\) are at right angles.

  1. 0
  2. -2
  3. 2
  4. 1

Answer (Detailed Solution Below)

Option 2 : -2

Three Dimensional Geometry Question 12 Detailed Solution

Download Solution PDF

Concept:

Let two lines having direction ratios a1, b1, c1, and a2, b2, c2 respectively.

Condition for perpendicular lines: a1a2 + b1b2 + c1c2 = 0

Calculation:

Given lines are  \(\frac{{2{\rm{x}} - 2}}{{2{\rm{k}}}} = \frac{{4 - {\rm{y}}}}{3} = \frac{{{\rm{z}} + 2}}{{ - 1}}\) and \(\frac{{{\rm{x}} - 5}}{1} = \frac{{\rm{y}}}{{\rm{k}}} = \frac{{{\rm{z}} + 6}}{4}\) 

Write the above equation of a line in the standard form of lines

\( \Rightarrow \frac{{2\left( {{\rm{x}} - 1} \right)}}{{2{\rm{k}}}} = \frac{{ - \left( {{\rm{y}} - 4} \right)}}{3} = \frac{{{\rm{z}} + 2}}{{ - 1}} \Leftrightarrow \frac{{\left( {{\rm{x}} - 1} \right)}}{{\rm{k}}} = \frac{{{\rm{y}} - 4}}{{ - 3}} = \frac{{{\rm{z}} + 2}}{{ - 1}}\)

So, the direction ratio of the first line is (k, -3, -1)

\(\frac{{{\rm{x}} - 5}}{1} = \frac{{\rm{y}}}{{\rm{k}}} = \frac{{{\rm{z}} + 6}}{4}\)

So, direction ratio of second line is (1, k, 4)

Lines are perpendicular,

∴ (k × 1) + (-3 × k) + (-1 × 4) = 0

⇒ k – 3k – 4 = 0

⇒ -2k – 4 = 0

∴ k = -2

The angle between the straight lines \(\frac {x + 1}{2} = \frac {y - 2}{5} = \frac {z + 3}{4}\) and \(\frac {x - 1}{1} = \frac {y + 2}{2} = \frac {z - 3}{-3}\) is-

  1. 45°
  2. 30°
  3. 60°
  4. 90°

Answer (Detailed Solution Below)

Option 4 : 90°

Three Dimensional Geometry Question 13 Detailed Solution

Download Solution PDF

Concept:

The angle between the lines:

 

F1 Aman 24.9.20 Pallavi D1.1

 

The angle between the lines \(\rm \frac{{x - {x_1}}}{{{a_1}}} = \frac{{y - {y_1}}}{{{b_1}}} = \frac{{z - {z_1}}}{{{c_1}}}\;and\frac{{x - {x_2}}}{{{a_2}}} = \frac{{y - {y_2}}}{{{b_2}}} = \frac{{z - {z_2}}}{{{c_2}}}\) is given by:

\(\rm \cos θ = \frac{{{a_1}{a_2} + {b_1}{b_2} + {c_1}{c_2}}}{{\left( {\sqrt {a_1^2 + b_1^2 + c_1^2} } \right) ⋅ \left( {\sqrt {a_2^2 + b_2^2 + c_2^2} } \right)}}\), where a1, b1, c1, a2, b2 and c2 are the direction ratios

 

Calculation:

Given:  \(\frac {x + 1}{2} = \frac {y - 2}{5} = \frac {z + 3}{4}\) and \(\frac {x - 1}{1} = \frac {y + 2}{2} = \frac {z - 3}{-3}\)

Direction ratios of lines are a1 = 2, b1 = 5, c1 = 4 and a2 = 1, b2 = 2 , c2 = -3

As we know, The angle between the lines is given by \(\rm \cos θ = \frac{{{a_1}{a_2} + {b_1}{b_2} + {c_1}{c_2}}}{{\left( {\sqrt {a_1^2 + b_1^2 + c_1^2} } \right) ⋅ \left( {\sqrt {a_2^2 + b_2^2 + c_2^2} } \right)}}\)

\(\Rightarrow \rm \cos θ = \frac{{{2} \times {1} + {5}\times{2} + {4}\times{-3}}}{{\left( {\sqrt {2^2 + 5^2 + 4^2} } \right) ⋅ \left( {\sqrt {1^2 + 2^2 + (-3)^2} } \right)}} = 0\)

∴ θ = 90° 

What is the distance of the point (1, 2, 3) form the plane x – 3y + 2z + 13 = 0?

  1. √14
  2. √13
  3. √11
  4. None of the above

Answer (Detailed Solution Below)

Option 1 : √14

Three Dimensional Geometry Question 14 Detailed Solution

Download Solution PDF

Concept:

Perpendicular Distance of a Point from a Plane 

Let us consider a plane given by the Cartesian equation, Ax + By + Cz = d

And a point whose coordinate is, (x1, y1, z1)

Now, distance = \(\left| {\frac{{A{x_1}\; + \;B{y_1}\; + \;C{z_1} - \;d}}{{\sqrt {{A^2}\; + \;\;{B^2}\; + \;{C^2}} }}} \right|\)

Calculation:

We have to find the distance of the point (1, 2, 3) form the plane x – 3y + 2z + 13 = 0

Distance \(= \left| {\frac{{1\; \times \;1\; + \left( { - 3} \right)\; \times \;2\; + \;2\; \times \;3\; + \;13}}{{\sqrt {{1^2}\; + \;\;{{\left( { - 3} \right)}^2}\; + \;{{\left( 2 \right)}^2}} }}} \right|\)

\(= \left| {\frac{{1\; - 6\; + \;6\; + \;13}}{{\sqrt {1\; + \;\;9\; + \;4} }}} \right|\)

\(= \;\left| {\frac{14}{{\sqrt {14} }}} \right|\) = √14

The lengths of the intercepts on the co-ordinate axes made by the plane 5x + 2y + z – 13 = 0 are

  1. 5, 2, 1 unit
  2. \(\frac{{13}}{5},\;\frac{{13}}{2},\;13\) unit
  3. \(\frac{5}{{13}},\frac{2}{{13}},\frac{1}{{13}}\)  unit
  4. 1, 2, 5 unit

Answer (Detailed Solution Below)

Option 2 : \(\frac{{13}}{5},\;\frac{{13}}{2},\;13\) unit

Three Dimensional Geometry Question 15 Detailed Solution

Download Solution PDF

Concept:

  • The intercept form of the plane is given by ⇔ \(\frac{x}{a} + \frac{y}{b} + \frac{z}{c} = 1\)

Where ‘a’ is the x- intercept, ‘b’ is the y- intercept and ‘c’ is the z- intercept.

Calculation:

Given:

Equation of plane 5x + 2y + z – 13 = 0

⇒ 5x + 2y + z = 13

\(\Rightarrow \frac{{5{\rm{x\;}} + {\rm{\;}}2{\rm{y\;}} + {\rm{\;z\;}}}}{{13}} = 1\)

\(\Rightarrow \frac{x}{{\frac{{13}}{5}}} + \frac{y}{{\frac{{13}}{2}}} + \frac{z}{{\frac{{13}}{1}}} = 1\)

∴ Lengths of intercepts are \(\frac{{13}}{5},\frac{{13}}{2},\;13\) unit
Get Free Access Now
Hot Links: teen patti casino download teen patti bliss teen patti real cash apk