Purchase Solution

Runge-Kutta, Lorenz Attractor, Butterfly Effect

Not what you're looking for?

Ask Custom Question

In 1963 Edward Lorenz derived a simple set of equations describing convection in the atmosphere:
(see attached file for equations).

Even though these equations are simple and deterministic, long-term behavior of solutions for some particular values of parameters (e.g. omega = 10, ro = 28, beta = 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.

(see attached file for full description)

Attachments
Purchase this Solution

Solution Summary

In a Matlab script, we demonstrate the application of the Runge-Kutta numerical method for a Lorenz attractor, the Butterfly Effect caused by a small change of initial conditions, and the dependence of the Butterfly Effect on the step of the integration.

Solution Preview

An example of calculating the difference for different Delta t and comparing the results in plots is shown in ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.