Q5.3-22E
Question
Oscillations and Nonlinear Equations. For the initial value problem using the vectorized Runge–Kutta algorithm with h = 0.02 to illustrate that as t increases from 0 to 20, the solution x exhibits damped oscillations when , whereas exhibits expanding oscillations when .
Step-by-Step Solution
Verified Answer
The result can get by the Runge-Kutta method.
1Transform the equation
Here, the equation
The system can be written as:
The transform equation is:
The initial conditions are,
2Apply the Runge-Kutta method
Apply Matlab to find the results. And some results are;
T | For | For |
0 | 1 | 2.1 |
0.02 | 0.9998 | 2.09957 |
0.04 | 0.9992 | 2.0983 |
0.06 | 0.9982 | 2.096 |
0.1 | 0.9950 | 2.0893 |
1 | 0.5441 | 1.0600 |
2 | -0.36227 | -0.9737 |
Applying the same procedure gets the result.
This is the required result.
Other exercises in this chapter
Q5.3-18E
Combat Model. A simplified mathematical model for conventional versus guerrilla combat is given by the system x'1=-(0.1)x1x2; x1(0)=10;
View solution Q5.3-20E
In Project C of Chapter 4, it was shown that the simple pendulum equation θ''(t)+sinθ(t)=0 has periodic solutions when the initial displacement a
View solution Q5.3-23E
Nonlinear Spring. The Duffing equation y''+y+ry3=0 where r is a constant is a model for the vibrations of amass attached to a nonlinear spri
View solution Q5.3-24E
Pendulum with Varying Length. A pendulum is formed by a mass m attached to the end of a wire that is attached to the ceiling. Assume that the length l(t)of the
View solution