Skip to content
Oakfield Operator Calculus Function Reference Site

Fractional Powers

Fractional powers generalize exponentiation to non-integer exponents, producing intermediate growth or decay behaviors between linear and root or quadratic forms.

For x>0x>0, a standard real-valued definition is

xα=exp(αlogx)x^\alpha = \exp(\alpha \log x)

For arbitrary real α\alpha, the real-valued definition requires x>0x>0 (or x0x\ge 0 with conventions at 00). Extensions to signed values require signed-power conventions or complex outputs.


ddxxα=αxα1,x>0\frac{d}{dx}x^\alpha = \alpha x^{\alpha-1}, \qquad x>0
(ab)α=aαbα,a>0, b>0(ab)^\alpha = a^\alpha b^\alpha, \qquad a>0,\ b>0

For signed data, a frequently used real-valued convention is

xxαsgn(x)x \mapsto |x|^\alpha\,\operatorname{sgn}(x)

  • α=1\alpha=1 recovers the identity.
  • α=12\alpha=\tfrac12 is the square root.
  • α=1\alpha=-1 yields the reciprocal 1/x1/x on x>0x>0.
  • For fixed x>0x>0, limα0xα=1\lim_{\alpha\to 0} x^\alpha = 1.

Fractional powers are a subset of the general power function. Logarithm and exponential define xαx^\alpha via xα=exp(αlogx)x^\alpha=\exp(\alpha\log x). Absolute value is used to build signed-power conventions that stay real-valued.


Oakfield uses fractional powers mainly as parameters in fractional operators and spectral laws:

  • Fractional Laplacian damping uses a configurable exponent alpha in linear_dissipative to apply kα|k|^\alpha-style spectral rates.
  • Fractional-time kernels use fractional exponents in subordination and colored-noise paths (e.g. stretched-exponential weights and decay exponents).
  • Some nonlinearities (e.g. power profiles) can be configured with non-integer exponents where smoothness and near-zero behavior matter.

Fractional exponents generalize roots and powers and become analytically natural through the log–exp identity, which also introduces branch structure in the complex plane.

They are widely used as smooth, tunable shaping functions and as intermediate-scale penalties bridging linear and quadratic behavior.


  • NIST Digital Library of Mathematical Functions (DLMF), §4
  • Rudin, Real and Complex Analysis