Essential Derivative Formulas and Their Applications in Differential Calculations

This article introduces the most important derivative formulas, from basic rules such as the power rule and sum rule to more advanced ones like the chain rule, product rule, and quotient rule. It also provides clear examples demonstrating how these formulas are used in differential calculations.

derivative formulas, differentiation ruleschain rule, product rule, quotient rule

~2 min read • Updated Mar 9, 2026

Introduction to Derivative Formulas

To compute the derivative of various functions, a set of standard rules and formulas is used. Learning these rules greatly simplifies calculations.
These formulas form the foundation of differential calculus and play a key role in analyzing the behavior of functions.

1. Basic Differentiation Rules

  • (c)' = 0 — derivative of a constant
  • (x)' = 1
  • (xⁿ)' = n xⁿ⁻¹ — power rule

Example:

(x⁵)' = 5x⁴

2. Derivative of Sums and Differences

  • (f + g)' = f' + g'
  • (f - g)' = f' - g'

Example:

(3x² + sin(x))' = 6x + cos(x)

3. Product Rule

If h(x) = f(x) g(x), then:

h' = f'g + fg'

Example:

(x² sin(x))' = 2x sin(x) + x² cos(x)

4. Quotient Rule

If h(x) = f(x) / g(x), then:

h' = (f'g - fg') / g²

Example:

(x / (x + 1))' = (1(x + 1) - x(1)) / (x + 1)² = 1 / (x + 1)²

5. Chain Rule

If y = f(g(x)), then:

y' = f'(g(x)) g'(x)

Example:

(sin(x²))' = cos(x²) · 2x

6. Derivatives of Exponential Functions

  • (eˣ)' = eˣ
  • (aˣ)' = aˣ ln(a)

Example:

(3ˣ)' = 3ˣ ln(3)

7. Derivatives of Logarithmic Functions

  • (ln(x))' = 1/x
  • (logₐ(x))' = 1 / (x ln(a))

Example:

(ln(x² + 1))' = (2x) / (x² + 1)

8. Derivatives of Trigonometric Functions

  • (sin(x))' = cos(x)
  • (cos(x))' = -sin(x)
  • (tan(x))' = sec²(x)

Example:

(tan(x²))' = sec²(x²) · 2x

9. Derivatives of Inverse Trigonometric Functions

  • (arcsin(x))' = 1 / √(1 - x²)
  • (arctan(x))' = 1 / (1 + x²)

Conclusion

Derivative formulas are essential tools for analyzing the behavior of functions.
Using these rules, one can compute the derivative of almost any function and study its rate of change.
Mastering these formulas is crucial for success in differential calculus, engineering, and the mathematical sciences.

Written & researched by Dr. Shahin Siami