01 Key Concepts
What is a Differential Equation?
An equation involving a function and one or more of its derivatives, such as dy/dx = 3y.
Order 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.
Separable 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.
Exponential 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.
Initial 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.
02 Key Formulas
- dy/dt = k*y has solution y = y0 * e^(kt)
03 Solved Examples
- This matches the exponential growth form dy/dt=k*y with k=3.
- Apply the solution formula: y = y0*e^(kt) = 10*e^(3t).
- Apply the formula: y = 100*e^(-0.5t).
- At t=2: y = 100*e^(-1).
- Identify the highest derivative present.
- d^2y/dx^2 is a second derivative.
04 Practice Questions
๐ Differential Equations โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.