How do you take the derivative of #sec^-1 (3x^2)#?
1 Answer
Explanation:
For your function
#sec(y) = 3x^2#
Use implicit differentiation and the fact that
#color(blue)(d/dx(secx) = secx * tanx)#
to write
#d/(dy)(secy) * (dy)/dx = d/dx(3x^2)#
#secy * tany * (dy)/dx = 6x#
Isolate
#(dy)/dx = (6x)/(secy * tany)#
Now,
For the second interval,
The
#secx * tanx = sqrt( (secx * tanx)^2)#
Take this back to your derivative calculation
#(dy)/dx = (6x)/sqrt( (secy * tany)^2) = (6x)/(sqrt(sec^2y * tan^2y))#
Another important thing to remember is that
#color(blue)(sec^2x = 1 + tan^2x#
which means that you have
#(dy)/dx = (6x)/sqrt(sec^2y * (sec^2y - 1))#
#(dy)/dx = (6x)/(|sec^2y| * sqrt(sec^2y-1))#
Since
#(dy)/dx = (6x)/(underbrace(3x^2)_(color(red)("always positive")) * sqrt((3x^2)^2 - 1))#
Finally, the derivative of
#(dy)/dx = color(green)(2/(x * sqrt(9x^4-1)))#