Special Derivative Function

$\begingroup$

I have a function $f(x)$ which I would like to have the derivative with respect to $x$. How can I get the derivative of the following function with respect to $x$?

$$f(x) = \log(1-z^{e^{y^{T}x}})$$

$\endgroup$ 2

1 Answer

$\begingroup$

By the chain rule applied multiple times (assuming $z$ is a constant, and not a function of $x$): $$f^\prime(x)=\dfrac{1}{1-z^{e^{y^Tx}}}\left(-z^{e^{y^Tx}}\ln z\right)\left(e^{y^Tx}\times \dfrac{\mathrm d}{\mathrm{d}x}\left(y^Tx\right)\right)$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like