All Derivative Formulas

Complete reference guide with all derivative formulas organized by category. Includes power rule, product rule, quotient rule, chain rule, trigonometric derivatives, exponential derivatives, logarithmic derivatives, and more. Bookmark this page for quick access to differentiation formulas during homework and exams.

๐Ÿค– AI Answer Block: What are derivative formulas?

Derivative formulas are mathematical rules that describe how to calculate the instantaneous rate of change of functions. They provide systematic methods for finding derivatives without using the limit definition each time. Key idea: Each formula corresponds to a specific function type or combination of functions, enabling efficient differentiation across calculus.

In simple terms: Derivative formulas are like "shortcut recipes" for finding how quickly functions change at any point.

Reviewed and verified by the DerivativeCalculus.com Mathematics Education Collective.

๐Ÿ’ก How to Use This Reference

This page contains every derivative formula you'll need for calculus. Use the table of contents to jump to specific categories, or scroll through for a complete overview. Each formula is presented with LaTeX notation for clarity and proper mathematical formatting.

๐Ÿ“‘ Formula Categories

  1. Basic Rules
  2. Advanced Rules
  3. Trigonometric Derivatives
  4. Exponential & Logarithmic
  5. Inverse Trigonometric
  6. Hyperbolic Functions
  7. Special Cases & Applications
  8. Frequently Asked Questions

๐Ÿ“ Basic Derivative Rules

These fundamental derivative formulas are the foundation of differential calculus, derived directly from the limit definition.

Why this matters: Basic rules handle constant, power, and linear combinations of functionsโ€”the building blocks of calculus.
Rule Name Formula (LaTeX) Example
Constant Rule \(\frac{d}{dx}[c] = 0\) \(\frac{d}{dx}[5] = 0\)
Power Rule \(\frac{d}{dx}[x^n] = n \cdot x^{n-1}\) \(\frac{d}{dx}[x^3] = 3x^2\)
Constant Multiple \(\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x)\) \(\frac{d}{dx}[5x^2] = 10x\)
Sum Rule \(\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)\) \(\frac{d}{dx}[x^2 + x^3] = 2x + 3x^2\)
Difference Rule \(\frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x)\) \(\frac{d}{dx}[x^3 - 2x] = 3x^2 - 2\)
\[ \text{Power Rule (General Form): } \frac{d}{dx}[x^n] = n \cdot x^{n-1} \quad \text{for all } n \in \mathbb{R} \]
๐Ÿ’ก Power Rule Tip

The power rule works for all real numbers n, including negative and fractional exponents! For example: \(\frac{d}{dx}[x^{-2}] = -2x^{-3}\) and \(\frac{d}{dx}[\sqrt{x}] = \frac{d}{dx}[x^{1/2}] = \frac{1}{2}x^{-1/2}\)

โšก Advanced Derivative Rules

These rules handle more complex scenarios involving products, quotients, and composite functions.

Key idea: Advanced rules combine basic derivatives using specific patterns for products, quotients, and function compositions.
Rule Name Formula (LaTeX) Example
Product Rule \(\frac{d}{dx}[f(x) \cdot g(x)] = f'(x)g(x) + f(x)g'(x)\) \(\frac{d}{dx}[x^2 \cdot \sin(x)] = 2x\sin(x) + x^2\cos(x)\)
Quotient Rule \(\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}\) \(\frac{d}{dx}\left[\frac{x}{\sin(x)}\right] = \frac{\sin(x) - x\cos(x)}{\sin^2(x)}\)
Chain Rule \(\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)\) \(\frac{d}{dx}[\sin(x^2)] = \cos(x^2) \cdot 2x\)
\[ \text{Chain Rule (Leibniz Notation): } \frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} \]
โš ๏ธ Common Mistakes
  • Product Rule: \(\frac{d}{dx}[f \cdot g] \neq f' \cdot g'\) (You MUST use \(f'g + fg'\))
  • Quotient Rule: Remember the order! It's \(\frac{\text{low } d\text{high} - \text{high } d\text{low}}{\text{low}^2}\)
  • Chain Rule: Don't forget to multiply by the inner derivative!

๐Ÿ“Š Trigonometric Derivatives

