If I have a complex number say, $z = 2 + i$ and I wanted to raise it to a complex power, how can I make sense of it. That is, $z^w = (2+i)^w $ where $w$ is any complex number.
Actually I attempted expanding the $(2+i)^n$ where I thought of $n$ as an integer. As I expand in wolframAlpha online, in addition it also tells that it is periodic with $n = \frac{2 \pi i}{log(2+i)}$ where $log(x)$ is natural log. What does the periodicity mean here. Is it possible to figure out the integer values in the neighborhood of the periodicity as above?
Any help or suggested reading is greatly appreciated.