You might use Wolfram Alpha for checking your answers, for plotting functions, or for exploring a homework problem as you try to solve it (in this course and your other mathematics and engineering courses). You can also use the Iode software package, which is specifically adapted to courses in differential equations.
This page collects some input commands to Wolfram Alpha that are useful for our differential equations course. See the Wolfram Alpha website for lots more examples from Mathematics, Physics, Engineering, etc. See also the Wolfram Alpha Wiki.
solve y'=2y
solve y'=3y^2
solve y''+(3^2)y=0
Solving a differential equation with initial condition:
solve y'=2y, y(0)=3
plot 3e^(2x), x=-1 to x=1
plot sin(3 pi x) with x=-1 to x=1
plot x^2+y^2, x from -1 to 1 and y from -1 to 1
derivative of e^(sin(x))
differentiate e^(sin(x))
(e^sin(x))'
Antiderivatives (indefinite integrals):
integrate sin(3x)^2
integral of sin(3x)^2
Definite integrals:
integrate sin(3x)^2 , x from 0 to pi
solve x^2+3x-1=0
solve x^2+y^2=1 and y=2x
solve c1+c2=2 and 2c1+4c2=-6
solve {{1,1},{2,4}}.{{c1},{c2}} = {{2},{-6}}
sum 1/n^2 from n=1 to infinity
{{3,2,1},{-1,6,-2},{0,9,12}}
{{3,2,1},{-1,6,-2},{0,9,12}}^(-1)
{{3,2},{3,-6}}.{{4,2},{-1,7}}
{{1,1},{2,4}}^(-1).{{2},{-6}}
solve {{1,1},{2,4}}.{{c1},{c2}} = {{2},{-6}}
As you see from these examples, the syntax is rather flexible. Play around with the website and see what you get! Take advantage of the "extras" at the website too e.g. after integrating sin(3x)^2, Wolfram Alpha will offer to show you the steps.
Please email me with futher ideas!