Complex Exponentiation 複素数の累乗
If complex multiplication is a spin and a stretch, then Complex Exponentiation () is a spiral.
複素数の掛け算が回転と伸縮だとすれば、複素数の累乗()は螺旋になります。
Let’s start with simple examples using positive integer exponents. When we calculate or , we apply the spin-and-stretch repeatedly. Each multiplication scales the magnitude and adds to the angle. You can picture this as tracing a spiral path. If we use real numbers as exponents, the spiral becomes continuous.
まずは、正の整数指数の簡単な例から始めましょう。 や を計算するときは、回転と伸縮を繰り返し適用しています。掛け算のたびに大きさは拡大・縮小し、角度は加算されます。これは、螺旋状の軌跡をたどるイメージで捉えられます。指数を実数にすると、その螺旋は連続になります。
Complex exponent formula
複素数の累乗の公式
Extending this to complex exponents is a little mind-boggling. It is not intuitive to picture what it means to raise a number to a complex power. Euler’s formula helps here as well.
これを複素数指数にまで拡張すると、少し(あるいはかなり)頭が混乱します。数を複素数乗するとはどういう意味かを直感的に思い描くのは難しいです。ここでもオイラーの公式が助けになります。
By definition, the natural logarithm () and the exponential function () are inverses of each other. This means that any positive number can be rewritten as:
定義より、自然対数()と指数関数()は互いに逆関数です。つまり、任意の正の数 は次のように書き換えられます:
If we replace with our base , we get:
を底 に置き換えると、次のようになります:
So can be written as:
は次のように書けます:
Applying the formula
公式を適用する
This form works very nicely with complex numbers as well. Here is how you can use it.
この形は複素数に対してもとても都合よく働きます。以下がその使い方です。
First, we convert the base into its polar form ( and )
まず、底 を極形式( と )に変換します。
Magnitude ():
Angle ():
Then the logarithm of is:
すると、 の対数は次のようになります:
So the exponent in the formula is:
したがって、公式の指数部分は次のようになります:
Real Part ():
Imaginary Part ():
Plugging this back into the formula
これを公式に戻して代入すると:
Intuition
直感的に捉える
If you look at and above, you can see how both parts are intertwined in complex exponentiation. The real part (), which controls size, is not just affected by the real part of the exponent (). It is also shrunk or grown by the angle of the base () multiplied by the imaginary part of the exponent (). The imaginary part (), which controls spin, is not just affected by the angle of the base. It is also rotated by the size of the base ().
と を見ると、複素数の累乗ではこの2つが絡み合っていることが分かります。サイズを決める実部()は、指数の実部()だけで決まるのではありません。底()の角度に指数の虚部()を掛けたものによっても縮んだり大きくなったりします。同様に、回転を決める虚部()は底の角度だけでなく、底の大きさ()によっても回転(位相)が変わります。
In the demo, try moving and to see this in action. To help, it draws the spiral from the original base, interpolating the exponent from (which does nothing) to the selected value of .
デモでは、 と を動かして挙動を確認してみてください。補助として、元の底から螺旋を描き、指数を (何もしない)から選択した の値へ補間しながら表示しています。