How to prove property of complex powers

288 Views Asked by At

I have the following problem:

If $b$ is real, prove that $|a^b|=|a|^b$. In this case, $a$ is complex number.

I know the definition of a complex power, $a^b=e^{b\log(a)} $, but I´m not sure how to use it.

2

There are 2 best solutions below

0
On

Let $a=|a|e^{i\theta}$. Then $$|a^b|=|e^{b \log a}|=|e^{b \log{|a|}+i\theta}|=|e^{b \log{|a|}}e^{i\theta}|=||a|^b|=|a|^b.$$

0
On

We can express $a$ as $r(\cos \theta + i\sin \theta)$. By De Moivre's Theorem, we have $$|a^b| = r^b|\cos b\theta + i\sin b\theta| = |a|^b.$$ The important part was that the absolute value of a complex number is multiplicative.