Separation of Variables Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
Solve Newton's cooling: dT/dt=โˆ’0.1(Tโˆ’20)dT/dt = -0.1(T-20), T(0)=80T(0)=80.

Solution

  1. 1
    Let u=Tโˆ’20u = T-20: du/dt=โˆ’0.1udu/dt = -0.1u. Solution: u=Aeโˆ’0.1tu = Ae^{-0.1t}.
  2. 2
    u(0)=60โ‡’A=60u(0) = 60 \Rightarrow A=60. T=20+60eโˆ’0.1tT = 20+60e^{-0.1t}.

Answer

T(t)=20+60eโˆ’0.1tT(t) = 20 + 60e^{-0.1t}
Substituting u=Tโˆ’Tsu = T-T_s reduces Newton's cooling to exponential decay.

About Separation of Variables

A method for solving first-order DEs of the form dydx=f(x)โ‹…g(y)\frac{dy}{dx} = f(x) \cdot g(y): rearrange to dyg(y)=f(x)โ€‰dx\frac{dy}{g(y)} = f(x)\,dx, then integrate both sides.

Learn more about Separation of Variables โ†’

More Separation of Variables Examples