next up previous
Next: 6 伝達関数 1次の場合 Up: オーディオのための交流理論入門 Previous: 4 複数の素子を組み合わせた場合


5 複素数

5.1 ベクトル図ではなぜめんどうなのか

前節で使ったベクトル図では,ベクトルの長さが正弦波の振幅を, 方向が正弦波の初期位相を表していました. ベクトルの長さは計算で求められましたが, 方向は図の上で表していました. 特に,コンデンサやコイルによって,位相が 90o ずれることを, 数式としてではなく,図で表していました.

位相を変化させることは,数式でも表せます. 図31のように, 振幅が r,初期位相が $ \phi$ の正弦波の位相を $ \theta$ だけ進めることを 考えましょう.

図 31: ベクトルの回転
\begin{figure}\input{figs/vec_rotate}
\end{figure}

図より,

x = r cos$\displaystyle \phi$ (58)
y = r sin$\displaystyle \phi$ (59)
x' = r cos($\displaystyle \phi$ + $\displaystyle \theta$) (60)
y' = r sin($\displaystyle \phi$ + $\displaystyle \theta$) (61)

加法定理を使うと,
x' = r cos($\displaystyle \phi$ + $\displaystyle \theta$)  
  = r cos$\displaystyle \phi$cos$\displaystyle \theta$ - r sin$\displaystyle \phi$sin$\displaystyle \theta$  
  = x cos$\displaystyle \theta$ - y sin$\displaystyle \theta$ (62)
y' = r sin($\displaystyle \phi$ + $\displaystyle \theta$)  
  = r cos$\displaystyle \phi$sin$\displaystyle \theta$ + r sin$\displaystyle \phi$cos$\displaystyle \theta$  
  = x sin$\displaystyle \theta$ + y cos$\displaystyle \theta$ (63)

これを行列を使って表すと,

$\displaystyle \left(\vphantom{\begin{array}{c} x' \\  y'\end{array}}\right.$$\displaystyle \begin{array}{c} x' \\  y'\end{array}$$\displaystyle \left.\vphantom{\begin{array}{c} x' \\  y'\end{array}}\right)$ = $\displaystyle \left(\vphantom{\begin{array}{cc} \cos\theta & -\sin\theta \\
\sin\theta & \cos\theta \end{array}}\right.$$\displaystyle \begin{array}{cc} \cos\theta & -\sin\theta \\
\sin\theta & \cos\theta \end{array}$$\displaystyle \left.\vphantom{\begin{array}{cc} \cos\theta & -\sin\theta \\
\sin\theta & \cos\theta \end{array}}\right)$$\displaystyle \left(\vphantom{\begin{array}{c} x \\  y \end{array}}\right.$$\displaystyle \begin{array}{c} x \\  y \end{array}$$\displaystyle \left.\vphantom{\begin{array}{c} x \\  y \end{array}}\right)$ (64)
となります. 一応,数式で表せたのですが,行列を使わねばなりません.

これまで,xy 平面を使ってきましたが, y 軸を虚数とすることで,このめんどうなベクトルの回転の計算が, 単純な掛け算になってしまいます. 複素数を使うことによって,たとえば電圧と電流の関係を,その大きさだけでなく, 位相を含めてオームの法則と同様な式で表すことができるようになります.

5.2 複素数の計算

複素数(complex number)は, 実数 a と虚数 jb3 を組み合わせた数です. すなわち,

Z = a + jb        (直角座標表示またはガウス平面表示) (65)
です. j は,虚数単位で,

j2 = - 1 (66)
です. 複素数は,横軸に実数軸,縦軸に虚数軸をとった複素平面上の点を表していると考えられます. 与えられた Z から,実数部 a および虚数部 b を取り出す操作を,次の式で表します.
a = $\displaystyle \Re$Z (67)
b = $\displaystyle \Im$Z (68)

図 32: 複素数の表示
\begin{figure}\input{figs/comp}
\end{figure}

また,複素平面上の点は,原点 O からの距離 r と,実数軸からの角度 $ \theta$ で表すこともできます.

Z = r$\displaystyle \angle$$\displaystyle \theta$        (ベクトル表示) (69)
rZ大きさまたは絶対値(absolute value)といい, $ \theta$Z偏角(angle)といいます. これらは,それぞれ正弦波の振幅,(初期)位相です. 与えられた Z から大きさや偏角を取り出す操作を,次の式で表します.
r = | Z| (70)
$\displaystyle \theta$ = arg Z (71)

複素数の直角座標表示とベクトル表示を比較すると, 次の関係がわかります.

