Derivative and Integration Formulas with Larger
Symbols
Derivative Formulas
1. Power Rule:
d n
x = nxn−1
dx
2. Sum Rule:
d d d
(f (x) + g(x)) = f (x) + g(x)
dx dx dx
3. Product Rule:
d
[f (x)g(x)] = f ′ (x)g(x) + f (x)g ′ (x)
dx
4. Quotient Rule:
f ′ (x)g(x) − f (x)g ′ (x)
d f (x)
=
dx g(x) g(x)2
5. Chain Rule:
d
[f (g(x))] = f ′ (g(x)) · g ′ (x)
dx
6. Derivative of Sine:
d
sin(x) = cos(x)
dx
7. Derivative of Cosine:
d
cos(x) = − sin(x)
dx
8. Derivative of Exponential Function:
d x
e = ex
dx
9. Derivative of Natural Logarithm:
d 1
ln(x) =
dx x
10. Derivative of Logarithmic Functions:
d 1
loga (x) =
dx x ln(a)
1
11. Derivative of tan(x):
d
tan(x) = sec2 (x)
dx
12. Derivative of sec(x):
d
sec(x) = sec(x) tan(x)
dx
13. Derivative of cot(x):
d
cot(x) = − csc2 (x)
dx
14. Derivative of csc(x):
d
csc(x) = − csc(x) cot(x)
dx
15. Implicit Differentiation:
dy − ∂F
∂x
= ∂F
dx ∂y
16. Higher-order Derivatives: First derivative:
f ′ (x)
Second derivative:
f ′′ (x)
Third derivative:
f (3) (x)
General nth derivative:
f (n) (x)
17. Derivative of a Composite Function:
d
f (g(x)) = f ′ (g(x)) · g ′ (x)
dx
Integration Formulas
1. Power Rule for Integration:
xn+1
Z
xn dx = + C, n ̸= −1
n+1
2. Sum Rule for Integration:
Z Z Z
(f (x) + g(x)) dx = f (x) dx + g(x) dx
2
3. Integration of Exponential Function:
Z
ex dx = ex + C
4. Integration of Natural Logarithm:
Z
ln(x) dx = x ln(x) − x + C
5. Integration of Sine:
Z
sin(x) dx = − cos(x) + C
6. Integration of Cosine:
Z
cos(x) dx = sin(x) + C
7. Integration of sec2 (x):
Z
sec2 (x) dx = tan(x) + C
8. Integration of csc2 (x):
Z
csc2 (x) dx = − cot(x) + C
9. Integration of sec(x) tan(x):
Z
sec(x) tan(x) dx = sec(x) + C
10. Integration of csc(x) cot(x):
Z
csc(x) cot(x) dx = − csc(x) + C
11. Substitution Rule:
Z
f (g(x))g ′ (x) dx = F (g(x)) + C
12. Integration by Parts:
Z Z
u dv = uv − v du
13. Integration of Rational Functions (Partial Fractions):
Z
P (x)
dx (where the degree of P (x) is less than the degree of Q(x))
Q(x)
3
Limit Formulas
1. Limit of a Constant:
lim c = c
x→a
2. Limit of xn :
lim xn = an
x→a
3. Limit of Sine and Cosine:
lim sin(x) = 0 and lim cos(x) = 1
x→0 x→0
4. Limit of Exponential Function:
lim ex = ∞
x→∞
5. Limit of Logarithmic Function:
lim ln(x) = ∞
x→∞
6. L’Hôpital’s Rule:
f (x) f ′ (x) f (x)
lim = lim ′ , if lim is indeterminate.
x→a g(x) x→a g (x) x→a g(x)