Re: Chain rule
foxy_yellow wrote:Ok, so I looked up the chain rule. It says if r(x)=(mnp)(x)=m(n(p(x)) then r'(x)=m'(n(p(x))*n'(p(x)*p'(x).
Does this translate to: ln(lnx^2)^5 = ln(ln x^2)^5 * ln x^2 = 5ln(ln x^2)*2ln x = 5/2 ln x * 2/x = 10/x lnx ? or is it 10/x + lnx?
Or is it completely out of the ballpark?
Thanks!
You stated it correctly, but then applied it incorrectly. It refers to chaining derivatives, not logarithms:
Since the derivative of ln(x) is 1/x,
ln((ln x^2)^5) = {1/[(ln x^2)^5]} * 5 ln(x^2)^4 * [1/(x^2)] * 2x
Now just simplify the terms.