Sie sind auf Seite 1von 10

Applications of Second-Order Differential Equations

Second-order linear differential equations have a variety of applications in science and


engineering. In this section we explore two of them: the vibration of springs and electric
circuits.

Vibrating Springs

We consider the motion of an object with mass m at the end of a spring that is either ver-
tical (as in Figure 1) or horizontal on a level surface (as in Figure 2).
In Section 6.5 we discussed Hookes Law, which says that if the spring is stretched (or
compressed) x units from its natural length, then it exerts a force that is proportional to x :
m equilibrium 0
position restoring force  kx

where k is a positive constant (called the spring constant). If we ignore any external resist-
x m ing forces (due to air resistance or friction) then, by Newtons Second Law (force equals
mass times acceleration), we have
x

FIGURE 1 d 2x d 2x
1 m  kx or m  kx  0
dt 2 dt 2
equilibrium position
This is a second-order linear differential equation. Its auxiliary equation is mr 2  k  0
m with roots r   i, where   skm. Thus, the general solution is
x
0 x xt  c1 cos  t  c2 sin  t
FIGURE 2
which can also be written as

xt  A cos t  

where   skm (frequency)

A  sc 21  c 22 (amplitude)

c1 c2
cos   sin     is the phase angle
A A

(See Exercise 17.) This type of motion is called simple harmonic motion.

EXAMPLE 1 A spring with a mass of 2 kg has natural length 0.5 m. A force of 25.6 N is
required to maintain it stretched to a length of 0.7 m. If the spring is stretched to a length
of 0.7 m and then released with initial velocity 0, find the position of the mass at any
time t .
SOLUTION From Hookes Law, the force required to stretch the spring is

k0.2  25.6

so k  25.60.2  128. Using this value of the spring constant k, together with m  2
in Equation 1, we have

d 2x
2  128x  0
dt 2

As in the earlier general discussion, the solution of this equation is

2 xt  c1 cos 8t  c2 sin 8t

1
2 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

We are given the initial condition that x0  0.2. But, from Equation 2, x0  c1.
Therefore, c1  0.2. Differentiating Equation 2, we get

x t  8c1 sin 8t  8c2 cos 8t

Since the initial velocity is given as x 0  0, we have c2  0 and so the solution is

xt  5 cos 8t
1

Damped Vibrations

We next consider the motion of a spring that is subject to a frictional force (in the case of
the horizontal spring of Figure 2) or a damping force (in the case where a vertical spring
moves through a fluid as in Figure 3). An example is the damping force supplied by a
shock absorber in a car or a bicycle.
We assume that the damping force is proportional to the velocity of the mass and acts
in the direction opposite to the motion. (This has been confirmed, at least approximately,
by some physical experiments.) Thus
m
dx
damping force  c
dt
FIGURE 3 where c is a positive constant, called the damping constant. Thus, in this case, Newtons
Second Law gives

d 2x dx
2  restoring force  damping force  kx  c
m
dt dt
or

d 2x dx
3 m c  kx  0
dt 2 dt

Equation 3 is a second-order linear differential equation and its auxiliary equation is


mr 2  cr  k  0. The roots are

c  sc 2  4mk c  sc 2  4mk
4 r1  r2 
2m 2m

We need to discuss three cases.

CASE I c 2  4 mk  0 (overdamping)
In this case r1 and r 2 are distinct real roots and
x
x  c1 e r1 t  c2 e r2 t

Since c, m, and k are all positive, we have sc 2  4mk  c, so the roots r1 and r 2 given by
0 t Equations 4 must both be negative. This shows that x l 0 as t l . Typical graphs of
x as a function of t are shown in Figure 4. Notice that oscillations do not occur. (Its pos-
sible for the mass to pass through the equilibrium position once, but only once.) This is
x
because c 2  4mk means that there is a strong damping force (high-viscosity oil or grease)
compared with a weak spring or small mass.

CASE II c 2  4mk  0 (critical damping)


