Power laws

Consider a physical process which has inputs x_j, j=1,ldots,n, and a scalar output y. Inputs and output are physical, positive quantities, such as volume, height, or temperature. In many cases, we can (at least empirically) describe such physical processes by power laws, which are non-linear models of the form

 y = alpha x_1^{a_1} ldots x_n^{a_n},

where alpha>0, and the coefficients a_j, j=1,ldots,n are real numbers. For example, the relationship between area, volume and size of basic geometric objects; the Coulomb law in electrostatics; birth and survival rates of (say) bacteria as functions of concentrations of chemicals; heat flows and losses in pipes, as functions of the pipe geometry; analog circuit properties as functions of circuit parameters; etc.

The relationship x rightarrow y is not linear nor affine, but if we introduce the new variables tilde{y} := log y, tilde{x}_j := log x_j, j=1,ldots,n, then the above equation becomes an affine one:

 tilde{y} = log alpha + sum_{j=1}^n a_j log x_j = a^Ttilde{x} + b,

where b := log alpha.

See also: Fitting power laws to data.