2023 10 18 Chapter2
2023 10 18 Chapter2
Second-Order
Differential Equations
1
Advanced Engineering Mathematics O’Neil
Sections
• The Linear Second-Order Equation
• Constant Coefficient Homogeneous Equation
• Particular Solutions of Nonhomogeneous
Equation
• Euler Differential Equation
• Series Solutions
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
2
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
4
accessible website, in whole or in part.
2.1 The Linear Second-Order Equation
y( x) 12 x dx 6 x 2 c1
and then once again to get
y ( x ) 2x 3 c1 x c2
with c1 and c2 as arbitrary constants.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 49-50 in whole or in part. 5
2.1 The Linear Second-Order Equation
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 50 in whole or in part. 6
2.1 The Linear Second-Order Equation
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 50 in whole or in part. 7
2.1 The Linear Second-Order Equation
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 50 in whole or in part. 8
2.1 The Linear Second-Order Equation
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 51 in whole or in part. 9
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
12
accessible website, in whole or in part.
Let y1 and y2 be solutions, and let c1 and c2 be numbers.
Substitute c1y1 + c2y2 into the differential equation:
(c1 y1 c2 y2 ) p( x)(c1 y1 c2 y2 ) q ( x)(c1 y1 c2 y2 )
c1 y1 c2 y2 c1 p ( x ) y1 c2 p( x ) y2 c1q ( x ) y1 c2 q ( x) y2
c1[ y1 p ( x) y1 q( x) y1 ] c2 [ y2 p( x) y2 q( x) y2 ]
c1 (0) c2 (0) 0
because of the assumption that y1 and y2 are both
solutions.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 51 in whole or in part. 13
Advanced Engineering Mathematics O’Neil
ex e2 x
W ( x) 2e3 x e3 x e3 x ,
ex 2e 2 x
and this is never zero, so y1 and y2 are linearly
independent solutions.
General solution is y = c e x c e2 x 1 2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 52 in whole or in part. 16
If we want to satisfy the initial conditions y(0) = −2, y(0)
= 3, choose the constants c1 and c2 so that
y(0) = c1 + c2 = −2
y'(0) = c1 + 2c2 = 3.
Then c1 = −7 and c2 = 5, so the unique solution of the
initial value problem is
y(x) = −7ex + 5e2x .
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 54 in whole or in part. 17
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
18
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
Recap
• Consider the non-homogeneous case
y p( x) y q ( x) y = f ( x)
• First, consider the homogeneous DE
y p( x ) y q ( x ) y = 0
• Find the homogeneous solution
yh ( x) = c1 y1 ( x ) c2 y2 ( x)
y1(x) and y2(x) are linearly independent.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
21
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
Recap
• Second, consider the non-homogeneous case
y p( x) y q ( x) y = f ( x)
• Find the particular solution yp(x), such that
yp p ( x ) yp q( x) y p = f ( x )
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
22
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
Recap
• Third, the solution for the non-homogeneous
case is the sum of the two solutions of the
homogeneous case and a particular solution
y ( x ) = c1 y1 ( x) c2 y2 ( x ) y p ( x )
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
23
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
f(x)=0 f(x) 0
Find linearly Solve the homogeneous
independent y1 differential Equation
and y2 y′′ + p(x)y′ + q(x)y = 0
yh ( x) c1 y1 ( x) c2 y2 ( x) (homogeneous solution)
General
solution
Solve the non-
y ( x) c1 y1 ( x) c2 y2 ( x)
homogeneous differential
Equation
y′′ + p(x)y′ + q(x)y = f(x)
IVP initial conditions y p ( x) (particular solution)
y0(x0)=A, y’ (x0)=B
General solution
y ( x) c1 y1 ( x) c2 y2 ( x) y p ( x)
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
24
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
25
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
26
accessible website, in whole or in part.
2.2 Reduction of Order
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 56 in whole or in part. 27
2.2 Reduction of Order
Compute
y'2 = u'y1 + uy'1, y''2= u''y1+2u'y'1 + uy''1.
In order for y2 to be a solution we need
u''y1+2u'y'1 + uy''1 + p[u'y1 + uy'1] + quy1 = 0.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 57 in whole or in part. 28
*Reduction of Order
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 57 in whole or in part. 30
2.2 Reduction of Order
u( x) e
g ( x ) dx
.
If we can perform these integrations and obtain u(x),
then y2 = uy1 is a second solution of y'' + py' + qy = 0.
Further,
W ( x) y1 y '2 y '1 y2 y1 (uy '1 u ' y1 ) y '1 uy1
u ' y12 vy12 .
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 57 in whole or in part. 32
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
33
accessible website, in whole or in part.
EXAMPLE 2.3 (p. 49)
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 58 in whole or in part. 35
EXAMPLE 2.3
3 4 2
2u 4xu ' x u '' (2xu x u ') 2 (x u) 0.
2 2
x x
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 58 in whole or in part. 37
EXAMPLE 2.4
Then
x2u'' + xu' = 0.
Since the interval of interest is x >0, we can write this as
xu'' + u' = 0.
With v = u', this is
xv' + v = (xv)' = 0,
1
so xv = c. We will choose c = 1. Then v u '
x
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 58 in whole or in part. 38
EXAMPLE 2.4
so
u = ln(x) + d,
and we choose d = 0 because we need only one suitable u. Then y2(x)
= x2ln(x) is a second solution. Further, for x >0,
x2 x2ln( x)
W ( x) x3 0.
2x 2x ln( x) x
Then x2 and x2ln(x) form a fundamental set of solutions for x >0.
The general solution is for x >0 is
y(x) = c1x2 + c2x2 ln(x) .
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 59 in whole or in part. 39
Advanced Engineering Mathematics O’Neil
y p ( x ) y q ( x) y = 0
y ay by = 0
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
40
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 60 in whole or in part. 43
EXAMPLE 2.6
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 61 in whole or in part. 44
EXAMPLE 2.7
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 53 in whole or in part. 45
EXAMPLE
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 53 in whole or in part. 46
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
47
accessible website, in whole or in part.
The Principle of Superposition
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 69 in whole or in part. 48
Advanced Engineering Mathematics O’Neil
y p ( x ) u1 ( x ) y1 ( x ) u2 ( x ) y2 ( x ).
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 64 in whole or in part. 50
Variation of Parameters
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 64 in whole or in part. 51
Variation of Parameters
Now
y p u1 y1 u2 y2 ,
so
y p u1 y1 u2 y2 u1 y1 u2 y2.
Substitute Yp into the differential equation to get
u1 y1 u2 y2 u1 y1 u2 y2
p( x)(u1 y1 u2 y2 ) q( x)(u1 y1 u2 y2 ) f ( x).
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 64 in whole or in part. 52
Variation of Parameters
Rearrange terms to write
u1[ y1 p( x ) y1 q( x) y1 ]
u2 [ y2 p ( x) y2 q ( x) y2 ]
u1 y1 u2 y2 f ( x ).
The two terms in square brackets are zero, because y1
and y2 are solutions of y + p(x)y + q(x)y = 0. The last
equation therefore reduces to
u y u y f ( x). (2.6)
1 1 2 2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 64 in whole or in part. 53
Variation of Parameters
Equations (2.8) and (2.9) can be solved for u'1 and u'2 to
get
y2 ( x ) f ( x ) y1 ( x) f ( x)
u1( x) and u2 ( x) (2.7)
W ( x) W ( x)
where W(x) is the Wronskian of y1(x) and y2(x).
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 64-65 in whole or in part. 54
Variation of Parameters
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 65 in whole or in part. 55
Variation of Parameters
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 65 in whole or in part. 56
EXAMPLE 2.8
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 65 in whole or in part. 58
EXAMPLE 2.8
cos(2 x) sec( x)
and
u 2 ( x ) 2
dx
(2 cos 2 ( x) 1)
dx
2 cos( x)
1
cos( x) sec( x) dx
2
1
sin(x) ln|sec(x) tan( x) | .
2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 65 in whole or in part. 60
EXAMPLE 2.8
This gives us the particular solution
y p ( x) u1 ( x) y1 ( x ) u2 ( x ) y2 ( x)
1
cos( x) cos(2 x) sin( x) ln|sec(x) tan( x) | sin(2 x).
2
The general solution of y + 4y = sec(x) is
y ( x) c1cos(2x) c2sin(2x)
1
cos( x) cos(2 x ) sin( x ) ln|sec(x) tan( x) | sin(2 x).
2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 66 in whole or in part. 61
Problem 2.4.1
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 65 in whole or in part. 62
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 69 in whole or in part. 64
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.9
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
65
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.9
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
66
accessible website, in whole or in part.
EXAMPLE
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 67 in whole or in part. 67
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.10
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
68
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.10
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
69
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.10
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
70
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.10
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
71
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.11
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
72
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.11
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
73
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.11
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
74
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
75
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.12
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
76
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.12
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
77
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.12
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
78
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.12
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
79
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
80
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.13
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
81
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
Modification Rule
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
82
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
83
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
84
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.14
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
86
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.14
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
87
accessible website, in whole or in part.
EXAMPLE Revisited
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 68 in whole or in part. 88
EXAMPLE Revisited
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 68 in whole or in part. 89
EXAMPLE
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 68 in whole or in part. 90
EXAMPLE
2
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 68 in whole or in part. 91
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
92
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
93
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
94
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
95
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
96
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
97
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
98
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
EXAMPLE 2.15
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
99
accessible website, in whole or in part.
Advanced Engineering Mathematics O’Neil
r
• Assuming a solution of the form y = x , we can
find the characteristic equation to be
r ( A 1)r B = 0
2 Easy but only for
homogeneous eq.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 81 in whole or in part. 102
To convert Euler’s equation to an equation in t, we need to
convert derivatives of y(x) to derivatives of Y(t). First, by the
chain rule, we have
d d
y( x) ( y ( x)) ( y (t ))
dx dx
dY dt 1
Y (t ).
dt dx x
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 81 in whole or in part. 103
d
y( x ) ( y( x ))
dx
d 1
Next, Y (t )
dx x
1 1 d
2 Y (t ) (Y (t ))
x x dx
1 1 dY (t ) dt
2 Y (t )
x x dt dx
1 11
2 Y (t ) Y (t )
x xx
1
2 (Y (t ) Y (t )).
x
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 81 in whole or in part. 104
Therefore,
x 2 y( x ) Y (t ) Y (t ).
Substitute these into Euler’s equation to obtain the
transformed differential equation
Y (t ) Y (t ) AY (t ) BY (t ) 0
or
Y (t ) ( A 1)Y (t ) BY (t ) 0. (2.16)
This is a constant coefficient equation which we know how to
solve.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 82 in whole or in part. 105
We need not go through this derivation whenever we
encounter an Euler equation. The coefficients of equation
(2.16) can be read directly from those of the Euler equation.
Solve this transformed equation for Y (t), then replace t = ln(x)
to obtain the solution y(x) of the Euler equation.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 82 in whole or in part. 106
In doing this, it is useful to recall that, for any number r
and for x > 0,
x e
r r ln ( x )
.
Furthermore,
e ln ( k ) k
for any positive quantity k. Thus, for example,
ln ( x3 )
e 3 ln ( x )
e x3 .
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 82 in whole or in part. 107
Example 2.16 (p. 66)
x 2 y 2xy 6y 0.
With A = 2 and B = −6, this Euler equation transforms to
Y (t ) Y (t ) 6Y (t ) 0.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 82 in whole or in part. 108
This constant coefficient linear homogeneous equation
has general solution
Y (t ) c1e 3t c2 e 2t .
Replace t = ln(x) to obtain the general solution of the
Euler equation:
y ( x ) c1e 3 ln ( x ) c2 e 2 ln ( x ) c1 x 3 c2 x 2
for x > 0.
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 82 in whole or in part. 109
Example 2.17
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 82 in whole or in part. 110
Example 2.18
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 83 in whole or in part. 111
Then
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible
CHAPTER website,
2 : Page 83 in whole or in part. 112
Supplementary
materials
High Order
Differential Equations
高等工程數學,莊紹榮、楊精松
東華圖書
113
©114
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©115
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©116
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©117
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©118
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©119
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©120
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©121
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©122
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
更正:重根
©123
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©124
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©125
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©126
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
2-3 常係數非齊次線性微分方程式之解法
(含未定係數法與參數變化法)
©127
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©128
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©129
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©130
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©131
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©132
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©133
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©134
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©135
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©136
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©137
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
[Q] 高階Euler’s Differential Equation怎麼解?
[A]: x3 y+A x2 y + Bxy + Cy = 0
Y (t ) y (e ). t
d dY dt 1
y( x) ( y ( x)) Y (t ).
dx dt dx x
d d 1 1
y( x ) ( y ( x )) Y (t ) 2 (Y (t ) Y (t )).
dx dx x x
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
d d 1
y( x ) ( y ( x)) 2 (Y (t ) Y (t ))
dx dx x
2 1 d
3 (Y (t ) Y (t )) 2 (Y (t ) Y (t ))
x x dx
2 1 1
3 (Y (t ) Y (t )) 3 (Y (t )) 3 Y (t ) 3Y (t ) 2Y (t )
x x x
© 2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©140
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©141
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©142
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.
©143
2018 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly
accessible website, in whole or in part.