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

Question

Let u=2z+izkiu = {{2z + i} \over {z - ki}}, z = x + iy and k > 0. If the curve represented by Re(u) + Im(u) = 1 intersects the y-axis at the points P and Q where PQ = 5, then the value of k is :

Options

Solution

Key Concepts and Formulas

  • Complex Number Representation: A complex number zz can be represented as z=x+iyz = x + iy, where xx is the real part (Re(z)) and yy is the imaginary part (Im(z)), and i=1i = \sqrt{-1}.
  • Complex Conjugate: The complex conjugate of z=x+iyz = x + iy is zˉ=xiy\bar{z} = x - iy. The product of a complex number and its conjugate is a real number: zzˉ=x2+y2z\bar{z} = x^2 + y^2.
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) in the Cartesian plane is given by (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. The distance between two points (0,y1)(0, y_1) and (0,y2)(0, y_2) on the y-axis is y2y1|y_2 - y_1|.

Step-by-Step Solution

Step 1: Express uu in terms of xx and yy

We are given u=2z+izkiu = \frac{2z + i}{z - ki} and z=x+iyz = x + iy. We need to substitute the expression for zz into uu and then rationalize the denominator to separate the real and imaginary parts.

u=2(x+iy)+i(x+iy)ki=2x+2iy+ix+iyki=2x+i(2y+1)x+i(yk)u = \frac{2(x + iy) + i}{(x + iy) - ki} = \frac{2x + 2iy + i}{x + iy - ki} = \frac{2x + i(2y + 1)}{x + i(y - k)}

To rationalize the denominator, multiply the numerator and denominator by the conjugate of the denominator, which is xi(yk)x - i(y - k):

u=2x+i(2y+1)x+i(yk)xi(yk)xi(yk)u = \frac{2x + i(2y + 1)}{x + i(y - k)} \cdot \frac{x - i(y - k)}{x - i(y - k)}

Step 2: Simplify the expression for uu

Now, expand the numerator and the denominator:

Numerator: (2x+i(2y+1))(xi(yk))=2x22xi(yk)+xi(2y+1)i2(2y+1)(yk)(2x + i(2y + 1))(x - i(y - k)) = 2x^2 - 2xi(y - k) + xi(2y + 1) - i^2(2y + 1)(y - k) Since i2=1i^2 = -1, =2x22ixy+2ixk+2ixy+ix+(2y+1)(yk)= 2x^2 - 2ixy + 2ixk + 2ixy + ix + (2y + 1)(y - k) =2x2+(2y22ky+yk)+i(x+2kx)= 2x^2 + (2y^2 - 2ky + y - k) + i(x + 2kx) =(2x2+2y22ky+yk)+i(x+2kx)= (2x^2 + 2y^2 - 2ky + y - k) + i(x + 2kx)

Denominator: (x+i(yk))(xi(yk))=x2i2(yk)2=x2+(yk)2(x + i(y - k))(x - i(y - k)) = x^2 - i^2(y - k)^2 = x^2 + (y - k)^2

So, u=2x2+2y22ky+ykx2+(yk)2+ix+2kxx2+(yk)2u = \frac{2x^2 + 2y^2 - 2ky + y - k}{x^2 + (y - k)^2} + i\frac{x + 2kx}{x^2 + (y - k)^2}

Step 3: Identify Re(u) and Im(u)

From the expression for uu, we have: Re(u)=2x2+2y22ky+ykx2+(yk)2Re(u) = \frac{2x^2 + 2y^2 - 2ky + y - k}{x^2 + (y - k)^2} Im(u)=x+2kxx2+(yk)2=x(1+2k)x2+(yk)2Im(u) = \frac{x + 2kx}{x^2 + (y - k)^2} = \frac{x(1 + 2k)}{x^2 + (y - k)^2}

Step 4: Apply the condition Re(u) + Im(u) = 1

We are given that Re(u)+Im(u)=1Re(u) + Im(u) = 1. Substituting the expressions for Re(u)Re(u) and Im(u)Im(u), we get:

2x2+2y22ky+ykx2+(yk)2+x(1+2k)x2+(yk)2=1\frac{2x^2 + 2y^2 - 2ky + y - k}{x^2 + (y - k)^2} + \frac{x(1 + 2k)}{x^2 + (y - k)^2} = 1 Combining the fractions: 2x2+2y22ky+yk+x+2kxx2+(yk)2=1\frac{2x^2 + 2y^2 - 2ky + y - k + x + 2kx}{x^2 + (y - k)^2} = 1 Multiplying both sides by the denominator: 2x2+2y22ky+yk+x+2kx=x2+(yk)22x^2 + 2y^2 - 2ky + y - k + x + 2kx = x^2 + (y - k)^2 2x2+2y22ky+yk+x+2kx=x2+y22ky+k22x^2 + 2y^2 - 2ky + y - k + x + 2kx = x^2 + y^2 - 2ky + k^2 x2+y2+x+2kx+ykk2=0x^2 + y^2 + x + 2kx + y - k - k^2 = 0

Step 5: Use the intersection with the y-axis (x = 0)

The curve intersects the y-axis, so we set x=0x = 0: (0)2+y2+(0)+2k(0)+ykk2=0(0)^2 + y^2 + (0) + 2k(0) + y - k - k^2 = 0 y2+ykk2=0y^2 + y - k - k^2 = 0

Step 6: Solve for y and find the distance PQ

Let y1y_1 and y2y_2 be the roots of the quadratic equation y2+y(k2+k)=0y^2 + y - (k^2 + k) = 0. The distance between the points P and Q is given by y1y2=5|y_1 - y_2| = 5.

Using Vieta's formulas, we know that y1+y2=1y_1 + y_2 = -1 and y1y2=(k2+k)y_1 y_2 = -(k^2 + k).

We also know that (y1y2)2=(y1+y2)24y1y2(y_1 - y_2)^2 = (y_1 + y_2)^2 - 4y_1y_2. Therefore, (y1y2)2=(1)24((k2+k))=1+4k2+4k(y_1 - y_2)^2 = (-1)^2 - 4(-(k^2 + k)) = 1 + 4k^2 + 4k Since y1y2=5|y_1 - y_2| = 5, we have (y1y2)2=25(y_1 - y_2)^2 = 25. 1+4k2+4k=251 + 4k^2 + 4k = 25 4k2+4k24=04k^2 + 4k - 24 = 0 k2+k6=0k^2 + k - 6 = 0 (k+3)(k2)=0(k + 3)(k - 2) = 0 So, k=3k = -3 or k=2k = 2.

Step 7: Apply the constraint k > 0

Since k>0k > 0, we have k=2k = 2.

Common Mistakes & Tips

  • Rationalizing the denominator: Make sure to multiply both the numerator and the denominator by the conjugate of the denominator.
  • Simplifying the equation: Carefully expand and simplify the expressions to avoid errors.
  • Dividing by a factor: Avoid dividing by a factor that could be zero, as you might lose a solution. Instead, factor and set each factor to zero.
  • Using Vieta's formulas: For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the sum of the roots is b/a-b/a and the product of the roots is c/ac/a.
  • Checking constraints: Always remember to check if your solution satisfies all the given constraints.

Summary

We started by expressing the complex number uu in terms of its real and imaginary parts. Then, we used the given condition Re(u)+Im(u)=1Re(u) + Im(u) = 1 to obtain an equation. By using the fact that the curve intersects the y-axis, we set x=0x = 0 and found a quadratic equation in terms of yy. We then used Vieta's formulas and the given distance PQ=5PQ = 5 to solve for kk. Finally, we applied the constraint k>0k > 0 to find the correct value of kk.

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

Practice More Complex Numbers Questions

View All Questions