Newton's Law of Cooling describes how an object's temperature changes over time as it reaches thermal equilibrium with its surroundings. The formula T(t) = T_env + (T_initial − T_env) × e−kt predicts temperature at any time t. Enter the initial and ambient temperatures, cooling constant k, and elapsed time to compute the result.

Cooling Calculator

Mode

Formula Reference

T(t) = T_env + (T₀ − T_env) × e−kt
Half-cooling time = ln(2) / k ≈ 0.693 / k
k = −ln((T₂ − T_env) / (T₁ − T_env)) / (t₂ − t₁)