Q5.3-16E
Question
In Problems 14–24, you will need a computer and a programmed version of the vectorized classical fourth-order Runge–Kutta algorithm. (At the instructor’s discretion, other algorithms may be used.)†
Using the vectorized Runge–Kutta algorithm for systems with , approximate the solution to the initial value problem at .
Compare this approximation to the actual solution.
Step-by-Step Solution
Verified Answer
The solution is and .
1Transform the equation
Write the equation as and
The transformation of the equation is:
The initial conditions are:
2Apply Runge –Kutta method
For the solution, apply the Runge-Kutta method in MATLAB, and the solution is and .
3Compare this approximation to the actual solution x ( t ) = e 5 t - e 3 t , y ( t ) = e 3 t - 3 e 5 t
By putting the value of
Therefore, the approximation solution is and .
Other exercises in this chapter
Q5.3-14E
In Problems 14–24, you will need a computer and a programmed version of the vectorized classical fourth-order Runge–Kutta algorithm. (At the instruc
View solution Q5.3-15E
In Problems 14–24, you will need a computer and a programmed version of the vectorized classical fourth-order Runge–Kutta algorithm. (At the instruc
View solution Q5.3-17E
In Problems 14–24, you will need a computer and a programmed version of the vectorized classical fourth-order Runge–Kutta algorithm. (At the instruc
View solution 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