MochiuWiki : SUSE, EC, PCB
案内
メインページ
最近の更新
おまかせ表示
MediaWiki についてのヘルプ
ツール
リンク元
関連ページの更新状況
特別ページ
ページ情報
We ask for
Donations
検索
個人用ツール
ログイン
Toggle dark mode
名前空間
ページ
議論
表示
閲覧
ソースを閲覧
履歴を表示
応用数学 - ラプラス変換のソースを表示
提供: MochiuWiki : SUSE, EC, PCB
←
応用数学 - ラプラス変換
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループのいずれかに属する利用者のみが実行できます:
管理者
、new-group。
このページのソースの閲覧やコピーができます。
== 概要 == ラプラス変換(Laplace transform)は、<math>t \ge 0</math> で定義された関数 <math>f(t)</math> から無限積分を用いて、新しい関数 <math>F(s)</math> を作り出す積分変換である。<br> ラプラス変換は、微分方程式を代数演算に帰着させて解くための方法を与える。<br> <br> ラプラス変換を使用すると、ある種の微分方程式に関しては、ややこしい積分を使用せずに代数的に解くことが可能になる。<br> <br> ラプラス変換の名前は、ラプラス(Pierre-SimonLaplace, 1749 - 1827)に因む。<br> ラプラスは微分方程式の解法としてラプラス変換を導入したわけではない。<br> <br> 「ラプラス変換を使用した微分方程式の解法」は、ヘビサイド(Oliver Heaviside, 1850 -1925)によるものである。<br> ヘビサイドは演算子を使用した微分方程式の解法を発見した。<br> この演算子の数学的基礎付けが他の数学者達によって行われ、ラプラス変換との関係が明らかにされた。<br> <br><br> == ラプラス変換の定義 == 定義: <math>f(t)</math> を <math>t \ge 0</math> で定義された関数とする。<br> この時、以下のsの関数 <math>F(s)</math> を <math>f(t)</math> のラプラス変換と言い、<math>\mathcal{L}[f(t)]</math> または <math>L[f]</math>と書く。<br> <br> <math>F(s) = L[f(t)]</math> <math>F(s) = \int_{0}^{+ \infty} f(t) \, e^{-st} dt</math> <math>f(t)</math> を原関数(primitive function)、<math>F(s)</math> を像関数(image function)または <math>f(t)</math> のラプラス変換と呼ぶ。 <math>F(s)</math> のsは実数または複素数である。 <br> <math>f(t)</math> が <math>t > 0</math> で定義されていて、<math>t = 0</math> では定義されていない場合でも、<math>f(0)</math>の値を適当に決めて <math>t \ge 0</math> で定義されているとしてよい。<br> <br> <math>f(t)</math> から <math>F(s)</math> に変換する式の説明<br> <math>f(t)</math> に <math>e^{-st}</math> を乗算して <math>f(t) \, e^{-st}</math> を作る時、<math>s</math> は定数とみなしてよい。<br> 次に、この関数を <math>0 \mbox{ 〜 } + \infty</math> の範囲で積分する。(積分は変数tで行うので、sはまだ定数とみなしてよい)<br> 無限積分は定積分なので、積分の結果、変数tは消える。(ここで定数と見なしていたsは残る)<br> これを、sの関数 <math>F(s)</math> とする。<br> <br> ラプラス変換の定義式の <math>F(s)</math> は、右辺の無限積分が収束する場合のみ定義される。<br> 右辺の無限積分はsの値によって収束する場合と収束しない場合が考えられる。<br> <br> ラプラス変換は、変数tの関数の集合(原関数の集合)から、変数sの関数の集合(像関数の集合)への変換規則を表している。<br> <br><br> == ラプラス変換の定義に関する例題 == ラプラス変換の定義に従って、関数 <math>f(t) = 1</math> のラプラス変換 <math>L[f]</math> を求めよ。 <math> \begin{align} \mathcal{L}[f] &= \int_{0}^{+ \infty} {f(t) \, e^{-st}} dt \\ &= \int_{0}^{+ \infty} {e^{-st}} dt \end{align} </math> <br> sの値により場合分けする。<br> <br> <math>s = 0</math> の時 <math> \begin{align} \mathcal{L}[f] &= \int_{0}^{+ \infty} {e^{-0 \dot t}} dt = \int_{0}^{+ \infty} dt \\ &= \lim_{\beta \to + \infty} {\int_{0}^{\beta}} {dt} \\ &= \lim_{\beta \to + \infty} \Big[ t \Big]_{0}^{\beta} \\ &= \lim_{\beta \to + \infty} {\beta} \\ &= + \infty \end{align} </math> <br> <math>s \ne 0</math> の時 <math> \begin{align} \mathcal{L}[f] &= \int_{0}^{+ \infty} {e^{-st}} dt \\ &= \lim_{\beta \to + \infty} {\int_{0}^{\beta} {e^{-st}} dt} \\ &= \lim_{\beta \to + \infty} \Big[ - \frac{e^{-st}}{s} \Big]_{0}^{\beta} \\ &= \lim_{\beta \to + \infty} {- \frac{e^{-s \beta} - 1}{s}} \\ &= \lim_{\beta \to + \infty} {\frac{1 - e^{- s \beta}}{s}} \\ &= \begin{cases} + \infty & (s < 0 \mbox{ の と き } ) \\ \frac{1}{s} & (s > 0 \mbox{ の と き } ) \end{cases} \end{align} </math> <br> 以上より、<math>s > 0</math> の時のみ <math>L[f]</math> は収束し、次式となる。<br> <br> <math>L[1] = \frac{1}{s} \qquad (s > 0)</math> <br><br> == ラプラス変換の存在条件 == 定理: 関数 <math>f(t)</math> は <math>t \ge 0</math> において区分的に連続であるとする。 この時、<math>f(t)</math> に対し、以下を満たす定数Mとαが存在すれば、<math>s > \alpha</math> であるsについてラプラス変換 <math>L[f]</math> が存在する。 <math>|f(t)| \le M e^{\alpha t}</math> 説明: この定理の条件を満たす関数を指数α位の関数と言う。 <math>f(t)</math> が指数α位のとき、ラプラス変換の定義式は <math>s > \alpha</math> の範囲で収束して、ラプラス変換が存在する。 <br><br> == 基本的な関数のラプラス変換公式 == 下表のような原関数 <math>f(t)</math> と像関数 <math>F(s)</math> の対応関係を変換表として使用すれば、ラプラス変換を機械的に実行できる。<br> <br> <center> {| class="wikitable" | style="background-color:#fefefe;text-align: center;" |- ! style="background-color:#66CCFF;width:30%" | <math>f(t)</math> ! style="background-color:#66CCFF;width:30%" | <math>F(s)</math> ! style="background-color:#66CCFF;width:40%" | 条件 |- | <math>1</math> || <math>\frac{1}{s}</math> || <math>s > 0</math> |- | <math>t</math> || <math>\frac{1}{s^2}</math> || <math>s > 0</math> |- | <math>t^{n}</math> || <math>\frac{n!}{s^{n + 1}}</math> || <math>s > 0, \quad n = 0, 1, 2, \cdots</math> |- | <math>t^{\alpha}</math> || <math>\frac{\Gamma(\alpha + 1)}{s^{\alpha + 1}}</math> || <math>\alpha > -1, \quad s > 0</math> |- | <math>e^{at}</math> || <math>\frac{1}{s - a}</math> || <math>s > \alpha</math> |- | <math>\sin{at}</math> || <math>\frac{a}{s^2 + a^2}</math> || <math>s > 0, \quad a : \mbox{ 実 定 数 }</math> |- | <math>\cos{at}</math> || <math>\frac{s}{s^2 - a^2}</math> || <math>s > 0, \quad a : \mbox{ 実 定 数 }</math> |- | 単位階段関数 <math>U(t - a)</math> || <math>\frac{e^{-as}}{s}</math> || <math>s > 0, \quad a > 0</math> |- | デルタ関数 <math>\delta(t)</math> || <math>1</math> || <math>- \infty < s < \infty</math> |} </center> <br> <center> {| class="wikitable" | style="background-color:#fefefe;text-align: center;" |+ 法則 |- ! style="background-color:#66CCFF;width:30%" | <math>f(t)</math> ! style="background-color:#66CCFF;width:30%" | <math>F(s)</math> ! style="background-color:#66CCFF;width:40%" | 条件 |- | 線形法則<br><math>\sinh{at}</math> || <math>\frac{a}{s^{2} - a^{2}}</math> || <math>s > a \ge 0</math> |- | 線形法則<br><math>\cosh{at}</math> || <math>\frac{s}{s^{2} - a^{2}}</math> || <math>s > a \ge 0</math> |- | 相似法則<br><math>f(at)</math> || <math>\frac{1}{a} \, F \left( \frac{s}{a} \right)</math> || <math>s > \alpha a</math> |- | 第1移動法則<br><math>e^{\lambda t} \sin(at)</math> || <math>\frac{a}{(s - \lambda)^{2} + a^{2}}</math> || <math>s > \lambda</math> |- | 第1移動法則<br><math>e^{\lambda t} \cos(at)</math> || <math>\frac{s - \lambda}{(s - \lambda)^{2} + a^{2}}</math> || <math>s > \lambda</math> |- | 第2移動法則<br><math>U(t - \lambda) \, f(t - \lambda)</math> || <math>e^{- \lambda s} \, F(s)</math> || <math>s > a</math> |} <br> : ※備考 :: <math>\sinh{at} = \frac{e^{at} - e^{-at}}{2}</math><br> :: <math>\cosh{at} = \frac{e^{at} + e^{-at}}{2}</math><br> </center> <br><br> == ラプラス変換公式を使用した例題 == ラプラス変換公式を使用して、以下の関数のラプラス変換を求めよ。 (1) <math>\mathcal{L}[t^2]</math> (2) <math>\mathcal{L}[\sqrt{t}]</math> (3) <math>\mathcal{L}[\sin{\omega t}]</math> (4) <math>\mathcal{L}[\cos{\frac{t}{3}}]</math> (5) <math>\mathcal{L}[e^{-t}]</math> <br> * (1)の解答 *: <math>\mathcal{L}[t^2] = \frac{2!}{s^{(2 + 1)}} = \frac{2}{s^3} \quad (s > 0)</math> * (2)の解答 *: <math>\mathcal{L}[\sqrt{t}] = \mathcal{L} \left[ t^{\frac{1}{2}} \right] = \frac{\Gamma(\frac{1}{2} + 1)}{s^{\frac{1}{2} + 1}} = \frac{1}{2} \frac{\Gamma(\frac{1}{2})}{s^{\frac{3}{2}}} = \frac{\sqrt{\pi}}{2s \sqrt{s}} \quad (s > 0)</math> *: 参考: <math>\Gamma \left( \frac{1}{2} \right) = \sqrt{\pi}, \quad \Gamma(\alpha + 1) = \alpha \Gamma(\alpha) \quad (\alpha > 0)</math> * (3)の解答 *: <math>\mathcal{L}[\sin{2t}] = \frac{2}{s^2 + 2^2} = \frac{2}{s^2 + 4} \quad (s > 0)</math> * (4)の解答 *: <math>\mathcal{L} \left[ \cos{\frac{t}{3}} \right] = \frac{s}{s^2 + \left( \frac{1}{3} \right)^2 } = \frac{s}{s^2 + \frac{1}{9}} = \frac{9s}{9 s^2 + 1} \quad (s > 0)</math> * (5)の解答 *: <math>\mathcal{L}[e^{-t}] = \frac{1}{s - (-1)} = \frac{1}{s + 1} \quad (s > -1)</math> <br><br> == 線形法則 == 定理: <math>\mathcal{L}[f(t)]</math> と <math>\mathcal{L}[g(t)]</math> がそれぞれ <math>s > \alpha_1, \quad s > \alpha_2</math> において存在する時、 任意の定数 <math>a, \, b</math>について以下が成立する。 <math>\mathcal{L}[af(t) + bf(t)] = a \mathcal{L}[f(t)] + b \mathcal{L}[g(t)] \quad (s > max(\alpha_1, \, \alpha_2))</math> <br> 例題: 線形法則とラプラス変換公式を使用して、以下のラプラス変換を求めよ。 <math>\mathcal{L}[3 e^{-t} + 2 e^{2t}]</math> 解答: 線形法則より以下が成立する。 <math>\mathcal{L}[3 e^{-t} + 2 e^{2t}] = 3 \mathcal{L}[e^{-t}] + 2 \mathcal{L}[e^{2t}]</math> したがって、変換公式を使用すると以下が求められる。 <math> \begin{align} \mbox{ 与 式 } &= 3 \mathcal{L}[e^{-t}] + 2 \mathcal{L}[e^{2t}] \\ &= 3 \frac{1}{s + 1} + 2 \frac{1}{s - 2} \\ &= \frac{3}{s + 1} + \frac{2}{s - 2} \end{align} </math> sの範囲は <math>s > -1</math> かつ <math>s > 2</math> より、 <math>s > 2</math> となる。 <br><br> == 相似法則 == 定理: <math>\mathcal{L}[f(t)] = F(s) (s > \alpha)</math> の時、正の定数aについて以下が成立する。 <math>\mathcal{L}[f(at)] = \frac{1}{a} F \left( \frac{s}{a} \right) \quad (s > \alpha a)</math> 説明: <math>f(t)</math> の変数tをa倍した <math>f(at)</math> に対応するラプラス変換は、 <math>f(t)</math> のラプラス変換 <math>F(s)</math> の変数を <math>\frac{1}{a}</math> 倍して、さらにそれを <math>\frac{1}{a}</math> 倍したものになる。 例題: 相似法則とラプラス変換の公式 <math>\mathcal{L}[e^t] = \frac{1}{s - 1} \quad (s > 1)</math> を使用して、以下の値を求めよ。 <math>\mathcal{L}[e^{\frac{t}{2}}]</math> 解答: この問題は、<math>F(s) = \frac{1}{s - 1}, \, a = \frac{1}{2}</math> の場合である。 <math> \begin{align} \mathcal{L}[e^{\frac{t}{2}}] &= \frac{1}{\frac{1}{2}} F \left( \frac{s}{\frac{1}{2}} \right) \\ &= 2 \frac{1}{\frac{s}{\frac{1}{2}} - 1} \\ &= \frac{2}{2s - 1} \end{align} </math> sの範囲は、<math>\frac{s}{\frac{1}{2}} > 1</math> より、 <math>s > \frac{1}{2}</math> となる。 <br><br> == 第1移動法則 == 定理: <math>\mathcal{L}[f(t)] = F(s) (s > a)</math> の時、以下が成立する。 <math>\mathcal{L}[e^{\lambda t} f(t)] = F(s - \lambda) \quad (s > a + \lambda)</math> 説明: <math>f(t)</math> に指数関数 <math>e^{\lambda t}</math> を乗算するということは、 <math>f(t)</math> のラプラス変換 <math>F(s)</math> を <math>\lambda</math> だけ平行移動することに対応する。 例題: 第1移動法則およびラプラス変換の公式 <math>\mathcal{L}[t] = \frac{1}{s^2}</math> を使用して、以下の値を求めよ。 <math>\mathcal{L}[t e^{3t}]</math> 解答: 第1移動法則において、 <math>f(t) = t, \quad \lambda = 3</math> とする。 <math>\mathcal{L}[t] = \frac{1}{s^2}</math> より、 <math>\mathcal{L}[t e^{3t}] = \mathcal{L}[e^{3t} \, t] = \frac{1}{(s - 3)^{2}}</math> ここで、 <math>s - 3 > 0</math> より、 <math>s > 3</math> <br><br> == 第2移動法則 == 定理: <math>\mathcal{L}[f(t)] = F(s) \quad (s > a)</math> の時、正の定数 <math>\lambda</math> について以下が成立する。 <math>\mathcal{L}[U(t - \lambda) \, f(t - \lambda)] = e^{- \lambda s} \, F(s) \quad (s > a)</math> 説明: <math>f(t)</math> を <math>\lambda</math> だけ平行移動させることは、ラプラス変換した側では <math>F(s)</math> に指数関数 <math>e^{- \lambda s}</math> を乗算することに対応する。 <math>U(t - \lambda) \, f(t - \lambda)</math> のグラフは、<math>t \ge \lambda</math> の時は <math>f(t - \lambda)</math> 、 <math>t < \lambda</math> の時は <math>0</math> となる。 <br> 例題: 第2移動法則を用いて以下の値を求めよ。 <math>\mathcal{L}[U(t - 2)(t - 2)^2]</math> 解答: <math>U(t - 2)(t - 2)^2</math> は第2移動法則において、 <math>\lambda = 2, \quad f(t) = t^{2}</math> の場合に対応する。 第2移動法則およびラプラス変換の公式 <math>\mathcal{L}[t^{n}] = \frac{n!}{s^{n + 1}} \quad (s > 0)</math> を使用して計算する。 <math> \begin{align} \mathcal{L}[U(t - 2)(t - 2)^2] &= e^{-2s} \mathcal{L}[t^{2}] \\ &= e^{-2s} \, \frac{2!}{s^{2 + 1}} \qquad ( \mbox{ 第 2 移 動 法 則 } )\\ &= \frac{2}{s^{3}} e^{-2s} \qquad (s > 0) \qquad ( \mbox{ 変 換 公 式 } ) \end{align} </math> <br><br> == 微分法則 == 定理1: <math>f(x)</math> は <math>t \ge 0</math> で定義された連続な関数で、以下を満たす定数Mとαが存在し、微分可能であるとする。 <math>|f(t)| \le M e^{\alpha t}</math> この時、<math>\frac{df(t)}{dt}</math> が区分的に連続であれば、<math>s > \alpha</math> の時 <math>\mathcal{L} \left[ \frac{df(t)}{dt} \right]</math> が存在し、以下が成立する。 <math>\mathcal{L} \left[ \frac{df(t)}{dt} \right] = s \mathcal{L}[f(t)] - f(0) \qquad (s > \alpha)</math> 定理1の説明: <math>f(t)</math> を微分することは、 <math>f(t)</math> のラプラス変換 <math>F(s)</math> をs倍して <math>f(0)</math> を減算することに対応する。 原関数を微分することは、像関数をs倍した後、定数 <math>f(0)</math> を減算することに対応する。 <br> 定理2: <math>t \ge 0</math> において、 <math>f(t), \, \frac{df(t)}{dt}, \, \cdots , \, \frac{d^{(n - 1)} f(t)}{dt^{(n - 1)}}</math> は連続な関数で、以下を満たす定数Mとαが存在すると仮定する。 <math>|f^{(i)} (t)| \le M e^{\alpha t} \qquad (i = 0, 1, 2, \cdots, n - 1)</math> この時、 <math>t \ge 0</math> において <math>\frac{d^{n} f(t)}{dt^{n}}</math> が区分的に連続であれば、 <math>s > \alpha</math> の時、 <math>\mathcal{L} \left[ \frac{d^{n} f(t)}{dt^{n}} \right]</math> が存在し、以下が成立する。 <math>\mathcal{L}[f^{(n)} (t)] = s^{n} \mathcal{L}[f(t)] - s^{n - 1} f(0) - \cdots - s \frac{d^{(n - 2)} f(0)}{dt^{(n - 2)}} - \frac{d^{(n - 1)} f(0)}{dt^{(n - 1)}} \qquad (s > \alpha)</math> 定理2の説明: 原関数の世界で微分することは、像関数の世界では「sの多項式を作る」ことに対応する。 この定理の式はラプラス変換を使用して微分方程式を解く際に重要な役割を果たす。 <br> 微分方程式を解く際に必要となる公式: <math>f(t), \frac{df(t)}{dt}, s</math> が上記の定理の条件を満たしているとする。 この時、以下が成立する。 (1) <math>\mathcal{L} \left[ \frac{df(t)}{dt} \right] = s \mathcal{L}[f(t)] - f(0)</math> (2) <math>\mathcal{L} \left[ \frac{d^2 f(t)}{dt^{2}} \right] = s^{2} \mathcal{L}[f(t)] - s f(0) - \frac{df(0)}{dt}</math> <br> 例題: <math>f(t) = t e^{t}</math> について以下を求めよ。 (1) <math>\frac{df(t)}{dt}</math> (2) <math>f(0)</math> (3) <math>\mathcal{L}[f(t)]</math> (微分法則を使用する) 解答: (1) 積の微分公式より、 <math>\frac{df(t)}{dt} = e^{t} + t e^{t}</math> (2) <math>t = 0</math> の時、 <math>f(0) = 0 \times e^{0} = 0</math> (3) <math>n = 1</math> の微分法則により、 <math>\mathcal{L} \left[ \frac{df(t)}{dt} \right] = s \mathcal{L}[f(t)] - f(0)</math> これに、 <math>f(t), \, \frac{df(t)}{dt}, \, f(0)</math> を代入する。 すると、 <math>\mathcal{L}[e^{t} + t e^{t}] = s \mathcal{L}[t e^{t}] - 0</math> となる。 <math> \begin{align} \mathcal{L}[e^{t} + t e^{t}] &= s \mathcal{L}[t e^{t}] - 0 \\ \iff \mathcal{L}[e^{t}] + L[t e^{t}] &= s \mathcal{L}[t e^{t}] \qquad \mbox{ 線 形 性 よ り } \\ \iff (s - 1) \mathcal{L}[t e^{t}] &= \mathcal{L}[e^{t}] \\ \iff (s - 1) \mathcal{L}[t e^{t}] &= \frac{1}{s - 1} \qquad (s > 1) \\ \iff \mathcal{L}[t e^{t}] &= \frac{1}{(s - 1)^{2}} \qquad (s > 1) \end{align} </math> <br><br> == 積分法則 == 定理: <math>f(t)</math> は <math>t \ge 0</math> において区分的に連続であり、ある定数M, αに対して、 <math>|f(t)| \le M e^{\alpha t}</math> が成立すると仮定する。 この時、以下が成立する。 <math>\mathcal{L} \left[ \int_{0}^{t} {f(u) du} \right] = \frac{1}{s} \mathcal{L}[f(t)] \qquad (s > max(0, \, \alpha))</math> 説明: 原関数を積分することは、像関数をsで除算することに対応する。 参考: 原関数の微分は、像関数をs倍すること(その後に定数を減算すること)に対応する。 <br> 例題: 積分法則を使用して以下の値を求めよ。 <math>\mathcal{L} \left[ \int_{0}^{t} {\sin(3u) du} \right]</math> 解答: 積分法則より、 <math> \begin{align} \mathcal{L} \left[ \int_{0}^{t} {\sin(3u) du} \right] &= \frac{1}{s} \mathcal{L}[\sin(3t)] \\ &= \frac{1}{s} \frac{3}{s^{2} + 3^{2}} \\ &= \frac{3}{s (s^{2} + 9)} \qquad (s > 0) \end{align} </math> 参考: <math>\mathcal{L}[\sin(at)] = \frac{a}{s^{2} + a^{2}} \qquad (s > 0)</math> <br><br> == t<sup>n</sup>積法則 == 定理: <math>f(t)</math>は、 <math>t \ge 0</math> において区分的に連続で指数α位の関数とする。 この時、 <math>\mathcal{L}[t^{n} f(t)] (n = 1, \, 2, \, \cdots)</math> が存在し、 <math>\mathcal{L}[f(t)] = F(s)</math> とおくとき、以下が成立する。 <math>\mathcal{L}[t^{n} f(t)] = (-1)^{n} \frac{d^{n} F(s)}{ds^{n}} \qquad (s > \alpha, \, n = 1, \, 2, \, 3, \, \cdots)</math> 説明: 原関数の世界で「関数を <math>t^{n}</math> 倍する」ことは、像関数の世界では「関数を <math>n</math> 回微分して <math>(-1)^{n}</math> 倍する」ことに対応する。 <math>t^{n}</math> 積法則の具体例: <math>f(t)</math> は、先の定理の仮定を満たしているとする。 この時、以下が成立する。 (1) <math>n = \mbox{ 正 整 数 }</math> の場合: <math>\mathcal{L}[t^{n} f(t)] = (-1)^{n} \frac{d^{n} F(s)}{ds^{n}}</math> (2) <math>n = 1</math> の場合: <math>\mathcal{L}[t f(t)] = - \frac{dF(s)}{ds}</math> (3) <math>n = 2</math> の場合: <math>\mathcal{L}[t^{2} f(t)] = \frac{d^{2} F(s)}{ds^{2}}</math> <br> 例題: <math>t^{n}</math> 積法則を使用して以下の値を求めよ。 <math>\mathcal{L}[t e^{2t}]</math> 解答: <math>f(t) = e^{2t}</math> とおくと、 <math>\mathcal{L}[f(t)] = L[e^{2t}] = \frac{1}{s - 2} = (s - 2)^{-1} \qquad (s > 2)</math> <math>t^{n}</math> 積法則の <math>n = 1</math> の場合を適用すると以下が得られる。 <math>\mathcal{L}[t e^{2t}] = - \frac{dF(s)}{ds} = - \frac{d}{ds} \, (s - 2)^{-1}</math> ここで、合成関数の微分公式を使用して、 <math> \begin{align} \mbox{ 与 式 } &= - (-1) (s - 2)^{-2} \\ &= \frac{1}{(s - 2)^{2}} \qquad (s > 2) \end{align} </math> <br><br> == 合成積 == 定義: <math>f(t), \, g(t)</math> は <math>t \ge 0</math> において区分的に連続であるとする。 この時、以下の関数 <math>(f*g)(t)</math> を <math>f(t)</math> と <math>g(t)</math> の合成積(convolution)あるいは畳み込みという。 <math>(f*g)(t) = \int_{0}^{t} {f(\tau)g(t - \tau)} d \tau</math> <br> 合成積の性質 合成積は、以下の法則を満たす。 (1) <math>(f*g) = (g*f)</math> (交換法則) (2) <math>(f*g)*h = f*(g*h)</math> (結合法則) <br> * 合成積 <math>(f*g)(t) = \int_{0}^{t} {f(\tau)g(t - \tau)} d \tau</math> の直観的意味 *: 時刻 <math>t</math> のとき、耳に到達する音の波形を <math>h(t)</math> とする。 *: <math>h(t)</math> は、その時より <math>\tau</math> だけ前の時刻に出た音の波形 <math>g(t - \tau)</math> を <math>f(\tau)</math> だけ増幅(あるいは減少)させた波形 <math>f(\tau)g(t - \tau)</math> の影響を受ける。 *: 時刻 <math>t</math> においては、 <math>\tau</math> が <math>0</math> から <math>t</math> までの全ての影響を受けるので、それらを全部重ねあわせた波形 <math>(f*g)(t)</math> が耳に到達する。 *: したがって、耳に到達する音の波形は、 <math>h(t) = (f*g)(t)</math> となる。 <br> 定理: <math>f(t), \, g(t)</math> は <math>t \ge 0</math> で区分的に連続な関数であり、かつ指数α位の関数とする。 <math>\mathcal{L}[f(t)] = F(s), \, \mathcal{L}[g(t)] = G(s)</math> とする時、 <math>\mathcal{L}[(f*g)(t)]</math> が存在し、以下が成立する。 <math>\mathcal{L}[(f*g)(t)] = F(s)G(s) \qquad (s > \alpha)</math> 注意: <math>f(t)</math> と <math>g(t)</math> の(合成積ではない普通の)積のラプラス変換 <math>\mathcal{L}[f(t) \cdot g(t)]</math> については、一般に <math>\mathcal{L}[f(t) \cdot g(t)]</math> と <math>\mathcal{L}[f(t)] \cdot \mathcal{L}[g(t)]</math> は一致しない。 すなわち、 <math>\mathcal{L}[f(t) \cdot g(t)] \ne F(s)G(s)</math> <br> 例題: <math>f(t) = t, \, g(t) = \sin(t)</math> について、合成積のラプラス変換公式を使用して <math>\mathcal{L}[(f*g)(t)]</math> を求めよ。 解答: ラプラス変換の基本公式より、 <math>\mathcal{L}[t] = \frac{1}{s^{2}} \qquad (s > 0)</math> <math>\mathcal{L}[\sin(t)] = \frac{1}{s^{2} + 1} \qquad (s > 0)</math> 合成積のラプラス変換公式より、 <math> \begin{align} \mathcal{L}[(f*g)(t)] &= \mathcal{L}[f(t)] \, \mathcal{L}[g(t)] \\ &= \mathcal{L}[t] \, \mathcal{L}[\sin(t)] \\ &= \frac{1}{s^{2}} \, \frac{1}{s^{2} + 1} \qquad (s > 0) \\ &= \frac{1}{s^{2} (s^{2} + 1)} \qquad (s > 0) \end{align} </math> <br><br> == ラプラス変換による微分方程式の解法 == [[ファイル:Applied Mathematics Laplace Transform 1.png|フレームなし|中央]] <br><br> == ラプラス変換の応用 == ラプラス変換は、微分方程式を解くために用いられる。<br> また、システムの安定性や過渡解の解析に用いられる。<br> <br> 主な応用分野<br> * 古典的自動制御: 伝達関数を求めるための計算手法。 * 電気回路: 過渡現象を表す微分方程式の解法。 <br><br> == 他の積分変換との比較 == [[ファイル:Applied Mathematics Laplace Transform 2.png|フレームなし|中央]] ==== フーリエ変換 ==== フーリエ変換(Fourier transform)とラプラス変換では積分範囲と係数部分が異なる。<br> また、ラプラス変換の変数sに対応する変数が <math>i \omega</math> (i: 虚数単位)になる。<br> <br> フーリエ変換は、ラプラス変換とは異なり、周波数分析に使用される。<br> <br> フーリエ変換は、スイッチをON/OFFした後、時間が十分経過した後の電圧・電流の波形の分析に使用される。<br> ラプラス変換は、過渡状態の電圧・電流の分析に使用される。(過渡状態とは、スイッチをON/OFFした直後の状態である)<br> <br> ==== Z変換 ==== Z変換(Z-transform)は、両側ラプラス変換を離散化したものである。<br> Z変換は、デジタル信号処理で用いられる。<br> <br> 変換を離散化することによりコンピュータで効率よく扱うことができるようになる。<br> <br> ==== 離散フーリエ変換 ==== 離散フーリエ変換(DFT: Discrete Fouriertransform)は、フーリエ変換を離散化したものである。<br> 離散フーリエ変換を高速に計算するためのアルゴリズムとして高速フーリエ変換(FFT: Fast Fouriertransform)がある。<br> これらの技術はデジタル信号処理で使用される。<br> <br><br> __FORCETOC__ [[カテゴリ:解析学]]
応用数学 - ラプラス変換
に戻る。
案内
メインページ
最近の更新
おまかせ表示
MediaWiki についてのヘルプ
ツール
リンク元
関連ページの更新状況
特別ページ
ページ情報
We ask for
Donations
Collapse