以下の6つの関数のラプラス変換を求めます。 (1) $3t^2 - 2t$ (2) $(t^2 - 1)^2$ (3) $e^{-3t} + 2e^{2t}$ (4) $\sin 5t$ (5) $\cosh \sqrt{5} t$ (6) $e^{3t} \sin 2t$

解析学ラプラス変換微分方程式積分変換指数関数三角関数双曲線関数
2025/7/29

1. 問題の内容

以下の6つの関数のラプラス変換を求めます。
(1) 3t22t3t^2 - 2t
(2) (t21)2(t^2 - 1)^2
(3) e3t+2e2te^{-3t} + 2e^{2t}
(4) sin5t\sin 5t
(5) cosh5t\cosh \sqrt{5} t
(6) e3tsin2te^{3t} \sin 2t

2. 解き方の手順

ラプラス変換の公式と線形性、移動定理を利用して計算します。
(1) 3t22t3t^2 - 2t
まず、tnt^n のラプラス変換の公式 L{tn}=n!sn+1\mathcal{L}\{t^n\} = \frac{n!}{s^{n+1}} を用います。
L{3t2}=32!s2+1=6s3\mathcal{L}\{3t^2\} = 3 \cdot \frac{2!}{s^{2+1}} = \frac{6}{s^3}
L{2t}=21!s1+1=2s2\mathcal{L}\{2t\} = 2 \cdot \frac{1!}{s^{1+1}} = \frac{2}{s^2}
よって、L{3t22t}=6s32s2\mathcal{L}\{3t^2 - 2t\} = \frac{6}{s^3} - \frac{2}{s^2}
(2) (t21)2=t42t2+1(t^2 - 1)^2 = t^4 - 2t^2 + 1
L{t4}=4!s5=24s5\mathcal{L}\{t^4\} = \frac{4!}{s^5} = \frac{24}{s^5}
L{2t2}=22!s3=4s3\mathcal{L}\{2t^2\} = 2 \cdot \frac{2!}{s^3} = \frac{4}{s^3}
L{1}=1s\mathcal{L}\{1\} = \frac{1}{s}
よって、L{(t21)2}=24s54s3+1s\mathcal{L}\{(t^2 - 1)^2\} = \frac{24}{s^5} - \frac{4}{s^3} + \frac{1}{s}
(3) e3t+2e2te^{-3t} + 2e^{2t}
eate^{at} のラプラス変換の公式 L{eat}=1sa\mathcal{L}\{e^{at}\} = \frac{1}{s-a} を用います。
L{e3t}=1s(3)=1s+3\mathcal{L}\{e^{-3t}\} = \frac{1}{s-(-3)} = \frac{1}{s+3}
L{2e2t}=21s2=2s2\mathcal{L}\{2e^{2t}\} = 2 \cdot \frac{1}{s-2} = \frac{2}{s-2}
よって、L{e3t+2e2t}=1s+3+2s2\mathcal{L}\{e^{-3t} + 2e^{2t}\} = \frac{1}{s+3} + \frac{2}{s-2}
(4) sin5t\sin 5t
sinat\sin at のラプラス変換の公式 L{sinat}=as2+a2\mathcal{L}\{\sin at\} = \frac{a}{s^2+a^2} を用います。
L{sin5t}=5s2+52=5s2+25\mathcal{L}\{\sin 5t\} = \frac{5}{s^2 + 5^2} = \frac{5}{s^2 + 25}
(5) cosh5t\cosh \sqrt{5} t
coshat\cosh at のラプラス変換の公式 L{coshat}=ss2a2\mathcal{L}\{\cosh at\} = \frac{s}{s^2 - a^2} を用います。
L{cosh5t}=ss2(5)2=ss25\mathcal{L}\{\cosh \sqrt{5} t\} = \frac{s}{s^2 - (\sqrt{5})^2} = \frac{s}{s^2 - 5}
(6) e3tsin2te^{3t} \sin 2t
sinat\sin at のラプラス変換の公式 L{sinat}=as2+a2\mathcal{L}\{\sin at\} = \frac{a}{s^2+a^2} と移動定理 L{eatf(t)}=F(sa)\mathcal{L}\{e^{at}f(t)\} = F(s-a) を用います。
まず、L{sin2t}=2s2+22=2s2+4\mathcal{L}\{\sin 2t\} = \frac{2}{s^2+2^2} = \frac{2}{s^2+4}
次に、移動定理より L{e3tsin2t}=2(s3)2+4\mathcal{L}\{e^{3t} \sin 2t\} = \frac{2}{(s-3)^2 + 4}

