Question:medium

If \(z_1 = 1 + i,\; z_2 = -2 + 3i,\; z_3 = \frac{ai}{3}\) are collinear, where \(i^2 = -1\), then value of \(a\) is:

Show Hint

For collinearity, always set imaginary part of ratio = 0.
Updated On: May 21, 2026
  • \(-1\)
  • 3
  • 4
  • 5
Show Solution

The Correct Option is D

Solution and Explanation

To find the value of \(a\) for which the complex numbers \(z_1 = 1 + i\), \(z_2 = -2 + 3i\), and \(z_3 = \frac{ai}{3}\) are collinear, we will use the concept of vectors representing complex numbers being collinear if the area formed by them is zero. 

The area of the triangle formed by three complex numbers \(z_1\), \(z_2\), and \(z_3\) is zero when they are collinear. This is equivalent to saying the determinant made up of these points should be zero.

The determinant is given by:

\[\begin{vmatrix} 1 & 1 & 1 \\ x_1 & x_2 & x_3 \\ y_1 & y_2 & y_3 \\ \end{vmatrix} = 0\]

Where \(z_1 = x_1 + iy_1\), \(z_2 = x_2 + iy_2\), and \(z_3 = x_3 + iy_3\).

Substitute the values:

\[\begin{vmatrix} 1 & 1 & 1 \\ 1 & -2 & 0 \\ 1 & 3 & \frac{a}{3} \\ \end{vmatrix} = 0\]

Calculate the determinant:

\[1\left((-2)\cdot\frac{a}{3} - 0\cdot3\right) - 1\left(1\cdot\frac{a}{3} - 0\cdot1\right) + 1\left(1\cdot3 - (-2)\cdot1\right) = 0\]

 

\[= 1\left(-\frac{2a}{3}\right) - \frac{a}{3} + 1\cdot5 = 0\]

Simplify the equation:

\[- \frac{2a}{3} - \frac{a}{3} + 5 = 0\]

 

\[- \frac{3a}{3} + 5 = 0\]

 

\[-a + 5 = 0\]

 

\[a = 5\]

Therefore, the value of \(a\) is 5, which makes the three points collinear.

Was this answer helpful?
0