0 t
This case corresponds to equal roots

FIGURE 4 c
r1  r 2  
Overdamping 2m
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 3

and the solution is given by

x  c1  c2 tec2mt

It is similar to Case I, and typical graphs resemble those in Figure 4 (see Exercise 12), but
the damping is just sufficient to suppress vibrations. Any decrease in the viscosity of the
fluid leads to the vibrations of the following case.

CASE III c 2  4mk  0 (underdamping)


Here the roots are complex:

x
r1
r2
c
2m
 i

x=Ae (c/2m)t
s4mk  c 2
where 
2m
0 t
The solution is given by
(c/2m)t
x=_Ae
x  ec2mtc1 cos  t  c2 sin  t

FIGURE 5 We see that there are oscillations that are damped by the factor ec2mt. Since c  0 and
Underdamping m  0, we have c2m  0 so ec2mt l 0 as t l . This implies that x l 0 as t l ;
that is, the motion decays to 0 as time increases. A typical graph is shown in Figure 5.

EXAMPLE 2 Suppose that the spring of Example 1 is immersed in a fluid with damping
constant c  40. Find the position of the mass at any time t if it starts from the equili-
brium position and is given a push to start it with an initial velocity of 0.6 ms.
SOLUTION From Example 1 the mass is m  2 and the spring constant is k  128, so the
differential equation (3) becomes

d 2x dx
2  40
2  128x  0
dt dt

d 2x dx
or  20  64x  0
dt 2 dt

The auxiliary equation is r 2  20r  64  r  4r  16  0 with roots 4


and 16, so the motion is overdamped and the solution is

xt  c1 e4t  c2 e16t


Figure 6 shows the graph of the position

function for the overdamped motion in Example 2. We are given that x0  0, so c1  c2  0. Differentiating, we get
0.03
x t  4c1 e4t  16c2 e16t

so x 0  4c1  16c2  0.6

Since c2  c1 , this gives 12c1  0.6 or c1  0.05. Therefore


0 1.5

FIGURE 6 x  0.05e4t  e16t 


4 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

Forced Vibrations

Suppose that, in addition to the restoring force and the damping force, the motion of the
spring is affected by an external force Ft. Then Newtons Second Law gives

d 2x
m  restoring force  damping force  external force
dt 2

dx
 kx  c  Ft
dt

Thus, instead of the homogeneous equation (3), the motion of the spring is now governed
by the following nonhomogeneous differential equation:

d 2x dx
5 m c  kx  Ft
dt 2 dt

The motion of the spring can be determined by the methods of Additional Topics:
Nonhomogeneous Linear Equations.
A commonly occurring type of external force is a periodic force function

Ft  F0 cos  0 t where  0    skm

In this case, and in the absence of a damping force (c  0), you are asked in Exercise 9 to
use the method of undetermined coefficients to show that

F0
6 xt  c1 cos  t  c2 sin  t  cos  0 t
m 2   02 

If  0  , then the applied frequency reinforces the natural frequency and the result is
vibrations of large amplitude. This is the phenomenon of resonance (see Exercise 10).

Electric Circuits
R
In Section 7.3 we were able to use first-order separable equations to analyze electric cir-
cuits that contain a resistor and inductor (see Figure 5 on page 515). Now that we know
switch how to solve second-order linear equations, we are in a position to analyze the circuit
L shown in Figure 7. It contains an electromotive force E (supplied by a battery or genera-
tor), a resistor R, an inductor L, and a capacitor C, in series. If the charge on the capacitor
E at time t is Q  Qt, then the current is the rate of change of Q with respect
to t : I  dQdt. It is known from physics that the voltage drops across the resistor, induc-
C tor, and capacitor are
FIGURE 7 dI Q
RI L
dt C

respectively. Kirchhoffs voltage law says that the sum of these voltage drops is equal to
the supplied voltage:
dI Q
L  RI   Et
dt C
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 5

