Question:medium

Let \(P\) be a point in the plane of the vectors \[ \vec{AB}=3\hat{i}+\hat{j}-\hat{k} \quad\text{and}\quad \vec{AC}=\hat{i}-\hat{j}+3\hat{k} \] such that \(P\) is equidistant from the lines \(AB\) and \(AC\). If \(|\vec{AP}|=\frac{\sqrt5}{2}\), then the area of triangle \(ABP\) is:

Show Hint

Equidistance from two intersecting lines implies the point lies on their angle bisector.
Updated On: Mar 25, 2026
  • \(2\)
  • \(\frac{3}{2}\)
  • \(\frac{\sqrt{26}}{4}\)
  • \(\frac{\sqrt{30}}{4}\)
Show Solution

The Correct Option is B

Solution and Explanation

The given problem asks us to find the area of the triangle \( ABP \), where point \( P \) is equidistant from lines \( AB \) and \( AC \) and the distance \( |\vec{AP}| \) is given as \( \frac{\sqrt{5}}{2} \).

The vectors are: \(\vec{AB} = 3\hat{i} + \hat{j} - \hat{k}\)and \(\vec{AC} = \hat{i} - \hat{j} + 3\hat{k}\).

Given that \( P \) is equidistant from lines \( AB \) and \( AC \), point \( P \) must lie on the angle bisector of angle \( BAC \) in the plane of vectors \( \vec{AB} \) and \( \vec{AC} \).

The angle bisector, by the geometric property, will divide \( \vec{AB} \) and \( \vec{AC} \) in proportion to their magnitudes. We calculate the magnitudes:

\(| \vec{AB} | = \sqrt{3^2 + 1^2 + (-1)^2} = \sqrt{11}\)

\(| \vec{AC} | = \sqrt{1^2 + (-1)^2 + 3^2} = \sqrt{11}\)

Since the magnitudes are equal, the angle bisector will lie symmetrically between these vectors in this specific case. Hence, assume \( P \) lies such that:

\(\vec{AP} = t(3\hat{i} + \hat{j} - \hat{k} + \hat{i} - \hat{j} + 3\hat{k}) = t(4\hat{i} + 0 \hat{j} + 2\hat{k})\)

We are given that \(|\vec{AP}| = \frac{\sqrt{5}}{2}\). So, calculating the magnitude:

\(| t(4\hat{i} + 2\hat{k}) | = t \sqrt{4^2 + 2^2} = \frac{\sqrt{5}}{2}\)

Simplifying: \(t \cdot \sqrt{20} = \frac{\sqrt{5}}{2}\)

Simplifying further gives: \(t = \frac{1}{4\sqrt{2}}\)

The vector from \( A \) to \( P \) is thus: \(\vec{AP} = \frac{1}{4\sqrt{2}} (4\hat{i} + 2\hat{k}) = \frac{1}{\sqrt{2}} \hat{i} + \frac{1}{2\sqrt{2}} \hat{k}\)

Finding the area of triangle \( ABP \) using the cross product formula: \(\frac{1}{2} \times | \vec{AB} \times \vec{AP} |\)

Calculating the cross-product:

\(\vec{AB} = 3\hat{i} + \hat{j} - \hat{k}\)

\(\vec{AP} = \frac{1}{\sqrt{2}} \hat{i} + \frac{1}{2\sqrt{2}} \hat{k}\)

The determinant is:

\(\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 1 & -1 \\ \frac{1}{\sqrt{2}} & 0 & \frac{1}{2\sqrt{2}} \end{vmatrix} = \hat{i}(0 - \frac{1}{2\sqrt{2}}) - \hat{j} \left(\frac{3}{2\sqrt{2}} - \frac{1}{\sqrt{2}} \right) + \hat{k} \left(3 \cdot 0 - 1 \cdot \frac{1}{\sqrt{2}} \right)\)

Simplifying: \(\vec{AB} \times \vec{AP} = -\frac{1}{2\sqrt{2}} \hat{i} - \frac{1}{2\sqrt{2}} \hat{j} - \frac{1}{\sqrt{2}} \hat{k}\)

The magnitude of this vector: \(\sqrt{\left( -\frac{1}{2\sqrt{2}} \right)^2 + \left( -\frac{1}{2\sqrt{2}} \right)^2 + \left( -\frac{1}{\sqrt{2}} \right)^2} = \sqrt{\frac{1}{8} + \frac{1}{8} + \frac{1}{2}} = \sqrt{\frac{4}{8}} = \frac{1}{\sqrt{2}}\)

Finally, the area of \( \triangle ABP \) is: \(\frac{1}{2} \times \frac{1}{\sqrt{2}} = \frac{1}{2\sqrt{2}} \cdot \sqrt{2} = \frac{1}{2} \cdot 1 = \frac{1}{2} \cdot 3 = \frac{3}{2}\)

Thus, the area of triangle \( ABP \) is \(\frac{3}{2}\).

Was this answer helpful?
0