StepWorking
01Given
Non-zero complex numbers z1=a1+ib1 and z2=a2+ib2 with a1,b1,a2,b2∈R, satisfying Re(z1z2)=0 and Re(z1+z2)=0.
02Goal
Determine the possible signs of Im(z1)=b1 and Im(z2)=b2 from the statements A, B, C, D.
03Approach
Express the real parts in terms of a1,a2,b1,b2 and relate b1b2 to a1,a2 to determine the sign of the product b1b2.
04Execute
From Re(z1+z2)=0, we have a1+a2=0⟹a2=−a1. Since z1z2=(a1a2−b1b2)+i(a1b2+a2b1), the condition Re(z1z2)=0 yields a1a2−b1b2=0⟹b1b2=a1a2=−a12. If a1=0, then a2=0, giving b1b2=0, which implies b1=0 or b2=0, contradicting that z1,z2 are non-zero. Thus, a1=0, which gives b1b2=−a12<0. Therefore, b1 and b2 must have opposite signs, making B and C possible.
✓Verify
Let z1=1+i and z2=−1+i. Then z1+z2=2i⟹Re(z1+z2)=0. Also z1z2=(1+i)(−1+i)=−1−1=−2=0. But if z1=1+i and z2=−1−i, then z1z2=(1+i)(−(1+i))=−2i, so Re(z1z2)=0 and Re(z1+z2)=0. Here Im(z1)=1>0 and Im(z2)=−1<0 (Case C). Conjugating gives Case B. Thus B and C are valid.