Differentiation Formulas
Function f(x) Derivative f'(x)
c 0
x^n n * x^(n-1)
sin(x) cos(x)
cos(x) -sin(x)
tan(x) sec^2(x)
cot(x) -csc^2(x)
sec(x) sec(x) * tan(x)
csc(x) -csc(x) * cot(x)
e^x e^x
ln(x) 1/x
a^x a^x * ln(a)
log_a(x) 1 / (x * ln(a))
sqrt(x) 1 / (2 * sqrt(x))
Integration Formulas
Function f(x) Integral f(x) dx + C
c c*x
x^n x^(n+1)/(n+1)
1/x ln|x|
e^x e^x
a^x a^x / ln(a)
sin(x) -cos(x)
cos(x) sin(x)
sec^2(x) tan(x)
csc^2(x) -cot(x)
sec(x)tan(x) sec(x)
csc(x)cot(x) -csc(x)
1/ (1 - x^2) sin ¹(x)
1/(1 + x^2) tan ¹(x)