MATH 246H, Spring 2013: Differential Equations for Scientists and Engineers

animation
Phase portrait for Pendulum with damping
y'' + 0.2y' + sin(y) = 0
Note the two types of critical points: asymptotically stable spiral points at (0,0), (2π,0), (4π,0) etc.
unstable saddle points at (π,0), (3π,0); (5π,0) etc.

News

MATH 246 Resources

Syllabus

The syllabus contains information about time & place, instructor, textbooks, syllabus, grading policy, Matlab assignments, dates of exams, final exam. This was handed out in the first class.

Recommended Problems from the Textbook

How to Hand in Matlab Homework

Matlab Information

Note that Matlab was originally designed to do computations with numerical values (with about 16 digits accuracy), as well as vectors and matrices of numerical values.

The Symbolic Toolbox (included in the student version) adds commands for operations with symbolic expressions.

In this course we will need both numerical and symbolic commands. Some tasks (such as plotting a function) can be performed either with numerical or with symbolic commands, but in very different ways. This is somewhat confusing at first.