Complex numbers finding roots

52 Views Asked by At

How can i find the 4 roots of the below equation by using the exponential method? enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

Let $z_1 = 5+3j$

Converting to polar coordinates gives ;

$z_1 = \sqrt{34}e^{j\arctan(\frac35)}$

Now;

$z^4 = z_1(1)$

$z^4 = \sqrt{34}e^{j\arctan(\frac35)}\cdot e^{2k\pi j}$ $\quad$as $1= e^{2k\pi j}$

$z^4= \sqrt{34}e^{j\arctan(\frac35)}\cdot e^{2k\pi j}$

$z =(34)^{\frac18}e^{\frac{\arctan(\frac35)}{4}j} \cdot e^{\frac{2k\pi}4 j}$

$z = (34)^{\frac18}e^{\frac{\big(2k\pi+\arctan(\frac35)\big)}{4}j} $

So letting $k = 0,1,2,3$ gives us the 4 roots;

Which are $(34)^{\frac18}e^{\frac{\big(\arctan(\frac35)\big)}{4}j} ,(34)^{\frac18}e^{\frac{\big(2\pi+\arctan(\frac35)\big)}{4}j},(34)^{\frac18}e^{\frac{\big(4\pi+\arctan(\frac35)\big)}{4}j},(34)^{\frac18}e^{\frac{\big(6\pi+\arctan(\frac35)\big)}{4}j}$