수학:합성곱

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
수학:합성곱 [2016/04/06 09:30] – 새로 만듦 admin수학:합성곱 [2023/09/05 15:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======합성곱======
 +[[수학:라플라스 변환]] $\mathcal{L}$에서 합성곱은 다음처럼 정의한다:
 +$$f(t) \ast g(t) = \int_0^t f(t-t') g(t') dt'.$$
 +그러면 $\mathcal{L}[f \ast g] = \mathcal{L}[f] \times \mathcal{L}[g]$가 만족된다.
 +
 ======합성곱의 미분====== ======합성곱의 미분======
 함수 $f(t)$와 $g(t)$를 합성곱한 다음 이를 $t$로 미분한 결과를 $h(t)$라 하자: 함수 $f(t)$와 $g(t)$를 합성곱한 다음 이를 $t$로 미분한 결과를 $h(t)$라 하자:
 $$h(t) = \frac{d}{dt} (f\ast g)(t)$$ $$h(t) = \frac{d}{dt} (f\ast g)(t)$$
 이것의 [[수학:라플라스 변환]]은 아래와 같다: 이것의 [[수학:라플라스 변환]]은 아래와 같다:
-$$\tilde{h}(s) = \mathcal{L}\left[ \frac{d}{dt} (f\ast g) \right] = s \mathcal{L}[f\ast g] - (f\ast g)(t=0)$$ +$$\tilde{h}(s) = \mathcal{L}\left[ \frac{d}{dt} (f\ast g) \right] = s \mathcal{L}[f\ast g] - (f\ast g)(0)$$ 
-여기에서 마지막 항은 곧바로 0이 된다. 따라서+여기에서 마지막 항은 적분구간의 길이가 0이므로 곧바로 0이 된다. 따라서
 $$\tilde{h}(s) = s \tilde{f}(s) \tilde{g}(s) = [s\tilde{f}(s) - f(0)] \tilde{g}(s) - f(0) \tilde{g}(s)$$ $$\tilde{h}(s) = s \tilde{f}(s) \tilde{g}(s) = [s\tilde{f}(s) - f(0)] \tilde{g}(s) - f(0) \tilde{g}(s)$$
 이고 이를 역변환하면 이고 이를 역변환하면
 $$h(t) = \dot{f} \ast g + f(0) g(t).$$ $$h(t) = \dot{f} \ast g + f(0) g(t).$$
  
-[[물리:칼데이라-레겟 모형]]의 흩어지기 부분 유도에서 사용된다.+[[물리:칼데이라-레겟 모형]]의 흩어지기 부분 유도에서는 $f(t) = q(t)$, $g(t) = \delta(t)$로 놓음으로써 아래의 식을 얻었다: 
 +\begin{eqnarray*} 
 +\frac{d}{dt} \left[ \int_0^t 2\eta \delta(t-t') q(t') dt' \right] &=& 2\eta \left[ \dot{q}(t) \ast \delta(t) + q(0) \delta(t) \right]\\ 
 +&=& 2\eta \left[ \int_0^t \delta(t-t') \dot{q}(t') dt' + q(0) \delta(t) \right]\\ 
 +&=& \eta \dot{q}(t) + 2\eta q(0) \delta(t). 
 +\end{eqnarray*} 
 +마지막 줄로 넘어가는 단계에서 [[수학:디락 델타 함수|적분 구간]]이 [[수학:디락 델타 함수]]의 절반만을 포함하기 때문에 $\frac{1}{2}$이 붙게 되었다.
  
  
  • 수학/합성곱.1459904454.txt.gz
  • Last modified: 2023/09/05 15:46
  • (external edit)