Since I  dQdt, this equation becomes

d 2Q dQ 1
7 L R  Q  Et
dt 2 dt C

which is a second-order linear differential equation with constant coefficients. If the charge
Q0 and the current I 0 are known at time 0, then we have the initial conditions

Q0  Q0 Q0  I0  I 0

and the initial-value problem can be solved by the methods of Additional Topics:
Nonhomogeneous Linear Equations.
A differential equation for the current can be obtained by differentiating Equation 7
with respect to t and remembering that I  dQdt :

d 2I dI 1
2  R
L  I  Et
dt dt C

EXAMPLE 3 Find the charge and current at time t in the circuit of Figure 7 if R  40 ,
L  1 H, C  16  104 F, Et  100 cos 10t, and the initial charge and current are
both 0.
SOLUTION With the given values of L, R, C, and Et, Equation 7 becomes

d 2Q dQ
8  40  625Q  100 cos 10t
dt 2 dt

The auxiliary equation is r 2  40r  625  0 with roots

40  s900
r  20  15i
2

so the solution of the complementary equation is

Qct  e20t c1 cos 15t  c2 sin 15t

For the method of undetermined coefficients we try the particular solution

Qpt  A cos 10t  B sin 10t

Then Qpt  10A sin 10t  10B cos 10t

Qpt  100A cos 10t  100B sin 10t

Substituting into Equation 8, we have

100A cos 10t  100B sin 10t  4010A sin 10t  10B cos 10t
 625A cos 10t  B sin 10t  100 cos 10t

or 525A  400B cos 10t  400A  525B sin 10t  100 cos 10t

Equating coefficients, we have

525A  400B  100 21A  16B  4


or
400A  525B  0 or 16A  21B  0
6 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

The solution of this system is A  697


84
and B  697
64
, so a particular solution is

Qpt  697
1
84 cos 10t  64 sin 10t

and the general solution is

Qt  Qct  Qpt  e20t c1 cos 15t  c2 sin 15t  697
4
21 cos 10t  16 sin 10t

Imposing the initial condition Q0  0, we get

Q0  c1  697
84
0 c1   697
84

To impose the other initial condition we first differentiate to find the current:

dQ
I  e20t 20c1  15c2  cos 15t  15c1  20c2  sin 15t
dt
 697
40
21 sin 10t  16 cos 10t

I0  20c1  15c2  640


697  0 c2   2091
464

Thus, the formula for the charge is

Qt 
4
697
 e20t
3
63 cos 15t  116 sin 15t  21 cos 10t  16 sin 10t
and the expression for the current is

It  2091 e20t1920 cos 15t  13,060 sin 15t  12021 sin 10t  16 cos 10t
1

NOTE 1 In Example 3 the solution for Qt consists of two parts. Since e20t l 0 as

0.2
t l  and both cos 15t and sin 15t are bounded functions,
Qp
Qct  2091 e20t63 cos 15t  116 sin 15t l 0 as t l 
4

Q
0 1.2
So, for large values of t ,

Qt  Qpt  697 21 cos 10t  16 sin 10t


4

_0.2
and, for this reason, Qpt is called the steady state solution. Figure 8 shows how the graph
FIGURE 8 of the steady state solution compares with the graph of Q in this case.

NOTE 2 Comparing Equations 5 and 7, we see that mathematically they are identical.

d 2x dx
5 m  c  kx  Ft This suggests the analogies given in the following chart between physical situations that,
dt 2 dt
2
d Q dQ 1
at first glance, are very different.
7 L R  Q  Et
dt 2 dt C
Spring system Electric circuit

x displacement Q charge
dxdt velocity I  dQdt current
m mass L inductance
c damping constant R resistance
k spring constant 1C elastance
Ft external force Et electromotive force

We can also transfer other ideas from one situation to the other. For instance, the steady
state solution discussed in Note 1 makes sense in the spring system. And the phenomenon
of resonance in the spring system can be usefully carried over to electric circuits as elec-
trical resonance.
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 7

