Lesson 12 of 18Article17 min
Differential Equations: Models of Change
A differential equation relates a function to its derivatives. Solving means finding the function(s) that satisfy the relation — often with an initial condition selecting one solution.
01What a DE says
A differential equation relates a function to its derivatives. Solving means finding the function(s) that satisfy the relation — often with an initial condition selecting one solution.
02Worked separable example
dy/dx = 2xy with y(0)=3. Separate: dy/y = 2x dx (y≠0). ln|y| = x² + C. y = A e^(x²). y(0)=3 → A=3 → y=3e^(x²).