A curve has implicit equation $x2^y=\ln y$. Find an expression for $\frac{dy}{dx}$ in terms of $x$ and $y$.
I got
$$x 2^y \ln 2 \frac{dy}{dx}+2^y=\frac{1}{y}$$
$$\frac{dy}{dx}=\frac{\frac{1}{y}-2^y}{x \ln 2 \cdot 2^y}$$
which isn't the answer. Can someone show me how to do it?
I recommend reading about the implicit function theorem. Especially how it lets you calculate the derivatives of the implicit function using the original function. In this case $F(x,y)=x.2^y-\ln y$