Symbolic solutions

The basic command in Mathematica for solving a differential equation symbolically is DSolve. This works for single differential equations to find a general solution, initial value problems, and systems of differential equations. The one thing you must be careful to do when working with differential equations in Mathematica is to explicitly specify each function and its independent variable.  So, in order to enter the differential equation:  [Graphics:../Images/index_gr_2.gif], you would have to enter it as: [Graphics:../Images/index_gr_3.gif] (notice that I also converted it into "Mathematica-speak" at the same time; you must you == instead of =, square brackets, and capitalize all built-in functions).

General solutions
*Useful hint: If you are getting complex solutions (which you presumably don't want), read this section.
Initial value problems
Unknown parameters


Converted by Mathematica      July 20, 2003