r = $\displaystyle \sqrt{{a^2 + b^2}}$ (72)
tan$\displaystyle \theta$ = $\displaystyle {\frac{{b}}{{a}}}$ (73)
a = r cos$\displaystyle \theta$ (74)
b = r sin$\displaystyle \theta$ (75)

5.2.1 加減算

Z1 = a + jbZ2 = c + jd を加えると,

Z3 = Z1 + Z2 = (a + jb) + (c + jd )= (a + c) + j(b + d ) (76)
図 33: 複素数の加算
\begin{figure}\input{figs/comp_add}
\end{figure}

5.2.2 乗除算

Z1 = a + jbZ2 = c + jd を掛け合わせると,

Z3 = Z1Z2  
  = (a + jb)(c + jd )  
  = ac + jad + jbc + j2bd  
  = (ac - bd )+ j(ad + bc)  

Z1, Z2, Z3 をベクトル表示にすると,
r1 = | Z1| = $\displaystyle \sqrt{{a^2 + b^2}}$  
$\displaystyle \theta_{1}^{}$ = arg Z1 = tan-1$\displaystyle {\frac{{b}}{{a}}}$  
r2 = | Z2| = $\displaystyle \sqrt{{c^2+d^2}}$  
$\displaystyle \theta_{2}^{}$ = arg Z2 = tan-1$\displaystyle {\frac{{d}}{{c}}}$  
r3 = | Z3| = $\displaystyle \sqrt{{(ac-bd)^2+(ad+bc)^2}}$  
  = $\displaystyle \sqrt{{a^2c^2-2abcd+b^2d^2+a^2d^2+2abcd+b^2c^2}}$  
  = $\displaystyle \sqrt{{a^2c^2+b^2d^2+a^2d^2+b^2c^2}}$  
  = $\displaystyle \sqrt{{(a^2+b^2)(c^2+d^2)}}$  
  = r1r2  
$\displaystyle \theta_{3}^{}$ = arg Z3 = tan-1$\displaystyle {\frac{{ad+bc}}{{ac-bd}}}$  
  = tan-1$\displaystyle {\frac{{ad/ac+bc/ac}}{{1-bd/ac}}}$  
  = tan-1$\displaystyle {\frac{{d/c+b/a}}{{1-(b/a)(d/c)}}}$  
  = tan-1$\displaystyle {\frac{{\tan\theta_1+\tan\theta_2}}{{1-\tan\theta_1 \tan\theta_2}}}$  
  = tan-1tan($\displaystyle \theta_{1}^{}$ + $\displaystyle \theta_{2}^{}$)  
  = $\displaystyle \theta_{1}^{}$ + $\displaystyle \theta_{2}^{}$  

となるので, 複素数の乗算は,大きさを掛け合わせ,偏角を加えることになります. すなわち,

Z3 = Z1Z2 = (r1$\displaystyle \angle$$\displaystyle \theta_{1}^{}$)(r2$\displaystyle \angle$$\displaystyle \theta_{2}^{}$) = r1r2$\displaystyle \angle$($\displaystyle \theta_{1}^{}$ + $\displaystyle \theta_{2}^{}$) (77)
図 34: 複素数の乗算
\begin{figure}\input{figs/comp_mult}
\end{figure}

割り算の場合は,

Z3 = $\displaystyle {\frac{{Z_1}}{{Z_2}}}$  
  = $\displaystyle {\frac{{a+jb}}{{c+jd}}}$  
  = $\displaystyle {\frac{{a+jb}}{{c+jd}}}$ . $\displaystyle {\frac{{c-jd}}{{c-jd}}}$  
  = $\displaystyle {\frac{{(ac+bd)+j(bc-ad)}}{{c^2+d^2}}}$  
  = $\displaystyle {\frac{{ac+bd}}{{c^2+d^2}}}$ + j$\displaystyle {\frac{{bc-ad}}{{c^2+d^2}}}$  
r3 = $\displaystyle {\frac{{\sqrt{(ac+bd)^2+(bc-ad)^2}}}{{c^2+d^2}}}$  
  = $\displaystyle {\frac{{\sqrt{a^2c^2+2abcd+b^2d^2+b^2c^2-2abcd+a^2d^2}}}{{c^2+d^2}}}$  
  = $\displaystyle {\frac{{\sqrt{a^2c^2+b^2d^2+b^2c^2+a^2d^2}}}{{c^2+d^2}}}$  
  = $\displaystyle {\frac{{\sqrt{(a^2+b^2)(c^2+d^2)}}}{{c^2+d^2}}}$  
  = $\displaystyle {\frac{{\sqrt{a^2+b^2}}}{{\sqrt{c^2+d^2}}}}$  
  = $\displaystyle {\frac{{r_1}}{{r_2}}}$  
