初期値問題 と境界値問題
1導入
この
たとえば
を
である。このままでは が
2初期値問題
は
のように、
3境界値問題
は
4命題 1:条件 は任意定数 を制約 する
で
を
4.1証明
が
となる。したがって
この
5例 1:一階 の初期値問題
を
である。ここで を
だから
である。
6例 2:二階 の境界値問題
を
である。
である。
である。この
7初期値問題 と境界値問題 の違 い
| 1 | ||
ここで
8注意 :条件 の本数 だけでは十分 でない
たとえば
を
である。ここで
を
なら、 だけが
がすべて
このように、
この
9読 み方 の手順
未知関数 と独立変数 を確認 する。階数 を確認 する。条件 が同 じ点 に集 まっているか、端点 や境界 に置 かれているかを確認 する。一般解 が得 られる場合 は、それを求 める。条件 を代入 して任意定数 に対 する制約方程式 を解 き、許容 される定数 を決定 する。最後 に元 の方程式 と条件 へ代入 して検算 する。
10次 の講義
11演習 リンク
data/exercise/math/differential-equations/introduction-to-odes-and-direct-integration.exercise.n.md
data/exercise/math/differential-equations/existence-uniqueness-and-numerical-methods.exercise.n.md
Initial Value Problems and Boundary Value Problems
1Introduction
This lecture explains how a differential equation and prescribed conditions jointly determine a solution set. Integrating a differential equation commonly produces a family of functions containing arbitrary constants. Conditions constrain that family, but incompatible or dependent conditions may leave no solution or multiple solutions.
For example, integrating
gives
The constant is undetermined until a condition is imposed. The condition yields and therefore selects the solution .
2Initial Value Problems
An initial value problem specifies the value of an unknown function and, when required, some of its derivatives at a common reference point. For example,
is a first-order initial value problem.
For a second-order equation, one commonly prescribes both the function and its first derivative:
When the independent variable represents time, these data may specify the current state from which an evolution is determined. The same mathematical form is also used when the independent variable is not time.
3Boundary Value Problems
A boundary value problem specifies conditions at the endpoints of an interval or on the boundary of a domain. For example,
is a boundary value problem.
Boundary value problems arise when endpoint or boundary data constrain an entire spatial profile, as in steady-state temperature distributions, the shapes of strings, and other equilibrium configurations.
4Proposition 1: Conditions Constrain Arbitrary Constants
Suppose that a general solution of a differential equation is given by
where is an arbitrary constant. Imposing restricts the admissible values of to solutions of
The constant is determined uniquely only if this equation has a unique solution.
4.1Proof
The representation gives . Hence the condition requires
Conversely, any value of satisfying this equation gives
Thus the condition becomes an equation constraining the arbitrary constant. If that equation has no solution, the conditioned problem has no solution within the stated general family; if it has multiple solutions, multiple candidates remain.
This proposition shows that imposing a condition on a general family can be reduced to solving an equation for its arbitrary constants.
5Example 1: A First-Order Initial Value Problem
Consider
Solving the differential equation alone gives
The initial condition yields
so
Verification is essential: and , so the function satisfies both the equation and the condition.
6Example 2: A Second-Order Boundary Value Problem
Consider
Integrating twice gives and then
The boundary condition gives , while gives . Therefore,
The same basic operation occurs in initial and boundary value problems: determine a general solution and substitute the conditions to constrain its arbitrary constants.
The presence of arbitrary constants and conditions does not by itself ensure unique determination. In general, substitution produces a system of equations for the constants, and its solvability and uniqueness must be checked. Linearly independent solutions that span the solution space of a homogeneous linear ODE are called basis solutions. When the homogeneous part of a general linear ODE solution is expressed as a linear combination of basis solutions and the imposed conditions are linear, the resulting system is linear. If its coefficient matrix is nonsingular, the arbitrary constants are uniquely determined.
Let be a basis of solutions of an th-order homogeneous linear ODE. For standard initial conditions specifying at the same point , the coefficient matrix for the integration constants is
Its determinant is the Wronskian . If the Wronskian is nonzero, the matrix is nonsingular and the integration constants are uniquely determined. For boundary conditions imposed at different endpoints or for general linear conditions, one must instead test the separately constructed condition matrix; its determinant is not generally a Wronskian.
data/lecture/math/linear-operator/affine-spaces-and-condition-determination.lecture.n.md data/lecture/math/differential-equations/variation-of-parameters-and-wronskian.lecture.n.md7Comparison of Initial and Boundary Value Problems
| Item | Initial value problem | Boundary value problem |
|---|---|---|
| Location of data | Function and derivative values at one reference point | Data at endpoints or on a boundary |
| Typical interpretation | Determine an evolution from a specified state | Constrain a profile through boundary data |
| Representative applications | Population growth, cooling, motion | Steady temperature, strings, normal modes |
| Principal caution | Existence and uniqueness require hypotheses | No solution or multiple solutions may occur |
The term normal mode appears in the table but is not developed here. In some problems, only particular oscillations satisfy the boundary conditions; their analysis leads to eigenvalues and eigenfunctions.
8Caution: The Number of Conditions Is Not Sufficient
A second-order differential equation commonly has a general solution containing two arbitrary constants, so two conditions are often required. Nevertheless, two conditions do not guarantee the existence of exactly one solution.
Consider
Twice integrating gives
Now impose the derivative boundary conditions
The first requires , whereas the second requires . These requirements are inconsistent, so the boundary value problem has no solution.
By contrast, if
then only is fixed and remains arbitrary. Hence every constant function
is a solution, and the problem has infinitely many solutions.
Thus, even when the number of conditions matches the order, the placement of the conditions and the structure of the equation may lead to no solution or multiple solutions. Existence and uniqueness theory analyzes precisely these questions.
data/lecture/math/differential-equations/existence-uniqueness-and-lipschitz-condition.lecture.n.md9Analysis Procedure
- Identify the unknown function and independent variable.
- Determine the order of the equation.
- Determine whether the conditions are imposed at one reference point or distributed across endpoints or a boundary.
- Determine a general solution when one is available.
- Substitute the conditions, solve the resulting constraint equations, and identify the admissible constants.
- Substitute the result into the original equation and all prescribed conditions to verify it.
10Next Lecture
The next lecture classifies first-order differential equations by form and explains how to identify applicable solution methods.
data/lecture/math/differential-equations/classifying-first-order-odes.lecture.n.md