◀ Previous | TOC | Next ▶ |
linear differential equations
\(y\) is a function of \(x\)
A linear differential equation of order \(n\) (\(n\) 階線形微分方程式) can be written as
\begin{equation} a_n(x) \frac{d^n y}{d x^n} + \dotsb + a_1(x) \frac{d y}{d x} + a_0(x) y = Q(x) \label{eq: def linear ode} \end{equation}
You have to remember at least up to \(n=2\),
Remark
The left side of \eqref{eq: def linear ode} is the linear combination (線型結合) of the elements of the following vector.
\begin{equation} \left[ \frac{d^n y}{d x^n}, \dotsc, \frac{dy}{dx}, y \right] \label{eq: vector derivatives} \end{equation}
with the coefficeints \(a_n(x), \dotsc, a_0(x)\)
Note that the terms in the terms in \eqref{eq: vector derivatives} are linearly independent (線形独立) in the space of continuous functions.
The right side term \(Q(x)\) should not be the function of \(y\), should be the function of \(x\) or variables other than \(y\).
We cannot have the terms like
Homogeneous and nonhomogeneous
A linear ODE is said to be homogeneous if
A linear ODE is called nonhomogeneous if \(Q(x) \ne 0\).
Constant-coefficient and variable-coefficients
A linear ODE is called (of) constant-coefficent if
A linear ODE is called variable-coefficient if
linear combination
linearly independent
Note that
Linear or nonlinear?
coefficients |
homegeneity |
solution tactics |
---|---|---|
constant |
homogeneous |
characteristic function |
variable |
homogeneous |
change of variablespower series expansion |
constant |
non-homogeneous |
variation of constantsundetermined coefficientsoperator method |
variable |
non-homogeneous |
combinations of above |
Being able to choose the appropriate solution is important not only for solving the equation by hand (analytically) but also for using appropriate numerical methods.
係数 |
同次非同次 |
解法 |
---|---|---|
定(数)係数 |
同次 |
特性方程式 |
変(数)係数 |
同次 |
変数変換べき級数展開 |
定(数)係数 |
非同次 |
定数変化法未定係数法演算子法 |
変(数)係数 |
非同次 |
上記の組合せ |
適切な解法を選べるようになることは, 方程式を手で(解析的に)解くのに重要なだけでなく, 数値的に解くときに適切な計算手法を選択するためにも重要である.
The first order linear ODE can be solved regardless of whether it is of constant or variable coefficients or whether it is homogeneous or nonhomogeneous.
The solution of the following first order linear ODE
is
where \(\mu(x)\) is called the integrating factor and defined as
Mathematically, no difference.
Convenient way of distinguishing between (a) semi-infinite and (b) bounded systems.
Initial value problems are for semi-infinite domain, and
boundaary value problems are for bounded system.
Find the general solution for the differential equations.
Apply the intial or boundary condition(s).
◀ Previous | TOC | Next ▶ |