$\displaystyle \theta_{3}^{}$ = tan-1$\displaystyle {\frac{{bc-ad}}{{ac+bd}}}$  
  = tan-1$\displaystyle {\frac{{bc-ad}}{{ac+bd}}}$  
  = tan-1$\displaystyle {\frac{{bc/ac-ad/ac}}{{1+bd/ac}}}$  
  = tan-1$\displaystyle {\frac{{b/a-d/c}}{{1+(b/a)(d/c)}}}$  
  = tan-1$\displaystyle {\frac{{\tan\theta_1-\tan\theta_2}}{{1+\tan\theta_1 \tan\theta_2}}}$  
  = tan-1tan($\displaystyle \theta_{1}^{}$ - $\displaystyle \theta_{2}^{}$)  
  = $\displaystyle \theta_{1}^{}$ - $\displaystyle \theta_{2}^{}$  

これより,複素数の割り算は,大きさを割り算し,偏角は引き算したものになります. すなわち,

Z3 = $\displaystyle {\frac{{Z_1}}{{Z_2}}}$ = $\displaystyle {\frac{{r_1\angle\theta_1}}{{r_2\angle\theta_2}}}$ = $\displaystyle {\frac{{r_1}}{{r_2}}}$$\displaystyle \angle$($\displaystyle \theta_{1}^{}$ - $\displaystyle \theta_{2}^{}$) (78)

まとめると,

| Z1 . Z2| = | Z1| . | Z2| (79)
arg(Z1 . Z2) = arg Z1 + arg Z2 (80)
$\displaystyle \left\vert\vphantom{\frac{Z_1}{Z_2}}\right.$$\displaystyle {\frac{{Z_1}}{{Z_2}}}$$\displaystyle \left.\vphantom{\frac{Z_1}{Z_2}}\right\vert$ = $\displaystyle {\frac{{\vert Z_1\vert}}{{\vert Z_2\vert}}}$ (81)
arg$\displaystyle \Bigl($$\displaystyle {\frac{{Z_1}}{{Z_2}}}$$\displaystyle \Bigr)$ = arg Z1 - arg Z2 (82)

となります.

5.3 正弦波との関係

これまでと同じように,原点の周りを長さが Vm の棒が反時計方向に回っているとします. 時刻 0 における棒の大きさと向きは, Vm$ \angle$$ \phi$ であり, 時刻 t における棒の向きは,その位相をさらに $ \omega$t 進めたものですから,

Vm$\displaystyle \angle$($\displaystyle \omega$t + $\displaystyle \phi$) = (Vm$\displaystyle \angle$$\displaystyle \phi$) . (1$\displaystyle \angle$$\displaystyle \omega$t) (83)
で表せます. 正弦波の瞬時値は,棒の先の y 軸方向の高さなので, 複素数平面では,虚数成分を取り出すことになり,

v(t) = $\displaystyle \Im${(Vm$\displaystyle \angle$$\displaystyle \phi$) . (1$\displaystyle \angle$$\displaystyle \omega$t)} (84)
で表せます.

このように,振幅と初期位相がわかれば,任意の時刻における瞬時値を求めることができるので, 振幅と初期位相によるベクトル表示をもって,正弦波を表すことにします4

$\displaystyle \dot{{V}}$ = Vm$\displaystyle \angle$$\displaystyle \phi$ (85)

正弦波の振幅は,複素数 $ \dot{{V}}$ の絶対値になります . 初期位相は,複素数 $ \dot{{V}}$ の偏角になります.

Vm = |$\displaystyle \dot{{V}}$| (86)
$\displaystyle \phi$ = arg$\displaystyle \dot{{V}}$ (87)

位相を $ \theta$ 進めることは, 1$ \angle$$ \theta$ を掛けることになります. 特に,位相を 90o 進めることは,

1$\displaystyle \angle$90o = cos 90o + j sin 90o = 0 + 1j = j (88)
を掛けることになります. 位相を 90o 遅らせることは,

1$\displaystyle \angle$(- 90o) = cos(- 90o) + j sin(- 90o) = 0 - 1j = - j (89)
を掛けることになります.

$\displaystyle {\frac{{1}}{{j}}}$ = $\displaystyle {\frac{{1}}{{j}}}$ . $\displaystyle {\frac{{j}}{{j}}}$ = $\displaystyle {\frac{{j}}{{-1}}}$ = - j (90)
より, 位相を 90o 遅らせることは,j で割るといってもよいでしょう. 複素数の割り算は,位相を引くことであることを思い出してください.

