I am stuck in these problems.
- $\displaystyle \frac{d}{dx} (\log_2 x^8)$
- $\displaystyle \frac{d}{dx} (e^x \ln x)$
I think for the first problem the answer is $\dfrac{2}{x^7}$, whereas for the second problem the answer is $x$.
These two are pretty simple, so I just want to make sure I got the hang of it. Thanks =]
For the first one, notice that from the properties of logarithms, $\log_2{x^8} = \frac{\ln{x^8}}{\ln{2}} = \frac{8}{\ln{2}}\cdot\ln{x}$. Differentiating this should be easy.
For the second one, apply the product rule : Let $v = e^x$ and $u = \ln{x}$. Then $$\frac{d}{dx}(uv) = u\cdot\frac{dv}{dx} + v\cdot\frac{du}{dx}$$ which should be rather simple as well!