derivative of log-lambert function

61 Views Asked by At

How can I calculate the derivative of the following function w.r.t $x$

$$f(x)=\log_2(1+W(ax))$$

where $W$ is the lambert function.

1

There are 1 best solutions below

0
On BEST ANSWER

$$f(x)=\log_2(1+W(ax))=\frac{\log (1+W(a x))}{\log (2)}$$ $$f'(x)=\frac{1}{\log (2)}\, \frac{W'(ax)}{1+W(a x)}$$ Since $$W'(t)=\frac{W(t)}{t (1+W(t))}$$ then $f'(x)=\cdots \,\,???$