Inverse a simple equation

27 Views Asked by At

Consider equation $y = x\cdot 2^x$

Can you write $x$ based on $y$ ?
Is it possible ?

Thanks

1

There are 1 best solutions below

0
On

The solution requires the Lambert W function:

$$ x = \dfrac{W(y \ln(2))}{\ln(2)} $$