markdown
Fundamentals of Second-Order Linear Differential Equations with Constant Coefficientsmd 3c626a4
lecture/math/differential-equations/second-order-linear-constant-coefficient-odes.lecture.n.md
Download PDF

Fundamentals of Second-Order Linear Differential Equations with Constant Coefficients

date2026-07-16document_iddoc_7f38824263b74b5207ea80794fb55f88description二階線型定数係数微分方程式を、線型性・重ね合わせ・特性方程式・根の分類から初学者向けに導入し、後半で作用素法へ接続する。prerequisites微分方程式とは何か / 一階線型と積分因子 / 初期値問題の存在・一意性と最大存在区間 / 指数関数と対数関数 / 複素数の基本type講義content_typelecturestatusactiverelateddata/lecture/math/differential-equations/analytic-numerical-and-qualitative-ode-methods.lecture.n.md / data/lecture/math/differential-equations/introduction-to-differential-equations.lecture.n.md / data/lecture/math/differential-equations/first-order-linear-odes-and-integrating-factors.lecture.n.md / data/lecture/math/differential-equations/general-second-order-linear-odes-overview.lecture.n.md / data/lecture/math/differential-equations/extensions-of-second-order-linear-odes.lecture.n.md / data/lecture/math/differential-equations/nonhomogeneous-equations-and-undetermined-coefficients.lecture.n.md / data/lecture/math/differential-equations/variation-of-parameters-and-wronskian.lecture.n.md / data/lecture/math/linear-operator/linear-operator-equation-basics.lecture.n.md / data/lecture/math/linear-operator/polynomial-operators-and-eigenvalue-problems.lecture.n.md / data/exercise/math/differential-equations/second-order-linear-constant-coefficient-odes.exercise.n.md / data/exercise/math/differential-equations/second-order-linear-odes.exercise.n.md
mathcalculusdifferential-equationssecond-orderlinear-equationlecture

1Introduction

This lecture derives the solution method for second-order linear differential equations with constant coefficients from linearity and the properties of exponential functions, rather than presenting it merely as a formula.

The standard form is

ay'+by+cy=f(x),a0.

The assumption that a,b,c are constants is essential. Equations with coefficients depending on x,

y'+p(x)y+q(x)y=r(x),

require a more general framework.

data/lecture/math/differential-equations/general-second-order-linear-odes-overview.lecture.n.md

2Homogeneous and Nonhomogeneous Equations

An equation whose right-hand side is zero,

ay'+by+cy=0,

is called a {homogeneous equation}. An equation for which f is not identically zero,

ay'+by+cy=f(x),

is called a {nonhomogeneous equation}. To solve a nonhomogeneous equation, first solve the associated homogeneous equation and then find one particular solution corresponding to the forcing term f(x).

3Proposition 1: Homogeneous Solutions Satisfy Superposition

Suppose that y1,y2 solve

ay'+by+cy=0.

Then, for arbitrary constants C1,C2,

y=C1y1+C2y2

is also a solution.

3.1Proof

Define L[y]=ay'+by+cy. The operator L is linear, since

L[C1y1+C2y2]=C1L[y1]+C2L[y2].

By assumption, L[y1]=0 and L[y2]=0. Hence

L[C1y1+C2y2]=0,

so C1y1+C2y2 is a homogeneous solution. This property is the {superposition principle}.

4Proposition 2: A Nonhomogeneous Solution Is a Particular Solution Plus a Homogeneous Solution

Suppose that yp is one particular solution of

ay'+by+cy=f(x),

and yh solves the associated homogeneous equation

ay'+by+cy=0.

Then y=yp+yh solves the nonhomogeneous equation. Conversely, every solution of the nonhomogeneous equation has this form.

4.1Proof

With L[y]=ay'+by+cy, linearity gives

L[yp+yh]=L[yp]+L[yh]=f(x)+0=f(x).

Conversely, if y is any other solution of the nonhomogeneous equation, then

L[y-yp]=L[y]-L[yp]=f(x)-f(x)=0.

