Here’s a simple function that’s not so often found in mathematical physics, but it’s still a nice showpiece for exhibiting some interesting behavior:


I’ve only plotted it for positive real x, because for x less than zero it starts spitting out complex numbers in a very unfriendly way. We’re only considering it along the domain in which it’s purely a real function. Just from the graph it’s clear that this is a very fast-growing function. This isn’t exactly a shock. 3^3 = 3x3x3 = 27, while 5^5 = 5x5x5x5x5 = 3125. Larger x produces much larger f(x) at an astonishing rate.
But just what exactly is this rate? To find out, we’d want to find the derivative of this function and take a look at its behavior for large x. But the usual algorithms for differentiation aren’t really any help here, this function isn’t a simple exponent or power and so the exponent and power rules can’t do anything for us. We either have to be especially clever, or as I prefer we can learn from clever people before us and use their methods. The trick to this one is to find the logarithm of our function and then differentiate that. Just for the moment, switch notations for convenience and rename f(x) to y. The derivative of our function y will be denoted as y’:

Now take the natural logarithm of both sides, and remember the rules for exponents:

Now since there’s no screwball power towers lurking about, we can take the derivative. Remember that the derivative of ln(y) with respect to x is is 1/y, multiplied by the derivative of y with respect to x, which earlier we decided to just call y’. The product rule gives us the derivative of the right side:

Multiply both sides by y to get the derivative by itself:

And remember that y is just x^x:

Bam, we’re done. The derivative of x^x is just itself times a slowly logarithmically growing function. Its rate of growth thus increases even faster than the function itself. This makes it clear that this Sunday Function grows faster than the famously quick exponential function, which after all only grows exactly in proportion to itself. In fact, x^x grows even faster than the factorial, which is usually the canonical “faster than exponential” example.
Though in mathematics there’s nothing wrong with such a property at all, the laws of nature are generally structured in such a way that usually doesn’t produce functions like x^x. Even when super-exponential functions do appear in nature, they’re usually in the denominator of some statistical-mechanics function that tends rapidly to zero with increasing x. But rarity is no excuse to gloss over crazy function like this. It’s just when you think you’ll never have a use for a particular kind of math that you end up needing it.