
Christopher J. answered 09/21/20
Berkeley Grad Math Tutor (algebra to calculus)
Alexander:
Use the identity z1 = r1 * eθ1 * i = r1*(cos(θ1) + i*sin(θ1))
z2 = r2 * eθ2 * i = r2*(cos(θ2)+i*sin(θ2))
z1*z2 = r1*r2* e(θ1 + θ2)*i
We know |z2| = 2, so r2 = 2
We also know z1*z2 = 4 * (cos(5pi/6)+i*sin(5pi/6)). So r1*r2=4; since r2=2, r1 = 2.
Since Im(z1) = √3 and r1 = 2 , we must have 2*(sin(θ1)) = √3 or sin(θ1)=√3/2; take θ1 = pi/3
Now since θ1+θ2 = (5pi/6), we must have θ2 = (5pi/6)-(pi/3) = pi/2
We know have all the information needed to solve the problem
z1 = r1*(cos(θ1)+i*sin(θ1)) = 2* (cos(π/3)+i*sin(π/3))
z2 = r2*(cos(θ2)+i*sin(θ2)) = 2*(cos(π/2)+i*sin(π/2))
Let me know if you have any questions about what I did above.