By the end of this week you should be able to:
identify characteristic scales in a physical problem;
nondimensionalise a first-order ODE by introducing dimensionless variables;
interpret the resulting dimensionless parameters;
explain why nondimensional solutions are universal (solution collapse).
When we write down a model, the variables and parameters carry units. For instance, in Newton’s cooling law \[\ddt{T} = -k(T - T_{\infty}),\] the temperature \(T\) is in kelvin, \(t\) in seconds, \(k\) in \(\mathrm{s}^{-1}\), and \(T_\infty\) is a reference temperature.
A characteristic scale is a representative value of a quantity that captures the natural “size” of that quantity in the problem. Common choices:
For temperature excess: \(T_0 - T_\infty\), the initial excess above ambient.
For time: \(1/k\), the natural relaxation time.
For length: the size of the domain or a physical feature.
The idea is to make variables dimensionless by dividing by their characteristic scale. This removes units and reduces the number of parameters.
Identify all dimensional variables and parameters.
Choose a characteristic scale for each variable.
Define dimensionless variables by dividing by those scales.
Rewrite the equation in terms of the dimensionless variables.
Read off the dimensionless parameters that appear.
Consider again \[\ddt{T} = -k(T - T_\infty), \qquad T(0) = T_0.\]
Step 1. Dimensional variables: \(T\) (temperature, K), \(t\) (time, s). Parameters: \(k\ [\mathrm{s}^{-1}]\), \(T_\infty\ [\mathrm{K}]\), \(T_0\ [\mathrm{K}]\).
Step 2. Characteristic scales: temperature scale \(\Delta T = T_0 - T_\infty\), time scale \(\tau = 1/k\).
Step 3. Define \[\theta = \frac{T - T_\infty}{T_0 - T_\infty}, \qquad s = k\,t.\] Both \(\theta\) and \(s\) are dimensionless.
Step 4. Rewrite the ODE. Note \(T = T_\infty + (T_0 - T_\infty)\theta\) and \(t = s/k\), so \[\frac{\dd T}{\dd t} = (T_0 - T_\infty)\,\frac{\dd\theta}{\dd s}\cdot k.\] Substituting: \[(T_0 - T_\infty)\,k\,\frac{\dd\theta}{\dd s} = -k\,(T_0 - T_\infty)\,\theta.\]
Step 5. Divide through: \[\boxed{\frac{\dd\theta}{\dd s} = -\theta, \qquad \theta(0) = 1.}\]
This is a universal equation — it contains no parameters at all. Its solution is simply \[\theta(s) = e^{-s}.\]
By choosing the right scales, we have removed all parameters. Every Newton’s cooling problem — regardless of \(k\), \(T_0\), \(T_\infty\) — maps to the same dimensionless solution \(\theta = e^{-s}\). This is solution collapse.
To visualise collapse: suppose you solve the dimensional problem for three different values of \(k\) (say 0.1, 0.5, and 2.0 s\(^{-1}\)) and plot \(T(t)\) vs \(t\). You get three distinct curves.
Now plot \(\theta(s) = (T - T_\infty)/(T_0 - T_\infty)\) vs \(s = kt\) for all three. All three curves coincide exactly on \(e^{-s}\). This is the power of nondimensionalisation.
The logistic equation is \[\ddt{N} = r\,N\!\left(1 - \frac{N}{K}\right), \qquad N(0) = N_0.\] Let \(u = N/K\) (dimensionless population) and \(s = rt\) (dimensionless time). Show that \[\frac{\dd u}{\dd s} = u(1-u), \qquad u(0) = N_0/K.\] The original three parameters \((r, K, N_0)\) reduce to just one: \(N_0/K\).
When nondimensionalising a more complicated equation, not all parameters always cancel. What remains are dimensionless groups — combinations of the original parameters that have no units.
These groups carry physical meaning. For instance:
The Reynolds number \(Re = \rho U L / \mu\) in fluid mechanics compares inertial to viscous forces.
The Damköhler number \(Da\) in chemistry compares reaction to diffusion timescales.
A single dimensionless group governs the qualitative behaviour of the solution. Next week we will see a systematic method — the Buckingham \(\Pi\) theorem — for finding these groups from the dimensional parameters alone.
The equation for a damped pendulum is \[m L^2\,\ddot\theta + b L^2\,\dot\theta + mg L\,\sin\theta = 0.\]
Identify all dimensional quantities and their dimensions.
Choose characteristic scales for angle and time.
Show that nondimensionalisation leads to \[\ddot u + \gamma\,\dot u + \sin u = 0,\] where \(\gamma = b/\sqrt{mgL/L^2}\) (or similar, depending on your choice of time scale) is the only dimensionless parameter. State clearly what \(\gamma\) measures physically.
A chemical concentration \(C\) evolves as \[\frac{\dd C}{\dd t} = -\frac{C}{\tau_r} + S,\] where \(\tau_r\) is a reaction timescale and \(S\) is a constant source.
Nondimensionalise using \(C^* = C/(S\tau_r)\) and \(s = t/\tau_r\).
What is the steady state of the nondimensional equation?
What does this tell you about the original dimensional steady state?