라플라스 변환(Laplace transform)의 기본 성질들에 대해서 알아보자.
증명. 라플라스 변환의 정의에 의해 다음을 얻는다.
$$ \begin{align*} \mathcal{L}(e^{at}f(t)) & = \int_{0}^{\infty} e^{-st} e^{at} f(t) \, dt \\[5px] & = \int_{0}^{\infty} e^{-(s-a)t} f(t) \,dt \\[5px] & = F(s-a). \qquad (s-a>t) \tag*{$\myblue{\blacksquare}$} \end{align*} $$
예제 7. 위의 정리 1.3.에 의하여,
$$ \begin{align*} \mathcal{L}(e^{at}\cos wt ) & = \frac{s-a}{(s-a)^2 + w^2} \\[5px] \mathcal{L}(e^{at}\sin wt ) & = \frac{w}{(s-a)^2 + w^2} \end{align*} $$
지금까지 라플라스 변환에 대한 정의와, 실제 몇 가지 기본적인 함수에 대해서 직접 라플라스 변환을 구해 보았다. 하지만, 그렇다고 해서 임의의 함수 $f$에 대한 라플라스 변환의 존재성은 보장되지 않는다. 따라서 아래 존재성에 관한 정리가 필요하다.
증명. $s>k$라 하면,
$$ \begin{align*} |\mathcal{L}(f)| & = \left| \int_{0}^{\infty} e^{-st} f(t) \, dt \right| \\[5px] & \leq \int_{0}^{\infty} e^{-st} |f(t)| \, dt \\[5px] & \leq M \int_{0}^{\infty} e^{-st} e^{-kt} \, dt = \frac{M}{s-k}. \end{align*} $$
따라서 \(\mathcal{L}(f)\)이 존재한다..
참고. 위 정리는 충분조건(sufficient condition)이지만 필요조건(necessary condition)은 아니다. 예를들어, 함수 $f(t)=e^{t^2}$는 정리의 부등식을 만족하지 않지만, $\mathcal{L}(e^{t^2})$가 존재한다.
다음 정리는 함수 $f$의 도함수(derivative)와 라플라스 변환과의 관계를 보여준다.
증명. 부분적분(integration by parts)에 의해,
$$ \begin{align*} \mathcal{L}(f') & = \int_{0}^{\infty} e^{-st}f'(t) \, dt \\[5px] & = e^{-st}f(t) \bigg|_{0}^{\infty} + s \int_{0}^{\infty} e^{-st}f(t) \,\ dt \\[5px] & = -f(0) + s \mathcal{L}(f) \tag*{$\myblue{\blacksquare}$} \end{align*} $$
같은 방법으로, $\mathcal{L}(f^{\prime\prime})$ 또한 구할 수 있다.
$$ \begin{align*} \mathcal{L}(f^{\prime\prime}) & = s \mathcal{L}(f') - f'(0) \\[5px] & = s \left[ s \mathcal{L}(f) - f(0) \right] - f'(0) \\[5px] & = s^2 \mathcal{L}(f) - s f(0) - f'(0) \end{align*} $$
일반적으로 수학적 귀납법에 의해
$$ \begin{align*} \mathcal{L}(f^{(n)}) & = s^n \mathcal{L}(f) - s^{n-1}f(0) - s^{n-2}f'(0) - \cdots - f^{(n-1)}(0). \end{align*} $$
예제 8. 이번에는 정리 1.5를 이용하여 $\cos wt$의 라플라스 변환을 구해보자. $f(t) = \cos wt$라 정의하면,
$$ f'(t) = -w\sin wt, \qquad f^{\prime\prime}(t) = -w^2\cos wt $$
이므로, \(\mathcal{L}(f^{\prime\prime})\)를 두가지 방법으로 구할 수 있다.
$$ \begin{align*} \mathcal{L}(f^{\prime\prime}) & = -w^2 \mathcal{L}(\cos wt ) & \text{(by def)} \\[5px] & = s^2 \mathcal{L}(\cos wt ) - s & \text{(by thm)} \end{align*} $$
따라서,
$$ -w^2 \mathcal{L}(\cos wt ) = s^2 -w^2 \mathcal{L}(\cos wt ) - s $$
위 등식을 정리하면 $\mathcal{L}(\cos wt ) = s/(s^2 + w^2)$을 얻는다.
예제 9. 마찬가지 방법으로,
$$ \begin{align*} \mathcal{L}(f') & = -w \mathcal{L}(\sin wt)) & \text{(by def)} \\[5px] & = s \mathcal{L}(\cos wt ) - 1 & \text{(by thm)} \end{align*} $$
를 얻고, 따라서
$$ -w \mathcal{L}(\sin wt) = \frac{s}{s^2 + w^2} - 1 = \frac{-w^2}{s^2 + w^2}, $$
그러므로 $\mathcal{L}(\cos wt ) = w/(s^2 + w^2)$을 얻는다.
이번에는 함수 $f$의 부정적분(indefinite integral)과 라플라스 변환과의 관계를 알아보자.
증명. $g(t) = \int_{0}^{t} f(x) \,dx$라 하면 $g$는 $t \geq 0$인 범위에서 연속이고 $g'=f$임을 알 수 있다. 또한,
$$ \begin{align*} |g(t)| & \leq \left| \int_{0}^{t} f(x) \,dx \right| \leq \int_{0}^{t} |f(x)| \,dx \\[5px] &= \int_{0}^{t} Me^{kx} \,dx = \left. \frac{M}{k}e^{kt} \right|_{\,0}^{\,t} \\[5px] &= \frac{M}{k}(e^{kt}-1) \\[5px] & < \frac{M}{k}e^{kt} \end{align*} $$
여기서 정리 1.5를 적용하면,
$$ \begin{align*} \mathcal{L}(g') = s \mathcal{L}(g) - g(0). \end{align*} $$
따라서,
$$ \begin{align*} \mathcal{L}(g) = \frac{1}{s}\mathcal{L}(g') = \frac{1}{s}\mathcal{L}(f) = \frac{1}{s}F(s). \end{align*} \tag*{$\myblue{\blacksquare}$} $$
예제 10.
$$ \begin{align*} \mathcal{L}^{-1}\left( \frac{1}{s(s^2 + w^2)} \right) & = \int_{0}^{t} \frac{1}{w} \sin w\tau \,d\tau \\[5px] & = \left. \frac{1}{w^2} (-\cos w\tau ) \right|_{0}^{t} \\[5px] & = \frac{1}{w^2}(1-\cos wt ). \end{align*} $$
예제 11.
$$ \begin{align*} \mathcal{L}^{-1}\left( \frac{1}{s^2(s^2 + w^2)} \right) & = \int_{0}^{t} \frac{1}{w^2} (1- \sin w\tau ) \,d\tau \\[5px] & = \left. \frac{1}{w^2} \left(\tau - \frac{1}{w} \sin w\tau \right) \right|_{0}^{t} \\[5px] & = \frac{1}{w^3}(wt - \sin wt). \end{align*} $$