Find the derivative of y with respect to the given independent variable

3.4k Views Asked by At

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?

4

There are 4 best solutions below

2
On BEST ANSWER

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}

0
On

HINT to solve:

\begin{equation} y=3^{-x} => e^{\ln(3^{-x})} => e^{(-x)\ln(3)} \end{equation}

0
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.

0
On

use this standard result$$\frac{d a^x}{dx}= a^xln(a)$$ and apply chain rule