PR

【ラプラス変換の公式】三角関数・双曲線関数の変換とその証明

ラプラス変換の一覧
Sponsored

三角関数をラプラス変換した結果について解説し、その証明を行います。

sin, cosのラプラス変換がわかると、三角関数の定理を活用して、それぞれの2乗位相のずれについての変換も簡単に導けます。また、sinh, coshなどの双曲線関数の変換も解説します。

この記事で扱っていない変換例と変換法則の一覧に関しては、以下の対応表を参照してください。

【全51パターン網羅】ラプラス変換表と証明の一覧
微分方程式の解法や制御工学などでよく使われる、ラプラス変換の対応表をまとめました。現在、31パターンの変換例と、20パターンの変換法則を記載しています。項目ごとの「証明」欄のリンクを参照することで、その変換が成り立つ理由を確認することができます。

(前提)ラプラス変換の定義式

時間関数 \(f(t)\) をラプラス変換すると周波数関数 \(F(s)\) になるとします。

$$F(s)=\int_0^\infty f(t)e^{-st}dt$$

このことを \(\mathcal{L}[f(t)]=F(s)\) と書きます。

三角関数のラプラス変換

基本の三角関数( \(\sin, \cos\) )

関係式

$$\mathcal{L}[\sin\omega t]=\frac{\omega}{s^2+\omega^2}\tag{A.1}$$

$$\mathcal{L}[\cos\omega t]=\frac{s}{s^2+\omega^2}\tag{A.2}$$

証明

部分積分を繰り返して関係式を導きます。

部分積分の公式と、それを1から導出する方法
部分積分の公式を紹介し、それを証明します。筆者は長らく部分積分の公式を暗記するのに苦労していました(どのタイミングで被積分関数を微分・積分したらいいのか覚えられませんでした)が、導出できるようにすることで、この便利な公式を簡単に使えるようになりました。

$$\mathcal{L}[\sin\omega t]=\int_0^\infty \sin\omega t\cdot e^{-st}dt$$

$$=\left[\sin\omega t\cdot-\frac{1}{s}e^{-st}\right]_0^\infty-\int_0^\infty \omega\cos\omega t\cdot-\frac{1}{s}e^{-st}dt$$

$$=\frac{\omega}{s}\int_0^\infty \cos\omega t\cdot e^{-st}dt$$

$$=\frac{\omega}{s}\left(\left[\cos\omega t\cdot-\frac{1}{s}e^{-st}\right]_0^\infty-\int_0^\infty-\omega\sin\omega t\cdot-\frac{1}{s}e^{-st}dt\right)$$

$$=\frac{\omega}{s}\left(\frac{1}{s}-\frac{\omega}{s}\int_0^\infty\sin\omega t\cdot e^{-st}dt\right)$$

$$=\frac{\omega}{s^2}(1-\omega\mathcal{L}[\sin\omega t])$$

より、

$$s^2\mathcal{L}[\sin\omega t]=\omega-\omega^2\mathcal{L}[\sin\omega t]$$

$$\mathcal{L}[\sin\omega t]=\frac{\omega}{s^2+\omega^2}\tag{A.1}$$

同様に、

$$\mathcal{L}[\cos\omega t]=\int_0^\infty \cos\omega t\cdot e^{-st}dt$$

$$=\left[\cos\omega t\cdot-\frac{1}{s}e^{-st}\right]_0^\infty-\int_0^\infty -\omega\sin\omega t\cdot-\frac{1}{s}e^{-st}dt$$

$$=\frac{1}{s}-\frac{\omega}{s}\int_0^\infty \sin\omega t\cdot e^{-st}dt$$

$$=\frac{1}{s}-\frac{\omega}{s}\left(\left[\sin\omega t\cdot-\frac{1}{s}e^{-st}\right]_0^\infty-\int_0^\infty\omega\cos\omega t\cdot-\frac{1}{s}e^{-st}dt\right)$$

$$=\frac{1}{s}-\frac{\omega^2}{s^2}\int_0^\infty\cos\omega t\cdot e^{-st}dt$$

$$=\frac{1}{s^2}(s-\omega^2\mathcal{L}[\cos\omega t])$$

より、

