Analyzing the Setup
We are given a non-zero complex number
z=x+iy that satisfies the condition:
z2=i∣z∣2
Here, x and y are real numbers representing the coordinates of z in the Argand plane. The modulus squared is defined as ∣z∣2=x2+y2.
The Expansion
Substituting
z=x+iy into the given equation, we have:
(x+iy)2=i(x2+y2)
Expanding the left-hand side using the identity
(a+b)2=a2+2ab+b2, we obtain:
x2+(iy)2+2i(xy)=i(x2+y2)
Since
i2=−1, the expression simplifies to:
x2−y2+i(2xy)=i(x2+y2)
The Great Separation
For two complex numbers to be equal, their real and imaginary parts must be identical. Equating the real parts, we get:
x2−y2=0
This factors into (x−y)(x+y)=0, which implies that either y=x or y=−x. These represent two lines passing through the origin.
The Final Verdict
Next, we equate the imaginary parts:
2xy=x2+y2
We test our two candidate lines:
1. If y=x, the equation becomes 2x2=x2+x2, which simplifies to 2x2=2x2. This is a universal identity that holds for all $x
eq 0$.
2. If y=−x, the equation becomes 2x(−x)=x2+(−x)2, which simplifies to −2x2=2x2, or 4x2=0. This forces x=0 and y=0.
Since the problem specifies that z is a non-zero complex number, the origin (0,0) is excluded. Therefore, the only valid solution is the line y=x.
The complex number z must lie on the line y=x.