5.4 コンデンサとコイル--複素インピーダンス

コンデンサに掛かっている電圧と電流の関係は,式(15)より,

vC = Vmsin($\displaystyle \omega$t) (91)
iC = Vm$\displaystyle \omega$C cos($\displaystyle \omega$t) = Vm$\displaystyle \omega$C sin($\displaystyle \omega$t + $\displaystyle \pi$/2) (92)

これを複素数のベクトル表示で表すと,
$\displaystyle \dot{{V}}_{C}^{}$ = Vm$\displaystyle \angle$ 0 (93)
$\displaystyle \dot{{I}}_{C}^{}$ = Vm$\displaystyle \omega$C$\displaystyle \angle$($\displaystyle \pi$/2) (94)

インピーダンスを複素数で表すと,

$\displaystyle \dot{{Z}}_{C}^{}$ = $\displaystyle {\frac{{\dot{V}_C}}{{\dot{I}_C}}}$ = $\displaystyle {\frac{{V_m\angle 0}}{{V_m\omega C \angle(\pi/2)}}}$ = $\displaystyle {\frac{{1}}{{\omega C}}}$$\displaystyle \angle$(- $\displaystyle \pi$/2) (95)
1$ \angle$(- $ \pi$/2) = 1/j なので,

$\displaystyle \dot{{Z}}_{C}^{}$ = $\displaystyle {\frac{{1}}{{j\omega C}}}$ (96)
となります.

コイルに掛かっている電圧と電流の関係は,式(17)より,

vL = Vmsin($\displaystyle \omega$t) (97)
iL = - $\displaystyle {\frac{{V_m}}{{\omega L}}}$cos($\displaystyle \omega$t) = $\displaystyle {\frac{{V_m}}{{\omega L}}}$sin($\displaystyle \omega$t - $\displaystyle \pi$/2) (98)

これを複素数のベクトル表示で表すと,
$\displaystyle \dot{{V}}_{L}^{}$ = Vm$\displaystyle \angle$ 0 (99)
$\displaystyle \dot{{I}}_{L}^{}$ = $\displaystyle {\frac{{V_m}}{{\omega L}}}$$\displaystyle \angle$(- $\displaystyle \pi$/2) (100)

インピーダンスを複素数で表すと,

$\displaystyle \dot{{Z}}_{L}^{}$ = $\displaystyle {\frac{{\dot{V}_L}}{{\dot{I}_L}}}$ = $\displaystyle {\frac{{V_m\angle 0}}{{\frac{V_m}{\omega L} \angle(-\pi/2)}}}$ = $\displaystyle \omega$L$\displaystyle \angle$($\displaystyle \pi$/2) (101)
1$ \angle$($ \pi$/2) = j なので,

$\displaystyle \dot{{Z}}_{L}^{}$ = j$\displaystyle \omega$L (102)
となります.

5.5 もう一度ローパスフィルタ

コンデンサやコイルのインピーダンスを複素数で表すと, 位相が回転する情報も含めて,オームの法則と同様に扱うことができます. 図16のローパスフィルタも,分圧回路と見なして計算できます.

$\displaystyle \dot{{V}}_{o}^{}$ = $\displaystyle {\frac{{Z_C}}{{R+Z_C}}}$$\displaystyle \dot{{V}}_{i}^{}$  
  = $\displaystyle {\frac{{\frac{1}{j\omega C}}}{{R + \frac{1}{j\omega C}}}}$$\displaystyle \dot{{V}}_{i}^{}$  
  = $\displaystyle {\frac{{1}}{{1 + j\omega C R}}}$$\displaystyle \dot{{V}}_{i}^{}$ (103)

伝達関数 $ \dot{{T}}$(j$ \omega$) は,入力に対する出力で定義され,
$\displaystyle \dot{{T}}$(j$\displaystyle \omega$) = $\displaystyle {\frac{{\dot{V}_o}}{{\dot{V}_i}}}$  
  = $\displaystyle {\frac{{1}}{{1 + j\omega C R}}}$ (104)

となります. 分母に虚数単位が入っていると不便なので,有理化しておきましょう.
$\displaystyle \dot{{T}}$(j$\displaystyle \omega$) = $\displaystyle {\frac{{1}}{{1 + j\omega C R}}}$ . $\displaystyle {\frac{{1 - j\omega C R}}{{1 - j\omega C R}}}$  
  = $\displaystyle {\frac{{1 - j\omega C R}}{{1 + (\omega C R)^2}}}$ (105)