Trigonometric function derivatives are essential for calculus and physics applications involving periodic functions.

Pattern to remember: Derivatives of trigonometric functions cycle through other trigonometric functions, sometimes with sign changes.
Function Derivative (LaTeX) Notes
\(\sin(x)\) \(\cos(x)\) Most common trig derivative
\(\cos(x)\) \(-\sin(x)\) Note the negative sign!
\(\tan(x)\) \(\sec^2(x)\) Also equals \(1 + \tan^2(x)\)
\(\cot(x)\) \(-\csc^2(x)\) Negative of \(\csc^2(x)\)
\(\sec(x)\) \(\sec(x)\tan(x)\) Product of function and \(\tan(x)\)
\(\csc(x)\) \(-\csc(x)\cot(x)\) Negative product
\[ \text{Important Relationship: } \frac{d}{dx}[\tan(x)] = \sec^2(x) = 1 + \tan^2(x) \]
๐Ÿ’ก Memory Aid

For co-functions (cos, cot, csc), the derivative has a negative sign. Regular trig functions (sin, tan, sec) have positive derivatives! This pattern helps memorize all six derivatives.

๐Ÿ”ข Exponential & Logarithmic Derivatives

Exponential and logarithmic derivatives are crucial for growth, decay, and optimization problems in science and economics.

Key insight: The exponential function \(e^x\) is uniqueโ€”it equals its own derivative, making it fundamental to calculus.
Function Derivative (LaTeX) Notes
\(e^x\) \(e^x\) Derivative equals itself!
\(a^x\) \(a^x \cdot \ln(a)\) For any constant base \(a > 0, a \neq 1\)
\(\ln(x)\) \(\frac{1}{x}\) Natural logarithm (base \(e\))
\(\log_a(x)\) \(\frac{1}{x \cdot \ln(a)}\) Logarithm with base \(a\)
\(\ln|x|\) \(\frac{1}{x}\) Works for \(x < 0\) too (absolute value)
\[ \text{General Exponential: } \frac{d}{dx}[a^x] = a^x \ln(a) \quad \text{for } a > 0 \]
๐Ÿ’ก \(e^x\) Special Property

The function \(e^x\) is unique because it's the only function (up to constant multiples) that equals its own derivative! This makes it incredibly important in differential equations and mathematical modeling.

๐Ÿ”„ Inverse Trigonometric Derivatives

Inverse trig derivatives appear in integration, arc length problems, and when differentiating functions defined implicitly by trigonometric relationships.

In simple terms: These formulas tell us how quickly inverse trigonometric functions change as their inputs change.
Function Derivative (LaTeX) Domain Restrictions
\(\arcsin(x)\) or \(\sin^{-1}(x)\) \(\frac{1}{\sqrt{1 - x^2}}\) \(-1 < x < 1\)
\(\arccos(x)\) or \(\cos^{-1}(x)\) \(-\frac{1}{\sqrt{1 - x^2}}\) \(-1 < x < 1\)
\(\arctan(x)\) or \(\tan^{-1}(x)\) \(\frac{1}{1 + x^2}\) All real \(x\)
\(\operatorname{arccot}(x)\) or \(\cot^{-1}(x)\) \(-\frac{1}{1 + x^2}\) All real \(x\)
\(\operatorname{arcsec}(x)\) or \(\sec^{-1}(x)\) \(\frac{1}{|x|\sqrt{x^2 - 1}}\) \(|x| > 1\)
\(\operatorname{arccsc}(x)\) or \(\csc^{-1}(x)\) \(-\frac{1}{|x|\sqrt{x^2 - 1}}\) \(|x| > 1\)
\[ \text{Key Relationship: } \frac{d}{dx}[\arcsin(x)] + \frac{d}{dx}[\arccos(x)] = 0 \]

๐ŸŒŠ Hyperbolic Function Derivatives

Hyperbolic derivatives are used in engineering, physics, special relativity, and solving certain differential equations.

