Fundamental Derivative Formulas and Their Role in Differential Calculations

This article introduces the most essential 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 includes clear examples demonstrating how these formulas are applied in differential computations.

derivative formulas, differentiation ruleschain rule, product rulequotient rule

~2 min read · Updated Mar 9, 2026

Introduction to Derivative Formulas

To compute the derivative of various functions, a set of standard rules 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

Related Articles

Solving Integrals Using Partial Fraction Decomposition: A Complete Guide with Practical Examples

Partial fraction decomposition is one of the most powerful techniques for integrating rational functions. By breaking a complicated rational expression into simpler fractions, integration becomes straightforward. This article explains when and how to use partial fractions, the different decomposition cases, step‑by‑step procedures, and fully worked examples.

Continue

Integration by Parts: A Complete Guide to Solving Integrals Using the By‑Parts Method

Integration by parts is one of the most important techniques in calculus for solving integrals involving products of functions. This article explains the formula, the logic behind it, how to choose u and dv, common patterns, advanced applications, and fully worked examples.

Continue

Substitution Techniques in Integration: A Complete and Practical Guide

Substitution is one of the most powerful and widely used techniques in integration. It simplifies complex integrals by transforming them into easier forms. This article explains the main substitution methods, including basic u‑substitution, trigonometric substitution, hyperbolic substitution, substitution in rational functions, exponential integrals, trigonometric integrals, and definite integrals.

Continue

Complete Integral Formula Sheet: All Essential Indefinite and Definite Integral Formulas

This article provides a comprehensive collection of the most important integral formulas in calculus, including basic integrals, power rules, exponential and logarithmic integrals, trigonometric and inverse trigonometric integrals, hyperbolic functions, integration techniques, and definite integral identities.

Continue

Definite Integrals: Definition, Core Concepts, Methods of Calculation, and Applications

A definite integral is one of the fundamental concepts in calculus, used to compute the accumulated value of a quantity over an interval. This article explains the definition of definite integrals, the Riemann interpretation, the Fundamental Theorem of Calculus, methods of evaluation, and real-world applications.

Continue

Cauchy’s Mean Value Theorem and Its Role in Advanced Function Analysis

This article explains Cauchy’s Mean Value Theorem, the generalized form of the Mean Value Theorem. It states that for two continuous and differentiable functions, there exists a point in the interval where the ratio of their derivatives equals the ratio of their overall changes. This theorem is fundamental in proving important results such as L'Hôpital’s Rule and plays a key role in mathematical analysis.

Continue