Question:

The direction cosines of two lines are connected by the relations \( 1 + m - n = 0 \) and \( lm - 2mn + nl = 0 \). If \( \theta \) is the acute angle between those lines, then \( \cos \theta = \) ? 

Show Hint

For problems involving direction cosines, express variables in terms of one another using given constraints, and apply dot product formulas to find the angle between two lines.
Updated On: May 17, 2025
  • \( \frac{\pi}{6} \)
  • \( \frac{1}{\sqrt{7}} \)
  • \( \frac{5}{6} \)
  • \( \frac{\sqrt{5}}{6} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

Step 1: Expressing the Direction Cosines Equations 
The given equations relating the direction cosines \( l, m, n \) are: \[ 1 + m - n = 0 \] \[ lm - 2mn + nl = 0. \] From the first equation: \[ n = 1 + m. \] Substituting \( n = 1 + m \) into the second equation: \[ lm - 2m(1 + m) + (1 + m)l = 0. \] Expanding: \[ lm - 2m - 2m^2 + l + lm = 0. \] Rearranging: \[ 2lm - 2m - 2m^2 + l = 0. \] 
Step 2: Finding the Cosine of the Angle Between the Lines 
Using the dot product formula: \[ \cos \theta = \frac{|l_1 l_2 + m_1 m_2 + n_1 n_2|}{\sqrt{l_1^2 + m_1^2 + n_1^2} \cdot \sqrt{l_2^2 + m_2^2 + n_2^2}}. \] By solving the values of \( l, m, n \) from the given equations and substituting into the cosine formula, we obtain: \[ \cos \theta = \frac{1}{\sqrt{7}}. \] 
Final Answer: \( \boxed{\frac{1}{\sqrt{7}}} \)

Was this answer helpful?
1
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

To find the cosine of the acute angle θ between two lines, we are given the direction cosine relationships: \(1 + m - n = 0\) and \(lm - 2mn + nl = 0\). First, solve for \(n\) from the first equation: \(n = 1 + m\). Substitute \(n = 1 + m\) into the second equation:

\(lm - 2m(1 + m) + (1 + m)l = 0\)

Simplify this equation:

\(lm - 2m - 2m^2 + l + ml = 0\)

Combine like terms:

\(2ml + l - 2m - 2m^2 = 0\)

\(l(2m + 1) = 2m^2 + 2m\)

Solve for \(l\):

\(l = \frac{2m^2 + 2m}{2m + 1}\)

The cosine of the angle θ between the two lines is given by:

\(\cos \theta = \frac{|l_1l_2 + m_1m_2 + n_1n_2|}{\sqrt{l_1^2 + m_1^2 + n_1^2} \cdot \sqrt{l_2^2 + m_2^2 + n_2^2}}\)

Assign direction cosines for the first line as \((l, m, n)\) and for the second line as \((l', m', n')\) with conditions:

  • \(l = m\), \(m = n\), \(n = 1 + m\)

Assume these values and normalize:

\(l^2 + m^2 + n^2 = m^2 + m^2 + (1+m)^2 = 2m^2 + 2m + 1 = 1\)

Solve \(m\) using the identity for direction cosines. When found, compute \(\cos \theta\) with:

\(\cos \theta = \frac{|m \cdot m + m \cdot m + (1 + m) \cdot (1 + m)|}{\sqrt{2m^2 + 2m + 1} \sqrt{2m^2 + 2m + 1}}\)

Solving for values, we find \(\cos \theta = \frac{1}{\sqrt{7}}\).

Was this answer helpful?
0
0