====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2014:math445:lab7 [2014/12/01 14:24] gibson |
gibson:teaching:fall-2014:math445:lab7 [2014/12/02 09:19] (current) gibson |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Math 445 lab 7: differential equations ====== | + | ====== Math 445 lab 7: the pendulum (numerical integration of differential eqns) ====== |
**Problem 1:** In class we developed a linear system of differential equations of the form $dx/dt = f(x) = Ax$ for the plane pendulum, where | **Problem 1:** In class we developed a linear system of differential equations of the form $dx/dt = f(x) = Ax$ for the plane pendulum, where | ||
Line 67: | Line 67: | ||
Turn in your code, your plots, and answer the following questions | Turn in your code, your plots, and answer the following questions | ||
- | **(a)** Describe the differences that you see in the phase portraits of the linear and nonlinear pendulum. | + | **(a)** Describe the differences that you see in the phase portraits of the nonlinear pendulum compared to the linear pendulum. |
- | **(b)** For the undamped nonlinear pendulum, you should see trajectories with three distinctly different types of behavior. Give a physical interpretation of each of those three types of trajectories, in terms of the motion of the pendulum. | + | **(b)** For the undamped nonlinear pendulum, you should see trajectories with three distinctly different types of behavior. Give a physical interpretation of each of those three types of trajectories in terms of the motion of the pendulum. |
**%%(c)%%** You should also see three distinct type of trajectories for damped nonlinear pendulum. Give a physical interpretation of each of those types of trajectories. | **%%(c)%%** You should also see three distinct type of trajectories for damped nonlinear pendulum. Give a physical interpretation of each of those types of trajectories. | ||
- | **(d)** The damped nonlinear pendulum has quite a few more distinct groups of trajectories. Based on your physical interpretation, what would those be? Revise your nonlinear damped phase portrait to show these other trajectories. | + | **(d)** The damped nonlinear pendulum has quite a few more distinct groups of trajectories than the ones shown in shown in your phase portrait. Based on your physical interpretation, what would those be? Revise your nonlinear damped phase portrait to show some of these other trajectories. |