一階微分方程式 の分類 と最初 の判定
1導入
この
の
ただし、この
2最初 に確認 する 3 点
右辺 が だけの関数 か。-
側 と側 の積 に分 けられるか。 - と が 1
次 で現 れるか。
この 3
この
3判定表
| | ||
| の | ||
| ある | ||
| Bernoulli | で |
この
4命題 1: は直接積分 に帰着 する
であり、 が
が
4.1証明
は の
である。したがって は
この
5命題 2: は変数分離 に帰着 する
を
という
5.1証明
、 となる
である。したがって は で
を
である。 より
を
ここで となる
6命題 3: は積 の微分 へ帰着 する
であるとする。もし
を
と
6.1証明
である。
となる。
なので、
を
この
7完全微分形 の判定基準
の
と
で
8誤用 しやすい例
は と が
のように
と
9後続 の学習順序
このページでは
10演習 リンク
data/exercise/math/differential-equations/classifying-and-solving-first-order-odes.exercise.n.md
Classification and Initial Diagnosis of First-Order Differential Equations
1Introduction
This lecture explains how to analyze the form of a first-order differential equation and identify both an applicable solution method and the reason for selecting it.
A first-order differential equation is a differential equation whose highest derivative is . It can generally be written as
There is no universal formula that solves this general form. The initial objective is therefore to recognize frequently occurring classes and explain why their structure permits a particular method.
2Three Initial Checks
Before calculating, check the following features of a first-order equation.
- Is the right-hand side a function of alone?
- Can the dependence on and be separated into factors?
- Do and occur linearly?
Whenever division by a factor is contemplated, also determine whether setting that factor equal to zero yields a solution. First verify the zero-factor branch by substitution; only then analyze branches on which the factor is nonzero. Distinguishing envelope-type singular solutions from nonunique solution branches is a later topic that depends on existence and uniqueness theory.
This order is efficient because simpler classes can be identified with fewer transformations. Prematurely attempting a complicated substitution may obscure an equation that is solvable by direct integration or separation of variables.
3Classification Table
| Equation form | Class | Reason for selection |
|---|---|---|
| Direct integration | The derivative is determined by alone | |
| Separable equation | The - and -dependence can be separated | |
| Autonomous equation | The change depends only on the value of | |
| First-order linear equation | An integrating factor converts the left side into a product derivative | |
| Candidate exact equation | Test whether the expression is the total differential of some | |
| Bernoulli equation | The substitution may reduce it to a first-order linear equation |
The table is not intended for memorization in isolation. Its purpose is to explain the correspondence between equation structure and solution method.
4Proposition 1: Reduces to Direct Integration
Suppose that
and that is continuous on an interval . If is an antiderivative of on , then
is a solution for every constant .
4.1Proof
By definition, . If , then the derivative of is zero, so
Thus satisfies the equation. In this class, solving the differential equation is precisely the problem of determining antiderivatives.
5Proposition 2: Reduces to Separation of Variables
Let be an interval, and let be an interval containing the range of . Suppose that is continuous on and that is continuous and nonzero on . A continuously differentiable function satisfies
if and only if, for some constant , it satisfies
on .
5.1Proof
Choose antiderivatives and such that and . If satisfies the differential equation, then
Hence is constant on , which gives the separated relation. Conversely, differentiating
and applying the chain rule gives
and the hypothesis yields
Constant solutions arising from zeros of must be checked separately before dividing by .
data/lecture/math/differential-equations/separable-equations-and-autonomous-systems.lecture.n.md6Proposition 3: Reduces to a Product Derivative
Suppose that
on an interval . If a function is nonzero on and satisfies
then the original equation is equivalent on to
6.1Proof
Multiplying the original equation by gives
Since ,
The product rule gives
and hence
Conversely, division by the nonzero function recovers the original equation, which proves equivalence. The integrating factor is chosen specifically to construct a product derivative.
data/lecture/math/differential-equations/first-order-linear-odes-and-integrating-factors.lecture.n.md7Criterion for Exact Differential Form
For an equation of the form
the objective is not to separate and . Instead, determine whether there is a function such that
If and , then the equation is , and its solutions are represented implicitly by
Exact equations require partial derivatives and total differentials, so their detailed treatment is deferred to the dedicated lecture.
data/lecture/math/differential-equations/exact-differential-equations.lecture.n.md8A Common Misclassification
The equation
contains and additively. It therefore cannot be separated as
Instead, it can be written as
so it is a first-order linear equation. Classification depends on reducibility to a standard form, not on superficial simplicity.
9Subsequent Learning Sequence
This page has established the reasons for the classification. The following lectures develop the calculations and qualifications for each method.
data/lecture/math/differential-equations/separable-equations-and-autonomous-systems.lecture.n.md data/lecture/math/differential-equations/first-order-linear-odes-and-integrating-factors.lecture.n.md data/lecture/math/differential-equations/exact-differential-equations.lecture.n.md