how to solve $z^2 +3|z| = 0 , z$ complex ? treating the complex number as $a+bi $ or anything similar didnt help much...also solving like simple algebric equations also didnt prove effective and didnt solve this the right way. are there other methods to solution?
2026-04-21 21:11:26.1776805886
On
complex numbers quadratic equation question
99 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
2
On
HINT:
$z^2=-3|z|$ which is real $\implies z$ is either purely imaginary or purely real as demonstrated below
$z=a+ib\implies a^2-b^2+2abi+2\sqrt{a^2+b^2}=0$
Equating the imaginary parts, $ab=0$
Using $z=re^{it}$, you have $$r^2e^{2it}+3r=0$$ $$r(re^{2it}+3)=0\ .$$ Hence $r=0$. i.e. z=0, and $re^{2it}=-3$, i.e r=3 and $e^{2it}=-1$, i.e. $e^{it}=\pm i$.
The three solutions are thus $z=0$ and $z=\pm 3i$.