For example, if you have a question: $$z^2 = 3(9 + √8i + 16i^2)$$ how would you find its polar and rectangular form? the general equation is $z = a+bi$ but in this equation simplifying it would give $\sqrt{i}$, how would i go about it?
2026-05-14 20:11:25.1778789485
On
How to find polar and rectangular form of $z$ if $z^2$ is given?
702 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
A direct attack is by
$$z^2=(x+iy)^2=x^2-y^2+2ixy=a+ib$$
equivalent to the system
$$\begin{cases}x^2-y^2&=a,\\2xy&=b.\end{cases}$$
Multiplying by $x^2$,
$$x^4-x^2y^2=x^4-\frac{b^2}4=ax^2$$ is a biquadratic equation that has two real solutions in $x,y$.
In polar form,
$$z^2=(re^{i\theta})^2=r^2e^{2i\theta}=\sqrt{a^2+b^2}e^{i\arctan b/a}$$
gives
$$r=\sqrt[4]{a^2+b^2},\\\theta=\frac12\arctan\frac ba+ik\pi.$$
It is very easy to square root a complex number when it is in modulus argument form. First of all, get rid of the $i^2$ abd replace it with -1. You can then find the modulus of $z^2$ by adding the squares of the real and imaginary parts and then square rooting, i.e by using Pythagoras' theorem. You can then find the argument, $\theta$, given by $\tan{\theta}=\frac{y}{x}$, where x is the real part of $z^2$ and y is the imaginary part. To find z, square root the modulus and divide the argument by two. The other solution is this multiplied by minus one.