What is the derivative of this function arcsec(x^3)arcsec(x3)?

2 Answers
Nov 16, 2017

=(3x)/sqrt(x^2-1)=3xx21

Explanation:

For this you need to know what the derivative of arcsec(x) is.

You can derive it fairly easily:

y = arcsec(x)y=arcsec(x)
sec(y) = xsec(y)=x
d/dx sec(y) = d/dx xddxsec(y)=ddxx
sec(y)tan(y)dy/dx = 1sec(y)tan(y)dydx=1
dy/dx = 1/(sec(y)tan(y)dydx=1sec(y)tan(y)
dy/dx = 1/(sec(arcsec(x))tan(arcsec(x)))dydx=1sec(arcsec(x))tan(arcsec(x))
dy/dx = 1/(xsqrt(x^2-1))dydx=1xx21

In the last statement I simplified sec(arcsec(x))sec(arcsec(x)) to xx, which is obvious, but I also simplified tan(arcsec(x))tan(arcsec(x)) to sqrt(x^2-1)x21 which is slightly less obvious

If you draw a triangle such that sec(angle) = x, you can understand why it works:

enter image source here

you can see that arcsec(x) = thetaarcsec(x)=θ and tan(theta) = sqrt(x^2-1)tan(θ)=x21

therefore tan(arcsec(x)) = sqrt(x^2-1)

Now we know the derivative of arcsec(x) and just need to apply a little chainrule to get our answer:

d/dx arcsec(x^3) = 1/(xsqrt(x^2-1))*d/dx x^3 = (3x^cancel2)/(cancelxsqrt(x^2-1))
=(3x)/sqrt(x^2-1)

Nov 16, 2017

dy/dx = 3/(absxsqrt(x^6-1))

Explanation:

If y=arcsec(x^3) then secy =x^3, that is: cosy=1/x^3

Differentiate implicitly:

-sinydy/dx = -3/x^4

dy/dx = 3/(x^4siny)

Now, for 0 <= y <= pi :

siny = sqrt(1-cos^2y) = sqrt(1-1/x^6)

and:

dy/dx = 3/(x^4 sqrt(1-1/x^6)) = (3sqrt(x^6))/(x^4sqrt(x^6-1))= 3/(absxsqrt(x^6-1))