Courses / Physics I
Calculus of a Single Variable

Differential models in one variable

Physics I 257 words Free to read

Differential Models & Separation

A differential equation (DE) relates an unknown function to its derivatives, describing how systems evolve in time or space.

Separable DEs are equations where algebraic manipulation isolates the variables onto opposite sides:

dydx=g(x)h(y)    1h(y)dy=g(x)dx\frac{dy}{dx} = g(x)h(y) \implies \int \frac{1}{h(y)} dy = \int g(x) dx

Follow this Step-by-step method to solve them:

StepAction
1. SeparateMove all yy terms to dydy side, xx to dxdx
2. IntegrateIntegrate both sides independently
3. SolveIsolate yy algebraically
4. ConditionApply initial state to find constant CC

Initial conditions supply a known state like y(t0)=y0y(t_0)=y_0 to fix the integration constant CC uniquely.

Classic Models & Pitfalls

Exponential growth / decay models systems where change is proportional to current size: dNdt=kN\frac{dN}{dt} = kN, yielding N(t)=N0ektN(t) = N_0 e^{kt}.

ParameterMeaningReal-World Application
k>0k > 0Growth ratePopulation, compound interest
k<0k < 0Decay rateRadioactive decay

Newton's law of cooling states rate of temperature change is proportional to the difference from the environment: dTdt=λ(TTenv)\frac{dT}{dt} = -\lambda(T - T_{\text{env}}). Its solution is T(t)=Tenv+(T0Tenv)eλtT(t) = T_{\text{env}} + (T_0 - T_{\text{env}})e^{-\lambda t}.

Common pitfall: Do not confuse rate phrasing. "Grows at a rate proportional to itself" means dNdt=kN\frac{dN}{dt} = kN (ekte^{kt}), whereas "grows at a constant rate" means a linear slope. Always check unit consistency for dimensional safety.

Calculus: Differential models in one variable

Practise this lesson

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

15practice questions
2interactive scenes

Calculus of a Single Variable