Find the derivative of y with respect to the given independent variable:
$y = 3^{-x} \stackrel{D}{\longrightarrow} y' = 3^{-x} \cdot (-1) \cdot \ln 3 $
This is my teacher's solution. I don't understand what he did. Can someone explain to me?
Find the derivative of y with respect to the given independent variable:
$y = 3^{-x} \stackrel{D}{\longrightarrow} y' = 3^{-x} \cdot (-1) \cdot \ln 3 $
This is my teacher's solution. I don't understand what he did. Can someone explain to me?
On
Suppose that you have $$y=a^{f(x)}$$ Take logarithms of both sides $$\log(y)=f(x) \log(a)$$ Exponentiate $$y=e^{f(x) \log(a)}$$ Now, compute the derivative $$y'=f'(x)\log(a)e^{f(x) \log(a)}$$ Replace again $e^{f(x) \log(a)}$ by $a^{f(x)}$ and get $$y'=f'(x)\log(a) a^{f(x)}$$
I am sure that you can take from here.
Your teacher implicitly wrote the function $y$ as \begin{eqnarray} y &=& 3^{-x} \\ &=& e^{-x \ln 3} \end{eqnarray} From which the derivative is straightforward \begin{eqnarray} \frac{dy}{dx} &=& - \ln 3 . e^{-x \ln 3} \\ &=& (-1).3^{-x}.\ln 3 \end{eqnarray}