質問<944>
「「複素数・極形式」」
日付 2002/9/6
質問者 ありす


問1
 rはr>1を満たす実数とする。複素数zがlzl=rを満たすとき、
z+1/zの絶対値の最大値及び最小値を求めよ。
またそのときのzの値も求めよ。

問2
 iは虚数単位とする。自然数nに対して
(cosシータ+isinシータ)^n=cosnシータ+sinnシータが成り立つ
ことを、数学的帰納法を用いて証明せよ。

お便り
日付 2002/9/11
回答者 tetsuya kobayashi


(1)
0 ≦ θ < 2 とし、z = r(cos θ + i sin θ)とおくと、

\(\frac{1}{z}=\frac{1}{r}(\cos \theta -i\sin \theta )\) だから、

\(z+\frac{1}{z}=(r+\frac{1}{r})\cos \theta +i(r-\frac{1}{r})\sin \theta\) で、

\(\vert z+\frac{1}{z}\vert ^{2}=(r+\frac{1}{r})^{2}\cos ^{2}\theta +(r-\frac{1}{r})^{2}\sin ^{2}\theta\)

\(=r^{2}+\frac{1}{r^{2}}+2(\cos ^{2}\theta -\sin ^{2}\theta )\)

\(=r^{2}+\frac{1}{r^{2}}+2\cos 2\theta\)

したがって、

\(\vert z+\frac{1}{z}\vert\) は、z=rまたはz=-rのとき最大値 \(r+\frac{1}{r}\) をとり、

      z=irまたはz=-irのとき最小値 \(r-\frac{1}{r}\) をとる。………(答)

(2)
与式はn = 1 のとき明らかに成立する。

k ≧ 1 とし、n = k のとき成立すると仮定する。

すなわち
(cosθ+isinθ)k=coskθ+isinkθ
を仮定する。

このとき、

\((\cos \theta +i\sin \theta )^{k+1}=(\cos \theta +i\sin \theta )(\cos \theta +i\sin \theta )^{k}\)

\(=(\cos \theta +i\sin \theta )(\cos k\theta +i\sin k\theta )\)

\(=(\cos \theta \cos k\theta -\sin \theta \sin k\theta )+i(\sin \theta \cos k\theta +\cos \theta \sin k\theta )\)

\(=\cos (k+1)\theta +i\sin (k+1)\theta\)

              加法定理

よって、n=k+1のときも成立する。

以上より、題意は示された。