Key Ideas
1What is a Differential Equation?. An equation involving a function and one or more of its derivatives, such as dy/dx = 3y.
2Order of a Differential Equation. Determined by the highest derivative appearing in the equation; dy/dx=3y is first-order, while equations with y'' are second-order.
3Separable Differential Equations. Equations that can be rearranged so all y-terms are on one side and all x-terms on the other, then integrated separately.
4Exponential Growth/Decay Model. The equation dy/dt = k*y has the solution y = y0*e^(kt), where y0 is the initial value and k is the growth (or decay, if negative) rate.
5Initial Conditions. A specific starting value (like y(0)=5) needed to pin down one exact solution from the general family of solutions to a differential equation.