~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²) · 2x6. 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²) · 2x9. 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