東北工業大学 工学部情報通信工学科 中川研究室


ラプラス変換

前の問題

例題
ラプラス変換を使って、2階微分がでてくる問題

 y '' + 2 y ' + y = sin( t ) ただし y(0) = 1y'(0)=0

をやってみましょう。

1.両辺をラプラス変換する
ラプラス変換( y '' ) + 2 ラプラス変換( y' ) + ラプラス変換( y ) = ラプラス変換( sin(t) )

2.ラプラス変換の微分法則 を使う
ラプラス変換( y' ) = -y(0) + sラプラス変換( y ) なので、
y'' は (y')' と考えれば
ラプラス変換( y'' ) = -y'(0) + sラプラス変換( y' )だから
これを代入
-y'(0) + sラプラス変換( y' )  + 2 ラプラス変換( y' ) + ラプラス変換( y ) = ラプラス変換( sin(t) )

3.もう一度ラプラス変換の微分法則 を使う
-y'(0) + s{ -y(0) + sラプラス変換(y) } + 2 { -y(0) + sラプラス変換(y) } + ラプラス変換(y) = ラプラス変換( sin(t) )

微分がでてこなくなるまで書き換えます。

4.初期条件を使う
問題文に書いてある y(0) = 1, y'(0)=0 を代入
0 + s { -1 + s ラプラス変換( y )}  + 2 { -1 + s ラプラス変換( y )} + ラプラス変換( y ) = ラプラス変換( sin(t) )
整理整頓
( s2 + 2s + 1 )ラプラス変換( y ) -s -2 = ラプラス変換( sin(t) )

5.右辺のラプラス変換を計算する
( s2 + 2s + 1 )ラプラス変換( y ) - s - 2 = $\displaystyle {1 \over s^2+1}$

6.ラプラス変換( y ) = の形に持ち込む
( s2 + 2s + 1 )ラプラス変換( y ) = $\displaystyle s + 2 + {1 \over s^2+1}$

$\displaystyle \mathcal{L}(y) = {s + 2 \over (s+1)^2} + {1 \over (s+1)^2 (s^2+1)}$

このままでは何のラプラス変換かわかりにくいので、

7. 何のラプラス変換か考えやすいように変形
1項目の s+2 をs+1 と 1 に分けて
$\displaystyle \mathcal{L}(y) = {s + 1 \over (s+1)^2} +{1 \over (s+1)^2} + {1 \over (s+1)^2 (s^2+1)}$

1項めを約分

$\displaystyle \mathcal{L}(y) ={ 1 \over (s+1)} +{1 \over (s+1)^2} + {1 \over (s+1)^2 (s^2+1)}$

何のラプラス変換か思い出し

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {1 \over (s+1)^2 (s^2+1)}$
3項目
$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {1 \over (s+1)}\cdot {1\over (s+1)}\cdot {1\over (s^2+1)}$

3項めの分母が s と s2 では部分分数分解しにくいので s2 で揃えるように細工

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {1 \over (s+1)}\cdot {(s-1)\over (s+1)(s-1)}\cdot {1\over (s^2+1)}$
分子の(s-1)はちょっとよけておく

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {(s-1) \over (s+1)}\cdot {1 \over (s^2-1)}\cdot {1\over (s^2+1)}$

分母にs2が入っているもの同士だと 部分分数分解しやすいよ

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {(s-1) \over (s+1)} \cdot {1\over 2} \{ {1 \over (s^2-1)} - {1 \over (s^2+1)} \}$

分配

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {1\over 2} \{ {(s-1) \over (s+1)(s^2-1)} - {(s-1) \over (s+1)(s^2+1)} \}$

3項目約分

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {1\over 2} \{ {1 \over (s+1)^2} - {(s-1) \over (s+1)(s^2+1)} \}$

3項目

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + \mathcal{L}( t e^{-t}) + {1\over 2} \mathcal{L}( t e^{-t}) - {1\over 2} {(s-1) \over (s+1)(s^2+1)} $

2項目3項目は同じだからまとめて、4項目の分母が$s^2$で始まるるように上下に(s-1)

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {1\over 2} {(s-1)^2 \over (s-1)(s+1)(s^2+1)} $

分子は前によけておいて

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {(s-1)^2 \over 2} {1 \over (s^2-1)(s^2+1)} $

分母の頭がs2に揃ったので部分分数分解
$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {(s-1)^2 \over 2} {1 \over 2} \{ {1 \over (s^2-1)} - {1 \over (s^2+1)} \} $

分配
$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {1 \over 4} \{ {(s-1)^2 \over (s^2-1)} - {(s-1)^2 \over (s^2+1)} \} $

約分と展開
$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {1 \over 4} \{ {(s-1) \over (s+1)} - {s^2 -2s +1 \over (s^2+1)} \} $

分子の (s-1) は (s+1)-2、s2-2s+1 は (s2+1)-2s と考えると $\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {1 \over 4} \{ {(s+1)-2 \over (s+1)} - {(s^2 +1) -2s \over (s^2+1)} \} $

$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) - {1 \over 4} \{ 1 -{2 \over (s+1)} - 1 + {2s \over (s^2+1)} \} $
整理整頓
$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) + {1 \over 2} \{ {1 \over (s+1)} - {s \over (s^2+1)} \} $

何のラプラス変換か考える
$\displaystyle \mathcal{L}(y) = \mathcal{L}(e^{-t}) + {3\over 2} \mathcal{L}( t e^{-t}) + {1 \over 2} \{ \mathcal{L}(e^{-t}) - \mathcal{L}(\cos(t) ) \} $

$\displaystyle \mathcal{L}(y) = {3 \over 2} \mathcal{L}(e^{-t}) + {3 \over 2} \mathcal{L}( t e^{-t}) - {1 \over 2} \mathcal{L}(\cos(t) ) $

8.両辺のラプラス変換( )を同時にはずす
$\displaystyle y = {3 \over 2} e^{-t} + {3 \over 2} t e^{-t} - {1 \over 2} \cos(t) $
検算しましょう
出来た答えを元の方程式に代入して、成り立つかどうか確かめよう。
y = (3/2) e-t + (3/2) t e-t - (1/2) cos(t)
を微分すると
y' = -(3/2) e-t + (3/2) e-t - (3/2) t e-t +(1/2) sin(t)
y' = -(3/2) t e-t +(1/2) sin(t)
y'' = -(3/2) e-t +(3/2) t e-t+(1/2) cos(t)
これを元の方程式の左辺 y'' + 2y' + y に代入し
問題の式の右辺と同じになればOKです。

初期条件も代入して確かめましょう。
y(t) = (3/2) e-t + (3/2) t e-t - (1/2) cos(t) に t=0 を代入すると
y(0) = (3/2) + 0 - (1/2) = 1  なので OK
また
y'(t) = -(3/2) t e-t +(1/2) sin(t) に t=0 を代入しても
y'(0) = 0
初期条件と同じになったのでokですね!

練習問題

この問題をラプラス変換を使わないで解く

電気回路の問題へ進む 

合成法則 ラプラス変換(f)ラプラス変換(g) へ進む 

「初心者用ラプラス変換解説」最初のページへ戻る

中川研HOME