<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
]>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja-JP">
  <head>
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <title>三角関数、指数関数と複素数</title>
    <link type="text/css" href="../stylesheet/report-new.css" rel="stylesheet" />
    <script type="text/javascript" src="../script/ykanai.js"></script>
  </head>
  <body>
    <p><a href="numerical.html"><img src="../images/HOME.GIF" alt="上へ戻る"
      id="up1" onmouseover="mouseOver('up1', 'border')"
      onmouseout="mouseOver('up1', 'nonborder')" /></a></p>
    <h1>三角関数、指数関数と複素数</h1><hr />
    <p>マクローリン展開を適用してもよいが、そこまでしなくても、三角関数、指数関数の微分が理解できれば、それらの関数の無限級数展開を導くことができる。級数の形をつぎのようにする。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced><mi>x</mi></mfenced>
        <mo>=</mo>
        <munderover>
          <mo>&sum;</mo>
          <mrow>
            <mi>n</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&infin;</mi>
        </munderover>
        <msub><mi>a</mi><mi>n</mi></msub>
        <mo>&InvisibleTimes;</mo>
        <msup><mi>x</mi><mi>n</mi></msup>
        <mo>,</mo><mspace width="0.5em" />
        <msub><mi>a</mi><mi>n</mi></msub><mo>,</mo><mi>x</mi><mo>&in;</mo><mi>&reals;</mi>
        <mspace width="20em" />
        <mfenced><mn>1</mn></mfenced>
      </mrow>
    </math>
    <h2>1. 指数関数の級数展開</h2>
    <p>実数<math display="inline" xmlns="&mathml;">
      <mi>x</mi></math> に対する指数関数 <math display="inline" xmlns="&mathml;">
      <mrow>
        <mi>f</mi><mo>&ApplyFunction;</mo><mfenced><mi>x</mi></mfenced>
        <mo>=</mo>
        <msup><mi>e</mi><mi>x</mi></msup>
      </mrow></math> の微分は、つぎのようになる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mfrac>
          <mo>&DifferentialD;</mo>
          <mrow><mo>&DifferentialD;</mo><mi>x</mi></mrow>
        </mfrac>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <msup>
          <mi>e</mi>
          <mi>x</mi>
        </msup>
        <mo>=</mo>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
      </mrow>
    </math>
    <p>そこで、<math display="inline" xmlns="&mathml;">
      <mfenced><mn>1</mn></mfenced></math> 式にこの関係を適用すると、つぎの漸化式を得る。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msub><mi>a</mi><mi>n</mi></msub>
        <mo>=</mo>
        <mfenced>
          <mrow><mi>n</mi><mo>+</mo><mn>1</mn></mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <msub><mi>a</mi><mrow><mi>n</mi><mo>+</mo><mn>1</mn></mrow></msub>
      </mrow>
    </math>
    <p><math display="inline" xmlns="&mathml;">
      <mrow>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced><mn>0</mn></mfenced>
        <mo>=</mo>
        <mn>1</mn>
      </mrow></math> であるから、<math display="inline" xmlns="&mathml;">
        <mrow>
          <msub><mi>a</mi><mn>0</mn></msub>
          <mo>=</mo>
          <mn>1</mn>
        </mrow></math> となり、指数関数の級数展開としてつぎの無限級数を得る。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup><mi>e</mi><mi>x</mi></msup>
        <mo>=</mo>
        <munderover>
          <mo>&sum;</mo>
          <mrow><mi>n</mi><mo>=</mo><mn>0</mn></mrow>
          <mi>&infin;</mi>
        </munderover>
        <mfrac>
          <mn>1</mn>
          <mrow><mi>n</mi><mo>!</mo></mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup><mi>x</mi><mi>n</mi></msup>
        <mo>=</mo>
        <mn>1</mn><mo>+</mo>
        <mi>x</mi><mo>+</mo>
        <mfrac><mn>1</mn><mrow><mn>2</mn><mo>!</mo></mrow></mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup><mi>x</mi><mn>2</mn></msup><mo>+</mo>
        <mfrac><mn>1</mn><mrow><mn>3</mn><mo>!</mo></mrow></mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup><mi>x</mi><mn>3</mn></msup><mo>+</mo>
        <mfrac><mn>1</mn><mrow><mn>4</mn><mo>!</mo></mrow></mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup><mi>x</mi><mn>4</mn></msup><mo>+</mo>
        <mfrac><mn>1</mn><mrow><mn>5</mn><mo>!</mo></mrow></mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup><mi>x</mi><mn>5</mn></msup><mo>+</mo>
        <mo>&ctdot;</mo>
        <mspace width="6em" />
        <mfenced><mn>2</mn></mfenced>
      </mrow>
    </math>
    <h2>.2. 三角関数の級数展開</h2>
    <p>正弦関数 <math display="inline" xmlns="&mathml;">
      <mrow>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <mo>sin</mo>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
      </mrow></math> と余弦関数 <math display="inline" xmlns="&mathml;">
      <mrow>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <mo>cos</mo>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
      </mrow></math> の微分はつぎのようになる</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mfrac>
          <mo>&DifferentialD;</mo>
          <mrow><mo>&DifferentialD;</mo><mi>x</mi></mrow>
        </mfrac>
        <mo>sin</mo>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <mo>cos</mo>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>,</mo><mspace width="1em" />
        <mfrac>
          <mo>&DifferentialD;</mo>
          <mrow><mo>&DifferentialD;</mo><mi>x</mi></mrow>
        </mfrac>
        <mo>cos</mo>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <mo>-</mo>
        <mo>sin</mo>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
      </mrow>
    </math>
    <p>そこで、<math display="inline" xmlns="&mathml;">
      <mfenced><mn>1</mn></mfenced></math> 式にこの関係を適用すると、つぎの漸化式を得る。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msub><mi>a</mi><mi>n</mi></msub>
        <mo>=</mo>
        <mo>-</mo>
        <mi>n</mi><mo>&InvisibleTimes;</mo>
        <mfenced><mrow><mi>n</mi><mo>+</mo><mn>1</mn></mrow></mfenced>
        <mo>&InvisibleTimes;</mo>
        <msub><mi>a</mi><mrow><mi>n</mi><mo>+</mo><mn>2</mn></mrow></msub>
      </mrow>
    </math>
    <p>初期値はつぎの通りである。</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>f</mi><mo>&ApplyFunction;</mo>
          <mfenced>
            <mn>0</mn>
          </mfenced>
          <mo>=</mo>
          <msub><mi>a</mi><mn>0</mn></msub>
          <mo>=</mo>
          <mfenced open="{" close="">
            <mtable>
              <mtr>
                <mtd><mn>0</mn></mtd>
                <mtd><mo>sin</mo><mspace width="0.5em" /><mglyph>のとき</mglyph></mtd>
              </mtr>
              <mtr>
                <mtd><mn>1</mn></mtd>
                <mtd><mo>cos</mo><mspace width="0.5em" /><mglyph>のとき</mglyph></mtd>
              </mtr>
            </mtable>
          </mfenced>
        </mrow></math>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <msup><mi>f</mi><mo>'</mo></msup><mo>&ApplyFunction;</mo>
          <mfenced>
            <mn>0</mn>
          </mfenced>
          <mo>=</mo>
          <msub><mi>a</mi><mn>1</mn></msub>
          <mo>=</mo>
          <mfenced open="{" close="">
            <mtable>
              <mtr>
                <mtd><mn>1</mn></mtd>
                <mtd><mo>sin</mo><mspace width="0.5em" /><mglyph>のとき</mglyph></mtd>
              </mtr>
              <mtr>
                <mtd><mn>0</mn></mtd>
                <mtd><mo>cos</mo><mspace width="0.5em" /><mglyph>のとき</mglyph></mtd>
              </mtr>
            </mtable>
          </mfenced>
        </mrow></math>
    <p>これらから、つぎのように正弦関数と余弦関数の級数展開が得られる。</p>
    <math display="block" xmlns="&mathml;">
      <mtable>
        <mtr>
          <mtd>
            <mo>sin</mo>
            <mfenced>
              <mi>x</mi>
            </mfenced>
            <mo>=</mo>
            <munderover>
              <mo>&sum;</mo>
              <mrow><mi>n</mi><mo>=</mo><mn>0</mn></mrow>
              <mi>&infin;</mi>
            </munderover>
            <msup>
              <mfenced>
                <mrow>
                  <mo>-</mo><mn>1</mn>
                </mrow>
              </mfenced>
              <mi>n</mi>
            </msup>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfenced>
                  <mrow>
                    <mn>2</mn><mo>&InvisibleTimes;</mo><mi>n</mi>
                    <mo>+</mo><mn>1</mn>
                  </mrow>
                </mfenced>
                <mo>!</mo>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>x</mi>
              <mrow>
                <mn>2</mn><mi>n</mi><mo>&InvisibleTimes;</mo>
                <mo>+</mo><mn>1</mn></mrow>
            </msup>
            <mo>=</mo>
            <mi>x</mi>
            <mo>-</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mn>3</mn><mo>!</mo>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <msup><mi>x</mi><mn>3</mn></msup>
            <mo>+</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mn>5</mn><mo>!</mo>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <msup><mi>x</mi><mn>5</mn></msup>
            <mo>-</mo><mo>&ctdot;</mo>
            <mspace width="6.6em" />
            <mfenced>
              <mn>3</mn>
            </mfenced>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mo>cos</mo>
            <mfenced><mi>x</mi></mfenced>
            <mo>=</mo>
            <munderover>
              <mo>&sum;</mo>
              <mrow><mi>n</mi><mo>=</mo><mn>0</mn></mrow>
              <mi>&infin;</mi>
            </munderover>
            <msup>
              <mfenced>
                <mrow>
                  <mo>-</mo><mn>1</mn>
                </mrow>
              </mfenced>
              <mi>n</mi>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfenced>
                  <mrow>
                    <mn>2</mn><mo>&InvisibleTimes;</mo><mi>n</mi>
                  </mrow>
                </mfenced>
                <mo>!</mo>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>x</mi>
              <mrow>
                <mn>2</mn><mo>&InvisibleTimes;</mo><mi>n</mi>
              </mrow>
            </msup>
            <mo>=</mo>
            <mn>1</mn><mo>-</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mn>2</mn><mo>!</mo>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <msup><mi>x</mi><mn>2</mn></msup>
            <mo>+</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mn>4</mn><mo>!</mo>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <msup><mi>x</mi><mn>4</mn></msup>
            <mo>-</mo><mo>&ctdot;</mo>
            <mspace width="9em" />
            <mfenced><mn>4</mn></mfenced>
          </mtd>
        </mtr>
      </mtable>
    </math>
    <h2>3. オイラーの公式（複素三角関数）</h2>
    <p><math display="inline" xmlns="&mathml;">
        <mfenced><mn>2</mn></mfenced></math> 式で、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>x</mi><mo>&rarr;</mo>
          <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
          <mo>,</mo>
          <mspace width="0.5em" />
          <mi>&ImaginaryI;</mi><mo>=</mo>
          <msqrt><mrow><mo>-</mo><mn>1</mn></mrow></msqrt>
        </mrow></math> と置き換えると、その結果はつぎのようになる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup>
          <mi>e</mi>
          <mrow><mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi></mrow>
        </msup>
        <mo>=</mo>
        <mn>1</mn><mo>+</mo>
        <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi><mo>-</mo>
        <mfrac>
          <mn>1</mn>
          <mrow>
            <mn>2</mn><mo>!</mo>
          </mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>x</mi><mn>2</mn>
        </msup>
        <mo>-</mo>
        <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
        <mfrac>
          <mn>1</mn>
          <mrow>
            <mn>3</mn><mo>!</mo>
          </mrow>
        </mfrac>
        <mo>+</mo>
        <mfrac>
          <mn>1</mn>
          <mrow>
            <mn>4</mn><mo>!</mo>
          </mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>x</mi><mn>4</mn>
        </msup>
        <mo>+</mo>
        <mi>&ImaginaryI;</mi>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mn>1</mn>
          <mrow><mn>5</mn><mo>!</mo></mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>x</mi>
          <mn>5</mn>
        </msup>
        <mo>-</mo><mo>&ctdot;</mo>
        <mo>=</mo>
        <mo>cos</mo>
        <mfenced><mi>x</mi></mfenced><mo>+</mo>
        <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
        <mo>sin</mo>
        <mfenced><mi>x</mi></mfenced>
      </mrow>
    </math>
    <p>したがって、つぎのオイラーの公式を得る。</p>
    <dl class="theorem">
      <dt><b>オイラーの公式</b></dt>
      <dd>
        <math display="block" xmlns="&mathml;">
          <mrow>
            <msup>
              <mi>e</mi>
              <mrow><mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi></mrow>
            </msup>
            <mo>=</mo>
            <mo>cos</mo>
            <mfenced><mi>x</mi></mfenced><mo>+</mo>
            <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
            <mo>sin</mo>
            <mfenced><mi>x</mi></mfenced>
            <mspace width="16.5em" />
            <mfenced><mn>5</mn></mfenced>
          </mrow>
        </math>
      </dd></dl>
    <p>ここで、<math display="inline" xmlns="&mathml;">
        <mrow>
          <msup>
            <mi>e</mi>
            <mrow>
              <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
            </mrow>
          </msup>
        </mrow></math> を<b>複素三角関数</b>とよぶ。</p>
    <h3><math display="inline" xmlns="&mathml;">
        <msup>
          <mi>e</mi>
          <mrow>
            <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
          </mrow>
        </msup></math> の大きさ（絶対値）</h3>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup>
          <mfenced open="|" close="|">
            <msup>
              <mi>e</mi>
              <mrow>
                <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
              </mrow>
            </msup>
          </mfenced>
          <mn>2</mn>
        </msup>
        <mo>=</mo>
        <mfenced>
          <mrow>
            <mo>cos</mo>
              <mfenced><mi>x</mi></mfenced><mo>+</mo>
              <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
              <mo>sin</mo>
              <mfenced><mi>x</mi></mfenced>
            </mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <mfenced>
          <mrow>
            <mo>cos</mo>
              <mfenced><mi>x</mi></mfenced><mo>-</mo>
              <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
              <mo>sin</mo>
              <mfenced><mi>x</mi></mfenced>
            </mrow>
        </mfenced>
        <mo>=</mo>
        <msup>
          <mo>cos</mo>
          <mn>2</mn>
        </msup>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>+</mo>
        <msup>
          <mo>sin</mo>
          <mn>2</mn>
        </msup>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <mn>1</mn>
      </mrow>
    </math>
    <p>これより、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mfenced open="|" close="|">
            <msup>
              <mi>e</mi>
              <mrow>
                <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
              </mrow>
            </msup>
           </mfenced>
           <mo>=</mo><mn>1</mn>
         </mrow>
       </math> である。すなわち、<math display="inline" xmlns="&mathml;">
         <msup>
           <mi>e</mi>
           <mrow>
             <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
           </mrow>
         </msup>
       </math> は、複素平面上で原点を中心とした単位円上にある。</p>
    <h3>実三角関数</h3>
    <p>複素三角関数を使って、実三角関数がつぎのように定義される。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mo>cos</mo>
        <mfenced><mi>x</mi></mfenced>
        <mo>=</mo>
        <mfrac>
          <mrow>
            <msup>
              <mi>e</mi>
              <mrow>
                <mi>&ImaginaryI;</mi>
                <mo>&InvisibleTimes;</mo><mi>x</mi>
              </mrow>
            </msup>
            <mo>+</mo>
            <msup>
              <mi>e</mi>
              <mrow>
                <mo>-</mo>
                <mi>&ImaginaryI;</mi>
                <mo>&InvisibleTimes;</mo><mi>x</mi>
              </mrow>
            </msup>
          </mrow>
          <mn>2</mn>
        </mfrac>
        <mo>,</mo><mspace width="1em" />
        <mo>sin</mo>
        <mfenced><mi>x</mi></mfenced>
        <mo>=</mo>
        <mfrac>
          <mrow>
            <msup>
              <mi>e</mi>
              <mrow>
                <mi>&ImaginaryI;</mi>
                <mo>&InvisibleTimes;</mo><mi>x</mi>
              </mrow>
            </msup>
            <mo>-</mo>
            <msup>
              <mi>e</mi>
              <mrow>
                <mo>-</mo>
                <mi>&ImaginaryI;</mi>
                <mo>&InvisibleTimes;</mo><mi>x</mi>
              </mrow>
            </msup>
          </mrow>
          <mrow>
            <mn>2</mn>
            <mo>&InvisibleTimes;</mo>
            <mi>&ImaginaryI;</mi>
          </mrow>
        </mfrac>
      </mrow>
    </math>
    <h3>拡張されたドモアブルの定理</h3>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup>
          <mi>e</mi>
          <mrow>
            <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
            <mi>&alpha;</mi><mo>&InvisibleTimes;</mo>
            <mi>x</mi>
          </mrow>
        </msup>
        <mo>=</mo>
        <msup>
          <mfenced>
            <mrow>
              <mo>cos</mo>
              <mfenced><mi>x</mi></mfenced><mo>+</mo>
              <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
              <mo>sin</mo>
              <mfenced><mi>x</mi></mfenced>
            </mrow>
          </mfenced>
          <mi>&alpha;</mi>
        </msup>
        <mo>=</mo>
        <mo>cos</mo>
        <mfenced>
          <mrow>
            <mi>&alpha;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
          </mrow>
        </mfenced><mo>+</mo>
        <mi>&ImaginaryI;</mi><mo>&InvisibleTimes;</mo>
        <mo>sin</mo>
        <mfenced>
          <mrow>
            <mi>&alpha;</mi><mo>&InvisibleTimes;</mo><mi>x</mi>
          </mrow>
        </mfenced>
        <mo>,</mo>
        <mspace width="0.5em" />
        <mi>&alpha;</mi><mo>&in;</mo><mi>&reals;</mi>
        <mspace width="8em" />
        <mfenced><mn>6</mn></mfenced>
      </mrow>
    </math>
    <h3><math display="inline" xmlns="&mathml;">
        <mn>1</mn></math> の <math display="inline" xmlns="&mathml;">
        <mi>n</mi></math> 乗根</h3>
    <p><math display="inline" xmlns="&mathml;">
        <mi>n</mi></math> 乗すると <math displa="inline" xmlns="&mathml;">
        <mn>1</mn></math> になる数（複素数）は、つぎのように <math display="inline" xmlns="&mathml;">
        <mi>n</mi></math> 個ある。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msub>
          <mi>&omega;</mi><mi>k</mi>
        </msub>
        <mo>=</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mn>2</mn><mo>&InvisibleTimes;</mo><mi>&pi;</mi>
            <mo>&InvisibleTimes;</mo><mi>k</mi>
            <mo>&InvisibleTimes;</mo><mi>&ImaginaryI;</mi>
            <mo>/</mo><mi>n</mi>
          </mrow>
        </msup>
        <mo>,</mo>
        <mspace width="0.5em" />
        <mi>k</mi><mo>=</mo>
        <mn>0</mn><mo>,</mo>
        <mn>1</mn><mo>,</mo>
        <mn>2</mn><mo>,</mo>
        <mo>&ctdot;</mo><mo>,</mo><mi>n</mi><mo>-</mo><mn>1</mn>
      </mrow>
    </math>
    <p>これらが <math display="inline" xmlns="&mathml;">
        <mrow>
          <msup><mi>z</mi><mi>n</mi></msup>
          <mo>-</mo>
          <mn>1</mn>
          <mo>=</mo><mn>0</mn>
        </mrow>
      </math> の相異なる根であるから、<math display="inline" xmlns="&mathml;">
        <mrow>
          <msup><mi>z</mi><mi>n</mi></msup>
          <mo>-</mo>
          <mn>1</mn>
        </mrow></math> はつぎのように因数分解できる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup><mi>z</mi><mi>n</mi></msup>
        <mo>-</mo>
        <mn>1</mn>
        <mo>=</mo>
        <mfenced>
          <mrow>
            <mi>z</mi><mo>-</mo><msub><mi>&omega;</mi><mn>0</mn></msub>
          </mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <mfenced>
          <mrow>
            <mi>z</mi><mo>-</mo><msub><mi>&omega;</mi><mn>1</mn></msub>
          </mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <mfenced>
          <mrow>
            <mi>z</mi><mo>-</mo><msub><mi>&omega;</mi><mn>2</mn></msub>
          </mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo><mo>&ctdot;</mo><mo>&InvisibleTimes;</mo>
        <mfenced>
          <mrow>
            <mi>z</mi><mo>-</mo>
            <msub><mi>&omega;</mi><mrow><mi>n</mi><mo>-</mo><mn>1</mn></mrow></msub>
          </mrow>
        </mfenced>
      </mrow>
    </math>
    <h2>4. いろいろな複素数値</h2>
    <h3><math display="inline" xmlns="&mathml;">
      <msup>
        <mi>e</mi>
        <mrow>
          <mi>&pi;</mi>
          <mo>&InvisibleTimes;</mo>
          <mi>&ImaginaryI;</mi>
        </mrow>
      </msup>
    </math> の値</h3>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup>
          <mi>e</mi>
          <mrow>
            <mi>&pi;</mi>
            <mo>&InvisibleTimes;</mo>
            <mi>&ImaginaryI;</mi>
          </mrow>
        </msup>
        <mo>=</mo>
        <mo>-</mo><mn>1</mn>
        <mo>,</mo><mspace width="0.5em" />
        <mo>&therefore;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mi>&pi;</mi>
            <mo>&InvisibleTimes;</mo>
            <mi>&ImaginaryI;</mi>
          </mrow>
        </msup>
        <mo>+</mo><mn>1</mn><mo>=</mo><mn>0</mn>
      </mrow>
    </math>
    <h3><math display="inline" xmlns="&mathml;">
      <msqrt><mi>&ImaginaryI;</mi></msqrt></math> の値</h3>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&ImaginaryI;</mi><mo>=</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mfenced>
              <mrow>
                <mn>1</mn><mo>/</mo><mn>2</mn>
                <mo>+</mo><mn>2</mn><mo>&InvisibleTimes;</mo><mi>n</mi>
              </mrow>
            </mfenced>
            <mo>&InvisibleTimes;</mo>
            <mi>&pi;</mi><mo>&InvisibleTimes;</mo>
            <mi>&ImaginaryI;</mi>
          </mrow>
        </msup>
        <mo>,</mo><mspace width="0.5em" />
        <mo>&forall;</mo><mi>n</mi>
        <mo>&in;</mo><mi>&integers;</mi>
        <msace width="1em" />
        <mo>&therefore;</mo>
        <msqrt><mi>&ImaginaryI;</mi></msqrt>
        <mo>=</mo>
                <msup>
          <mi>e</mi>
          <mrow>
            <mfenced>
              <mrow>
                <mn>1</mn><mo>/</mo><mn>4</mn>
                <mo>+</mo><mi>n</mi>
              </mrow>
            </mfenced>
            <mo>&InvisibleTimes;</mo>
            <mi>&pi;</mi><mo>&InvisibleTimes;</mo>
            <mi>&ImaginaryI;</mi>
          </mrow>
        </msup>
        <mo>=</mo>
        <mo>&pm;</mo>
        <mfrac>
          <mrow>
            <mn>1</mn><mo>+</mo><mi>&ImaginaryI;</mi>
          </mrow>
          <mn>2</mn>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msqrt><mn>2</mn></msqrt>
      </mrow>
    </math>
    <h3><math display="inline" xmlns="&mathml;">
      <msup><mi>&ImaginaryI;</mi><mi>&ImaginaryI;</mi></msup></math> の値</h3>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>&ImaginaryI;</mi><mo>=</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mfenced>
                <mrow>
                  <mn>1</mn><mo>/</mo><mn>2</mn>
                  <mo>-</mo><mn>2</mn><mo>&InvisibleTimes;</mo><mi>n</mi>
                </mrow>
              </mfenced>
              <mo>&InvisibleTimes;</mo>
              <mi>&pi;</mi><mo>&InvisibleTimes;</mo>
              <mi>&ImaginaryI;</mi>
            </mrow>
          </msup>
          <mo>,</mo><mspace width="0.5em" />
          <mo>&forall;</mo><mi>n</mi>
          <mo>&in;</mo><mi>&integers;</mi>
          <mspace width="1em" />
          <mo>&therefore;</mo>
          <msup><mi>&ImaginaryI;</mi><mi>&ImaginaryI;</mi></msup>
          <mo>=</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mfenced>
                <mrow>
                  <mn>2</mn><mo>&InvisibleTimes;</mo><mi>n</mi>
                  <mo>-</mo>
                  <mn>1</mn><mo>/</mo><mn>2</mn>
                </mrow>
              </mfenced>
              <mo>&InvisibleTimes;</mo><mi>&pi;</mi>
            </mrow>
          </msup>
        </mrow>
      </math>
    <hr />
    <p style="text-align: right">First presented on 2007/05/23, Last updated on 2007/06/23</p>
    <p><a href="numerical.html"><img src="../images/HOME.GIF" alt="上へ戻る"
      id="up2" onmouseover="mouseOver('up2', 'border')"
      onmouseout="mouseOver('up2', 'nonborder')" /></a></p>
  </body>
</html>