3. 最終的な答え

(1) L{3t22t}=6s32s2\mathcal{L}\{3t^2 - 2t\} = \frac{6}{s^3} - \frac{2}{s^2}
(2) L{(t21)2}=24s54s3+1s\mathcal{L}\{(t^2 - 1)^2\} = \frac{24}{s^5} - \frac{4}{s^3} + \frac{1}{s}
(3) L{e3t+2e2t}=1s+3+2s2\mathcal{L}\{e^{-3t} + 2e^{2t}\} = \frac{1}{s+3} + \frac{2}{s-2}
(4) L{sin5t}=5s2+25\mathcal{L}\{\sin 5t\} = \frac{5}{s^2 + 25}
(5) L{cosh5t}=ss25\mathcal{L}\{\cosh \sqrt{5} t\} = \frac{s}{s^2 - 5}
(6) L{e3tsin2t}=2(s3)2+4\mathcal{L}\{e^{3t} \sin 2t\} = \frac{2}{(s-3)^2 + 4}

「解析学」の関連問題

与えられた関数 $f(x, y, z)$ に対して、その勾配 $\nabla f$ を計算する問題です。関数は2つ与えられています。 (1) $f(x, y, z) = xy + yz + zx$ (...

勾配偏微分多変数関数
2025/7/29

問題5-4:以下の量を計算する問題です。ただし、$r = |r| = \sqrt{x^2 + y^2 + z^2}$ とします。 (1) $\nabla r$ (2) $\nabla \left( \...

勾配偏微分全微分ベクトル解析
2025/7/29

与えられた2つの関数 $f(x, y)$ について、それぞれの偏導関数 $\frac{\partial f}{\partial x}$, $\frac{\partial f}{\partial y}$...

偏微分多変数関数偏導関数
2025/7/29

関数 $f(x) = \frac{2x}{x^2 + 1}$ について、以下の問いに答える。 (1) 関数 $f(x)$ の増減、極値、グラフの凹凸、変曲点を調べる。 (2) $\lim_{x \to...

関数の増減極値グラフの凹凸変曲点極限グラフ
2025/7/29

問題は、三角関数の合成と、その関数の最大値・最小値を求める問題です。具体的には、$\sqrt{3}\sin\theta + \cos\theta$ を合成し、関数 $y = \sqrt{3}\sin\...

三角関数三角関数の合成最大値最小値sin関数
2025/7/29

以下の2つの極限値を求めよ。 1) $\lim_{x \to 1+0} \frac{\sqrt[3]{x}-1}{\sqrt[3]{x-1}}$ 2) $\lim_{x \to 0} \frac{1-...

極限三角関数置換微分
2025/7/29

与えられた複数の関数に対して、2階の偏導関数を求めます。

偏微分偏導関数多変数関数
2025/7/29

関数 $f(x) = \log(x^2 + 1)$ について、以下の問いに答える。 (1) 関数の増減、極値、グラフの凹凸、変曲点を調べる。 (2) $\lim_{x \to \pm\infty} f...

関数の増減極値グラフの凹凸変曲点極限対数関数
2025/7/29

## 解答

微分合成関数の微分商の微分積の微分三角関数逆三角関数
2025/7/29

$\frac{x-18}{4-x^2} = \frac{x-18}{(2-x)(2+x)} = \frac{A}{2-x} + \frac{B}{2+x}$ 両辺に $(2-x)(2+x)$ ...

積分不定積分定積分部分分数分解半角の公式部分積分
2025/7/29