Question:medium

The angle between the lines $x - 3y - 4 = 0, 4y - z + 5 = 0$ and $x + 3y - 11 = 0, 2y - z + 6 = 0$ is

Show Hint

A line represented by two planes has a direction vector equal to the cross product of the planes' normals.
Updated On: May 7, 2026
  • $\frac{\pi}{2}$
  • $\frac{\pi}{4}$
  • $\frac{\pi}{6}$
  • $\frac{\pi}{3}$
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Understanding the Concept:
Each line is the intersection of two planes.
Direction vector of a line is the cross product of normals of the two planes.
Step 2: Key Formula or Approach:
$d_1 = (1, -3, 0) \times (0, 4, -1) = (3, 1, 4)$.
$d_2 = (1, 3, 0) \times (0, 2, -1) = (-3, 1, 2)$.
Step 3: Detailed Explanation:
Check dot product: $d_1 \cdot d_2 = (3)(-3) + (1)(1) + (4)(2) = -9 + 1 + 8 = 0$.
The angle is $90^\circ$ since the dot product is zero.
Step 4: Final Answer:
The angle is $\frac{\pi}{2}$.
Was this answer helpful?
0