i'm trying to solve an excercice but I do not undestand why $z=\sqrt{2i}$ is equal to $z=1+i$. How can I become it?
Why is $z=\sqrt{2i}$ equal to $z=1+i$?
123 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 7 best solutions below
On
The notation $\sqrt{2i}$ does not make much sense here because for each non-zero complex number, there exists two distinct square roots.
In order to test whether a complex number is a square root of a given one, just compute the square.
$$(1+i)² = 1² + 2i + i² = 2i$$
On
Actually, unless you are more specific concerning the meaning of $\sqrt{\ }$, it is not true that $\sqrt{2i}$ is $1+i$. What happens is that $(1+i)^2=2i$ and therefore $1+i$ is a square root of $2i$. But $2i$ has another square root, namely $-1-i$. In fact, every complex number (except for $0$) has two and only two square roots.
On
Basically you have to solve a quadratic equation $z^2-2i =0$ and it clearly has complex roots. So let $z= a+ib$
Clearly, $(a+ib)^2= 2i$
Now, you can expand LHS and equate real & imaginary parts of LHS to real & imaginary parts of RHS.
$a^2-b^2 =0$ and
$2ab = 2$
Solving this you get $z= 1+i$ or $-1-i$
On
Given a complex number $z^2=c+di$, it's possible to find its square roots $z=\pm(a+bi)$ by use of these formulae: $$a=\pm\sqrt{\frac{c\pm|z^2|}{2}}, b=\pm\sqrt{\frac{-c\pm|z^2|}{2}}$$ If you'd like to know how I got these - ask!
In your case, $z^2=2i\to |z^2|=2, c=0$
Thus, $a=\pm\sqrt{\pm1},b=\pm\sqrt{\pm1}$
Testing these values by squaring the resulting complex number gives:
$$z=1+i\to (1+i)^2=1^2-1^2+2i=2i \text{(works)}$$ $$z=1-i\to (1-i)^2=1^2-1^2-2i=-2i\text{(fail)}$$ $$z=-1+i\to (-1+i)^2=1^2-1^2-2i=-2i\text{(fail)}$$ $$z=-1-i\to (-1-i)^2=1^2-1^2+2i=2i\text{(works)}$$
So your square roots are $z=\pm(1+i)$
On
As I can see you are rather interested in how to find such a square root. For this you may use
- $z= |z|e^{i\phi}=|z|(\cos \phi + i \sin \phi)$
- $i= e^{i\frac{\pi}{2}}$
- $e^{i(\phi + 2\pi k)}=e^{i\phi}$ for $k \in \mathbb{Z}$
So, you get $$\sqrt{2i}=\sqrt{2}\left( e^{i(\frac{\pi}{2} + 2\pi k)} \right)^{\frac{1}{2}}= \sqrt{2}e^{i(\frac{\pi}{4} + \pi k)}= \pm\sqrt{2}(\frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}}i) = \pm (1+i)$$
$$(1+i)^2=1+2i+i^2=1+2i-1=2i$$
So $(1+i)^2=2i$, this is however not the only solutions, since $-1-i$ would also do the trick. When working with real numbers $\sqrt{a}$ is defined as the positive root. Since there is no nice way to order $\mathbb{C}$ $\sqrt{2i}$ is ambigious.