markdown
Separable Equations and Autonomous Equationsmd be118da
lecture/math/differential-equations/separable-equations-and-autonomous-systems.lecture.n.md
Download PDF

Separable Equations and Autonomous Equations

date2026-07-16document_iddoc_507f8e2a7db29b2f409967fb777f2815description変数分離形を、合成関数の微分の逆向きとして証明し、h(y)=0 の定数解を失わない手順、陰関数解、自律方程式、解の定義域まで初学者向けに整理する。prerequisites一階微分方程式の分類と最初の判定 / 積分法の基本 / 合成関数の微分type講義content_typelecturestatusactiverelateddata/lecture/math/differential-equations/classifying-first-order-odes.lecture.n.md / data/lecture/math/differential-equations/first-order-linear-odes-and-integrating-factors.lecture.n.md / data/lecture/math/differential-equations/singular-solutions-and-envelopes.lecture.n.md / data/lecture/math/differential-equations/logistic-equation.lecture.n.md / data/exercise/math/differential-equations/separable-equations-and-autonomous-systems.exercise.n.md
mathdifferential-equationsfirst-orderseparable-equationlecture

1Introduction

This lecture explains separation of variables not as a formal rearrangement of dy and dx, but as an application of the chain rule in reverse.

Separation applies when the rate of change of an unknown function factors as

dydx=f(x)g(y),

with one factor depending only on x and the other only on y. This product structure permits the y-dependent factor to be placed on one side and the x-dependent factor on the other.

Division by g(y) excludes points at which g(y)=0. Therefore, constant solutions arising from such zeros must be checked before division. Some sources denote this factor by h(y); the same caution applies.

2Standard Form

A separable equation is a first-order differential equation that can be written as

dydx=f(x)g(y).

An equation of the form

dydx=F(y),

whose right-hand side does not explicitly contain the independent variable, is called an autonomous equation. It is separable by taking f(x)=1 and g(y)=F(y).

3Proposition 1: An Implicit Relation Obtained by Separation Satisfies the Original Equation

Let I and J be intervals, let y:IJ be differentiable, and suppose that g is nonzero on J. Consider

dydx=f(x)g(y).

Assume that F(x)=f(x) on I and G(y)=1/g(y) on J. Then every such function y(x) satisfying

G(y)=F(x)+C

satisfies the original differential equation.

3.1Proof

Differentiate G(y(x))=F(x)+C with respect to x. The chain rule gives

G(y)y=F(x).

Using G(y)=1/g(y) and F(x)=f(x) gives

1g(y)y=f(x).

Since g(y)0, multiplication by g(y) yields

y=f(x)g(y).

Thus the implicit relation obtained by separation satisfies the original equation. This chain-rule calculation justifies the formal notation

1g(y)dy=f(x)dx.

4Solution Procedure

  1. Rewrite the equation as y=f(x)g(y).
  2. First identify constant solutions satisfying g(y)=0.
  3. On a range where g(y)0, separate the variables:
1g(y)dy=f(x)dx.
  1. Integrate both sides.
  2. If conditions are prescribed, solve the resulting constraint equations for the arbitrary constants.
  3. Verify the result by substitution into the original equation and all prescribed conditions.

5Proposition 2: Zeros of g Give Constant Solutions

Suppose that

y=f(x)g(y)

and that a constant a satisfies g(a)=0. Then

y(x)=a

is a constant solution.

5.1Proof

Since y(x)=a is constant, y=0. Also,

f(x)g(y)=f(x)g(a)=0.

Therefore y=f(x)g(y). This is why zeros of g must be checked before division: the divided equation no longer represents these constant solutions.

6Example 1: y=xy

The equation

y=xy

is separable with f(x)=x and g(y)=y. First, g(0)=0 shows that y=0 is a constant solution.

On a branch where y0,

1ydy=xdx.

Integration gives

log|y|=x22+C.

Exponentiation gives

|y|=eCex2/2.

Since eC>0 and a constant sign can be absorbed into the arbitrary constant, the family can be written as

y=Cex2/2.

Allowing C=0 includes the previously identified constant solution y=0.

7Explicit and Implicit Solutions

An explicit solution represents the unknown directly as y=H(x).

An implicit solution represents the solution through a relation such as

G(x,y)=C.

The result of separation cannot always be solved explicitly for y. In that case, a verified implicit relation still represents a solution on intervals where the implicit relation defines a differentiable function.

8Example 2: A Solution with Finite-Time Blow-Up

Consider

y=y2,y(0)=1.

The constant function y=0 is a solution of the differential equation but does not satisfy the initial condition. On the branch where y0,

1y2dy=dx.

Integration gives

-1y=x+C.

The condition y(0)=1 yields C=-1, so

-1y=x-1

and therefore

y=11-x.

This function is undefined at x=1. Hence the maximal solution interval containing the initial point x=0 is (-,1). The example shows that a solution must be specified by both its formula and its domain.

9Autonomous Equations and Equilibria

An equilibrium solution is a constant solution whose value remains unchanged as the independent variable varies. For the autonomous equation

y=F(y),

every zero F(a)=0 gives the equilibrium solution y=a.

9.1Proof

If y=a, then y=0. Since F(a)=0, the right-hand side is also zero; hence y=F(y).

The sign of F(y) determines monotonicity before an explicit formula is obtained: F(y)>0 implies that y increases, while F(y)<0 implies that y decreases.

10Example 3: The Logistic Equation

The equation

y=y(1-y)

is autonomous. Its equilibria are the zeros of F(y)=y(1-y):

y=0,y=1.

The sign table is

RangeSign of F(y)=y(1-y)Monotonicity
y<0NegativeDecreasing
0<y<1PositiveIncreasing
y>1NegativeDecreasing

Thus, while a solution remains in 0<y<1, it increases, and the phase-line arrow points toward the equilibrium y=1. This sign analysis determines local monotonicity before an explicit formula is derived. Convergence to y=1 additionally requires verification that the solution remains in 0<y<1 and determination of its limit.

data/lecture/math/differential-equations/logistic-equation.lecture.n.md

11A Nonseparable Example

The equation

y=x+y

contains x and y additively and cannot be factored as f(x)g(y). It must not be separated. Instead, rewrite it as

y-y=x,

which is a first-order linear equation.

data/lecture/math/differential-equations/first-order-linear-odes-and-integrating-factors.lecture.n.md

12Relation to Singular Solutions

Losing a constant solution with g(y)=0 through division and the existence of a singular solution are distinct issues. A singular solution satisfies the differential equation but cannot be obtained by selecting the arbitrary constants in its general solution family.

Nonuniqueness, in which multiple solutions satisfy the same initial condition, is a separate issue governed by the hypotheses of existence and uniqueness theorems; it is neither the definition nor a sufficient condition for a singular solution. After separation, verify every divided factor, the domain, and the prescribed initial conditions.

data/lecture/math/differential-equations/singular-solutions-and-envelopes.lecture.n.md

13Summary

For a separable equation, check the following four items.

  1. Can it be written as y=f(x)g(y)?
  2. Do zeros of g(y) give constant solutions?
  3. Does integration produce an explicit or implicit solution?
  4. What is the domain of the resulting solution?

14Exercise

data/exercise/math/differential-equations/separable-equations-and-autonomous-systems.exercise.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる