Implicit derivative of $x^y$

60 Views Asked by At

So I have a problem that I can't solve for a couple hours now. Can anyone help me understand how to do an implicit derivative of $x^y$.

Thank you very much

2

There are 2 best solutions below

3
On BEST ANSWER

If you want $\frac d{dx}x^y$, you write it using an exponential and use the chain rule $$\begin {align}\frac d{dx}x^y&=\frac d{dx}e^{y \ln x}\\&=e^{y \ln x}\frac d{dx}(y \ln x)\\&=e^{y \ln x}\left(\frac {dy}{dx}\ln x+\frac yx\right)\\&=x^y\left(\frac {dy}{dx}\ln x+\frac yx\right)\end {align}$$

3
On

Let $f(x)=x^{y(x)}.$ We wish to find $f'(x).$ We employ the usual trick of logarithmic differentiation: \begin{align*} \ln(f(x))&=y(x)\ln(x) \\ \frac{f'(x)}{f(x)}&=y'(x)\ln(x)+\frac{y(x)}{x} \\ f'(x)&=x^{y(x)}\left(y'(x)\ln(x)+\frac{y(x)}{x}\right). \end{align*}