What is the derivative of a constant?
d/dx (n) = 0
What is the derivative of x?
d/dx (x) = 1
What is the derivative of x^n?
d/dx (x^n) = n*x^(n-1)
What is the derivative of e^x?
d/dx (e^x) = e^x
What is the derivative of ln(x)?
d/dx (ln(x)) = 1/x
What is the derivative of sin(x)?
d/dx (sin(x)) = cos(x)
What is the derivative of cos(x)?
d/dx (cos(x)) = -sin(x)
What is the derivative of tan(x)?
d/dx (tan(x)) = sec^2(x)
What is the derivative of cot(x)?
d/dx (cot(x)) = -csc^2(x)
What is the derivative of sec(x)?
d/dx (sec(x)) = sec(x)tan(x)
What is the derivative of csc(x)?
d/dx (csc(x)) = -csc(x)cot(x)
What is the derivative of arcsin(x)?
d/dx (arcsin(x)) = 1/sqrt(1-x^2)
What is the derivative of arccos(x)?
d/dx (arccos(x)) = -1/sqrt(1-x^2)
What is the derivative of arctan(x)?
d/dx (arctan(x)) = 1/(1+x^2)
What is the derivative of arccot(x)?
d/dx (arccot(x)) = -1/(1+x^2)
What is the derivative of arcsec(x)?
d/dx (arcsec(x)) = 1/(|x|*sqrt(x^2-1))
What is the derivative of arccsc(x)?
d/dx (arccsc(x)) = -1/(|x|*sqrt(x^2-1))
What is the integral of dx?
∫ dx = x + C
What is the integral of 1?
∫ 1 dx = x + C
What is the integral of x^n?
∫ x^n dx = (x^(n+1))/(n+1) + C
What is the integral of e^x?
∫ e^x dx = e^x + C
What is the integral of ln(x)?
∫ ln(x) dx = x*ln(x) - x + C
What is the integral of cos(x)?
∫ cos(x) dx = sin(x) + C
What is the integral of sin(x)?
∫ sin(x) dx = -cos(x) + C