Q5.3-27E
Question
Generalized Blasius Equation. H. Blasius, in his study of the laminar flow of a fluid, encountered an equation of the form . Use the Runge–Kutta algorithm for systems with h = 0.1 to approximate the solution that satisfies the initial conditions . Sketch this solution on the interval [0, 2].
Step-by-Step Solution
Verified Answer
The result can get by the Runge-Kutta method, and the result is y(2)=1.6001.
1Transform the equation
Here the equation is .
The system can be written as:
The transform equation is:
The initial conditions are:
2Apply the Runge-Kutta method
For h=0.1
t | Y | T | Y |
0 | 0 | 1.1 | 0.599 |
0.1 | 0.00647 | 1.2 | 0.69515 |
0.2 | 0.0252 | 1.3 | 0.79515 |
0.3 | 0.0553 | 1.4 | 0.89926 |
0.4 | 0.0957 | 1.5 | 1.0072 |
0.5 | 0.1456 | 1.6 | 1.1189 |
0.6 | 0.20407 | 1.7 | 1.234 |
0.7 | 0.27032 | 1.8 | 1.3526 |
0.8 | 0.34363 | 1.9 | 1.4747 |
0.9 | 0.4233 | 2 | 1.6001 |
1 | 0.50882 |
|
|
3Graph
Therefore, the value of y(2)=1.6001.
Thus, this is the required result.
Other exercises in this chapter
Q5.3-21E
Fluid Ejection. In the design of a sewage treatment plant, the following equation arises: 60-H=(77.7)H''+(19.42)(H')2;H(0)=H'(0)=0 where H is the leve
View solution Q5.3-26E
Use the Runge–Kutta algorithm for systems with h = 0.1 to approximate the solution to the initial value problem.x'=yz;x(0)=0,y'=-xz;y(0)=1,z'=-xy2;z(
View solution Q3E
In Problems 3–6, find the critical point set for the given system.dxdt=x-y,dydt=x2+y2-1
View solution Q4E
In Problems 3–6, find the critical point set for the given system.dxdt=y-1dydt=x+y+5
View solution