Lets say you have an equation with the following form.
$$(a+ib)^{c+id}$$
How do you go about doing it? I am very familiar with De Moivre's Theorem where d is zero and have that all set. I am unfamiliar with d being real not equal to zero.
Any additional information would be very helpful.
If $a, ,b, c, d\in\Re$ We first compute $$(a+bi)=r\times e^{i\theta}, r\neq 0$$
$\begin{eqnarray*}(a+bi)^{c+di}&=& (r\times e^{i\theta})^{c+di}\\ &=& (r^c\times e^{ci\theta})\times r^{di}\times e^{i\theta \times di}\\ &=&(r^c e^{-d\theta})\times e^{i(c\theta + d\times \ln{r})} \end{eqnarray*}\\$
Where $(r^c e^{-d\theta})$ is your radios and $e^{i(c\theta + d\times \ln{r})}$ is your unit complex number.