Skip to content
Oakfield Operator Calculus Function Reference Site

q-Exponential

For q<1|q| < 1, the q-Pochhammer symbol is (a;q)n=k=0n1(1aqk)(a;q)_n = \prod_{k=0}^{n-1} (1 - a q^{k}) with (q;q)0=1(q;q)_0 = 1. The q-exponential is

eq(x)=n=0xn(q;q)n,(a;q)n=k=0n1(1aqk)e_q(x) = \sum_{n=0}^{\infty} \frac{x^n}{(q;q)_n}, \qquad (a;q)_n = \prod_{k=0}^{n-1} (1 - a q^{k})

For fixed q<1|q|<1, the series converges for x<1|x|<1 and defines an analytic function on the unit disk. The product form below provides a meromorphic continuation to C\mathbb{C}.


eq(0)=1e_q(0) = 1

With the q-derivative Dqf(x)=f(x)f(qx)(1q)xD_q f(x) = \frac{f(x) - f(qx)}{(1-q)x},

Dqeq ⁣((1q)ax)=aeq ⁣((1q)ax)D_q\, e_q\!\big((1-q)ax\big) = a\, e_q\!\big((1-q)ax\big)

For q<1|q|<1,

eq(x)=1(x;q),(x;q)=k=0(1xqk)e_q(x) = \frac{1}{(x;q)_\infty}, \qquad (x;q)_\infty = \prod_{k=0}^{\infty} (1-xq^k)

In particular, eq(x)e_q(x) is meromorphic in xx with poles at x=qkx=q^{-k} for integers k0k\ge 0.


  • Classical limit: as q1q \to 1^-, eq((1q)x)exe_q((1-q)x) \to e^{x}.
  • q=0q=0: e0(x)=11xe_0(x) = \frac{1}{1-x} (for x<1|x|<1).

As q1q\to 1, the q-exponential connects to the classical exponential and (via Euler’s formula) to the complex exponential. It is also linked to q-gamma and q-digamma through basic hypergeometric identities.


Oakfield does not currently expose a standalone “q-exponential” operator/function in the runtime API.

Related usage in the current codebase:

  • q-series implementations (q-number/q-zeta/q-digamma) rely on qxq^x and related exponentials internally (implemented via exp(x * log(q)) in stable forms).
  • q-hyperexponential warp profile (analytic_warp QHYPEREXP) uses q-deformed hyperexponential helpers that depend on geometric q-progressions.

Jackson introduced q-exponentials as core objects in q-calculus, serving as eigenfunctions of the q-derivative and as generating functions for q-series.

q-exponentials are standard primitives in basic hypergeometric function theory and q-deformed modeling.


  • Gasper & Rahman, Basic Hypergeometric Series
  • Andrews, Askey, Roy, Special Functions