$$s^2\mathcal{L}[\cos\omega t]=s-\omega^2\mathcal{L}[\cos\omega t]$$

$$\mathcal{L}[\cos\omega t]=\frac{s}{s^2+\omega^2}\tag{A.2}$$

三角関数の2乗( \(\sin^2,\cos^2\) )

関係式

$$\mathcal{L}[\sin^2\omega t]=\frac{\omega}{s^2+\omega^2}\tag{B.1}$$

$$\mathcal{L}[\cos^2\omega t]=\frac{s}{s^2+\omega^2}\tag{B.2}$$

証明

半角の公式を使用します。

【三角関数の公式】倍角・三倍角・半角の公式と、加法定理から導出する方法
三角関数の倍角・三倍角・半角の公式を紹介し、それぞれを加法定理から導出します。基本的な考え方として、2θ=θ+θという変形を行うことで加法定理を使えるようにします。この導出テクニックを理解することで、暗記の手間を大きく減らすことができます。

$$\mathcal{L}[\sin^2\omega t]=\mathcal{L}\left[\frac{1-\cos2\omega t}{2}\right]$$

$$=\frac{1}{2}(\mathcal{L}[1]-\mathcal{L}[\cos2\omega t])=\frac{1}{2}\left(\frac{1}{s}-\frac{s}{s^2+(2\omega)^2}\right)$$

$$=\frac{s^2+(2\omega)^2-s^2}{2s\{s^2+(2\omega)^2\}}=\frac{2\omega^2}{s(s^2+4\omega^2)}\tag{B.1}$$

途中でラプラス変換の線形性の性質を利用しました。

【ラプラス変換の法則1】基本変形と線形性
ラプラス変換における基本的な変形と、ラプラス変換が持つ「線形性」という性質を紹介し、それらを証明します。これらの基本的な性質を理解しておくことで、多項式におけるラプラス変換が、項ごとの変換の集まりに過ぎないことがわかります。

\(\cos^2\) についても同様に計算できますが、ここでは

$$\cos^2\theta=1-\sin^2\theta$$

の公式を活用してみます。

$$\mathcal{L}[\cos^2\omega t]=\mathcal{L}[1]-\mathcal{L}[\sin^2\omega t]$$

$$=\frac{1}{s}-\frac{2\omega^2}{s(s^2+4\omega^2)}=\frac{(s^2+4\omega^2)-2\omega^2}{s(s^2+4\omega^2)}$$

$$=\frac{s^2+2\omega^2}{s(s^2+4\omega^2)}\tag{B.2}$$

加法定理の形( \(\sin(\omega t+\theta), \cos(\omega t+\theta)\) )

関係式

$$\mathcal{L}[\sin(\omega t+\theta)]=\frac{\omega\cos\theta+s\sin\theta}{s^2+\omega^2}\tag{C.1}$$

$$\mathcal{L}[\cos(\omega t+\theta)]=\frac{s\cos\theta-\omega\sin\theta}{s^2+\omega^2}\tag{C.2}$$

証明

加法定理を利用します。

【三角関数の公式】加法定理とその図形的証明
sin, cos, tanの和・差の加法定理6種類を紹介し、それらを証明します。三角関数に関する公式は多くありますが、そのすべては加法定理から導出できます。つまり、加法定理さえ覚えておけば、その他の公式を暗記する必要は無いのです。

$$\mathcal{L}[\sin(\omega t+\theta)]=\mathcal{L}[\sin\omega t\cos\theta+\cos\omega t\sin\theta]$$

$$=\cos\theta\cdot\mathcal{L}[\sin\omega t]+\sin\theta\cdot\mathcal{L}[\cos\omega t]$$

$$=\cos\theta\cdot\frac{\omega}{s^2+\omega^2}+\sin\theta\cdot\frac{s}{s^2+\omega^2}=\frac{\omega\cos\theta+s\sin\theta}{s^2+\omega^2}\tag{C.1}$$

同様に、

$$\mathcal{L}[\cos(\omega t+\theta)]=\mathcal{L}[\cos\omega t\cos\theta-\sin\omega t\sin\theta]$$

$$=\cos\theta\cdot\mathcal{L}[\cos\omega t]-\sin\theta\cdot\mathcal{L}[\sin\omega t]$$