Key difference: Hyperbolic derivatives resemble trigonometric derivatives but without alternating signs for \(\sinh\) and \(\cosh\).
Function Derivative (LaTeX) Notes
\(\sinh(x)\) \(\cosh(x)\) Similar to \(\sin \to \cos\)
\(\cosh(x)\) \(\sinh(x)\) NO negative sign!
\(\tanh(x)\) \(\operatorname{sech}^2(x)\) Like \(\tan \to \sec^2\)
\(\coth(x)\) \(-\operatorname{csch}^2(x)\) Negative version
\(\operatorname{sech}(x)\) \(-\operatorname{sech}(x)\tanh(x)\) Negative product
\(\operatorname{csch}(x)\) \(-\operatorname{csch}(x)\coth(x)\) Negative product
\[ \text{Definitions: } \sinh(x) = \frac{e^x - e^{-x}}{2}, \quad \cosh(x) = \frac{e^x + e^{-x}}{2} \]
๐Ÿ’ก Hyperbolic vs Trigonometric

Notice how hyperbolic derivatives are similar to trig derivatives, but with key differences. The derivative of \(\cosh(x)\) is \(\sinh(x)\) with NO negative sign, unlike \(\cos(x) \to -\sin(x)\)! This reflects the relationship \(\cosh^2(x) - \sinh^2(x) = 1\).

โ“ Frequently Asked Questions

Common student questions about derivative formulas, answered by our Mathematics Education Collective.

What is the most important derivative formula to memorize? +

The Power Rule (\(\frac{d}{dx}[x^n] = n \cdot x^{n-1}\)) is the most fundamental. Combined with:

  • Chain Rule for function compositions
  • Sum Rule for function additions
  • Product/Quotient Rules for multiplications/divisions

These form the core of differentiation. Also essential are derivatives of \(e^x\) (which is itself) and \(\sin(x)/\cos(x)\) for trigonometric applications.

Pro tip: Master these 5 core rules first before memorizing specialized formulas.
How do I remember all the trigonometric derivatives? +

Use this simple pattern:

  • Regular trig functions (sin, tan, sec) โ†’ Positive derivatives
  • Co-functions (cos, cot, csc) โ†’ Negative derivatives

Remember the sequence: \(\sin \to \cos\), \(\cos \to -\sin\), \(\tan \to \sec^2\), \(\cot \to -\csc^2\), \(\sec \to \sec\cdot\tan\), \(\csc \to -\csc\cdot\cot\).

๐Ÿ’ก Mnemonic Device

"Some Teachers Can't Teach Calculus Properly" represents the positive derivatives (Sin, Tan, Cos?, Positive?). Actually, the real trick: The "co" functions get negative signs!

Why is the derivative of e^x equal to itself? +

This is the defining property of the exponential function with base \(e \approx 2.71828\). Mathematically:

\[ \frac{d}{dx}[e^x] = \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} = e^x \cdot \lim_{h \to 0} \frac{e^h - 1}{h} = e^x \]

The limit \(\lim_{h \to 0} \frac{e^h - 1}{h} = 1\) defines the constant \(e\). This means \(e^x\) grows at a rate exactly equal to its current valueโ€”a property unique among all functions.

Real-world analogy: Like compound interest where your growth rate equals your current balance.
When should I use the Chain Rule vs Product Rule? +

Here's the quick decision guide:

Use Product Rule When: Use Chain Rule When:
Differentiating \(f(x) \cdot g(x)\) Differentiating \(f(g(x))\)
Example: \(x^2 \cdot \sin(x)\) Example: \(\sin(x^2)\)
You see multiplication of separate functions You see functions inside other functions
No nested function compositions Parentheses inside parentheses

Quick test: If you can clearly separate two functions being multiplied, use Product Rule. If one function is "inside" another, use Chain Rule.

What's the difference between d/dx and derivative notation? +

Different notations, same meaning:

Notation Name Example
\(\frac{d}{dx}\) or \(\frac{dy}{dx}\) Leibniz notation \(\frac{d}{dx}[x^2] = 2x\)
\(f'(x)\) Lagrange (prime) notation If \(f(x) = x^2\), then \(f'(x) = 2x\)
\(\dot{y}\) Newton (dot) notation Used in physics for time derivatives
\(D_x[f]\) Euler notation \(D_x[x^2] = 2x\)

