Friday, March 19, 2010

`y = ln(ln(x^2))` Find the derivative of the function.

`y=ln(ln(x^2))`


To take the derivative of this, use the formula:


`(lnu)'=1/u*u'`


Applying the formula, the derivative of the function will be:


`y'=1/(ln (x^2)) * (ln (x^2))'`


`y'=1/(ln(x^2)) * 1/ x^2 * (x^2)'`


To take the derivative of the innermost function, apply the formula  `(x^n)' = n*x^(n-1)` .


`y' = 1/(ln (x^2)) *1/x^2 * 2x`


`y'=2/(xln(x^2))`



Therefore, the derivative of the given function is `y' = 2/(xln(x^2))` .

No comments:

Post a Comment

find square roots of -1+2i

We have to find the square root of `-1+2i` i.e. `\sqrt{-1+2i}` We will find the square roots of the complex number of the form x+yi , where ...