Courses / Mathematics I
Integral Calculus

Introduction to Differential Equations

Mathematics I 240 words Free to read

The Language of Change

A differential equation relates an unknown function to its derivatives, describing how quantities evolve in the physical world. For example, dydx=2y\frac{dy}{dx} = 2y states that the rate of change of yy equals twice yy.

A solution is a function that satisfies the equation. The order of a differential equation is the order of the highest derivative appearing in it.

Differential equations typically have a family of solutions containing a constant of integration. An initial condition (like y(0)=3y(0) = 3) pins down one particular solution.

ConceptMeaningExample
General SolutionSolution with an unknown constant CCy=Cekxy = Ce^{kx}
Particular SolutionConstant resolved using an initial pointy=3ekxy = 3e^{kx}

Separable Equations

A first-order separable equation can be manipulated so that each variable is on its own side:

dydx=g(x)h(y)    dyh(y)=g(x)dx\frac{dy}{dx} = g(x)h(y) \;\Rightarrow\; \frac{dy}{h(y)} = g(x)\, dx

To solve, integrate both sides. For growth dydx=ky\frac{dy}{dx} = ky: separate to dyy=kdx\frac{dy}{y} = k\, dx, integrate to lny=kx+C\ln|y| = kx + C, and exponentiate to the exponential growth law y=y0ekxy = y_0 e^{kx}.

This method solves radioactive decay, Newton's law of cooling dTdt=k(TTenv)\frac{dT}{dt} = -k(T - T_{env}), and population models.

Common Pitfall: Forgetting the constant of integration when integrating both sides. Omitting +C+C treats the general solution as a single function and loses the infinite family of solutions.
Introduction to Differential Equations

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

10practice questions
2interactive scenes

Integral Calculus