Thus y-yp is a homogeneous solution. Writing it as yh yields

y=yp+yh.

Equivalently, the solution set of a linear operator equation consists of one particular solution plus every solution of the corresponding homogeneous equation.

data/lecture/math/linear-operator/linear-operator-equation-basics.lecture.n.md

5Derivation of the Characteristic Equation

Consider the homogeneous equation

ay'+by+cy=0.

For constant coefficients, differentiation preserves the exponential factor:

(erx)=rerx,(erx)'=r2erx.

It is therefore natural to try y=erx. Substitution gives

ar2erx+brerx+cerx=0,

or

(ar2+br+c)erx=0.

Since erx0, one obtains

ar2+br+c=0.

This algebraic equation is the {characteristic equation}.

6Justification of the General Solution

The root classification below produces general solutions because the solution space of a second-order linear homogeneous equation is two-dimensional. Once two linearly independent solutions are known, every solution is their linear combination.

In what follows, the scalar field is K{R,C}. Reduce the equation to the first-order linear system

u=(yy),u=Au,A=(01-c/a-b/a).

The map uAu is continuous and globally Lipschitz in u. The existence and uniqueness theorem therefore gives a unique solution for every initial vector u(x0)=(α,β)T.

Define the Wronskian of two solutions y1,y2 by

W(y1,y2)(x)=y1(x)y2(x)-y1(x)y2(x).

If W(y1,y2)(x0)0, the initial-data vectors (y1(x0),y1(x0))T and (y2(x0),y2(x0))T are linearly independent. If a linear combination of the two solutions is the zero function, its initial-data vector is also zero; independence of the two vectors forces both coefficients to vanish. Hence y1,y2 are linearly independent in the solution space.

6.1Proposition 3: Two Independent Solutions Form a Fundamental Set

Let a0 and consider

ay'+by+cy=0.

Its solution space is two-dimensional. Consequently, if two independent solutions y1,y2 are found, every solution can be written as

y=C1y1+C2y2.

6.2Proof

Since a0, the equation is equivalent to

y'=-bay-cay.

Fix a point x0 and associate to each solution y the initial-data vector

Φ(y)=(y(x0),y(x0)).

The map Φ is linear. By the preceding reduction and the existence and uniqueness theorem, for every (α,β) there is exactly one solution satisfying

y(x0)=α,y(x0)=β.

Thus Φ is a bijection from the solution space to K2, and the solution space has dimension two. Any two independent solutions therefore form a basis, proving the asserted representation.

Equivalently, the two listed fundamental solutions yield a general solution once their independence is established. Their Wronskians are nonzero: for distinct real roots it is (r2-r1)e(r1+r2)x; for a repeated root it is e2rx; and for the real pair arising from α±iβ it is βe2αx when β0.

7Classification by Characteristic Roots

The fundamental solutions depend on the roots of

ar2+br+c=0.
Characteristic rootsFundamental solutionsGeneral homogeneous solution
Distinct real roots r1,r2er1x,er2xC1er1x+C2er2x
Repeated root rerx,xerx(C1+C2x)erx
Complex roots α±iβeαxcosβx,eαxsinβxeαx(C1cosβx+C2sinβx)

8Proposition 4: The Case of Distinct Real Roots

Suppose that the characteristic equation has distinct real roots r1,r2. Then

y=C1er1x+C2er2x

is the general homogeneous solution.

8.1Proof

Since each ri is a characteristic root,

ari2+bri+c=0.

For yi=erix,

L[yi]=(ari2+bri+c)erix=0.

Thus both exponentials are solutions, and Proposition 1 shows that every displayed linear combination is a solution. Their Wronskian is nonzero because r1r2, so Proposition 3 shows that the combination is the general solution. The two constants accommodate the two initial data y(x0) and y(x0).

9Derivation of the Second Solution xerx for a Repeated Root

Suppose the characteristic equation has the repeated root ρ, so it can be written as

a(r-ρ)2=0.

