Tuesday, January 5, 2016

`y = ln|sec(x) + tan(x)|` Find the derivative of the function.

`y=ln|secx+tanx|`


To take the derivative of this function, use the formula:


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


Applying this formula, y' will be:


`y' = 1/(secx+tanx) * (secx+tanx)'`


To get the derivative of the inner function, use the formulas:


`(sec theta)'= sec theta tan theta`


`(tan theta)' =sec^2 theta`


So y' will become:


`y' = 1/(secx +tanx) * (secxtanx+sec^2x)`


Simplifying it, the derivative will be:


`y'=(secxtanx+sec^2x)/(secx+tanx)`


`y'=(secx(tanx+secx))/(secx + tanx)`


`y'=(secx(secx+tanx))/(secx+tanx)`


`y'=secx`


Therefore, the derivative of the given function is `y' =secx` .

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