Equation in homogeneous medium in one dimension¶
Heat equation governs heat diffusion, as well as other diffusive processes. It describes the evolution of heat transferred from hotter to colder environments in time and space.
Notes:
There is no straghtforward solution to this equation, and it depends on initial conditions as well.
Conditions:
There are no heat sources in the system, i.e. the heat distribution only depends on the initial conditions.
Thermal diffusivity \(\chi\) does not depend on position.
Links:
- temperature¶
Temperature as a function of position and time.
- Symbol:
T(x, t)
- position¶
Position, or spatial variable.
- Symbol:
x
- time¶
Time.
- Symbol:
t
- thermal_diffusivity¶
-
- Symbol:
chi
- Latex:
\(\chi\)
- law¶
Derivative(T(x, t), t) = chi * Derivative(T(x, t), (x, 2))
- Latex:
- \[\frac{\partial T}{\partial t} = \chi \frac{\partial^2 T}{\partial x^2}\]