The function eρx is one solution, but a second-order equation requires a second independent solution. We therefore test xeρx.

9.1Verification

Write L=aD2+bD+c and p(r)=ar2+br+c. A repeated root satisfies

p(ρ)=0,p(ρ)=0.

Direct differentiation gives

D(xeρx)=eρx+ρxeρx,
D2(xeρx)=2ρeρx+ρ2xeρx.

Therefore

L[xeρx]=a(2ρeρx+ρ2xeρx)+b(eρx+ρxeρx)+cxeρx.

The coefficient of eρx is 2aρ+b=p(ρ), and that of xeρx is aρ2+bρ+c=p(ρ). Both vanish, so

L[xeρx]=0.

Hence the general solution is

y=(C1+C2x)eρx.

10Complex Roots and Oscillation

Suppose the characteristic roots are

r=α±iβ.

Over the complex numbers, e(α+iβ)x and e(α-iβ)x are solutions. Euler's formula,

eiβx=cosβx+isinβx,

provides the real-valued fundamental solutions

eαxcosβx,eαxsinβx.

If α<0, their amplitude decays; if α=0, they describe undamped oscillation. Complex characteristic roots therefore connect directly to oscillations in mechanics and electrical circuits.

11Example 1: Distinct Real Roots

For

y'-3y+2y=0,

the characteristic equation is r2-3r+2=0. Since (r-1)(r-2)=0, the roots are 1 and 2, and

y=C1ex+C2e2x.

12Example 2: A Repeated Root

For

y'-2y+y=0,

the characteristic equation is (r-1)2=0. Hence

y=(C1+C2x)ex.

13Example 3: Complex Roots

For

y'+4y=0,

the equation r2+4=0 gives r=±2i. The real-valued general solution is therefore

y=C1cos2x+C2sin2x.

14Extension to Nonhomogeneous Equations

For

ay'+by+cy=f(x),

Proposition 2 gives

y=yh+yp,

where yh is the general solution of the associated homogeneous equation and yp is one particular solution. When f(x) is an exponential, trigonometric function, or polynomial, the method of undetermined coefficients may provide yp. Variation of parameters applies more generally.

data/lecture/math/differential-equations/nonhomogeneous-equations-and-undetermined-coefficients.lecture.n.md data/lecture/math/differential-equations/variation-of-parameters-and-wronskian.lecture.n.md

15Connection to the Operator Method

With

D=ddx,

the equation becomes

(aD2+bD+c)y=f(x).

Defining P(D)=aD2+bD+c gives P(D)y=f(x). From this perspective, the homogeneous equation P(D)y=0 asks for the kernel of a linear operator. The nonhomogeneous problem asks whether f belongs to its image and, when a solution exists, forms the general solution by adding the kernel to one particular solution.

At an introductory level, one should first master the characteristic-equation method. The operator method then provides a theoretical framework that abstracts its algebraic structure.

data/lecture/math/linear-operator/polynomial-operators-and-eigenvalue-problems.lecture.n.md

16Summary

Apply the following solution procedure to a second-order linear equation with constant coefficients.

  1. Determine whether the equation is homogeneous or nonhomogeneous.
  2. For the homogeneous equation, try erx and form the characteristic equation.
  3. Classify its roots as distinct real roots, a repeated root, or a complex-conjugate pair.
  4. For a nonhomogeneous equation, decompose the solution as y=yh+yp.
  5. Finally, use initial or boundary conditions to determine the arbitrary constants.

17Previous Lecture

data/lecture/math/differential-equations/analytic-numerical-and-qualitative-ode-methods.lecture.n.md

18Next Lecture

Having established the characteristic-root method for constant coefficients, proceed to the general theory of second-order linear equations with variable coefficients.

data/lecture/math/differential-equations/general-second-order-linear-odes-overview.lecture.n.md

19Exercises

data/exercise/math/differential-equations/second-order-linear-constant-coefficient-odes.exercise.n.md data/exercise/math/differential-equations/second-order-linear-odes.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
タブを全て閉じる