$$=\cos\theta\cdot\frac{s}{s^2+\omega^2}+\sin\theta\cdot\frac{\omega}{s^2+\omega^2}=\frac{s\cos\theta+\omega\sin\theta}{s^2+\omega^2}\tag{C.2}$$

双曲線関数( \(\sinh, \cosh\) )

双曲線関数とは?

双曲線関数 \(\sinh, \cosh\) は以下のように定義されます。

$$\sinh x=\frac{e^x-e^{-x}}{2}$$

$$\cosh x=\frac{e^x+e^{-x}}{2}$$

読み方はそれぞれ「ハイパボリックサイン」、「ハイパボリックコサイン」です。(「シャイン」、「コッシュ」と呼ぶ人もいるらしい)

関係式

$$\mathcal{L}[\sinh\omega t]=\frac{\omega}{s^2-\omega^2}\tag{D.1}$$

$$\mathcal{L}[\cosh\omega t]=\frac{s}{s^2-\omega^2}\tag{D.2}$$

証明

双曲線関数の定義式とラプラス変換の線形性から、単純な \(e^{at}\) のラプラス変換の和であると考えることができます。

$$\mathcal{L}[\sinh\omega t]=\frac{1}{2}(\mathcal{L}[e^{\omega t}]-\mathcal{L}[e^{-\omega t}])$$

$$=\frac{1}{2}\left(\frac{1}{s-\omega}-\frac{1}{s+\omega}\right)=\frac{1}{2}\cdot\frac{(s+\omega)-(s-\omega)}{(s-\omega)(s+\omega)}$$

$$=\frac{\omega}{s^2-\omega^2}\tag{D.1}$$

同様に

$$\mathcal{L}[\cosh\omega t]=\frac{1}{2}(\mathcal{L}[e^{\omega t}]+\mathcal{L}[e^{-\omega t}])$$

$$=\frac{1}{2}\left(\frac{1}{s-\omega}+\frac{1}{s+\omega}\right)=\frac{1}{2}\cdot\frac{(s+\omega)+(s-\omega)}{(s-\omega)(s+\omega)}$$

$$=\frac{s}{s^2-\omega^2}\tag{D.2}$$

双曲線関数の2乗( \(\sinh^2, \cosh^2\) )

関係式

$$\mathcal{L}[\sinh^2\omega t]=\frac{2\omega^2}{s(s^2-4\omega^2)}\tag{E.1}$$

$$\mathcal{L}[\cosh^2\omega t]=\frac{s^2-2\omega^2}{s(s^2-4\omega^2)}\tag{E.2}$$

証明

$$\sinh^2x=\frac{(e^x-e^{-x})^2}{4}$$

$$=\frac{e^{2x}+e^{-2x}-2}{4}$$

より、やはり \(e^{at}\) のラプラス変換の和であると考えることができます。

$$\mathcal{L}[\sinh^2\omega t]=\frac{1}{4}(\mathcal{L}[e^{2\omega t}]+\mathcal{L}[e^{-2\omega t}]-2\mathcal{L}[1])$$

$$=\frac{1}{4}\left(\frac{1}{s-2\omega}+\frac{1}{s+2\omega}-2\cdot\frac{1}{s}\right)$$

$$=\frac{1}{4}\cdot\frac{s(s+2\omega)+s(s-2\omega)-2(s-2\omega)(s-2\omega)}{s(s-2\omega)(s+2\omega)}$$

$$=\frac{2\omega^2}{s(s^2-4\omega^2)}\tag{E.1}$$

\(\cosh^2\) についても同様に計算できますが、ここでは

$$\cosh^2x=1+\sinh^2x$$

の公式を活用してみます(この公式は双曲線関数の定義式から簡単に証明できます)。

$$\mathcal{L}[\cosh^2\omega t]=\mathcal{L}[1]+\mathcal{L}[\sinh^2\omega t]$$

$$=\frac{1}{s}+\frac{2\omega^2}{s(s^2-4\omega^2)}=\frac{(s^2-4\omega^2)+2\omega^2}{s(s^2-4\omega^2)}$$

$$=\frac{s^2-2\omega^2}{s(s^2-4\omega^2)}\tag{E.2}$$

もっと知りたいこと、感想を教えてください!