Exercises
12. Consider a spring subject to a frictional or damping force.
A Click here for answers. S Click here for solutions. (a) In the critically damped case, the motion is given by
x  c1 ert  c2 tert. Show that the graph of x crosses the
1. A spring with a 3-kg mass is held stretched 0.6 m beyond its t-axis whenever c1 and c2 have opposite signs.
natural length by a force of 20 N. If the spring begins at its (b) In the overdamped case, the motion is given by
equilibrium position but a push gives it an initial velocity of x  c1e r t  c2 e r t, where r1  r2. Determine a condition on
1 2

1.2 ms, find the position of the mass after t seconds. the relative magnitudes of c1 and c2 under which the graph
2. A spring with a 4-kg mass has natural length 1 m and is main- of x crosses the t-axis at a positive value of t.
tained stretched to a length of 1.3 m by a force of 24.3 N. If the 13. A series circuit consists of a resistor with R  20 , an induc-
spring is compressed to a length of 0.8 m and then released tor with L  1 H, a capacitor with C  0.002 F, and a 12-V
with zero velocity, find the position of the mass at any time t. battery. If the initial charge and current are both 0, find the
3. A spring with a mass of 2 kg has damping constant 14, and a charge and current at time t.
force of 6 N is required to keep the spring stretched 0.5 m 14. A series circuit contains a resistor with R  24 , an inductor
beyond its natural length. The spring is stretched 1 m beyond with L  2 H, a capacitor with C  0.005 F, and a 12-V bat-
its natural length and then released with zero velocity. Find the tery. The initial charge is Q  0.001 C and the initial current
position of the mass at any time t. is 0.
4. A spring with a mass of 3 kg has damping constant 30 and (a) Find the charge and current at time t.
spring constant 123. ; (b) Graph the charge and current functions.
(a) Find the position of the mass at time t if it starts at the 15. The battery in Exercise 13 is replaced by a generator producing
equilibrium position with a velocity of 2 ms. a voltage of Et  12 sin 10t. Find the charge at time t.
; (b) Graph the position function of the mass.
16. The battery in Exercise 14 is replaced by a generator producing
5. For the spring in Exercise 3, find the mass that would produce a voltage of Et  12 sin 10t.
critical damping. (a) Find the charge at time t.
6. For the spring in Exercise 4, find the damping constant that ; (b) Graph the charge function.
would produce critical damping. 17. Verify that the solution to Equation 1 can be written in the
; 7. A spring has a mass of 1 kg and its spring constant is k  100. form xt  A cos t  .
The spring is released at a point 0.1 m above its equilibrium 18. The figure shows a pendulum with length L and the angle 
position. Graph the position function for the following values from the vertical to the pendulum. It can be shown that , as a
of the damping constant c: 10, 15, 20, 25, 30. What type of function of time, satisfies the nonlinear differential equation
damping occurs in each case?
d 2 t
; 8. A spring has a mass of 1 kg and its damping constant is  sin   0
dt 2 L
c  10. The spring starts from its equilibrium position with a
velocity of 1 ms. Graph the position function for the following where t is the acceleration due to gravity. For small values of
values of the spring constant k: 10, 20, 25, 30, 40. What type of  we can use the linear approximation sin    and then the
damping occurs in each case? differential equation becomes linear.
(a) Find the equation of motion of a pendulum with length 1 m
9. Suppose a spring has mass m and spring constant k and let
if  is initially 0.2 rad and the initial angular velocity is
  skm. Suppose that the damping constant is so small ddt  1 rads.
