Reference no: EM13927343
In 1963 Edward Lorenz derived a simple set of equations describing convection in the atmosphere:
dx/dt = σ(y-x),
dy/dt = x(Ρ-z)-y
dz/dt = xy - βz
Even though these equations are simple and deterministic, long-term behavior of solutions for some particular values of parameters (e.g. σ = 10, ρ = 28, β = 8/3) could be highly unpredictable. Small variations of initial conditions could result in drastic difference of the corresponding solutions of the system. The latter phenomenon is known as the butterfly effect: small perturbations of the atmosphere caused by the butterfly wings at one location on Earth can result (according to the model) in substantial changes in the atmosphere at another location.
Consider (1) and let the initial conditions and the interval of interest be as follows
x(0) = 0, y(0) =1, z(0) = 0, t ∈ [0,50].
Problem 1:
Please implement Euler integration scheme for (1) with integration step Δ = 0.0001.
Problem 2:
Please implement improved Euler integration scheme for (1) with Δ = 0.0001.
Problem 3:
Please implement Runge-Kutta integration scheme for (1) with Δ = 0.0001. Change x(0) = 0 to x(0) = 0.0001.
Observe the butterflieffect.
Problem 4:
Please quantify how different are these numerical solutions from each other (take Runge-Kutta scheme with x(0) = 0 as a reference and plot their differences). Investigate what happens with these differences when the value of Δ is made 5 times smaller/larger.
When searching for a peer reviewed article/ journal
: When searching for a peer reviewed article/ journal, how do you quickly determine this is a valid, academically recognized source of information? Are there any considerations to how long ago the information was published----why or why not?
|
Create the following variables to store error messages
: Edit the HTML code of the form to include placeholders which give the user prompts in the browser.
|
Computed chi square and the critical chi square
: Based on comparing the computed Chi square and the critical Chi square, which of the following is (are) true?
|
Evaluate wide area network (wan) technologies
: Create a table to compare Novell, Windows, Mac, UNIX, and Linux server operating systems. You should identify the most recent server operating system for each to consider. For Linux and UNIX which have multiple variants, you may choose one current..
|
Implement euler integration scheme
: Implement Euler integration scheme and implement Runge-Kutta integration scheme. The latter phenomenon is known as the butterfly effect.
|
One-tailed and two-tailed test
: 1. Explain Type I and Type II errors. Use an example if needed. 2. Explain a one-tailed and two-tailed test. Use an example if needed.
|
First step in software development
: What is the first step in software development? (a) Develop the logical solution (b) Understand the problem (c) Plan/design the logic (d) Translate into code
|
Describing the evolution of business
: Create a 10- to 15-slide Microsoft® PowerPoint® presentation describing the evolution of business.
|
Binomial and hypergeometric distributions
: Suppose a manager has 10 subordinates, 6 of whom are female, while the other 4 are male. The manager will randomly pick 3 of his subordinates to attend a conference in Hawaii.
|