이번 챕터에서는 미분방정식 공부 전의 준비 운동으로서 주로 리만 적분의 정의와 Fundamental Theorem of Calculus(FToC)을 포함한 수학 이론들에 대해 주로 다뤄볼 것이다. 이 내용들은 다른 곳에도 매우 많이 사용되니 눈여겨 볼 필요가 있다.

Definition (First-order Differential Equation)

The general first-order differential equation for the function \(y = y( x )\) is defined by \[ \begin{equation} \frac{dy}{dx}=f(x, y) \tag{$*$} \end{equation} \] where \(f(x,y)\) can be a function of the independent variable \(x\) and the dependent variable \(y\).


Remark



Definition (Separable Differential Equation)

A first-order differential equation is separable if it can be written by \[ g(y)\frac{dy}{dx}=f(x) \iff \frac{dy}{dx}=\frac{f(x)}{g(y)}, \tag{$**$} \] where the function \(g(y)\) is independent of \(x\), and the function \(f(x)\) is independent of \(y\).



back