Skip to main content
Back to Complex Numbers
JEE Main 2024
Complex Numbers
Complex Numbers
Hard

Question

For α,β,zC\alpha, \beta, z \in \mathbb{C} and λ>1\lambda > 1, if λ1\sqrt{\lambda-1} is the radius of the circle zα2+zβ2=2λ|z-\alpha|^{2}+|z-\beta|^{2}=2 \lambda, then αβ|\alpha-\beta| is equal to __________.

Answer: 2

Solution

Key Concepts and Formulas

  • Modulus of a Complex Number: For a complex number z=a+biz = a + bi, where aa and bb are real numbers, the modulus is defined as z=a2+b2|z| = \sqrt{a^2 + b^2}. Also, z2=zzˉ|z|^2 = z\bar{z}, where zˉ=abi\bar{z} = a - bi is the complex conjugate of zz.
  • General Equation of a Circle in the Complex Plane: The equation zz0=r|z - z_0| = r represents a circle with center z0z_0 and radius rr. The general form is zzˉ+Azˉ+Aˉz+k=0z\bar{z} + A\bar{z} + \bar{A}z + k = 0, where the center is A-A and the radius is A2k\sqrt{|A|^2 - k}.
  • Parallelogram Law: For complex numbers uu and vv, u+v2+uv2=2(u2+v2)|u + v|^2 + |u - v|^2 = 2(|u|^2 + |v|^2).

Step-by-Step Solution

Step 1: Expanding the Given Equation

We are given the equation zα2+zβ2=2λ|z - \alpha|^2 + |z - \beta|^2 = 2\lambda. We want to expand this equation using the property w2=wwˉ|w|^2 = w\bar{w}. zα2+zβ2=(zα)(zˉαˉ)+(zβ)(zˉβˉ)=2λ|z - \alpha|^2 + |z - \beta|^2 = (z - \alpha)(\bar{z} - \bar{\alpha}) + (z - \beta)(\bar{z} - \bar{\beta}) = 2\lambda Expanding the products, we get: zzˉzαˉzˉα+ααˉ+zzˉzβˉzˉβ+ββˉ=2λz\bar{z} - z\bar{\alpha} - \bar{z}\alpha + \alpha\bar{\alpha} + z\bar{z} - z\bar{\beta} - \bar{z}\beta + \beta\bar{\beta} = 2\lambda Combining like terms: 2zzˉz(αˉ+βˉ)zˉ(α+β)+α2+β2=2λ2z\bar{z} - z(\bar{\alpha} + \bar{\beta}) - \bar{z}(\alpha + \beta) + |\alpha|^2 + |\beta|^2 = 2\lambda

Step 2: Transforming to Standard Form

To get the equation into the standard form zzˉ+Azˉ+Aˉz+k=0z\bar{z} + A\bar{z} + \bar{A}z + k = 0, we divide the entire equation by 2: zzˉz(αˉ+βˉ)2zˉ(α+β)2+α2+β22=λz\bar{z} - \frac{z(\bar{\alpha} + \bar{\beta})}{2} - \frac{\bar{z}(\alpha + \beta)}{2} + \frac{|\alpha|^2 + |\beta|^2}{2} = \lambda zzˉ(αˉ+βˉ)2z(α+β)2zˉ+α2+β22λ2=0z\bar{z} - \frac{(\bar{\alpha} + \bar{\beta})}{2}z - \frac{(\alpha + \beta)}{2}\bar{z} + \frac{|\alpha|^2 + |\beta|^2 - 2\lambda}{2} = 0 Comparing this to the standard form, we identify the center as C=α+β2C = \frac{\alpha + \beta}{2} and the constant term as k=α2+β22λ2k = \frac{|\alpha|^2 + |\beta|^2 - 2\lambda}{2}. The radius squared is then R2=A2k=α+β22α2+β22λ2R^2 = |A|^2 - k = \left|\frac{\alpha + \beta}{2}\right|^2 - \frac{|\alpha|^2 + |\beta|^2 - 2\lambda}{2} R2=α+β24α2+β22λ2R^2 = \frac{|\alpha + \beta|^2}{4} - \frac{|\alpha|^2 + |\beta|^2 - 2\lambda}{2}

Step 3: Applying the Parallelogram Law and Solving for αβ|\alpha - \beta|

Using the Parallelogram Law, α+β2=2(α2+β2)αβ2|\alpha + \beta|^2 = 2(|\alpha|^2 + |\beta|^2) - |\alpha - \beta|^2. Substituting this into the expression for R2R^2: R2=2(α2+β2)αβ24α2+β22λ2R^2 = \frac{2(|\alpha|^2 + |\beta|^2) - |\alpha - \beta|^2}{4} - \frac{|\alpha|^2 + |\beta|^2 - 2\lambda}{2} R2=2(α2+β2)αβ22(α2+β22λ)4R^2 = \frac{2(|\alpha|^2 + |\beta|^2) - |\alpha - \beta|^2 - 2(|\alpha|^2 + |\beta|^2 - 2\lambda)}{4} R2=2α2+2β2αβ22α22β2+4λ4R^2 = \frac{2|\alpha|^2 + 2|\beta|^2 - |\alpha - \beta|^2 - 2|\alpha|^2 - 2|\beta|^2 + 4\lambda}{4} R2=4λαβ24R^2 = \frac{4\lambda - |\alpha - \beta|^2}{4} We are given that the radius is λ1\sqrt{\lambda - 1}, so R2=λ1R^2 = \lambda - 1. Therefore, λ1=4λαβ24\lambda - 1 = \frac{4\lambda - |\alpha - \beta|^2}{4} Multiplying both sides by 4 gives: 4λ4=4λαβ24\lambda - 4 = 4\lambda - |\alpha - \beta|^2 αβ2=4|\alpha - \beta|^2 = 4 Taking the square root of both sides: αβ=2|\alpha - \beta| = 2

Common Mistakes & Tips

  • Incorrect Expansion: Be careful with signs when expanding expressions like (zα)(zˉαˉ)(z-\alpha)(\bar{z}-\bar{\alpha}). A sign error will propagate through the entire solution.
  • Misapplication of Parallelogram Law: Ensure you remember the correct form of the Parallelogram Law.
  • Forgetting w2=wwˉ|w|^2 = w\bar{w}: This is the most important identity.

Summary

We expanded the given equation of the circle and transformed it into the standard form. We then used the Parallelogram Law to simplify the expression for the radius squared. Finally, we equated this expression to the given radius squared and solved for αβ|\alpha - \beta|, which represents the distance between the complex numbers α\alpha and β\beta. The final result is αβ=2|\alpha - \beta| = 2.

Final Answer The final answer is \boxed{2}, which corresponds to option (A).

Practice More Complex Numbers Questions

View All Questions