logo

계단 함수의 라플라스 변환 📂상미분방정식

계단 함수의 라플라스 변환

정의1

단위 계단 함수cc만큼 평행이동한 것을 다음과 같이 나타내자

uc(t)={0t<c1tc u_{c}(t)=\begin{cases} 0 & t<c \\ 1 & t \ge c \end{cases}

2.jpg

공식

계단 함수 uc(t)u_{c}(t)라플라스 변환은 다음과 같다.

L{uc(t)}=ecss,s>0 \begin{equation} \mathcal{L} \left\{ u_{c}(t) \right\} = \dfrac{e^{-cs}}{s},\quad s>0 \label{eq1} \end{equation}

cc를 임의의 상수, s>a0s > a \ge 0일 때 f(t)f(t)의 라플라스 변환 F(s)F(s)이 존재한다고 하자. 즉 F(s)=L{f(t)}F(s)=\mathcal{L} \left\{ f(t) \right\}. 그러면 ffucu_{c}의 곱의 라플라스 변환은 다음과 같다.

L{uc(t)f(tc)}=ecsF(s) \begin{equation} \mathcal {L} \left\{ u_{c}(t) f(t-c) \right\} = e^{-cs} F(s) \label{eq2} \end{equation}

설명

우리가 다루는 변수 tt는 시간이므로 t>0t>0이고 이는 따로 언급하지 않아도 당연한 것이라 생각하자. uc(t)u_{c}(t)와 같은 함수는 전기회로에서 스위치를 켜거나 끌 때 특정한 시간 이후부터 갑자기 생기거나 사라지는 값을 묘사할 때 유용하다.

3.jpg

유도

(1)

L{uc(t)}=0estuc(t)dt=0cest0dt+cest1dt=limA1s[est]cA=ecss \begin{align*} \mathcal{L} \left\{ u_{c}(t) \right\} &= \int_{0}^\infty e^{-st}u_{c}(t)dt \\ &=\int_{0}^c e^{-st}\cdot 0 dt + \int_{c}^\infty e^{-st}\cdot 1 dt \\ &= \lim _{A \to \infty} -\dfrac{1}{s} \left[ e^{-st} \right]_{c}^A \\ &= \dfrac{e^{-cs}}{s} \end{align*}

이 때, limAesA=0\lim \limits_{A \to \infty } e^{-sA}=0 이어야 하므로 s>0s>0이다.

(2)

L{uc(t)f(tc)}=0estuc(t)f(tc)dt=cestf(tc)dt \begin{align*} \mathcal{L} \left\{ u_{c}(t) f(t-c) \right\} &= \int_{0} ^\infty e^{-st}u_{c}(t) f(t-c)dt \\ &= \int_{c}^\infty e^{-st} f(t-c) dt \end{align*}

여기서 tc=τt-c=\tau라고 치환하자. 그러면 0τ0 \le \tau \le \infty이고 dt=dτdt=d\tau이다. 따라서

0es(τ+c)f(τ)dτ=ecs0esτf(τ)dτ=ecsF(s) \begin{align*} \int _{0} ^\infty e^{-s(\tau+c)}f(\tau)d\tau &= e^{-cs}\int_{0}^\infty e^{-s\tau}f(\tau)d\tau \\ &= e^{-cs}F(s) \end{align*}

예제

f(t)=sint+uπ/4(t)cos(tπ4)f(t)=\sin t + u_{\pi /4} (t) \cos (t-\frac{\pi}{4})라고 하자.

L{f(t)}=L{sint}+L{uπ/4cos(tπ4)}=L{sint}+eπ4sL{cost}=1s2+1+eπ4sss2+1=1+seπ4ss2+1 \begin{align*} \mathcal{L} \left\{ f(t) \right\} &= \mathcal{L} \left\{ \sin t \right\} + \mathcal{L} \left\{ u_{\pi /4} \cos (t-\frac{\pi}{4}) \right\} \\ &=\mathcal{L} \left\{ \sin t \right\} + e^{-\frac{\pi }{ 4 }s} \mathcal{L} \left\{ \cos t \right\} \\ &=\dfrac{1}{s^2+1} + e^{ -\frac{\pi}{4}s}\dfrac{s}{s^2+1} \\ &=\dfrac{ 1+ se^{ -\frac{\pi}{4}s}}{s^2+1} \end{align*}

같이보기


  1. William E. Boyce, Boyce’s Elementary Differential Equations and Boundary Value Problems (11th Edition, 2017), p257-260 ↩︎