SlideShare a Scribd company logo
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 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 Hooke’s 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 
: 
restoring force  kx 
where k 
is a positive constant (called the spring constant). If we ignore any external resist-ing 
forces (due to air resistance or friction) then, by Newton’s Second Law (force equals 
mass times acceleration), we have 
d 2x 
dt 2 m or  kx  0 
This is a second-order linear differential equation. Its auxiliary equation is 
with roots , where . Thus, the general solution is 
  skm r  i 
which can also be written as 
  skm 
xt  c1 cos t  c2 sin t 
where (frequency) 
(amplitude) 
 is the phase angle sin    
A  sc1 2 
 c2 2 
(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 m. A force of N is 
required to maintain it stretched to a length of 0.7 
m. If the spring is stretched to a length 
of m and then released with initial velocity 0, find the position of the mass at any 
time . 
SOLUTION From Hooke’s Law, the force required to stretch the spring is 
k0.2  25.6 
0.7 
t 
k  25.60.2  128 k m  2 
so . Using this value of the spring constant , together with 
in Equation 1, we have 
2 
d 2x 
dt 2  128x  0 
As in the earlier general discussion, the solution of this equation is 
2 xt  c1 cos 8t  c2 sin 8t 
0.5 25.6 
c2 
A 
cos   
c1 
A 
xt  A cost   
mr2  k  0 
m 
d 2x 
dt 2 1  kx 
m 
1 
FIGURE 1 
FIGURE 2 
0 
x m 
equilibrium position 
x 
m 
0 x 
m 
x 
equilibrium 
position
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 
We are given the initial condition that . But, from Equation 2, 
Therefore, . Differentiating Equation 2, we get 
x	t  8c1 sin 8t  8c2 cos 8t 
x	0  0 c2  0 
Since the initial velocity is given as , we have and so the solution is 
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 
where is a positive constant, called the damping constant. Thus, in this case, Newton’s 
Second Law gives 
or 
m 
d 2x 
dt 2  restoring force  damping force  kx  c 
Equation 3 is a second-order linear differential equation and its auxiliary equation is 
mr2  cr  k  0 
. The roots are 
We need to discuss three cases. 
CASE I ■ (overdamping) 
In this case and are distinct real roots and 
x  c1er1t  c2er2t 
c2  4mk  0 
Since c , m , and k are all positive, we have sc2  4mk  c , so the roots r1 and r2 
given by 
Equations 4 must both be negative. This shows that as . Typical graphs of 
x as a function of t 
are shown in Figure 4. Notice that oscillations do not occur. (It’s pos-sible 
for the mass to pass through the equilibrium position once, but only once.) This is 
c2  4mk 
because means that there is a strong damping force (high-viscosity oil or grease) 
compared with a weak spring or small mass. 
CASE II ■ (critical damping) 
This case corresponds to equal roots 
r1  r2   
c 
2m 
c2  4mk  0 
x l 0 t l  
r1 r2 
r2  
c  sc2  4mk 
2m 
r1  
c  sc2  4mk 
2m 
4 
m 
d 2x 
dt 2  c 
dx 
dt 
3  kx  0 
dx 
dt 
c 
damping force  c 
dx 
dt 
xt  1 
5 cos 8t 
c1  0.2 
x0  0.2 x0  c1. 
2 ■ 
m 
FIGURE 3 
x 
0 t 
x 
0 t 
FIGURE 4 
Overdamping
■ 3 
and the solution is given by 
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 ■ (underdamping) 
Here the roots are complex: 
where 
The solution is given by 
ec2mt c  0 
r1 
r2  
  
c 
2m 
 i 
s4mk  c2 
2m 
x  ec2mtc1 cos t  c2 sin t 
We see that there are oscillations that are damped by the factor . Since and 
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 . Find the position of the mass at any time if it starts from the equili-brium 
c  40 t 
position and is given a push to start it with an initial velocity of 0.6 
ms. 
SOLUTION From Example 1 the mass is and the spring constant is , so the 
differential equation (3) becomes 
or 
m  2 k  128 
d 2x 
dt 2  40 
dx 
dt 
d 2x 
dt 2  20 
 128x  0 
dx 
dt 
 64x  0 
2 
The auxiliary equation is with roots 
and , so the motion is overdamped and the solution is 
xt  c1e4t  c2e16t 
x0  0 c1  c2  0 
We are given that , so . Differentiating, we get 
so 
x	t  4c1e4t  16c2e16t 
x	0  4c1  16c2  0.6 
c2  c1 12c1  0.6 c1  0.05 
Since ,this gives or . Therefore 
x  0.05e4t  e16t  
16 
r 2  20r  64  r  4r  16  0 4 
c2  4mk  0 
x  c1  c2tec2mt 
x 
x=Ae– 
(c/2m)t 
0 t 
x=_Ae– 
FIGURE 5 
Underdamping 
(c/2m)t 
■ ■ Figure 6 shows the graph of the position 
function for the overdamped motion in Example 2. 
0.03 
0 
FIGURE 6 
1.5 
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS
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 . Then Newton’s Second Law gives 
Ft 
d 2x 
dt 2  restoring force  damping force  external force 
 kx  c 
dx 
dt 
 Ft 
m 
Thus, instead of the homogeneous equation (3), the motion of the spring is now governed 
by the following nonhomogeneous differential equation: 
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 
where 0    skm Ft  F0 cos 0t 
In this case, and in the absence of a damping force ( ), you are asked in Exercise 9 to 
use the method of undetermined coefficients to show that 
cos 0t 6 
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). 
xt  c1 cos t  c2 sin t  
F0 
m2  0 
2  
c  0 
m 
d 2x 
dt 2  c 
dx 
dt 
5  kx  Ft 
Electric Circuits 
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 
how to solve second-order linear equations, we are in a position to analyze the circuit 
shown in Figure 7. It contains an electromotive force (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 
t Q  Qt Q 
at time is , then the current is the rate of change of with respect 
to : . It is known from physics that the voltage drops across the resistor, induc-tor, 
and capacitor are 
Q 
C 
respectively. Kirchhoff’s voltage law says that the sum of these voltage drops is equal to 
the supplied voltage: 
L 
dI 
dt 
 RI  
Q 
C 
 Et 
L 
dI 
dt 
RI 
t I  dQdt 
E 
FIGURE 7 
C 
E 
R 
L 
switch
■ 5 
I  dQdt 
Since , this equation becomes 
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 
7 L 
Q  Et 
d 2Q 
dt 2  R 
dQ 
dt 
 
1 
C 
which is a second-order linear differential equation with constant coefficients. If the charge 
and the current are known at time 0, then we have the initial conditions 
Q0  Q0 Q0  I0  I0 
Q0 I0 
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 
t I  dQdt 
with respect to and remembering that : 
L 
d 2I 
dt 2  R 
dI 
dt 
 
1 
C 
I  Et 
EXAMPLE 3 Find the charge and current at time in the circuit of Figure 7 if , 
t R  40  
L  1 C  16  104 Et  100 cos 10t 
H, F, , and the initial charge and current are 
both 0. 
SOLUTION With the given values of , , , and , Equation 7 becomes 
L R C Et 
d 2Q 
dt 2  40 
dQ 
dt 
8  625Q  100 cos 10t 
r 2  40r  625  0 
The auxiliary equation is with roots 
r  
40  s900 
2 
 20  15i 
so the solution of the complementary equation is 
Qct  e20tc1 cos 15t  c2 sin 15t 
For the method of undetermined coefficients we try the particular solution 
Then 
Qpt  A cos 10t  B sin 10t 
Qpt  10A sin 10t  10B cos 10t 
Qpt  100A cos 10t  100B sin 10t 
Substituting into Equation 8, we have 
or 
100A cos 10t  100B sin 10t  4010A sin 10t  10B cos 10t 
 625A cos 10t  B sin 10t  100 cos 10t 
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 ■ 
A  84 
B  64 
697 
697 The solution of this system is and , so a particular solution is 
and the general solution is 
Qpt  1 
697 84 cos 10t  64 sin 10t 
 e20tc1 cos 15t  c2 sin 15t  4 
697 Qt  Qct  Qpt 21 cos 10t  16 sin 10t 
Q0  0 
Imposing the initial condition , we get 
Q0  c1  84 
 0 
c1   84 
697 697 To impose the other initial condition we first differentiate to find the current: 
 e20t20c1  15c2  cos 15t  15c1  20c2  sin 15t 
 40 
697 21 sin 10t  16 cos 10t 
I  
dQ 
dt 
2091 I0  20c1  15c2  640 
697  0 
Thus, the formula for the charge is 
Qt  
4 
e20t 
697 
3 
c2   464 
63 cos 15t  116 sin 15t  21 cos 10t  16 sin 10t	 
and the expression for the current is 
NOTE 1 ■ In Example 3 the solution for consists of two parts. Since as 
t l  cos 15t sin 15t 
and both and are bounded functions, 
Qct  as t l  4 
2091 e20t63 cos 15t  116 sin 15t l 0 
So, for large values of , 
Qt  Qpt  4 
and, for this reason, is called the steady state solution. Figure 8 shows how the graph 
of the steady state solution compares with the graph of in this case. 
NOTE 2 ■ Comparing Equations 5 and 7, we see that mathematically they are identical. 
This suggests the analogies given in the following chart between physical situations that, 
at first glance, are very different. 
dxdt I  dQdt 
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. 
Q 
Qpt 
697 21 cos 10t  16 sin 10t 
t 
Qt e20t l 0 
It  1 
2091 e20t1920 cos 15t  13,060 sin 15t  12021 sin 10t  16 cos 10t 
0.2 
Q 
p 
Q 
0 1.2 
_0.2 
FIGURE 8 
5 m 
 kx  Ft 
L 
d 2x 
dt 2  c 
d2Q 
dt 2  R 
dx 
dt 
dQ 
dt 
 
1 
C 
7 Q  Et 
Spring system Electric circuit 
x displacement Q charge 
velocity current 
m mass L inductance 
c damping constant R resistance 
k spring constant 1C 
elastance 
Ft external force Et electromotive force 
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS
■ 7 
Exercises 
1. A spring with a 3-kg mass is held stretched m beyond its 
natural length by a force of 20 N. If the spring begins at its 
equilibrium position but a push gives it an initial velocity of 
ms, find the position of the mass after seconds. 
1.2 t 
2. A spring with a 4-kg mass has natural length 1 m and is main-tained 
stretched to a length of m by a force of N. If the 
1.3 24.3 
spring is compressed to a length of m and then released 
with zero velocity, find the position of the mass at any time t. 
3. A spring with a mass of 2 kg has damping constant 14, and a 
force of 6 N is required to keep the spring stretched m 
beyond its natural length. The spring is stretched 1 m beyond 
its natural length and then released with zero velocity. Find the 
position of the mass at any time t. 
4. A spring with a mass of 3 kg has damping constant 30 and 
spring constant 123. 
(a) Find the position of the mass at time if it starts at the 
equilibrium position with a velocity of 2 ms. 
; (b) Graph the position function of the mass. 
5. For the spring in Exercise 3, find the mass that would produce 
critical damping. 
6. For the spring in Exercise 4, find the damping constant that 
would produce critical damping. 
; 7. A spring has a mass of 1 kg and its spring constant is . 
The spring is released at a point 0.1 m above its equilibrium 
position. Graph the position function for the following values 
of the damping constant c: 10, 15, 20, 25, 30. What type of 
damping occurs in each case? 
; 8. A spring has a mass of 1 kg and its damping constant is 
The spring starts from its equilibrium position with a 
c  10. 
velocity of 1 ms. Graph the position function for the following 
values of the spring constant k: 10, 20, 25, 30, 40. What type of 
damping occurs in each case? 
9. Suppose a spring has mass and spring constant and let 
  skm 
m k 
. Suppose that the damping constant is so small 
that the damping force is negligible. If an external force 
is applied, where , use the method 
of undetermined coefficients to show that the motion of the 
mass is described by Equation 6. 
10. As in Exercise 9, consider a spring with mass , spring con-stant 
  skm c  0 k 
, and damping constant , and let . 
Ft  F0 cos t 
If an external force is applied (the applied 
frequency equals the natural frequency), use the method of 
undetermined coefficients to show that the motion of the mass 
is given by . 
xt  c1 cos t  c2 sin t  F0 2mt sin t 
0 0   
11. Show that if , but is a rational number, then the 
motion described by Equation 6 is periodic. 
m 
0   Ft  F0 cos 0t 
k  100 
t 
0.5 
0.8 
0.6 
12. Consider a spring subject to a frictional or damping force. 
(a) In the critically damped case, the motion is given by 
x  c1ert  c2tert x 
. Show that the graph of crosses the 
-axis whenever and have opposite signs. 
(b) In the overdamped case, the motion is given by 
x  c1er1 t  c2er2 t r1  r2 
, where . Determine a condition on 
the relative magnitudes of and under which the graph 
of x crosses the t -axis at a positive value of t 
. 
13. A series circuit consists of a resistor with , an induc-tor 
R  20  
L  1 C  0.002 
with H, a capacitor with F, and a 12-V 
battery. If the initial charge and current are both 0, find the 
charge and current at time t. 
14. A series circuit contains a resistor with , an inductor 
L  2 C  0.005 
with H, a capacitor with F, and a 12-V bat-tery. 
Q  0.001 
The initial charge is C and the initial current 
is 0. 
(a) Find the charge and current at time t. 
; (b) Graph the charge and current functions. 
15. The battery in Exercise 13 is replaced by a generator producing 
Et  12 sin 10t 
a voltage of . Find the charge at time t. 
16. The battery in Exercise 14 is replaced by a generator producing 
Et  12 sin 10t 
a voltage of . 
(a) Find the charge at time t. 
; (b) Graph the charge function. 
17. Verify that the solution to Equation 1 can be written in the 
form . 
18. The figure shows a pendulum with length L and the angle 
from the vertical to the pendulum. It can be shown that , as a 
function of time, satisfies the nonlinear differential equation 
where t 
is the acceleration due to gravity. For small values of 
we can use the linear approximation and then the 
differential equation becomes linear. 
(a) Find the equation of motion of a pendulum with length 1 m 
sin     
if is initially 0.2 rad and the initial angular velocity is 
. 
 
(b) What is the maximum angle from the vertical? 
(c) What is the period of the pendulum (that is, the time to 
complete one back-and-forth swing)? 
(d) When will the pendulum first be vertical? 
(e) What is the angular velocity when the pendulum is vertical? 
¨ 
L 
ddt  1 rads 
d2 
dt 2  
t 
L 
sin   0 
 
 
xt  A cost   
R  24  
c1 c2 
t c1 c2 
A Click here for answers. S Click here for solutions. 
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS
8 ■ 
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 
Answers 
x   12 kg 1 
5 e6t  6 
S Click here for solutions. 
1. 3. 5. 
7. 
c=10 
c=15 
0 1.4 
c=25 
Qt  e10t2506 cos 20t  3 sin 20t  3 
13. , 
It  3 
5 e10t sin 20t 
Qt  e10t[ 3 
15. 
 3 
250 cos 20t  3 
500 sin 20t] 
250 cos 10t  3 
125 sin 10t 
125 
c=30 
c=20 
0.02 
_0.11 
49 
x  0.36 sin10t3 5 et
Solutions: Applications of Second-Order Differential Equations 
1. By Hooke’s Law k(0.6) = 20 so k = 100 
APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 
3 is the spring constant and the differential equation is 3x00 + 100 
3 x = 0. 
¡ 10 
The general solution is x(t) = c1 cos 
3 t 
¢ 
+ c2 sin 
¡ 10 
3 t 
¢ 
. But 0 = x(0) = c1 and 1.2 = x0(0) = 10 
3 c2, 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) = c1e−6t + c2e−t. But 1 = x(0) = c1 + c2 and 0 = x0(0) = −6c1 − c2. 
Thus the position is given by x(t) = −1 
e−6t + 6 
e−t. 
5 5 5. For critical damping we need c2 − 4mk = 0 or m = c2/(4k) = 142/(4 · 12) = 49 
12 kg. 
7. We are given m = 1, k = 100, 
x(0) = −0.1 and x0(0) = 0. From (3), the differential equation is 
d2x 
dt2 + c 
dx 
dt 
+ 100x = 0 with auxiliary equation r2 + cr + 100 = 0. If c = 10, 
we have two complex roots 
r = −5 ± 5 √3i, so the motion is underdamped and the solution is x = e−5t£ 
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 = − 1 
10 √3 
, so 
x = e−5t 
h 
−0.1 cos 
¡ 
5 √3 t 
¢ 
− 1 
10√3 
sin 
¢i 
. If c = 15, 
¡ 
5 √3 t 
we again have underdamping since the auxiliary 
2 ± 5 √7 
equation has roots r = −15 
2 i. The general solution is x = e−15t/2 
³ 
h 
c1 cos 
5 √7 
2 t 
´ 
+ c2 sin 
³ 
5 √7 
2 t 
´i 
, so 
−0.1 = x (0) = c1 and 0 = x0(0) = 5 √7 
2 c2 − 15 
2 c1 ⇒ c2 = − 3 
10 √7 
. Thus 
x = e−15t/2 
h 
−0.1 cos 
³ 
´ 
− 3 
5 √7 
2 t 
10 √7 
sin 
³ 
5 √7 
2 t 
´i 
. For c = 20, 
we have equal roots r1 = r2 = −10, 
so the oscillation is critically damped and the solution is x = (c1 + c2t)e−10t. Then −0.1 = x(0) = c1 and 
0 = x0(0) = −10c1 + c2 ⇒ c2 = −1, so x = (−0.1 − t)e−10t. If c = 25 the auxiliary equation has roots 
r1 = −5, r2 = −20, so we have overdamping and the solution is x = c1e−5t + c2e−20t. Then 
−0.1 = x(0) = c1 + c2 and 0 = x0(0) = −5c1 − 20c2 ⇒ c1 = − 2 
and c2 = 1 
, 
15 30 15 e−5t + 1 
30 e−20t. If c = 30 we have roots 
so x = − 2 
r = −15 ± 5 √5, so themotion is overdamped and the 
solution is x = c1e(−15+5 √5 )t + c2e(−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 − 3 √5 
100 and c2 = −5+3√5 
100 , so 
x = 
³ 
−5 − 3 √5 
100 
´ 
e(−15+5 √5)t + 
³ 
−5+3√5 
100 
´ 
e(−15 − 5 √5)t. 
■ 9 
9. The differential equation is mx00 + kx = F0 cos ω0t and ω06= ω = 
p 
k/m. Here the auxiliary equation is 
mr2 + k = 0 with roots ± 
p 
k/mi = ±ωi so xc(t) = c1 cos ωt + c2 sin ωt. Since ω06= ω, try 
xp(t) = Acos ω0t + B sin ω0t. Then we need 
(m) 
¡ 
−ω20 ¢ 
¡ 
k −mω20 
(Acos ω0t + B sin ω0t) + k(Acos ω0t + B sin ω0t) = F0 cos ω0t or A 
¢ 
= F0 and 
B 
¡ 
k − mω20 
¢ 
= 0. Hence B = 0 and A = 
F0 
k − mω20 
= 
F0 
m(ω2 − ω20 
) 
since ω2 = 
k 
m 
. Thus the motion of the 
mass is given by x(t) = c1 cos ωt + c2 sin ωt + 
F0 
m(ω2 − ω20 
) 
cos ω0t.
10 ■ APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 
11. From Equation 6, x(t) = f(t) + g(t) where f(t) = c1 cos ωt + c2 sin ωt and g(t) = 
F0 
m(ω2 − ω20 
) 
cos ω0t. Then 
f is periodic, with period 2π 
ω , and if ω6= ω0, g is periodic with period 2π 
ω0 
. If ω 
ω0 
is a rational number, then we can 
say ω 
ω0 
= a 
b ⇒ a = bω 
ω0 
where a and b are non-zero integers. Then 
¡ 
t + a · 2π 
x 
ω 
¢ 
= f 
¡ 
t + a · 2π 
ω 
¢ 
+ g 
¡ 
t + a · 2π 
ω 
¢ 
= f(t) + g 
³ 
t + bω 
ω0 · 2π 
ω 
´ 
= f(t) + g 
³ 
t + b · 2π 
ω0 
´ 
= 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) = e−10t(c1 cos 20t + c2 sin 20t) and try Qp (t) = A ⇒ 500A = 12 or A = 3 
125 . 
The general solution is Q(t) = e−10t(c1 cos 20t + c2 sin 20t) + 3 
125. But 0 = Q(0) = c1 + 3 
125 and 
Q0(t) = I(t) = e−10t[(−10c1 + 20c2) cos 20t + (−10c2 − 20c1) sin20t] but 0 = Q0(0) = −10c1 + 20c2. Thus 
¡ ¢ 
the charge is Q(t) = − 1 
e−10t(6 cos 20t + 3sin20t) + 3 
and the current is I(t) = e−10t3 
sin 20t. 
250 125 5 
15. As in Exercise 13, Qc(t) = e−10t(c1 cos 20t + c2 sin 20t) but E(t) = 12sin10t so try 
Qp(t) = Acos 10t + B sin 10t. Substituting into the differential equation gives 
(−100A +200B + 500A) cos10t + (−100B − 200A+ 500B) sin10t = 12sin10t ⇒ 400A +200B = 0 
and 400B − 200A = 12. Thus A = − 3 
, B = 3 
and the general solution is 
250 125 Q(t) = e−10t(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 + e−10t[(−10c1 + 20c2) cos 20t + (−10c2 − 20c1) sin20t] and 
0 = Q0(0) = 6 
25 − 10c1 + 20c2 so c2 = − 3 
500 . Hence the charge is given by 
Q(t) = e−10t£ 3 
250 cos 20t − 3 
500 sin 20t 
¤ 
− 3 
250 cos 10t + 3 
125 sin 10t. 
³ c1 
A 
17. x(t) = Acos(ωt + δ) ⇔ x(t) = A[cos ωt cos δ − sin ωt sin δ] ⇔ x(t) = A 
cos ωt + 
c2 
A 
sin ωt 
´ 
22 
where cos 21 
δ = c1/A and sin δ = −c2/A ⇔ x(t) = c1 cos ωt + c2 sin ωt. (Note that cos2 δ + sin2 δ = 1 ⇒ 
c+ c= A2.)

More Related Content

What's hot

first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its applicationKrishna Peshivadiya
 
Applications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeApplications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeDheirya Joshi
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equationsAhmed Haider
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1 Pokarn Narkhede
 
Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applicationsPratik Gadhiya
 
application of differential equation and multiple integral
application of differential equation and multiple integralapplication of differential equation and multiple integral
application of differential equation and multiple integraldivya gupta
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - NotesDr. Nirav Vyas
 
Fourier series and fourier integral
Fourier series and fourier integralFourier series and fourier integral
Fourier series and fourier integralashuuhsaqwe
 
1st order differential equations
1st order differential equations1st order differential equations
1st order differential equationsNisarg Amin
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJAPPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJZuhair Bin Jawaid
 
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...jani parth
 
Differential Equation by MHM
Differential Equation by MHMDifferential Equation by MHM
Differential Equation by MHMMd Mosharof Hosen
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsKum Visal
 

What's hot (20)

first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its application
 
Applications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeApplications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First Degree
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1
 
Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applications
 
application of differential equation and multiple integral
application of differential equation and multiple integralapplication of differential equation and multiple integral
application of differential equation and multiple integral
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - Notes
 
Fourier series and fourier integral
Fourier series and fourier integralFourier series and fourier integral
Fourier series and fourier integral
 
1 d wave equation
1 d wave equation1 d wave equation
1 d wave equation
 
1st order differential equations
1st order differential equations1st order differential equations
1st order differential equations
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJAPPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
APPLICATIONS OF DIFFERENTIAL EQUATIONS-ZBJ
 
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
 
Separation of variables
Separation of variablesSeparation of variables
Separation of variables
 
Differential Equation
Differential EquationDifferential Equation
Differential Equation
 
Introduction to differential equation
Introduction to differential equationIntroduction to differential equation
Introduction to differential equation
 
Differential Equation by MHM
Differential Equation by MHMDifferential Equation by MHM
Differential Equation by MHM
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 

Similar to applications of second order differential equations

Similar to applications of second order differential equations (20)

Get bebas redaman_2014
Get bebas redaman_2014Get bebas redaman_2014
Get bebas redaman_2014
 
Lecture slides Ist & 2nd Order Circuits[282].pdf
Lecture slides Ist & 2nd Order Circuits[282].pdfLecture slides Ist & 2nd Order Circuits[282].pdf
Lecture slides Ist & 2nd Order Circuits[282].pdf
 
transient-analysis.pdf
transient-analysis.pdftransient-analysis.pdf
transient-analysis.pdf
 
Charge Discreteness in Extended Quantum Circuits
 Charge Discreteness in Extended Quantum Circuits  Charge Discreteness in Extended Quantum Circuits
Charge Discreteness in Extended Quantum Circuits
 
Ch21 ssm
Ch21 ssmCh21 ssm
Ch21 ssm
 
Sism ejr
Sism ejrSism ejr
Sism ejr
 
Atoms and nuclei
Atoms and nucleiAtoms and nuclei
Atoms and nuclei
 
Lecture 12
Lecture 12Lecture 12
Lecture 12
 
Helium gas with Lennard-Jones potential in MC&MD
Helium gas with Lennard-Jones potential in MC&MDHelium gas with Lennard-Jones potential in MC&MD
Helium gas with Lennard-Jones potential in MC&MD
 
Solution a ph o 1
Solution a ph o 1Solution a ph o 1
Solution a ph o 1
 
Basic potential step and sweep methods
Basic potential step and sweep methodsBasic potential step and sweep methods
Basic potential step and sweep methods
 
Mit2 092 f09_lec20
Mit2 092 f09_lec20Mit2 092 f09_lec20
Mit2 092 f09_lec20
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Stability with analysis and psa and load flow.ppt
Stability with analysis and psa and load flow.pptStability with analysis and psa and load flow.ppt
Stability with analysis and psa and load flow.ppt
 
ep ppt of it .pptx
ep ppt of it .pptxep ppt of it .pptx
ep ppt of it .pptx
 
Ch03 9
Ch03 9Ch03 9
Ch03 9
 
Maxwell Equations (2)
Maxwell Equations (2)Maxwell Equations (2)
Maxwell Equations (2)
 
Dinamica estructural 170614215831
Dinamica estructural 170614215831Dinamica estructural 170614215831
Dinamica estructural 170614215831
 
wave_equation
wave_equationwave_equation
wave_equation
 
optics chapter_07_solution_manual
optics chapter_07_solution_manualoptics chapter_07_solution_manual
optics chapter_07_solution_manual
 

More from ly infinitryx

Doa hari peperiksaan ii
Doa hari peperiksaan iiDoa hari peperiksaan ii
Doa hari peperiksaan iily infinitryx
 
Doa hari peperiksaan i
Doa hari peperiksaan iDoa hari peperiksaan i
Doa hari peperiksaan ily infinitryx
 
Doa hari peperiksaan iv
Doa hari peperiksaan  ivDoa hari peperiksaan  iv
Doa hari peperiksaan ivly infinitryx
 
Doa hari peperiksaan iii
Doa hari peperiksaan  iiiDoa hari peperiksaan  iii
Doa hari peperiksaan iiily infinitryx
 
Doa hari bakat tadika az zahrah 2004
Doa hari bakat tadika az zahrah 2004Doa hari bakat tadika az zahrah 2004
Doa hari bakat tadika az zahrah 2004ly infinitryx
 
Doa gotong royong perdana kg sg udang 2005
Doa gotong royong perdana kg sg udang 2005Doa gotong royong perdana kg sg udang 2005
Doa gotong royong perdana kg sg udang 2005ly infinitryx
 
Doa gotong royong perdana jps 2005
Doa gotong royong perdana jps 2005Doa gotong royong perdana jps 2005
Doa gotong royong perdana jps 2005ly infinitryx
 
Doa ceramah kesihatan
Doa ceramah kesihatanDoa ceramah kesihatan
Doa ceramah kesihatanly infinitryx
 
Doa bulan kemerdekaan
Doa bulan kemerdekaanDoa bulan kemerdekaan
Doa bulan kemerdekaanly infinitryx
 
Doa bersama pelanggan
Doa bersama pelangganDoa bersama pelanggan
Doa bersama pelangganly infinitryx
 
Doa audit sirim petang
Doa audit sirim petangDoa audit sirim petang
Doa audit sirim petangly infinitryx
 
Doa anugerah perkhidmatan cemerlang
Doa anugerah perkhidmatan cemerlangDoa anugerah perkhidmatan cemerlang
Doa anugerah perkhidmatan cemerlangly infinitryx
 
Doa khatam al qur'an
Doa khatam al qur'anDoa khatam al qur'an
Doa khatam al qur'anly infinitryx
 
Doa solat sunat dhuha
Doa solat sunat dhuhaDoa solat sunat dhuha
Doa solat sunat dhuhaly infinitryx
 

More from ly infinitryx (20)

Doa hari peperiksaan ii
Doa hari peperiksaan iiDoa hari peperiksaan ii
Doa hari peperiksaan ii
 
Doa hari peperiksaan i
Doa hari peperiksaan iDoa hari peperiksaan i
Doa hari peperiksaan i
 
Doa hari peperiksaan iv
Doa hari peperiksaan  ivDoa hari peperiksaan  iv
Doa hari peperiksaan iv
 
Doa hari peperiksaan iii
Doa hari peperiksaan  iiiDoa hari peperiksaan  iii
Doa hari peperiksaan iii
 
Doa hari keluarga
Doa hari keluargaDoa hari keluarga
Doa hari keluarga
 
Doa hari guru 2002
Doa hari guru 2002Doa hari guru 2002
Doa hari guru 2002
 
Doa hari bakat tadika az zahrah 2004
Doa hari bakat tadika az zahrah 2004Doa hari bakat tadika az zahrah 2004
Doa hari bakat tadika az zahrah 2004
 
Doa gotong royong perdana kg sg udang 2005
Doa gotong royong perdana kg sg udang 2005Doa gotong royong perdana kg sg udang 2005
Doa gotong royong perdana kg sg udang 2005
 
Doa gotong royong perdana jps 2005
Doa gotong royong perdana jps 2005Doa gotong royong perdana jps 2005
Doa gotong royong perdana jps 2005
 
Doa ceramah kesihatan
Doa ceramah kesihatanDoa ceramah kesihatan
Doa ceramah kesihatan
 
Doa bulan kemerdekaan
Doa bulan kemerdekaanDoa bulan kemerdekaan
Doa bulan kemerdekaan
 
Doa bersama pelanggan
Doa bersama pelangganDoa bersama pelanggan
Doa bersama pelanggan
 
Doa awal pagi
Doa awal pagiDoa awal pagi
Doa awal pagi
 
Doa audit sirim petang
Doa audit sirim petangDoa audit sirim petang
Doa audit sirim petang
 
Doa audit sirim
Doa audit sirimDoa audit sirim
Doa audit sirim
 
Doa anugerah perkhidmatan cemerlang
Doa anugerah perkhidmatan cemerlangDoa anugerah perkhidmatan cemerlang
Doa anugerah perkhidmatan cemerlang
 
Tasbih kaffarah
Tasbih kaffarahTasbih kaffarah
Tasbih kaffarah
 
Doa khatam al qur'an
Doa khatam al qur'anDoa khatam al qur'an
Doa khatam al qur'an
 
Doa solat terawih
Doa solat terawihDoa solat terawih
Doa solat terawih
 
Doa solat sunat dhuha
Doa solat sunat dhuhaDoa solat sunat dhuha
Doa solat sunat dhuha
 

Recently uploaded

The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...Sayali Powar
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTechSoup
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...Denish Jangid
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringDenish Jangid
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticspragatimahajan3
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17Celine George
 
Morse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptxMorse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptxjmorse8
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxricssacare
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxCapitolTechU
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxbennyroshan06
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxEduSkills OECD
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxakshayaramakrishnan21
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdfDanh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdfQucHHunhnh
 

Recently uploaded (20)

The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdfTelling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
Telling Your Story_ Simple Steps to Build Your Nonprofit's Brand Webinar.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17
 
Morse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptxMorse OER Some Benefits and Challenges.pptx
Morse OER Some Benefits and Challenges.pptx
 
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
Mattingly "AI & Prompt Design: Limitations and Solutions with LLMs"
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
 
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptxslides CapTechTalks Webinar May 2024 Alexander Perry.pptx
slides CapTechTalks Webinar May 2024 Alexander Perry.pptx
 
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
Operations Management - Book1.p  - Dr. Abdulfatah A. SalemOperations Management - Book1.p  - Dr. Abdulfatah A. Salem
Operations Management - Book1.p - Dr. Abdulfatah A. Salem
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdfDanh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
 

applications of second order differential equations

  • 1. 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 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 Hooke’s 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 : restoring force kx where k is a positive constant (called the spring constant). If we ignore any external resist-ing forces (due to air resistance or friction) then, by Newton’s Second Law (force equals mass times acceleration), we have d 2x dt 2 m or kx 0 This is a second-order linear differential equation. Its auxiliary equation is with roots , where . Thus, the general solution is skm r i which can also be written as skm xt c1 cos t c2 sin t where (frequency) (amplitude) is the phase angle sin A sc1 2 c2 2 (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 m. A force of N is required to maintain it stretched to a length of 0.7 m. If the spring is stretched to a length of m and then released with initial velocity 0, find the position of the mass at any time . SOLUTION From Hooke’s Law, the force required to stretch the spring is k0.2 25.6 0.7 t k 25.60.2 128 k m 2 so . Using this value of the spring constant , together with in Equation 1, we have 2 d 2x dt 2 128x 0 As in the earlier general discussion, the solution of this equation is 2 xt c1 cos 8t c2 sin 8t 0.5 25.6 c2 A cos c1 A xt A cost mr2 k 0 m d 2x dt 2 1 kx m 1 FIGURE 1 FIGURE 2 0 x m equilibrium position x m 0 x m x equilibrium position
  • 2. APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS We are given the initial condition that . But, from Equation 2, Therefore, . Differentiating Equation 2, we get x t 8c1 sin 8t 8c2 cos 8t x 0 0 c2 0 Since the initial velocity is given as , we have and so the solution is 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 where is a positive constant, called the damping constant. Thus, in this case, Newton’s Second Law gives or m d 2x dt 2 restoring force damping force kx c Equation 3 is a second-order linear differential equation and its auxiliary equation is mr2 cr k 0 . The roots are We need to discuss three cases. CASE I ■ (overdamping) In this case and are distinct real roots and x c1er1t c2er2t c2 4mk 0 Since c , m , and k are all positive, we have sc2 4mk c , so the roots r1 and r2 given by Equations 4 must both be negative. This shows that as . Typical graphs of x as a function of t are shown in Figure 4. Notice that oscillations do not occur. (It’s pos-sible for the mass to pass through the equilibrium position once, but only once.) This is c2 4mk because means that there is a strong damping force (high-viscosity oil or grease) compared with a weak spring or small mass. CASE II ■ (critical damping) This case corresponds to equal roots r1 r2 c 2m c2 4mk 0 x l 0 t l r1 r2 r2 c sc2 4mk 2m r1 c sc2 4mk 2m 4 m d 2x dt 2 c dx dt 3 kx 0 dx dt c damping force c dx dt xt 1 5 cos 8t c1 0.2 x0 0.2 x0 c1. 2 ■ m FIGURE 3 x 0 t x 0 t FIGURE 4 Overdamping
  • 3. ■ 3 and the solution is given by 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 ■ (underdamping) Here the roots are complex: where The solution is given by ec2mt c 0 r1 r2 c 2m i s4mk c2 2m x ec2mtc1 cos t c2 sin t We see that there are oscillations that are damped by the factor . Since and 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 . Find the position of the mass at any time if it starts from the equili-brium c 40 t position and is given a push to start it with an initial velocity of 0.6 ms. SOLUTION From Example 1 the mass is and the spring constant is , so the differential equation (3) becomes or m 2 k 128 d 2x dt 2 40 dx dt d 2x dt 2 20 128x 0 dx dt 64x 0 2 The auxiliary equation is with roots and , so the motion is overdamped and the solution is xt c1e4t c2e16t x0 0 c1 c2 0 We are given that , so . Differentiating, we get so x t 4c1e4t 16c2e16t x 0 4c1 16c2 0.6 c2 c1 12c1 0.6 c1 0.05 Since ,this gives or . Therefore x 0.05e4t e16t 16 r 2 20r 64 r 4r 16 0 4 c2 4mk 0 x c1 c2tec2mt x x=Ae– (c/2m)t 0 t x=_Ae– FIGURE 5 Underdamping (c/2m)t ■ ■ Figure 6 shows the graph of the position function for the overdamped motion in Example 2. 0.03 0 FIGURE 6 1.5 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS
  • 4. 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 . Then Newton’s Second Law gives Ft d 2x dt 2 restoring force damping force external force kx c dx dt Ft m Thus, instead of the homogeneous equation (3), the motion of the spring is now governed by the following nonhomogeneous differential equation: 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 where 0 skm Ft F0 cos 0t In this case, and in the absence of a damping force ( ), you are asked in Exercise 9 to use the method of undetermined coefficients to show that cos 0t 6 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). xt c1 cos t c2 sin t F0 m2 0 2 c 0 m d 2x dt 2 c dx dt 5 kx Ft Electric Circuits 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 how to solve second-order linear equations, we are in a position to analyze the circuit shown in Figure 7. It contains an electromotive force (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 t Q Qt Q at time is , then the current is the rate of change of with respect to : . It is known from physics that the voltage drops across the resistor, induc-tor, and capacitor are Q C respectively. Kirchhoff’s voltage law says that the sum of these voltage drops is equal to the supplied voltage: L dI dt RI Q C Et L dI dt RI t I dQdt E FIGURE 7 C E R L switch
  • 5. ■ 5 I dQdt Since , this equation becomes APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 7 L Q Et d 2Q dt 2 R dQ dt 1 C which is a second-order linear differential equation with constant coefficients. If the charge and the current are known at time 0, then we have the initial conditions Q0 Q0 Q0 I0 I0 Q0 I0 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 t I dQdt with respect to and remembering that : L d 2I dt 2 R dI dt 1 C I Et EXAMPLE 3 Find the charge and current at time in the circuit of Figure 7 if , t R 40 L 1 C 16 104 Et 100 cos 10t H, F, , and the initial charge and current are both 0. SOLUTION With the given values of , , , and , Equation 7 becomes L R C Et d 2Q dt 2 40 dQ dt 8 625Q 100 cos 10t r 2 40r 625 0 The auxiliary equation is with roots r 40 s900 2 20 15i so the solution of the complementary equation is Qct e20tc1 cos 15t c2 sin 15t For the method of undetermined coefficients we try the particular solution Then Qpt A cos 10t B sin 10t Qpt 10A sin 10t 10B cos 10t Qpt 100A cos 10t 100B sin 10t Substituting into Equation 8, we have or 100A cos 10t 100B sin 10t 4010A sin 10t 10B cos 10t 625A cos 10t B sin 10t 100 cos 10t 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. 6 ■ A 84 B 64 697 697 The solution of this system is and , so a particular solution is and the general solution is Qpt 1 697 84 cos 10t 64 sin 10t e20tc1 cos 15t c2 sin 15t 4 697 Qt Qct Qpt 21 cos 10t 16 sin 10t Q0 0 Imposing the initial condition , we get Q0 c1 84 0 c1 84 697 697 To impose the other initial condition we first differentiate to find the current: e20t20c1 15c2 cos 15t 15c1 20c2 sin 15t 40 697 21 sin 10t 16 cos 10t I dQ dt 2091 I0 20c1 15c2 640 697 0 Thus, the formula for the charge is Qt 4 e20t 697 3 c2 464 63 cos 15t 116 sin 15t 21 cos 10t 16 sin 10t and the expression for the current is NOTE 1 ■ In Example 3 the solution for consists of two parts. Since as t l cos 15t sin 15t and both and are bounded functions, Qct as t l 4 2091 e20t63 cos 15t 116 sin 15t l 0 So, for large values of , Qt Qpt 4 and, for this reason, is called the steady state solution. Figure 8 shows how the graph of the steady state solution compares with the graph of in this case. NOTE 2 ■ Comparing Equations 5 and 7, we see that mathematically they are identical. This suggests the analogies given in the following chart between physical situations that, at first glance, are very different. dxdt I dQdt 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. Q Qpt 697 21 cos 10t 16 sin 10t t Qt e20t l 0 It 1 2091 e20t1920 cos 15t 13,060 sin 15t 12021 sin 10t 16 cos 10t 0.2 Q p Q 0 1.2 _0.2 FIGURE 8 5 m kx Ft L d 2x dt 2 c d2Q dt 2 R dx dt dQ dt 1 C 7 Q Et Spring system Electric circuit x displacement Q charge velocity current m mass L inductance c damping constant R resistance k spring constant 1C elastance Ft external force Et electromotive force APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS
  • 7. ■ 7 Exercises 1. A spring with a 3-kg mass is held stretched m beyond its natural length by a force of 20 N. If the spring begins at its equilibrium position but a push gives it an initial velocity of ms, find the position of the mass after seconds. 1.2 t 2. A spring with a 4-kg mass has natural length 1 m and is main-tained stretched to a length of m by a force of N. If the 1.3 24.3 spring is compressed to a length of m and then released with zero velocity, find the position of the mass at any time t. 3. A spring with a mass of 2 kg has damping constant 14, and a force of 6 N is required to keep the spring stretched m beyond its natural length. The spring is stretched 1 m beyond its natural length and then released with zero velocity. Find the position of the mass at any time t. 4. A spring with a mass of 3 kg has damping constant 30 and spring constant 123. (a) Find the position of the mass at time if it starts at the equilibrium position with a velocity of 2 ms. ; (b) Graph the position function of the mass. 5. For the spring in Exercise 3, find the mass that would produce critical damping. 6. For the spring in Exercise 4, find the damping constant that would produce critical damping. ; 7. A spring has a mass of 1 kg and its spring constant is . The spring is released at a point 0.1 m above its equilibrium position. Graph the position function for the following values of the damping constant c: 10, 15, 20, 25, 30. What type of damping occurs in each case? ; 8. A spring has a mass of 1 kg and its damping constant is The spring starts from its equilibrium position with a c 10. velocity of 1 ms. Graph the position function for the following values of the spring constant k: 10, 20, 25, 30, 40. What type of damping occurs in each case? 9. Suppose a spring has mass and spring constant and let skm m k . Suppose that the damping constant is so small that the damping force is negligible. If an external force is applied, where , use the method of undetermined coefficients to show that the motion of the mass is described by Equation 6. 10. As in Exercise 9, consider a spring with mass , spring con-stant skm c 0 k , and damping constant , and let . Ft F0 cos t If an external force is applied (the applied frequency equals the natural frequency), use the method of undetermined coefficients to show that the motion of the mass is given by . xt c1 cos t c2 sin t F0 2mt sin t 0 0 11. Show that if , but is a rational number, then the motion described by Equation 6 is periodic. m 0 Ft F0 cos 0t k 100 t 0.5 0.8 0.6 12. Consider a spring subject to a frictional or damping force. (a) In the critically damped case, the motion is given by x c1ert c2tert x . Show that the graph of crosses the -axis whenever and have opposite signs. (b) In the overdamped case, the motion is given by x c1er1 t c2er2 t r1 r2 , where . Determine a condition on the relative magnitudes of and under which the graph of x crosses the t -axis at a positive value of t . 13. A series circuit consists of a resistor with , an induc-tor R 20 L 1 C 0.002 with H, a capacitor with F, and a 12-V battery. If the initial charge and current are both 0, find the charge and current at time t. 14. A series circuit contains a resistor with , an inductor L 2 C 0.005 with H, a capacitor with F, and a 12-V bat-tery. Q 0.001 The initial charge is C and the initial current is 0. (a) Find the charge and current at time t. ; (b) Graph the charge and current functions. 15. The battery in Exercise 13 is replaced by a generator producing Et 12 sin 10t a voltage of . Find the charge at time t. 16. The battery in Exercise 14 is replaced by a generator producing Et 12 sin 10t a voltage of . (a) Find the charge at time t. ; (b) Graph the charge function. 17. Verify that the solution to Equation 1 can be written in the form . 18. The figure shows a pendulum with length L and the angle from the vertical to the pendulum. It can be shown that , as a function of time, satisfies the nonlinear differential equation where t is the acceleration due to gravity. For small values of we can use the linear approximation and then the differential equation becomes linear. (a) Find the equation of motion of a pendulum with length 1 m sin if is initially 0.2 rad and the initial angular velocity is . (b) What is the maximum angle from the vertical? (c) What is the period of the pendulum (that is, the time to complete one back-and-forth swing)? (d) When will the pendulum first be vertical? (e) What is the angular velocity when the pendulum is vertical? ¨ L ddt 1 rads d2 dt 2 t L sin 0 xt A cost R 24 c1 c2 t c1 c2 A Click here for answers. S Click here for solutions. APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS
  • 8. 8 ■ APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS Answers x 12 kg 1 5 e6t 6 S Click here for solutions. 1. 3. 5. 7. c=10 c=15 0 1.4 c=25 Qt e10t2506 cos 20t 3 sin 20t 3 13. , It 3 5 e10t sin 20t Qt e10t[ 3 15. 3 250 cos 20t 3 500 sin 20t] 250 cos 10t 3 125 sin 10t 125 c=30 c=20 0.02 _0.11 49 x 0.36 sin10t3 5 et
  • 9. Solutions: Applications of Second-Order Differential Equations 1. By Hooke’s Law k(0.6) = 20 so k = 100 APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 3 is the spring constant and the differential equation is 3x00 + 100 3 x = 0. ¡ 10 The general solution is x(t) = c1 cos 3 t ¢ + c2 sin ¡ 10 3 t ¢ . But 0 = x(0) = c1 and 1.2 = x0(0) = 10 3 c2, 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) = c1e−6t + c2e−t. But 1 = x(0) = c1 + c2 and 0 = x0(0) = −6c1 − c2. Thus the position is given by x(t) = −1 e−6t + 6 e−t. 5 5 5. For critical damping we need c2 − 4mk = 0 or m = c2/(4k) = 142/(4 · 12) = 49 12 kg. 7. We are given m = 1, k = 100, x(0) = −0.1 and x0(0) = 0. From (3), the differential equation is d2x dt2 + c dx dt + 100x = 0 with auxiliary equation r2 + cr + 100 = 0. If c = 10, we have two complex roots r = −5 ± 5 √3i, so the motion is underdamped and the solution is x = e−5t£ 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 = − 1 10 √3 , so x = e−5t h −0.1 cos ¡ 5 √3 t ¢ − 1 10√3 sin ¢i . If c = 15, ¡ 5 √3 t we again have underdamping since the auxiliary 2 ± 5 √7 equation has roots r = −15 2 i. The general solution is x = e−15t/2 ³ h c1 cos 5 √7 2 t ´ + c2 sin ³ 5 √7 2 t ´i , so −0.1 = x (0) = c1 and 0 = x0(0) = 5 √7 2 c2 − 15 2 c1 ⇒ c2 = − 3 10 √7 . Thus x = e−15t/2 h −0.1 cos ³ ´ − 3 5 √7 2 t 10 √7 sin ³ 5 √7 2 t ´i . For c = 20, we have equal roots r1 = r2 = −10, so the oscillation is critically damped and the solution is x = (c1 + c2t)e−10t. Then −0.1 = x(0) = c1 and 0 = x0(0) = −10c1 + c2 ⇒ c2 = −1, so x = (−0.1 − t)e−10t. If c = 25 the auxiliary equation has roots r1 = −5, r2 = −20, so we have overdamping and the solution is x = c1e−5t + c2e−20t. Then −0.1 = x(0) = c1 + c2 and 0 = x0(0) = −5c1 − 20c2 ⇒ c1 = − 2 and c2 = 1 , 15 30 15 e−5t + 1 30 e−20t. If c = 30 we have roots so x = − 2 r = −15 ± 5 √5, so themotion is overdamped and the solution is x = c1e(−15+5 √5 )t + c2e(−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 − 3 √5 100 and c2 = −5+3√5 100 , so x = ³ −5 − 3 √5 100 ´ e(−15+5 √5)t + ³ −5+3√5 100 ´ e(−15 − 5 √5)t. ■ 9 9. The differential equation is mx00 + kx = F0 cos ω0t and ω06= ω = p k/m. Here the auxiliary equation is mr2 + k = 0 with roots ± p k/mi = ±ωi so xc(t) = c1 cos ωt + c2 sin ωt. Since ω06= ω, try xp(t) = Acos ω0t + B sin ω0t. Then we need (m) ¡ −ω20 ¢ ¡ k −mω20 (Acos ω0t + B sin ω0t) + k(Acos ω0t + B sin ω0t) = F0 cos ω0t or A ¢ = F0 and B ¡ k − mω20 ¢ = 0. Hence B = 0 and A = F0 k − mω20 = F0 m(ω2 − ω20 ) since ω2 = k m . Thus the motion of the mass is given by x(t) = c1 cos ωt + c2 sin ωt + F0 m(ω2 − ω20 ) cos ω0t.
  • 10. 10 ■ APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS 11. From Equation 6, x(t) = f(t) + g(t) where f(t) = c1 cos ωt + c2 sin ωt and g(t) = F0 m(ω2 − ω20 ) cos ω0t. Then f is periodic, with period 2π ω , and if ω6= ω0, g is periodic with period 2π ω0 . If ω ω0 is a rational number, then we can say ω ω0 = a b ⇒ a = bω ω0 where a and b are non-zero integers. Then ¡ t + a · 2π x ω ¢ = f ¡ t + a · 2π ω ¢ + g ¡ t + a · 2π ω ¢ = f(t) + g ³ t + bω ω0 · 2π ω ´ = f(t) + g ³ t + b · 2π ω0 ´ = 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) = e−10t(c1 cos 20t + c2 sin 20t) and try Qp (t) = A ⇒ 500A = 12 or A = 3 125 . The general solution is Q(t) = e−10t(c1 cos 20t + c2 sin 20t) + 3 125. But 0 = Q(0) = c1 + 3 125 and Q0(t) = I(t) = e−10t[(−10c1 + 20c2) cos 20t + (−10c2 − 20c1) sin20t] but 0 = Q0(0) = −10c1 + 20c2. Thus ¡ ¢ the charge is Q(t) = − 1 e−10t(6 cos 20t + 3sin20t) + 3 and the current is I(t) = e−10t3 sin 20t. 250 125 5 15. As in Exercise 13, Qc(t) = e−10t(c1 cos 20t + c2 sin 20t) but E(t) = 12sin10t so try Qp(t) = Acos 10t + B sin 10t. Substituting into the differential equation gives (−100A +200B + 500A) cos10t + (−100B − 200A+ 500B) sin10t = 12sin10t ⇒ 400A +200B = 0 and 400B − 200A = 12. Thus A = − 3 , B = 3 and the general solution is 250 125 Q(t) = e−10t(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 + e−10t[(−10c1 + 20c2) cos 20t + (−10c2 − 20c1) sin20t] and 0 = Q0(0) = 6 25 − 10c1 + 20c2 so c2 = − 3 500 . Hence the charge is given by Q(t) = e−10t£ 3 250 cos 20t − 3 500 sin 20t ¤ − 3 250 cos 10t + 3 125 sin 10t. ³ c1 A 17. x(t) = Acos(ωt + δ) ⇔ x(t) = A[cos ωt cos δ − sin ωt sin δ] ⇔ x(t) = A cos ωt + c2 A sin ωt ´ 22 where cos 21 δ = c1/A and sin δ = −c2/A ⇔ x(t) = c1 cos ωt + c2 sin ωt. (Note that cos2 δ + sin2 δ = 1 ⇒ c+ c= A2.)