Chapter 1 - Some General Theory of Ordinary Differential Equations Flashcards
Existence and Uniqueness Theorem
Theorem
-consider the differential equation
y’’ + p(x)y’ + q(x)y = 0
with p and q continuous on some interval I given by a≤x≤b
-let α, β be any two real numbers and xo be any point in the interval I
-then the equation has a unique solution defined on the interval I which satisfies:
y(xo) = α
y’(xo) = β
Existence and Uniqueness Theorem
General Solution
y’’ + p(x)y’ + q(x)y = 0
-since the equation is linear and homogeneous, its solution set forms a vector space
-since it is second order, the dimension of this space is 2
-any two linearly independent solutions y1(x), y2(X) can be used as a basis
-the general solution is given as the linear superposition:
y(x) = c1 y1(x) + c2 y2(x)
-the existence and uniqueness theorem says that c1 and c2 can be fixed by specifying initial conditions
y’’ + p(x)y’ + q(x)y = 0
Boundary Conditions
- it is also possible to fix c1 and c2 by specifying 2-point boundary conditions such as y(0) = y(1) = 0
- but in this case we do not have such a powerful general theorem telling us that a (nontrivial) solution always exists
y’’ + p(x)y’ + q(x)y = 0
Why only two initial conditions?
-the equation implies that: y''(x) = -p(x)y'(x) - q(x)y(x) for any x ∈ I -in particular: y''(xo) = -p(xo)y'(xo) - q(xo)y(xo) -so y''(xo) cannot be independently specified
The Wronskian
Derivation
given:
y(x) = c1 y1(x) + c2 y2(x)
and
y(xo) = α , y’(xo) = β
-we have a pair of linear equations for c1 and c2:
c1 y1(xo) + c2y2(xo) = α
c1y1’(xo) + c2y2’(xo) =β
-rewrite in a matrix form:
AB = C
-where A = 2x2 matrix, top row y1(xo) , y2(xo), bottom row y1’(xo) , y2’(xo)
-B is a 2x1 matrix: c1, c2
-C is a 2x1 matrix: α, β
-to be able to calculate c1 and c2 we need to multiply both sides by A inverse, so A inverse must exist
-the Wronskian is the determinant of matrix A so if the Wronskian is 0 we cannot find c1 and c2
Abel’s Formula
Formula
-let yi(x) be solutions of : y'' + p(x)y' + q(x)y = 0 Then: W'(x) = -p(x) W(x) and so: W(x) = Wo*exp(-∫p(ξ)dξ) -where the integral is taken from xo to x
Abel’s Formula
Proof
-start with the definition of the Wronskian :
W(x) = y1y2’ - y1’y2
-differentiate:
W’(x) = y1’y2’ + y1y2’’ - y1’y2’ - y1’‘y2
W’(x) = y1y2’’ - y1’‘y2
-from the original ODE: y’’ + p(x)y’ + q(x)y = 0
we can write
y2’’ = -py2’ - qy2
y1’’ = -py1’ - qy1
-sub in and cancel:
W’(x) = -p(x)W(x)
-therefore defining Wo = W(xo), we have W’(x)=-p(x)W(x) solved by W(x) = Wexp(-∫p(ξ)dξ)
-where the integral is taken from xo to x
Linear Dependence
Definition
-two functions y1(x) and y2(x) are linearly dependent if there exists γ≠0 such that y2 = γ*y1
Wronskian of Linearly Dependent Functions
- if two functions y1 and y2 are linearly dependent then y2 can be written as y2 = γ*y1 for some non-zero γ
- in this case the Wronskian is 0
Is this statement true?
‘ W[y1,y2] = 0 implies y1 and y2 are linearly dependent’
- no this is not always true and can be shown by counter example
- if y1=x^3 and y2=|x|^3 then y1 and y2 are linearly independent but W[y1,y2]=0
- however this statement does hold true subject to the condition that y1 and y2 are solutions of a second order homogeneous linear differential equation
Linear Dependence and Wronskian Theorem
-let y1(x) and y2(x) be two non-zero solutions of:
y’’ + p(x)y’ + q(x)y = 0
-with p(x) and q(x) continuous on some interval I given by a≤x≤b
-then y1(x) and y2(x) are linearly dependent if and only if their Wronskian vanishes identically on I
Euler’s Equation
-the general form of Euler's equation: x²y'' + axy' + by = 0 -where a and b are constants -in this case p(x)=ax/x² and q(x)=b/x² -the point x=0 is badly defined so we seek solutions only for x>0 -calculating the Wronskian gives: W(x) = Wo*x^(-a)
Singular Point
Definition
-points which cannot be included in the interval I are called singular points
-e.g. if p(x)=1/x² and q(x)=1/x
then x=0 would be a singular point as the functions are not continuous over an interval including x=0
Wronskian of Three Functions
- determinant of a 3x3 matrix
- first row with entries: y1, y2, y3
- second row with entries: y1’, y2’, y3’
- third row with entries: y1’’, y2’’, y3’’