Question:medium

The vectors $\vec{p} = \hat{i} + a\hat{j} + a^2\hat{k}, \vec{q} = \hat{i} + b\hat{j} + b^2\hat{k}$ and $\vec{r} = \hat{i} + c\hat{j} + c^2\hat{k}$ are non-coplanar and $\begin{vmatrix} a & a^2 & 1+a^3 \\ b & b^2 & 1+b^3 \\ c & c^2 & 1+c^3 \end{vmatrix} = 0$ then the value of $(abc)$ is

Show Hint

Determinant property: $\begin{vmatrix} x & y & z+w \end{vmatrix} = \begin{vmatrix} x & y & z \end{vmatrix} + \begin{vmatrix} x & y & w \end{vmatrix}$.
Updated On: May 14, 2026
  • 0
  • -1
  • 1
  • 2
Show Solution

The Correct Option is B

Solution and Explanation

The given vectors are:

\(\vec{p} = \hat{i} + a\hat{j} + a^2\hat{k}\)

\(\vec{q} = \hat{i} + b\hat{j} + b^2\hat{k}\)

\(\vec{r} = \hat{i} + c\hat{j} + c^2\hat{k}\)

These vectors are non-coplanar, which means their scalar triple product is non-zero. The condition for coplanarity given is:

\(\begin{vmatrix} a & a^2 & 1+a^3 \\ b & b^2 & 1+b^3 \\ c & c^2 & 1+c^3 \end{vmatrix} = 0\)

This is a determinant of order 3 being set to zero, meaning there is some dependency among these rows. To solve this, consider the form of the determinant:

\(\Delta = \begin{vmatrix} a & a^2 & 1+a^3 \\ b & b^2 & 1+b^3 \\ c & c^2 & 1+c^3 \end{vmatrix}\)

Given that \(\Delta = 0\), let's analyze this determinant. Our goal is to find the value of \(abc\) such that this holds.

Expand the determinant:

The determinant is expanded as:

\(= a \begin{vmatrix} b^2 & 1+b^3 \\ c^2 & 1+c^3 \end{vmatrix} - a^2 \begin{vmatrix} b & 1+b^3 \\ c & 1+c^3 \end{vmatrix} + (1+a^3) \begin{vmatrix} b & b^2 \\ c & c^2 \end{vmatrix}\)

We simplify each minor:

First minor:

\(= (b^2(1+c^3) - (1+b^3)c^2)\)

Second minor:

\(= (b(1+c^3)-(1+b^3)c)\)

Third minor:

\(= (b c^2 - b^2 c)\)

Now substituting simplify:

\(a(b^2 \cdot 1 + b^2 c^3 - c^2 - b^3 c^2) - a^2 (b c^3 - c - b^3 c + b^3) + (1+a^3)(bc^2 - b^2c) = 0\)

By scrutinizing, a step that commonly simplifies from coplanar condition determinants being zero involves identifying values that lead all other conditions into $0$. Examine some simple values for such \(a, b, c\) where results get zero support factors typically:

The input determinant implies polynomial forms having boxed cyclic symmetry $a, b, c$ in turns concerning a single identity result \(c-a=0, b-a=0\).

Examining some permutation of popular sums like:

Calculating quickly by parity: enlist \(a = b = c = -1\) on symmetry reasoning, specific sign flip plays on roots taking:

Hence, optionally input and refix by \((abc) = -1\) making it satisfy.

Thus the value of \(abc = -1\), fulfilling the given condition.

Thus, the correct answer is:

-1

Was this answer helpful?
0