Computational Methods for Nonlinear Systems

Physics 7682 - Fall 2014


Instructor: Chris Myers

Mondays & Fridays 1:30-3:30, Rockefeller B3 (directions)

http://www.physics.cornell.edu/~myers/teaching/ComputationalMethods/

Walker Exercises

Background

Bones and floors are hard. Joints are quite flexible until they hit rigid limits. In studying human locomotion, one often makes the approximation that the motion of ones limbs is energy conserving except for abrupt impacts (foot hits the ground, knee joint goes straight) at which point energy is dissipated but momentum and angular momentum are conserved. Most of these models tend to be simple to describe, but rather complex to write down or program. Here we implement a remarkably simple model of walking, which exhibits period doubling and chaos. We will learn

Procedure

Reading

You will be investigating a model of locomotion described in an article by Ruina et al.. Download this paper and read through it briefly. You will find that the concepts will be clearer if you have already completed the double pendulum module.

Download at read the pdf description of the activity, Walker Exercise. The description can in part be confusing -- do not hesitate to ask for assistance.

Setup

  1. Create a new directory
  2. Download the following files:
  3. Open the ".py" files in a text editor. Start a ipython session.

Activities

Follow the directions is Walker Exercise. Make changes to the relevant hints files and use ipython's "%run" command to import them. When the directions are unclear, ask for help.