Excerpt
Excerpt
C H
Introduction
1
A P T E R
Motivating Example 1
First consider the projectile of a mass m launched with initial velocity v0 at angle
θ0 at time t = 0, as shown.
v(t) y v(t)
y
θ x
v0 θ
θ0 βv mg
A x
O
1
2 1 introduction
The mass is subjected to two forces: the vertical downward gravity mg and the
resistance force R(t) = βv(t).
The equations of motion of the mass can be established using Newton’s Second
Law: F = ma. The x-component of the resistance force is −R(t) cos θ (t). In
the y-direction, the component of the resistance force is −R(t) sin θ (t). Hence,
applying Newton’s Second Law yields
x-direction: max = Fx =⇒ m ẍ(t) = −R(t) cos θ (t),
y-direction: may = Fy =⇒ m ÿ(t) = −mg − R(t) sin θ (t).
Since
ẏ(t) ẋ(t) ẏ(t)
θ (t) = tan−1 =⇒ cos θ = , sin θ = ,
ẋ(t) ẋ 2 (t)+ ẏ 2 (t) ẋ 2 (t)+ ẏ 2 (t)
the equations of motion become
ẋ(t)
m ẍ(t) = −βv(t) · =⇒ m ẍ(t) + β ẋ(t) = 0,
ẋ 2 (t)+ ẏ 2 (t)
ẏ(t)
m ÿ(t) = −mg − βv(t) · =⇒ m ÿ(t) + β ẏ(t) = −mg,
ẋ 2 (t)+ ẏ 2 (t)
in which the initial conditions are at time t = 0: x(0) = 0, y(0) = 0, ẋ(0) = v0 cos θ0 ,
ẏ(0) = v0 sin θ0 . The equations of motion are two equations involving the first- and
second-order derivatives ẋ(t), ẏ(t), ẍ(t), and ÿ(t). These equations are called, as
will be defined later, a system of two second-order ordinary differential equations.
Because of the complexity of the problems, in the following examples, the prob-
lems are described and the governing equations are presented without detailed
derivation. These problems will be investigated in details in later chapters when
applications of various types of differential equations are studied.
Motivating Example 2
A tank contains a liquid of volume V (t), which is polluted with a pollutant concen-
tration in percentage of c(t) at time t. To reduce the pollutant concentration, an
inflow of rate Qin is injected to the tank. Unfortunately, the inflow is also polluted
but to a lesser degree with a pollutant concentration cin . It is assumed that the
inflow is perfectly mixed with the liquid in the tank instantaneously. An outflow
of rate Qout is removed from the tank as shown. Suppose that, at time t = 0, the
volume of the liquid is V0 with a pollutant concentration of c0 .
Inflow
Q in , c in
Volume V(t)
Outflow
Concentration c(t)
Qout , c(t)
Motivating Example 3
Hanger Cable
Deck
x
O
w(x)
Consider the suspension bridge as shown, which consists of the main cable, the
hangers, and the deck. The self-weight of the deck and the loads applied on the
deck are transferred to the cable through the hangers.
4 1 introduction
Set up the Cartesian coordinate system by placing the origin O at the lowest point
of the cable. The cable can be modeled as subjected to a distributed load w(x). The
equation governing the shape of the cable is given by
d2 y w(x)
2
= ,
dx H
where H is the tension in the cable at the lowest point O. This is a second-order
ordinary differential equation.
Motivating Example 4
c
k
x0(t) y(t)
Consider the vibration of a single-story shear building under the excitation of
earthquake. The shear building consists of a rigid girder of mass m supported by
columns of combined stiffness k. The vibration of the girder can be described by
the horizontal displacement x(t). The earthquake is modeled by the displacement
of the ground x0 (t) as shown. When the girder vibrates, there is a damping force
due to the internal friction between various components of the building, given by
c ẋ(t)− ẋ0 (t) , where c is the damping coefficient.
The relative displacement y(t) = x(t)−x0 (t) between the girder and the ground
is governed by the equation
Motivating Example 5
x(t)
Equipment m
Supporting
k c
Structure
The equations of motion governing the vibration of the equipment and the
absorber are given by
m ẍ + (c +ca ) ẋ + (k +ka )x − ca ẋa − ka xa = F0 sin t,
ma ẍa + ca ẋa + ka xa − ca ẋ − ka x = 0,
which comprises a system of two coupled second-order linear ordinary differential
equations.
Motivating Example 6
P Ut P
t=0
EI, ρA x
L
v
6 1 introduction
where δ(x −a) is the Dirac delta function. The equation of motion satisfies the
initial conditions
∂v(x, t)
v(x, 0) = 0, = 0,
∂t t=0
and the boundary conditions
∂ 2 v(x, t) ∂ 2 v(x, t)
v(0, t) = v(L, t) = 0, = = 0.
∂x 2 x=0 ∂x 2 x=L
For example,
d2 y
+ ω2 y = sin x, ω = constant, Second-order, linear
dx 2
dy 2 dy 2
+ 4 y = cos x, First-order, nonlinear because of the term
dx dx
d3 y dy
x3 3
+ 5x + 6 y = ex , Third-order, linear
dx dx
d2 y dy dy
2
+y + 2 y = x. Second-order, nonlinear because of the term y
dx dx dx
Sometimes, the roles of independent and dependent variables can be exchanged
to render a differential equation linear. For example,
d2 x √
2
−x y =5
dy
is a second-order linear equation with y being regarded as the independent variable
and x the dependent variable.
In some applications, the roles of independent and dependent variables are obvi-
ous. For example, in a differential equation governing the variation of temperature
T with time t, the time variable t is the independent variable and the temperature T
is the dependent variable; time t cannot be the dependent variable. In other appli-
cations, the roles of independent and dependent variables are interchangeable. For
example, in a differential equation governing the relationship between temperature
T and pressure p, the temperature T can be considered as the independent variable
and the pressure p the dependent variable, or vice versa.
dn y dn−1 y dy
an (x) n
+ a n−1 (x) n−1
+ · · · + a1 (x) + a0 (x) y = f (x).
dx dx dx
If a0 (x), a1 (x), . . . , an (x) are constants, the ordinary differential equation is said
to have constant coefficients; otherwise it is said to have variable coefficients.
For example,
d2 y dy
2
+ 0.1 + 4 y = 10 cos 2x, Second-order linear, constant coefficients
dx dx
d2 y dy
x2 2
+x + (x 2 −ν 2 ) y = 0, x >0, ν 0 is a constant.
dx dx
Second-order linear, variable coefficients (Bessel's equation)
8 1 introduction
For example,
d2 y dy
+ 0.1 + 4 y = 0, Homogeneous
dx 2 dx
d2 y dy
+ 0.1 + 4 y = 2 sin 2x + 5 cos 3x. Nonhomogeneous
dx 2 dx
Note that a homogeneous differential equation may have distinctively different
meanings in different situations (see Section 2.2).
For example,
∂ 2u 1 ∂u
= , α = constant, Heat equation in one-dimension
∂x 2 α ∂t
∂ 2u ∂ 2u Poisson's equation in two-dimensions
+ 2 = f (x, y),
∂x 2 ∂y Laplace's equation if f (x, y) = 0
∂ 4u ∂ 4u ∂ 4u
+ 2 + = 0, Biharmonic equation in two-dimensions
∂x 4 ∂x 2 ∂y 2 ∂y 4
∂ 2u ∂ 2u ∂ 2u 1 ∂u
+ + = , Heat equation in three-dimensions
∂x 2 ∂y 2 ∂z 2 α ∂t
∂ 2u ∂ 2u ∂ 2u
+ 2 + 2 = 0. Laplace's equation in three-dimensions
∂x 2 ∂y ∂z
y = 3x + C, C = constant.
The general solution of the differential equation, which includes all possible solu-
tions, is a family of straight lines with slope equal to 3. On the other hand, y = 3x
is a particular solution passing through the origin, with the constant C being 0.
Consider the differential equation
d3 y
= 48x.
dx 3
Integrating both sides of the equation with respect to x gives
d2 y
2
= 24x 2 + C1 .
dx
Integrating with respect to x again yields
dy
= 8x 3 + C1 x + C2 .
dx
Integrating with respect to x once more results in the general solution
y = 2x 4 + 21 C1 x 2 + C2 x + C3 ,
y = 2x 4 + 3x 2 + 1, C1 = 6, C2 = 0, C3 = 1,
y = 2x 4 + x 2 + 3x + 5, C1 = 2, C2 = 3, C3 = 5,
Illustrative Example
10 1 introduction
t=0, x=0
t, x, v
x mg
d2 x
= g,
dt 2
and the general solution is, by integrating both sides of the equation with respect to
t twice,
x(t) = C0 + C1 t + 12 g t 2 .
dx
at time t = 0 : x(0) = 0, ẋ(0) = = v0 .
dt t=0
The constants C0 and C1 can be determined from these two conditions and the
solution of the differential equation is
x(t) = v0 t + 12 g t 2 .