ゲインは,この伝達関数の絶対値に,(入力に対する出力の)位相は伝達関数の偏角になります.

具体的に計算してみましょう.

A = |$\displaystyle \dot{{T}}$(j$\displaystyle \omega$)|  
  = $\displaystyle \left\vert\vphantom{\frac{1-j\omega C R}{1+(\omega C R)^2}}\right.$$\displaystyle {\frac{{1 - j\omega C R}}{{1 + (\omega C R)^2}}}$$\displaystyle \left.\vphantom{\frac{1-j\omega C R}{1+(\omega C R)^2}}\right\vert$ (106)

複素数の絶対値は, | Z| = $ \sqrt{{(\Re Z)^2+(\Im Z)^2}}$ ですから,

A = $\displaystyle {\frac{{\sqrt{1^2+(\omega C R)^2}}}{{1+(\omega C R)^2}}}$ = $\displaystyle {\frac{{1}}{{\sqrt{1+(\omega C R)^2}}}}$ (107)
となります. 位相は,
arg$\displaystyle \dot{{T}}$(j$\displaystyle \omega$) = tan-1$\displaystyle {\frac{{\Im \dot{T}(j\omega)}}{{\Re \dot{T}(j\omega)}}}$  
  = tan-1$\displaystyle {\frac{{-\omega C R}}{{1}}}$  
  = tan-1(- $\displaystyle \omega$CR) (108)

となります.

Rでグラフを描いてみます.

function ()
{
    R <- 15.9e3         # 抵抗値
    C <- 0.01e-6        # 容量

    f <- dec(10, 100e3, 30)         # 周波数
    w <- 2 * pi * f                 # 角周波数
    A <- 1/sqrt(1 + w * C * R)      # ゲイン
    phi <- atan(-w * C * R)         # 位相

    par(mfrow=c(2, 1))
    semilogplot(f, dB(A), type="l", col="red",
        xlab="Frequency (Hz)", ylab="Gain (dB)")
    semilogplot(f, phi*180/pi, type="l", col="red",
        xlab="Frequency (Hz)", ylab="Phase (deg)")
}

Rの場合は,複素数をそのまま扱えますから, 次のようにすることもできます.

function ()
{
    R <- 15.9e3         # 抵抗値
    C <- 0.01e-6        # 容量

    f <- dec(10, 100e3, 30)         # 周波数
    w <- 2 * pi * f                 # 角周波数
    j <- 0+1i                       # 虚数単位
    T <- 1/(1 + j * w * C * R)      # 複素数による伝達関数

    par(mfrow=c(2, 1))
    semilogplot(f, dB(T), type="l", col="red",
        xlab="Frequency (Hz)", ylab="Gain (dB)")
    semilogplot(f, Arg(T)*180/pi, type="l", col="red",
        xlab="Frequency (Hz)", ylab="Phase (deg)")      # Arg は偏角を得る関数
}
式(104)を複素数のまま計算し, abs() を使えば複素数の絶対値が得られ, Arg() を使えば複素数の偏角が求められます. dB() の中には,abs() が入っていますので, そのまま dB(T) とすればゲインのデシベル値が求められます. Rの虚数の表現は,a+bi ですが,結合がそれほど強くないので, 式の中で使う時は (a+bi) のようにかっこで囲んだほうが良いでしょう.

5.6 もう一度微分補償

29の回路の伝達関数を求めます. 伝達関数は,

