Math notes
Math notes
3)
In operational calculus, an operator is a transformation that transforms a function into another func-
tion. Hence, differential calculus involves an operator, the differential operator D, which transforms a
(differentiable) function into its derivative. In operator notation we write:
dy
Dy (x) = y 0 (x) =
dx
.
Double D allows to obtain the second derivative of the function y (x):
D2 y + aDy + by = 0
⇒(D2 + aD + bI)y = 0, where I is the identity operator defined as Iy = y
⇒P (D)y = 0, where P (D) = D2 + aD + bI
(2D + I)y = 0
and (2D − I)y = 0
The first equation is nothing but a first order linear ODE. The solution is y = e−0.5x (verify!!!). Simi-
larly, for the second equation the solution is y = e0.5x (verify!!!)
Since the solutions are linearly independent, the general solution is
y = c1 e−0.5x + c2 e0.5x .
Note1: If the factors of P (D) are repeated then the above method is not that much useful.
Note2: If it is only the matter to solve the problem, then one can use the techniques of Section 2.2.
1
2 Euler–Cauchy Equations (2.5)
Euler–Cauchy equations are ODEs of the form
x2 y 00 + axy 0 + by = 0 (1)
with given constants a and b and unknown function y(x). To find the general solution of it, we naturally
choose a solution of the form
y = xm . (2)
Substituting (2) in equation (1) we get the auxiliary equation
m(m − 1) + am + b = 0.
or,
m2 + (a − 1)m + b = 0. (3)
Let m1 and m2 be the roots of (3). There are three different cases on which the general solution of (1)
depends and which are as follows
Case I: (m1 and m2 are real and distinct) General solution is
y = c1 xm1 + c2 xm2
Case II: (m1 and m2 are real and equal) General solution is
y = (c1 + c2 ln x)xm1
Case III: (m1 and m2 are complex) Since complex roots occur in conjugate pair, we consider m1 = p + ιq and
m2 = p − ιq, where p and q are real numbers. Then the general solution is
y = xp (c1 cos(q ln x) + c2 sin(q ln x))
2
3 Existence and Uniqueness of Solutions. Wronskian (2.6)
In this section we shall discuss the general theory of homogeneous linear ODEs
with continuous, but otherwise arbitrary, variable coefficients p(x) and q(x). This will concern the existence
and form of a general solution of (4) as well as the uniqueness of the solution of initial value problems
consisting of such an ODE with two initial conditions
Theorem 1 (Existence and Uniqueness Theorem for Initial Value Problems) If p(x) and q(x) are
continuous functions on some open interval I and x0 is in I, then the initial value problem consisting of (4)
and (5) has a unique solution on the interval I.
Theorem 2 (Wronskian) Let the ODE (4) have continuous coefficients p(x) and q(x) on an open interval
I. Then two solutions y1 and y2 of (4) on I are linearly dependent on I if and only if their “Wronskian”
y1 y2
W (y1 , y2 ) = = y1 y20 − y10 y2
y10 y20
Theorem 4 If the ODE (4) has continuous coefficients p(x) and q(x) on some open interval I, then every
solution of (4) on I is of the form
y = c1 y1 + c2 y2
where {y1 , y2 } is any basis of solutions of (4) on I and c1 , c2 are suitable constants.
1
x
Example 5 We see that W (x, x1 ) = x = − x1 − 1
= − x2 6= 0. So, the set {x, x1 } is linearly indepen-
1 − x12 x
dent.
2x 3x
Example 6 We see that W (2x, 3x) = = 0. So, the set {2x, 3x} is linearly dependent.
2 3
2
Note: One can check that 2x = 3x. It also implies that the set {2x, 3x} is linearly dependent.
3