r/askmath • u/i-dunno-who-i-am • 1d ago
Functions Why the Lambert W function is more famous than the inverse of x^x?
The inverse of xe^x is the Lambert W function, whereas the inverse of x^x is called ssrt(x) in wiki I think. They can also be expressed in terms of each other.
I am wondering why the Lambert W function is more popular than the inverse of x^x, when tetration is the 4th hyperoperations(+,x, exponentiation, then tetration). Since we also study the inverses of addition, multiplication, exponentiation, but why not the inverse of tetration?
14
u/dancingbanana123 Graduate Student | Math History and Fractal Geometry 1d ago
Realistically, I think most people have just been introduced to Lambert W functions through wolfram alpha. I've never had a class talk about them. It's just one of those neat things you pick up on your own I guess. I've never really seen any application of either of them other than just to emphasize how gross exponential equations can be to solve.
8
u/pruvisto Postdoc 1d ago
I ran into it once in the context of worst-case behaviour of height-balanced trees. With a height difference bound of d, the minimum number of elements in a tree of height h is roughly B_d * C_d ^ h, and the growth of the constants with varying d is C_d ~ 1 + W(d)/d and B_d → d / (W(d) * (1 + W(d))).
Yeah I know, this is pretty niche stuff.
3
4
u/patenteng 1d ago
The Lambert W function can be used to solve the voltage of a diode in series with a resistor. The current through the diode is an exponential function with respect to the voltage across the diode. So you get something like v + e^v = E, where E is the supplied voltage.
2
u/dancingbanana123 Graduate Student | Math History and Fractal Geometry 1d ago
Yeah I guess I mean outside the context of applied math, since approximation methods become incredibly useful there (not to say applied math doesn't count ofc)
2
u/haydencoffing 1d ago
I think W is more common than the super square root due to two things: one is the preference of many mathematicians to have exponents in base e. Two is the W function is not just one function, but a family of functions as there are infinitely many functions of the same property.
51
u/DenPanserbjorn 1d ago
xe^x seems more applicable especially with solutions of common ODE’s.
Also we can rewrite ssrt in terms of W: x^x = e^(xlnx) = e^(lnx * e^lnx)
So ssrt(x) = e^W(ln(y))
Also, tetration isn’t really an operation most people learn because it really doesn’t have many practical applications.