Deriv Flashcards
What is the derivative of sin(x)?
cos(x)
What is the derivative of cos(x)?
-sin(x)
What is the derivative of tan(x)?
sec^2(x)
What is the derivative of cot(x)?
-csc^2(x)
What is the derivative of sec(x)?
sec(x)tan(x)
What is the derivative of csc(x)?
-csc(x)cot(x)
What is the derivative of arcsin(x)?
1 / sqrt(1 - x^2)
What is the derivative of arccos(x)?
-1 / sqrt(1 - x^2)
What is the derivative of arctan(x)?
1 / (1 + x^2)
What is the derivative of arccot(x)?
-1 / (1 + x^2)
What is the derivative of arcsec(x)?
1 / |x| * sqrt(x^2 - 1)
What is the derivative of arccsc(x)?
-1 / |x| * sqrt(x^2 - 1)
What is the derivative of sin(ax) where a is a constant?
a*cos(ax)
What is the derivative of cos(ax) where a is a constant?
-a*sin(ax)
What is the derivative of tan(ax) where a is a constant?
a*sec^2(ax)