T(j$\displaystyle \omega$) = $\displaystyle {\frac{{R_2}}{{R_1 // Z_C + R_2}}}$  
  = $\displaystyle {\frac{{R_2}}{{\frac{1}{\frac{1}{R_1} + j\omega C} + R_2}}}$  
  = $\displaystyle {\frac{{R_2}}{{\frac{R_1}{1 + j\omega C R_1} + R_2}}}$  
  = $\displaystyle {\frac{{R_2(1 + j\omega C R_1)}}{{R_1 + R_2(1 + j\omega C R_1)}}}$  
  = $\displaystyle {\frac{{R_2}}{{R_1+R_2}}}$ . $\displaystyle {\frac{{1 + j\omega C R_1}}{{1 + j\omega C \frac{R_1 R_2}{R_1 + R_2}}}}$  
  = $\displaystyle {\frac{{R_2}}{{R_1+R_2}}}$ . $\displaystyle {\frac{{1 + j\omega C R_1}}{{1 + j\omega C (R_1 // R_2)}}}$ (109)

分母を有理化すると,
T(j$\displaystyle \omega$) = $\displaystyle {\frac{{R_2}}{{R_1+R_2}}}$ . $\displaystyle {\frac{{1 + j\omega C R_1}}{{1 + j\omega C (R_1 // R_2)}}}$ . $\displaystyle {\frac{{1 - j\omega C (R_1//R_2)}}{{1 - j\omega C (R_1//R_2)}}}$  
  = $\displaystyle {\frac{{R_2}}{{R_1+R_2}}}$ . $\displaystyle {\frac{{1+\omega^2C^2R_1(R_1//R_2)+j\omega C(R_1-R_1//R_2)}}{{1 + \omega^2 C^2 (R_1 // R_2)^2}}}$  
  = $\displaystyle {\frac{{R_2}}{{R_1+R_2}}}$ . $\displaystyle {\frac{{1+\omega^2C^2R_1\frac{R_1R_2}{R_1+R_2}+j\omega C(R_1-\frac{R_1R_2}{R_1+R_2})}}{{1 + \omega^2 C^2 (\frac{R_1R_2}{R_1+R_2})^2}}}$  
  = R2 . $\displaystyle {\frac{{R_1+R_2+\omega^2C^2R_1^2R_2+j\omega C R_1^2}}{{(R_1+R_2)^2 + \omega^2 C^2 R_1^2R_2^2}}}$  
  = $\displaystyle {\frac{{R_2(R_1+R_2)+\omega^2C^2R_1^2R_2^2+j\omega C R_1^2 R_2}}{{(R_1+R_2)^2 + \omega^2 C^2 R_1^2R_2^2}}}$ (110)

ゲインは,
| T(j$\displaystyle \omega$)| = $\displaystyle {\frac{{\sqrt{\{R_2(R_1+R_2)+\omega^2C^2R_1^2R_2^2\}^2+\omega^2C^2R_1^4R_2^2}}}{{(R_1+R_2)^2+\omega^2C^2R_1^2R_2^2}}}$  
  = $\displaystyle {\frac{{\sqrt{\omega^4C^4R_1^4R_2^4+\omega^2C^2R_1^2R_2^2(R_1^2+2R_1R_2+2R_2^2)+R_2^2(R_1+R_2)^2}}}{{\omega^2C^2R_1^2R_2^2 + (R_1+R_2)^2}}}$  
  = $\displaystyle {\frac{{\sqrt{(\omega^2C^2R_1^2R_2^2 + R_2^2)\{\omega^2C^2R_1^2R_2^2 + (R_1+R_2)^2\}}}}{{\omega^2C^2R_1^2R_2^2 + (R_1+R_2)^2}}}$  
  = $\displaystyle {\frac{{\sqrt{\omega^2C^2R_1^2R_2^2 + R_2^2}}}{{\sqrt{\omega^2C^2R_1^2R_2^2 + (R_1+R_2)^2}}}}$  
  = $\displaystyle {\frac{{R_2}}{{R_1+R_2}}}$ . $\displaystyle {\frac{{\sqrt{\omega^2C^2R_1^2 + 1}}}{{\sqrt{\omega^2C^2(R_1//R_2)^2 + 1}}}}$ (111)

となり,式(57)と一致しました. 位相は,
arg T(j$\displaystyle \omega$) = tan-1$\displaystyle {\frac{{\omega C R_1^2 R_2}}{{R_2(R_1+R_2)+\omega^2C^2R_1^2R_2^2}}}$  
  = tan-1$\displaystyle {\frac{{\omega C R_1^2}}{{R_1+R_2+\omega^2C^2R_1^2R_2}}}$ (112)

となります.

Rで周波数特性を描いてみると,

function ()
{
    R1 <- 1e3
    R2 <- 100
    C <- 1000e-12

    f <- dec(1e3, 10e6, 30)
    w <- 2 * pi * f
    A <- R2 / (R1 + R2) *
        sqrt(w^2*C^2*R1^2 + 1) / sqrt(w^2*C^2*(R1 %p% R2)^2 + 1)
    phi <- atan((w*C*R1^2)/(R1 + R2 + w^2*C^2*R1^2*R2))

    par(mfrow=c(2, 1))
    semilogplot(f, dB(A), type="l", col="red",
        xlab="Frequency (Hz)", ylab="Gain (dB)")
    semilogplot(f, phi*180/pi, type="l", col="red",
        xlab="Frequency (Hz)", ylab="Phase (deg)")
}
%p% は抵抗,コイルの並列合成値を求める演算子です(コンデンサの場合は直列合成値になる). このように,Rでは演算子も自分で定義することができます. 便利でしょう?

このプログラムのように,複素数を使わずに計算しようとすると, 人間が有理化してやらねばならず,計算が大変です. 複素数のまま計算すると,次のようになります.

function ()
{
    R1 <- 1e3
    R2 <- 100
    C <- 1000e-12

    j <- 0+1i
    f <- dec(1e3, 10e6, 30)
    w <- 2 * pi * f
    T <- R2 / (R1 + R2) * (1 + j*w*C*R1) / (1 + j*w*C*(R1 %p% R2))

    par(mfrow=c(2, 1))
    semilogplot(f, dB(T), type="l", col="red",
        xlab="Frequency (Hz)", ylab="Gain (dB)")
    semilogplot(f, Arg(T)*180/pi, type="l", col="red",
        xlab="Frequency (Hz)", ylab="Phase (deg)")
}

さらに,伝達関数を明に求めなくても計算できます.

function ()
{
    R1 <- 1e3
    R2 <- 100
    C <- 1000e-12

    j <- 0+1i
    f <- dec(1e3, 10e6, 30)
    w <- 2 * pi * f
    ZC <- 1/(j * w * C)     # Cの複素インピーダンス
    Z1 <- R1 %p% ZC         # R1 と C を並列にした複素インピーダンス
    T <- R2 / (Z1 + R2)     # 分圧

    par(mfrow=c(2, 1))
    semilogplot(f, dB(T), type="l", col="red",
        xlab="Frequency (Hz)", ylab="Gain (dB)")
    semilogplot(f, Arg(T)*180/pi, type="l", col="red",
        xlab="Frequency (Hz)", ylab="Phase (deg)")
}
こうすれば,人間が行う計算はほとんどなくなりますが, どこにポールやゼロがあるかわかりませんので, できれば伝達関数を求めておくのがよいでしょう.

5.7 オイラーの公式

複素数には,指数関数表示というもう一つの表現方法があります. 指数関数表示を使うと,複素数の積がもっと簡単に計算できます.

無限回微分可能な関数 f (x) は, 次の形のべき級数で表せます.

f (x) = $\displaystyle \sum_{{n=0}}^{{\infty}}$$\displaystyle {\frac{{f^{(n)}(a)}}{{n!}}}$(x - a)n (113)
  = f (a) + f(1)(a)(x - a) + $\displaystyle {\frac{{f^{(2)}(a)}}{{2!}}}$(x - a)2 + $\displaystyle {\frac{{f^{(3)}(a)}}{{3!}}}$(x - a)3 + $\displaystyle {\frac{{f^{(4)}(a)}}{{4!}}}$(x - a)4 + ... (114)

これをテイラー展開といいます. ここで, f(n)(x) は,f (x) を n 回微分したものです.

特に,a = 0 のとき,

f (x) = $\displaystyle \sum_{{n=0}}^{{\infty}}$$\displaystyle {\frac{{f^{(n)}(0)}}{{n!}}}$xn (115)
  = f (0) + f(1)(0)x + $\displaystyle {\frac{{f^{(2)}(0)}}{{2!}}}$x2 + $\displaystyle {\frac{{f^{(3)}(0)}}{{3!}}}$x3 + $\displaystyle {\frac{{f^{(4)}(0)}}{{4!}}}$x4 + ... (116)

となり,マクローリン展開といいます.

指数関数 ex は,何回微分しても ex であり,e0 = 1 ですから,

ex = 1 + x + $\displaystyle {\frac{{x^2}}{{2!}}}$ + $\displaystyle {\frac{{x^3}}{{3!}}}$ + $\displaystyle {\frac{{x^4}}{{4!}}}$ + $\displaystyle {\frac{{x^5}}{{5!}}}$ + $\displaystyle {\frac{{x^6}}{{6!}}}$ + $\displaystyle {\frac{{x^7}}{{7!}}}$ + ... (117)
となります. この式の x のかわりに jx を代入すると,
ejx = 1 + jx + $\displaystyle {\frac{{j^2x^2}}{{2!}}}$ + $\displaystyle {\frac{{j^3x^3}}{{3!}}}$ + $\displaystyle {\frac{{j^4x^4}}{{4!}}}$ + $\displaystyle {\frac{{j^5x^5}}{{5!}}}$ + $\displaystyle {\frac{{j^6x^6}}{{6!}}}$ + $\displaystyle {\frac{{j^7x^7}}{{7!}}}$ + ...  
  = 1 + jx - $\displaystyle {\frac{{x^2}}{{2!}}}$ - $\displaystyle {\frac{{jx^3}}{{3!}}}$ + $\displaystyle {\frac{{x^4}}{{4!}}}$ + $\displaystyle {\frac{{jx^5}}{{5!}}}$ - $\displaystyle {\frac{{x^6}}{{6!}}}$ - $\displaystyle {\frac{{jx^7}}{{7!}}}$ + ... (118)

となります.

sine関数を微分すると,次のようになります.

$\displaystyle {\frac{{d \sin x}}{{dx}}}$ = cos x (119)
$\displaystyle {\frac{{d \cos x}}{{dx}}}$ = -sin x (120)
$\displaystyle {\frac{{d (-\sin x)}}{{dx}}}$ = -cos x (121)
$\displaystyle {\frac{{d (-\cos x)}}{{dx}}}$ = sin x (122)

4回微分すると元に戻ります.

これから,sin x をマクローリン展開すると,

sin x = sin 0 + x cos 0 - $\displaystyle {\frac{{x^2}}{{2!}}}$sin 0 - $\displaystyle {\frac{{x^3}}{{3!}}}$cos 0 + $\displaystyle {\frac{{x^4}}{{4!}}}$sin 0 + ...  
  = x - $\displaystyle {\frac{{x^3}}{{3!}}}$ + $\displaystyle {\frac{{x^5}}{{5!}}}$ - $\displaystyle {\frac{{x^7}}{{7!}}}$ + ... (123)

となり, cos x をマクローリン展開すると,
cos x = cos 0 - x sin 0 - $\displaystyle {\frac{{x^2}}{{2!}}}$cos 0 + $\displaystyle {\frac{{x^3}}{{3!}}}$sin 0 + $\displaystyle {\frac{{x^4}}{{4!}}}$cos 0 + ...  
  = 1 - $\displaystyle {\frac{{x^2}}{{2!}}}$ + $\displaystyle {\frac{{x^4}}{{4!}}}$ - $\displaystyle {\frac{{x^6}}{{6!}}}$ + ... (124)

となります.

これら2つの式から,

cos x + j sin x = $\displaystyle \Bigl($1 - $\displaystyle {\frac{{x^2}}{{2!}}}$ + $\displaystyle {\frac{{x^4}}{{4!}}}$ - $\displaystyle {\frac{{x^6}}{{6!}}}$ + ... $\displaystyle \Bigr)$ + $\displaystyle \Bigl($jx - $\displaystyle {\frac{{jx^3}}{{3!}}}$ + $\displaystyle {\frac{{jx^5}}{{5!}}}$ - $\displaystyle {\frac{{jx^7}}{{7!}}}$ + ... $\displaystyle \Bigr)$  
  = 1 + jx - $\displaystyle {\frac{{x^2}}{{2!}}}$ - $\displaystyle {\frac{{jx^3}}{{3!}}}$ + $\displaystyle {\frac{{x^4}}{{4!}}}$ + $\displaystyle {\frac{{jx^5}}{{5!}}}$ - $\displaystyle {\frac{{x^6}}{{6!}}}$ - $\displaystyle {\frac{{jx^7}}{{7!}}}$ + ... (125)

となって,式(118)と一致します. すなわち,

cos x + j sin x = ejx (126)
であり,これはオイラーの公式とよばれるものです. sine関数は4回微分すると元に戻り, j は4乗すると元に戻るという性質を考えると, 複素数と三角関数は密接な関係にあることが理解できます.

この式の x$ \theta$ を代入し,両辺を r 倍してやると,

r cos$\displaystyle \theta$ + jr sin$\displaystyle \theta$ = rej$\scriptstyle \theta$ (127)
となり,これは図32の複素数を表しているといえます. つまり,

Z = r$\displaystyle \angle$$\displaystyle \theta$ = rej$\scriptstyle \theta$ = r cos$\displaystyle \theta$ + jr sin$\displaystyle \theta$ (128)
で,これらは同じ複素数を別の形で表したものです.

この指数形式を使うと,複素数の乗算がとても簡単にできます.

r1ej$\scriptstyle \theta_{1}$ . r2ej$\scriptstyle \theta_{2}$ = r1r2ej$\scriptstyle \theta_{1}$ej$\scriptstyle \theta_{2}$ = r1r2ej($\scriptstyle \theta_{1}$+$\scriptstyle \theta_{2}$) (129)

正弦波の瞬時値は,

v(t) = $\displaystyle \Im${Vmej($\scriptstyle \omega$t+$\scriptstyle \phi$)} (130)
で表せます.
next up previous
Next: 6 伝達関数 1次の場合 Up: オーディオのための交流理論入門 Previous: 4 複数の素子を組み合わせた場合
Ayumi Nakabayashi
平成19年12月8日