Sum of squares of modulus of all the complex numbers z satisfying z=iz2+z2−z is equal to ___________.
Answer: 2
Solution
Key Concepts and Formulas
Complex Number Representation:z=x+iy, where x is the real part (Re(z)) and y is the imaginary part (Im(z)).
Conjugate of a Complex Number:z=x−iy
Modulus Squared:∣z∣2=x2+y2
Equality of Complex Numbers:a+bi=c+di if and only if a=c and b=d.
Step-by-Step Solution
Step 1: Substitute z=x+iy and Expand
The given equation is:
z=iz2+z2−z
We substitute z=x+iy and z=x−iy into the equation. Also, we calculate z2=(x+iy)2=x2+2ixy−y2=(x2−y2)+2ixy. Then, iz2=i(x2−y2+2ixy)=i(x2−y2)−2xy. Substituting these into the original equation yields:
x−iy=i((x+iy)2)+(x+iy)2−(x+iy)x−iy=i(x2−y2+2ixy)+(x2−y2+2ixy)−(x+iy)x−iy=i(x2−y2)−2xy+x2−y2+2ixy−x−iy
Now, we group the real and imaginary parts:
x−iy=(x2−y2−2xy−x)+i(x2−y2+2xy−y)
This step is crucial to separate the complex equation into two real equations.
Step 2: Equate Real and Imaginary Parts
We equate the real parts on both sides of the equation:
x=x2−y2−2xy−x
Rearranging the terms, we get:
2x=x2−y2−2xy…(1)
Next, we equate the imaginary parts:
−y=x2−y2+2xy−y
Rearranging the terms, we get:
0=x2−y2+2xy…(2)
Now we have a system of two real equations with two variables.
Step 3: Solve the System of Equations
We have the following system of equations:
2x=x2−y2−2xy…(1)0=x2−y2+2xy…(2)
From equation (2), we can write:
x2−y2=−2xy…(3)
Substituting (3) into (1), we get:
2x=−2xy−2xy2x=−4xy2x+4xy=02x(1+2y)=0
This gives us two cases:
Case A:x=0
Case B:1+2y=0⟹y=−21
Case A: x=0
Substituting x=0 into equation (2):
02−y2+2(0)y=0−y2=0y=0
So, z1=0+0i=0.
Case B: y=−21
Substituting y=−21 into equation (2):
x2−(−21)2+2x(−21)=0x2−41−x=04x2−4x−1=0
Using the quadratic formula, x=2a−b±b2−4ac, where a=4, b=−4, and c=−1:
x=84±16−4(4)(−1)x=84±32x=84±42x=21±2
So we have two solutions for x:
x2=21+2x3=21−2
Thus, we have two more complex numbers:
z2=21+2−21iz3=21−2−21i
The solutions are z1=0, z2=21+2−21i, and z3=21−2−21i.
Therefore, the sum of the squares of the moduli is:
0+22+2+22−2=24=2
Common Mistakes & Tips
Carefully handle the signs and imaginary unit 'i' during expansion and simplification.
Remember to consider both cases when factoring an equation like 2x(1+2y)=0.
Double-check the quadratic formula calculations to avoid errors.
Summary
By substituting z=x+iy into the given equation and equating the real and imaginary parts, we obtained a system of two real equations. Solving this system yielded three complex number solutions. Finally, calculating the sum of the squares of the moduli of these solutions gave us the answer.