Elementary Integration Method
初等积分法 | Elementary Integration Method¶
This chapter gives primary method of solving special differential functions, which plays a great role in future study.
恰当方程 | Exact Equation¶
We focus on the symmetrical form
This can bring us great convenience for digging into one-order ODE because it can gives us both the relation \(y=f(x)\) or \(x=g(y)\).
全微分方程、恰当方程的定义 | Definition of Exact Equation
If there exists a \(\mathit{\varphi}(x, y) \in C^{1}(D)\) such that
then equation \(\ref{eq-exact}\) is called Exact Equation.
There are some questions to answer:
- How to judge an equation to be exact Equation?
- If so, how to find original function \(\varphi(x, y)\)?
- If not, how to transform it into one exact Equation?
In this pattern, we answer the first two equation and leave the third one after learning LFODE.
方程是恰当的充要条件 | Necessary and Sufficient Condition for exact Equation
Assume \(D\) is a simply connected region, and \(M(x, y)\), \(N(x, y) \in C(D)\) with \(\frac{\partial M}{\partial y}\) and \(\frac{\partial N}{\partial x} \in C^{1}(D)\). Then equation \(\ref{eq-exact}\) is exact Equation if and only if
Prove it.
\(\Rightarrow\) is easy, by using second-order mixed partial derivatives of \(\mathit{\varphi}\).
\(\Leftarrow\). Using Green Formula/Theorem.
积分因子 | Integral Factor¶
This part we hope to find \(\mu(x, y)\) so when we multiply it to both sides of equation \(\ref{eq-exact}\)
there exists \(\mathit{\varphi}(x, y)\) such that
Naively, if \(\mathit{\varphi}(x,y)\in C^2\), then
Theoretically speaking, we have to solve a PDE
However, actually, it is very hard to solve the above PDE. So we focus on some special case like \(\mu(x,y)=\mu(x)\), \(\mu(y)\), \(\mu(x+y)\), \(\mu(xy)\).
Now we have the following theorem to judge whether we can get the above form of integral factors.
方程有特殊类型的积分因子的充要条件 | Necessary and Sufficient Condition of special integral factor of ODE
Equation \(\ref{eq-pde}\) has solution \(\mu(x)\) depending only on \(x\), if and only if
only depends only on \(x\). Then
More generally, equation \(\ref{eq-pde}\) has solution \(\mu(\varphi(x,y))\), if and only if
变量分离方程 | Variable Separation Equation¶
This chapter we discuss how to solve equation when it is not Exact Equation. The basic idea is, through transformation, we can convert an equation into an exact Equation.
变量分离方程的定义 | Definition of Variable Separation Equation
If there exists \(M_1(x), M_2(y), N_1(x), N_2(y) \in C^1(D)\) such that
then we call equation \(\ref{eq-exact}\) Variable Separation Equation.
For this type of equation, we can multiply both sides
equation \(\ref{eq-exact}\) becomes
This is an exact equation, and \(\ref{eq-sep-factor}\) is called an Integral Factor of the equation.
we can get its integral
which is easily seen a solution of the original equation.
And don't forget that if there exists \(a_i (i= 1,2,\cdots, m)\) such that \(N_1(a_i) = 0\), or exists \(b_j (j=1,2,\cdots, n)\) such that \(M_2(b_j) = 0\), then of course \(x = a_i, y = b_j\) are also solutions of the original solution.
- 齐次方程 | Homogeneous Equation
The following equation can also be transferred into Variable Separation Equation.
齐次方程的定义 | Definition of Homogeneous Equation
We call \(f(x, y)\) Homogeneous Function of degree \(n\) if
and call equation \(\ref{eq-exact}\) Homogeneous equation if \(M(x, y), N(x, y)\) are Homogeneous Function.
When we let \(y = u x\), then \(dy = xdu + udx\), substitute in the equation and get
extract \(x\) out by definition of Homogeneous Equation:
If \(x^{n+1}[M(1, u)+N(1,u)u]\neq 0\), then we divide both sides by this and get
which is also Variable Separation Equation.
一阶线性微分方程 | Linear First-Order Differential Equation¶
Now we focus on a really important expression of ODE: Linear First-Order Differential Equation(LFODE):
- Homogeneous LFODE(H-LFODE)
We let \(q(x)\equiv 0\) in \(\ref{eq-LFODE}\), we get
rewrite it into symmetrical form:
which is Variable Separation Equation.
So when \(y\neq 0\), multiply both sides \(1/y\) and integrate
get \(y\) out of form \(x\):
where \(C_1=\pm e^{C} \neq 0\), but we can include trivial solution \(y \equiv 0\) by letting \(C_1 = 0\).
- Non-Homogeneous linear First-Order Differential Equation
we have two ways to get the answer.
Making use of Integral Factors.
To begin with, we convert equation \(\ref{eq-LFODE}\) into symmetrical form:
Multiply \(e^{\int_{x_0}^{x}p(t)dt}\) to both sides of equation \(\ref{eq-SYM-LFODE}\):
That is,
integrate and get
extract \(y\) out and get:
Through Variation of Constants.
We make a brave treatment: assume one special solution to equation \(\ref{eq-LFODE}\) is
where \(u\) is a new variable.
Subsititute in equation \(\ref{eq-LFODE}\) and get
That is
multiply \(e^{\int_{x_0}^{x}p(t)dt}\) to both sides and integrate
So the special solution is
一阶隐式微分方程 | First-order Implicit Differential Equation¶
Now we focus on equation
where \(y'\) cannot be explicitly solved out.
- 参数法 | parametric method
If we let \(p = y'\), then equation
represents a curved surface in 3-D space.
And we can juggle equation \(\ref{eq-para-p}\) and \(dy=pdx\) to get a curve in the space.