that the damping force is negligible. If an external force
(b) What is the maximum angle from the vertical?
Ft  F0 cos  0 t is applied, where  0  , use the method
(c) What is the period of the pendulum (that is, the time to
of undetermined coefficients to show that the motion of the
complete one back-and-forth swing)?
mass is described by Equation 6.
(d) When will the pendulum first be vertical?
10. As in Exercise 9, consider a spring with mass m, spring con- (e) What is the angular velocity when the pendulum is vertical?
stant k, and damping constant c  0, and let   skm.
If an external force Ft  F0 cos  t is applied (the applied
frequency equals the natural frequency), use the method of
undetermined coefficients to show that the motion of the mass
L
is given by xt  c1 cos  t  c2 sin  t  F0 2mt sin  t.
11. Show that if  0  , but  0 is a rational number, then the
motion described by Equation 6 is periodic.
8 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

Answers

S Click here for solutions.

1. x  0.36 sin10t3 3. x   5 e6t  5 et


1 6 49
5. 12 kg
7. c=10
0.02 c=15

0 1.4
c=20
c=25
c=30

_0.11

13. Qt  e10t2506 cos 20t  3 sin 20t 


3
125 ,
3 10t
It  e 5 sin 20t
15. Qt  e10t [ 250 cos 20t  500 sin 20t]
3 3

 250 cos 10t  125 sin 10t


3 3
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 9

Solutions: Applications of Second-Order Differential Equations

1. By Hookes Law k(0.6) = 20 so k = 100 is the spring constant and the differential equation is 3x00 + 100 x = 0.
103 0
3
The general solution is x(t) = c1 cos 3 t + c2 sin 10 3
t . But 0 = x(0) = c1 and 1.2 = x (0) = 10
3 2
c , so the
10
position of the mass after t seconds is x(t) = 0.36 sin 3 t .

3. k(0.5) = 6 or k = 12 is the spring constant, so the initial-value problem is 2x00 + 14x0 + 12x = 0, x(0) = 1,
x0 (0) = 0. The general solution is x(t) = c1 e6t + c2 et . But 1 = x(0) = c1 + c2 and 0 = x0 (0) = 6c1 c2 .
Thus the position is given by x(t) = 15 e6t + 65 et .

5. For critical damping we need c2 4mk = 0 or m = c2 /(4k) = 142 /(4 12) = 49


12
kg.
0
7. We are given m = 1, k = 100, x(0) = 0.1 and x (0) = 0. From (3), the differential equation is
d2 x dx
+c + 100x = 0 with auxiliary equation r2 + cr + 100 = 0. If c = 10, we have two complex roots
dt2 dt

r = 5 5 3i, so the motion is underdamped and the solution is x = e5t c1 cos 5 3 t + c2 sin 5 3 t .

Then 0.1 = x(0) = c1 and 0 = x0 (0) = 5 3 c2 5c1 c2 = 1013 , so
h i
x = e5t 0.1 cos 5 3 t 1013 sin 5 3 t . If c = 15, we again have underdamping since the auxiliary
h i
15t/2
equation has roots r = 15 5 7
2 2 i. The general solution is x = e c1 cos 5 2 7 t + c2 sin 5 2 7 t , so

0.1 = x (0) = c1 and 0 = x0 (0) = 5 2 7 c2 15 c c2 = 1037 . Thus
2 1
h i
x = e15t/2 0.1 cos 5 2 7 t 1037 sin 5 2 7 t . For c = 20, we have equal roots r1 = r2 = 10,
so the oscillation is critically damped and the solution is x = (c1 + c2 t)e10t . Then 0.1 = x(0) = c1 and
0 = x0 (0) = 10c1 + c2 c2 = 1, so x = (0.1 t)e10t . If c = 25 the auxiliary equation has roots
r1 = 5, r2 = 20, so we have overdamping and the solution is x = c1 e5t + c2 e20t . Then
0.1 = x(0) = c1 + c2 and 0 = x0 (0) = 5c1 20c2 c1 = 15 2 1
and c2 = 30 ,
2 5t 1 20t
so x = 15 e + 30 e . If c = 30 we have roots

r = 15 5 5, so the motion is overdamped and the

solution is x = c1 e(15 + 5 5 )t
+ c2 e(15 5 5 )t
. Then
0.1 = x(0) = c1 + c2 and

