markdown
Fundamentals of Difference Equationsmd bcc718a
lecture/math/sequence/difference-equation-basics.lecture.n.md
Download PDF

Fundamentals of Difference Equations

date2026-07-14document_iddoc_5c082dc1f3665a541ded29f583c8d4bbdescription差分方程式を前進差分とシフト作用素 E-I によって定式化し、一次方程式の解法と線型作用素方程式との対応を説明する。prerequisites数列と漸化式 / 一次漸化式 / シフト作用素と漸化式type講義content_typelecturestatusactiverelateddata/lecture/math/sequence/sequences-portal.lecture.n.md / data/lecture/math/sequence/first-order-recurrences.lecture.n.md / data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md / data/lecture/math/sequence/recurrence-types-and-strategies.lecture.n.md / data/lecture/math/calculus/introduction-to-differential-equations.lecture.n.md / data/lecture/math/analysis/introduction-to-z-transform.lecture.n.md / data/lecture/math/linear-operator/linear-operator-equation-basics.lecture.n.md
mathsequenceundergraduatelecture

1Introduction

This lecture explains how a difference equation relates values of an unknown sequence at discrete indices. Its primary example is the first-order relation between adjacent terms, whose forward difference an+1-an is the discrete analogue of a derivative and can be written using the shift operator.

2Terminology and Definition

A difference equation relates values of an unknown sequence at multiple discrete indices. Higher-order equations can involve nonadjacent terms such as an+2 and an; this lecture concentrates on first-order equations between two adjacent terms. The forward difference is

Δan=an+1-an.

3Program

We first explain why discrete change is represented by a difference, then solve first-order homogeneous and nonhomogeneous equations, including the exceptional case r=1, and finally express the equation through the shift operator.

data/lecture/math/sequence/first-order-recurrences.lecture.n.md data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md data/lecture/math/calculus/introduction-to-differential-equations.lecture.n.md

4Informal Interpretation

Where a derivative measures continuous local change, an+1-an measures the increment over one discrete index step. Difference equations are therefore appropriate when time or iteration count takes integer values.

5Formal Development

5.11. Why Differences Are Used

The independent variable of a sequence changes in unit increments rather than continuously. Hence

Δan=an+1-an

is the natural change measure instead of da/dn.

5.22. The Fundamental Homogeneous Equation

For

an+1=ran,

repeated substitution gives a2=ra1, a3=r2a1, and induction yields

an=a1rn-1.

This is a geometric sequence.

5.33. A First-Order Nonhomogeneous Difference Equation

For n1, consider the recurrence with initial value a1:

an+1=ran+b.

A constant solution, also called an equilibrium point, satisfies α=rα+b. If r1,

α=b1-r.

Defining the displacement cn=an-α eliminates the forcing term:

cn+1=rcn.

Since C=c1=a1-α, the solution is

an=α+(a1-α)rn-1=b1-r+(a1-b1-r)rn-1.

This is the sum of a particular solution and a homogeneous solution. The equilibrium is introduced before its use: it is a value unchanged by the update map ara+b.

If r=1, the equilibrium formula is undefined and the equation becomes

an+1-an=b.

Summing the differences telescopically gives

an-a1=(n-1)b,an=a1+(n-1)b.

Thus r=1 must be treated separately.

5.44. Operator Representation by E-I

Define the forward shift by (Ea)n=an+1, consistently with the preceding shift-operator and Z-transform lectures. Then

Δ=E-I.

The equation Δa=f is the linear operator equation

(E-I)a=f.

If a(p) is one particular solution, every solution is

a=a(p)+h,(E-I)h=0.

The kernel condition says hn+1=hn, so h is constant on any domain of consecutive integer indices. This is the discrete counterpart of the integration constant.

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

6Mathematical Interpretations

6.1Matrix Interpretation

Adjoin a constant coordinate to write

(an+11)=(rb01)(an1).

Iteration of the recurrence is matrix multiplication. A homogeneous constant-coefficient linear higher-order recurrence can likewise be converted to a first-order system by collecting consecutive terms in a state vector. In that setting, diagonalizability and the Jordan structure of the companion matrix govern the form of explicit solutions.

6.2Analytic Interpretation

The equation

an+1-an=kan

is the discrete analogue of y=ky. Continuous evolution produces an exponential, whereas discrete evolution produces a geometric sequence.

6.3Complex-Function Interpretation

If r=ρeiθ, then

rn=ρneinθ=ρn(cos(nθ)+isin(nθ)).

Thus ρ controls growth or decay and θ controls rotation or oscillation. Complex conjugate roots in real recurrences consequently produce real trigonometric solutions.

A generating function is a formal or convergent power series whose coefficients are the sequence. Reindexing the sequence so that its index begins at zero, write A(w)=n[PARSE ERROR: Undefined("Command(\"ge\")")]0anwn. Multiplying a recurrence by wn and summing converts shifts into algebraic factors in w together with initial terms. With w=z-1, this is the power-series form of the unilateral Z-transform convention.

7Application Strategy

  • Treat a relation between adjacent terms as a difference equation.
  • For an+1=ran+b, first test whether subtracting the equilibrium reduces the equation to homogeneous form.
  • Use the correspondence with differential equations to interpret growth, decay, and oscillation, while retaining the discrete formulas.

8Scope

This lecture treats the basic first-order equation. The cases r1 and r=1 require separate formulas. Higher-order and nonlinear difference equations require additional methods.

9Basic Formulas

[PARSE ERROR: Undefined("Command(\"boxed\")")]Δan=an+1-an
[PARSE ERROR: Undefined("Command(\"boxed\")")]an+1=ran+ban=b1-r+(a1-b1-r)rn-1(n[PARSE ERROR: Undefined("Command(\"ge\")")]1,r1)
[PARSE ERROR: Undefined("Command(\"boxed\")")]an+1=an+ban=a1+(n-1)b(n[PARSE ERROR: Undefined("Command(\"ge\")")]1)

10Summary

  • A difference equation describes sequence evolution through a discrete change measure.
  • With the forward shift, Δ=E-I, and every solution of a linear equation is a particular solution plus an element of the kernel.

11Related Lectures

data/lecture/math/sequence/first-order-recurrences.lecture.n.md data/lecture/math/sequence/shift-operators-and-recurrences.lecture.n.md data/lecture/math/sequence/recurrence-types-and-strategies.lecture.n.md data/lecture/math/analysis/introduction-to-z-transform.lecture.n.md data/lecture/math/linear-operator/linear-operator-equation-basics.lecture.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
タブを全て閉じる