Ordinary Differential Equations - ODEs

<= Back to the Cheatsheet

IMPORTANT You will need to have a WolframAlpha Pro account to use Wolfram effectively.

Wolfram has it’s own documentation.

Solving a System

Solving ODEs with initial conditions is trivial. You can type /your equation/, /initial condidion 1/, /initial condition 2/ and Wolfram will give you a general solution.

Damping

You can use exactly the same method as above to solve damped systems. Instead of a simple equation, 6x'' + 2x = 0, add a damping goefficient: 6x'' + 3x'+ 2x = 0, like this.

Examples