Advanced Differential Equations

Lecture 1

 

Stacks Image 6120

 

[ view ]

 
APPLICATION OF RUNGE-KUTTA TO LORENZ EQUATION: We demonstrate the application of the 4th-order accurate Runge-Kutta solver (ODE45) to the classic Lorenz system.

 

MATLAB COMMANDS

ODE45

 

Supplementary Videos

 

Stacks Image 3179
View
Function Handles in MATLAB
Code: file.m

 

Stacks Image 3593
View
Vector fields and phase-planes
Code: file.m

Lecture 2

 

Stacks Image 6164

 

[ view ]

 
VECTORIZED TIME-STEP INTEGRATORS: We show how ODE time-steppers can be used to study myriad of dynamical trajectories simultaneously in a vectorized form.

 

MATLAB COMMANDS

ODE45

 

Supplementary Videos

 

Stacks Image 3242
View
Indexing Equations
Code: file.m

 

Stacks Image 3434
View
Big Systems of ODEs
Code: file.m

Lecture 3

 

Stacks Image 6199

 

[ view ]

 
APPLICATION OF RUNGE-KUTTA TO CHAOTIC DYNAMICS AND THE DOUBLE PENDULUM: We finish by considering the physical application of a double pendulum and a numerical model for its motion, demonstrating the chaotic behavior induced in the motion.

 

MATLAB COMMANDS

ODE45

 

© 2015 kutz