Question:medium

Let a circle C in complex plane pass through the points \(z_1 = 3 + 4i\)\(z_2 = 4 + 3i\) and \(z_3 = 5i\). If \(z(≠z_1)\) is a point on C such that the line through \(z\) and \(z_1\) is perpendicular to the line through \(z_2\) and \(z_3\), then \(arg\ (z)\) is equal to:

Updated On: Mar 19, 2026
  • \(tan^{-1}(\frac {2}{\sqrt5})-\pi\)

  • \(tan^{-1}(\frac {24}{7})-\pi\)

  • \(tan^{-1}(3)-\pi\)

  • \(tan^{-1}(\frac 34)-\pi\)

Show Solution

The Correct Option is B

Solution and Explanation

To solve this problem, we need to evaluate the argument of the complex number \( z \) such that the line connecting \( z \) and \( z_1 \) is perpendicular to the line connecting \( z_2 \) and \( z_3 \). Let's proceed step-by-step:

  1. Identify the gradients of the lines involved:
    • The gradient of the line through two points \( z_2 = 4 + 3i \) and \( z_3 = 5i \) is given by the difference of their imaginary and real parts:
      m_1 = \frac{\operatorname{Im}(z_3) - \operatorname{Im}(z_2)}{\operatorname{Re}(z_3) - \operatorname{Re}(z_2)} = \frac{5 - 3}{0 - 4} = -\frac{1}{2}
    • Let \( z = x + yi \), then the gradient of the line through \( z \) and \( z_1 = 3 + 4i \) is:
      m_2 = \frac{y - 4}{x - 3}
  2. Since the lines are perpendicular, their products of slopes must satisfy:
    m_1 \cdot m_2 = -1
    -\frac{1}{2} \cdot \frac{y - 4}{x - 3} = -1
    \Rightarrow \frac{y - 4}{x - 3} = 2
  3. Solve for the relation between \( x \) and \( y \):
    y - 4 = 2(x - 3)
    y - 4 = 2x - 6
    y = 2x - 2
  4. Find the argument \( \text{arg}(z) \) for the line described by \( z = x + yi \) where \( y = 2x - 2 \):
    • Using the parameterization \( x = \frac{3}{2}, y = 1 \) for simplicity in slope calculation (any specific example on this line), we have:
      z = \frac{3}{2} + i
    • Thus, the tangent of the argument is:
      \operatorname{tan}(\theta) = \frac{y}{x} = \frac{1}{\frac{3}{2}} = \frac{2}{3}
  5. To adjust the angle to the correct quadrant and evaluate its argument:
    • Convert to \( \text{arg}(z) \):
      \theta = \tan^{-1}(\frac{24}{7}) - \pi

Therefore, the argument of \( z \) is given by \( \theta = \tan^{-1}(\frac{24}{7}) - \pi \), consistent with the valid option.

Was this answer helpful?
0