How do you find the inverse of f(x)=exx?

1 Answer
Nov 30, 2015

Using the Lambert W function, we find that f1(x)=W(1x)

Explanation:

A typical way of finding the inverse of a function f(x) is to set y=f(x) and then solve for x. The result will be x=f1(y)

(This method should make sense intuitively, as plugging in f(x) for y gives you the definition of the inverse function).

Trying that here, however, will lead to some frustration, as no basic function will be enough to solve for x. Instead, what is needed is a function called the Lambert W function. The Lambert W function works like so:
W(xex)=x

With this special function as a tool, we can now find the inverse.

Set y=f(x)=exx

xy=ex

xex=1y

xex=1y

(x)ex=1y

W((x)ex)=W(1y)

x=W(1y)

x=W(1y)

Thus we have f1(y)=W(1y)

So our inverse function is

f1(x)=W(1x)