0 = x0 (0) = 15 + 5 5 c1 + 15 5 5 c2

c1 = 5 100
3 5
and c2 = 5 100
+3 5
, so

x = 5 3 5
e (15 + 5 5)t + 5 + 3 5 e(15 5 5)t .
100 100

p
9. The differential equation is mx00 + kx = F0 cos 0 t and 0 6= = k/m. Here the auxiliary equation is
p
mr2 + k = 0 with roots k/m i = i so xc (t) = c1 cos t + c2 sin t. Since 0 6= , try
xp (t) = A cos 0 t + B sin 0 t. Then we need

(m) 20 (A cos 0 t + B sin 0 t) + k(A cos 0 t + B sin 0 t) = F0 cos 0 t or A k m 20 = F0 and
F0 F0 k
B k m20 = 0. Hence B = 0 and A = = since 2 = . Thus the motion of the
k m20 m( 2 20 ) m
F0
mass is given by x(t) = c1 cos t + c2 sin t + cos 0 t.
m(2 20 )
10 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

F0
11. From Equation 6, x(t) = f (t) + g(t) where f (t) = c1 cos t + c2 sin t and g(t) = cos 0 t. Then
m( 2 20 )
2 2
f is periodic, with period
, and if 6= 0 , g is periodic with period 0
. If 0
is a rational number, then we can
a b
say 0 = b a= 0 where a and b are non-zero integers. Then

2
x t+a
= f t + a 2

+ g t + a 2

= f (t) + g t + b
0
2


= f (t) + g t + b 20 = f (t) + g(t) = x(t)

so x(t) is periodic.

13. Here the initial-value problem for the charge is Q00 + 20Q0 + 500Q = 12, Q(0) = Q0 (0) = 0. Then
Qc (t) = e10t (c1 cos 20t + c2 sin 20t) and try Qp (t) = A 500A = 12 or A = 3
125
.

The general solution is Q(t) = e10t (c1 cos 20t + c2 sin 20t) + 3
125
. But 0 = Q(0) = c1 + 3
125
and
0 10t 0
Q (t) = I(t) = e [(10c1 + 20c2 ) cos 20t + (10c2 20c1 ) sin 20t] but 0 = Q (0) = 10c1 + 20c2 . Thus

1
the charge is Q(t) = 250 e10t (6 cos 20t + 3 sin 20t) + 125
3
and the current is I(t) = e10t 35 sin 20t.

15. As in Exercise 13, Qc (t) = e10t (c1 cos 20t + c2 sin 20t) but E(t) = 12 sin 10t so try
Qp (t) = A cos 10t + B sin 10t. Substituting into the differential equation gives
(100A + 200B + 500A) cos 10t + (100B 200A + 500B) sin 10t = 12 sin 10t 400A + 200B = 0
3 3
and 400B 200A = 12. Thus A = 250 , B= 125
and the general solution is

Q(t) = e10t (c1 cos 20t + c2 sin 20t) 3


250 cos 10t + 3
125 sin 10t. But 0 = Q(0) = c1 3
250 so c1 = 3
250 .

Also Q0 (t) = 3
25
sin 10t + 6
25
cos 10t + e10t [(10c1 + 20c2 ) cos 20t + (10c2 20c1 ) sin 20t] and

0 = Q0 (0) = 6 3
10c1 + 20c2 so c2 = 500
25 . Hence the charge is given by

Q(t) = e10t 250
3 3
cos 20t 500 3
sin 20t 250 3
cos 10t + 125 sin 10t.
c c2
1
17. x(t) = A cos(t + ) x(t) = A[cos t cos sin t sin ] x(t) = A cos t + sin t
A A
where cos = c1 /A and sin = c2 /A x(t) = c1 cos t + c2 sin t. (Note that cos2 + sin2 = 1
c21 + c22 = A2 .)

Das könnte Ihnen auch gefallen