Inequation + Lambert-W function

70 Views Asked by At

I don't know how to put : $9x\cdot 10^x-8\cdot 10^x > 10^7$ in the form : $b\cdot e^b > a$ so that i can use the Lambert-W function to solve this inequality Any ideas ?

1

There are 1 best solutions below

2
On

$$(9x-8)10^x>10^7$$

Shift by $8/9$

$$9y\,10^y10^{8/9}>10^7$$

Scale by $\ln10$,

$$\frac{9z}{\log10}e^z10^{8/9}>10^7$$

Divide

$$ze^z>\frac{\log10}{9}10^{7-8/9}$$