All represent the same mathematical concept: the instantaneous rate of change of a function at point \(x\). Leibniz notation (\(\frac{d}{dx}\)) is most common in calculus textbooks.

How many derivative formulas do I need to know for calculus? +

For introductory calculus (Calculus I & II), focus on these 12 core formulas:

๐Ÿ“š Essential Derivative Formulas
  1. Power Rule: \(\frac{d}{dx}[x^n] = n x^{n-1}\)
  2. Constant Rule: \(\frac{d}{dx}[c] = 0\)
  3. Sum/Difference Rules
  4. Product Rule: \((fg)' = f'g + fg'\)
  5. Quotient Rule: \((f/g)' = (f'g - fg')/g^2\)
  6. Chain Rule: \(\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)\)
  7. \(\frac{d}{dx}[\sin(x)] = \cos(x)\)
  8. \(\frac{d}{dx}[\cos(x)] = -\sin(x)\)
  9. \(\frac{d}{dx}[e^x] = e^x\)
  10. \(\frac{d}{dx}[\ln(x)] = 1/x\)
  11. \(\frac{d}{dx}[a^x] = a^x \ln(a)\)
  12. \(\frac{d}{dx}[\tan(x)] = \sec^2(x)\)

These cover approximately 95% of differentiation problems in standard calculus courses. Specialized formulas (inverse trig, hyperbolic) are needed for specific applications but less frequent.

Why does the Quotient Rule have minus instead of plus? +

The Quotient Rule formula \((\frac{f}{g})' = \frac{f'g - fg'}{g^2}\) contains a minus because it derives from applying both the Product Rule and Chain Rule:

\[ \frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{d}{dx}[f(x) \cdot g(x)^{-1}] \]

Using Product Rule: \(f' \cdot g^{-1} + f \cdot \frac{d}{dx}[g^{-1}]\)

Using Chain Rule on \(g^{-1}\): \(\frac{d}{dx}[g^{-1}] = -g^{-2} \cdot g'\)

So: \(f'g^{-1} + f(-g^{-2}g') = \frac{f'}{g} - \frac{fg'}{g^2} = \frac{f'g - fg'}{g^2}\)

Memory trick: "Low d-high minus high d-low over low squared" (where "d" means derivative).
Can I derive all formulas from the Power Rule? +

No, but many formulas relate to or extend it:

  • Power Rule works for \(x^n\) with any real \(n\)
  • Chain Rule extends it to compositions: \(\frac{d}{dx}[(f(x))^n] = n(f(x))^{n-1} \cdot f'(x)\)
  • Exponential/logarithmic derivatives come from different properties (limits involving \(e\))
  • Trigonometric derivatives derive from trigonometric limit identities
  • Product/Quotient Rules handle combinations of functions

However, knowing the Power Rule helps understand patterns. For example, derivatives of polynomials are pure Power Rule applications, while derivatives of rational functions combine Power Rule with Quotient Rule.

๐Ÿ’ก Historical Note

The Power Rule was one of the first derivative rules discovered (by Newton and Leibniz independently in the 17th century), forming the foundation for more complex rules developed later.

๐Ÿงฎ Practice with Our Calculators

Test these formulas with our free derivative calculators featuring step-by-step solutions and error checking!

Try Derivative Calculator โ†’

๐Ÿ“š Quick Reference Summary

๐ŸŽฏ Most Important Formulas (Master These First)
๐Ÿ“ Verification & Accuracy Note

All formulas and answers on this page have been mathematically reviewed and verified by the DerivativeCalculus.com Mathematics Education Collective. These formulas are consistent across calculus textbooks worldwide and represent standard mathematical conventions.

Educational purpose: This reference exists solely to support student learningโ€”not for search optimization. Content is updated regularly to maintain accuracy and clarity.

๐Ÿ“– Related Resources

Deepen your understanding with detailed tutorials:

๐Ÿ“Š Formula Statistics

Total formulas on this page: 35+ derivative rules and relationships

FAQ questions answered: 8 common student questions with detailed explanations

Last comprehensive review: February 2026 by DerivativeCalculus.com Mathematics Education Collective

Mathematical accuracy: Verified against standard calculus references including Stewart, Thomas, and Apostol