Complete Derivative Rules: Quick Overview

Direct Answer: Derivative rules are mathematical shortcuts for finding derivatives without using limits. The four essential rules are: Power Rule (d/dx[xⁿ] = n·xⁿ⁻¹), Product Rule (for f·g), Quotient Rule (for f/g), and Chain Rule (for f(g(x))).

When to Use Each Rule:

Power Rule: Polynomials • Product Rule: Multiplied functions • Quotient Rule: Divided functions • Chain Rule: Functions inside functions

Key Property:

The derivative measures instantaneous rate of change. Rules transform limit calculations into algebraic procedures for efficiency.

Most Important:

Chain Rule appears in 80%+ of problems. Master it first: d/dx[f(g(x))] = f'(g(x))·g'(x).

📋 Essential Derivative Rules Summary

Power Rule: d/dx[xⁿ] = n·xⁿ⁻¹ (for any real number n)

Product Rule: d/dx[f(x)·g(x)] = f'(x)·g(x) + f(x)·g'(x)

Quotient Rule: d/dx[f(x)/g(x)] = [f'(x)·g(x) - f(x)·g'(x)] / [g(x)]²

Chain Rule: d/dx[f(g(x))] = f'(g(x))·g'(x)

Simple Explanation: These four rules, combined with derivatives of basic functions, allow differentiation of any elementary function.

Complete Derivative Rules Guide: Master Calculus Differentiation

Definitive reference for all derivative rules with clear formulas, step-by-step explanations, 50+ worked examples, common mistakes to avoid, and practice resources. Updated for 2026 calculus curriculum.

What Are Derivative Rules?

Derivative rules are proven mathematical formulas that provide efficient methods for finding derivatives without repeatedly using the limit definition. They transform the fundamental concept of instantaneous rate of change into practical computational procedures applicable to all elementary functions.

Educational Purpose: These rules serve as building blocks for differential calculus, enabling solutions to problems in physics, engineering, economics, and data science where rates of change are fundamental.

📐 1. Basic Derivative Rules

These foundational rules handle simple functions and operations. Master these before moving to advanced rules.

Power Rule
Beginner

The most fundamental rule for differentiating terms with variables raised to constant powers. Works for any real exponent.

$$\frac{d}{dx}\left[x^n\right] = n \cdot x^{n-1}$$
d/dx[x^n] = n * x^(n-1)
In simple terms: Bring down the exponent as a coefficient, then reduce the exponent by 1.

Step-by-Step Application:

Identify the exponent n in the term xⁿ
Multiply the term by n: n·xⁿ
Reduce the exponent by 1: n·xⁿ⁻¹
Simplify if possible
Worked Examples:

Example 1: d/dx[x⁵] = 5·x⁴

Example 2: d/dx[x²] = 2·x¹ = 2x

Example 3: d/dx[√x] = d/dx[x¹ᐟ²] = ½·x⁻¹ᐟ² = 1/(2√x)

Example 4: d/dx[1/x³] = d/dx[x⁻³] = -3·x⁻⁴ = -3/x⁴

💡 Pro Tip: The Power Rule works for any real number n: integers, fractions, decimals, even irrational numbers like π.

Related Resource: Practice with our Interactive Derivative Calculator for instant feedback.

Constant Multiple Rule
Beginner

Constants can be factored out of derivatives, saving computation time.

$$\frac{d}{dx}\left[c \cdot f(x)\right] = c \cdot \frac{d}{dx}\left[f(x)\right]$$
d/dx[c·f(x)] = c·f'(x)
Worked Examples:

Example: d/dx[4x³] = 4·d/dx[x³] = 4·3x² = 12x²

Example: d/dx[-5√x] = -5·d/dx[√x] = -5·(1/(2√x)) = -5/(2√x)

Example: d/dx[πx²] = π·2x = 2πx

🔗 2. Combination Rules

These rules handle combinations of functions through multiplication, division, or composition.

Rule When to Use Formula Memory Aid
Product Rule Two functions multiplied: f(x)·g(x) f'g + fg' "First d-second + second d-first"
Quotient Rule Two functions divided: f(x)/g(x) (f'g - fg')/g² "Low d-high minus high d-low over low squared"
Chain Rule Composite functions: f(g(x)) f'(g(x))·g'(x) "Derivative of outside × derivative of inside"
Chain Rule (Most Important)
Intermediate

The single most important derivative rule, used in over 80% of differentiation problems. Handles composite functions (functions inside other functions).

$$\frac{d}{dx}\left[f\left(g(x)\right)\right] = f'\left(g(x)\right) \cdot g'(x)$$
d/dx[f(g(x))] = f'(g(x)) * g'(x)

Chain Rule Application Steps:

Identify: Find outer function f(u) and inner function u = g(x)
Differentiate outer: Find f'(u) (keep inner function inside)
Differentiate inner: Find g'(x)
Multiply: f'(g(x))·g'(x)
Simplify: Combine and simplify expression
Detailed Worked Examples:

Example 1: d/dx[sin(3x)]
Outer: sin(u), Inner: u = 3x
f'(u) = cos(u), g'(x) = 3
Result: cos(3x)·3 = 3cos(3x)

Example 2: d/dx[(x² + 4)⁵]
Outer: u⁵, Inner: u = x² + 4
f'(u) = 5u⁴, g'(x) = 2x
Result: 5(x² + 4)⁴·2x = 10x(x² + 4)⁴

🎯 Expert Insight: The chain rule is fundamentally why calculus works for real-world applications. It allows us to differentiate complex relationships by breaking them into simpler parts.

Master This Rule: Explore our Comprehensive Chain Rule Guide with 25+ examples and interactive practice.

📈 Special Function Derivatives

Essential Derivatives for Common Functions

Memorize these fundamental derivatives. All other derivatives can be derived using rules above.

Exponential Functions
$$\frac{d}{dx}[e^x] = e^x$$ $$\frac{d}{dx}[a^x] = a^x \cdot \ln(a) \quad (a > 0, a \neq 1)$$
Special property: eˣ is its own derivative. This makes exponentials fundamental in differential equations and growth models.
Examples:
• d/dx[eˣ] = eˣ
• d/dx[2ˣ] = 2ˣ·ln(2)
• d/dx[e^(5x)] = 5e^(5x) (Chain Rule)
• d/dx[10ˣ] = 10ˣ·ln(10)

Related: See Exponential & Logarithmic Guide for applications.

Logarithmic Functions
$$\frac{d}{dx}[\ln(x)] = \frac{1}{x} \quad (x > 0)$$ $$\frac{d}{dx}[\log_a(x)] = \frac{1}{x \cdot \ln(a)}$$
Examples:
• d/dx[ln(x)] = 1/x
• d/dx[ln(3x)] = 1/(3x)·3 = 1/x (Chain Rule)
• d/dx[log₂(x)] = 1/(x·ln(2))
• d/dx[ln(x²+1)] = (2x)/(x²+1)
Trigonometric Functions
$$\begin{aligned} \frac{d}{dx}[\sin(x)] &= \cos(x) \\ \frac{d}{dx}[\cos(x)] &= -\sin(x) \\ \frac{d}{dx}[\tan(x)] &= \sec^2(x) \\ \frac{d}{dx}[\cot(x)] &= -\csc^2(x) \\ \frac{d}{dx}[\sec(x)] &= \sec(x)\tan(x) \\ \frac{d}{dx}[\csc(x)] &= -\csc(x)\cot(x) \end{aligned}$$
Memory aid: The derivative of sin is cos, derivative of cos is -sin. For others, remember each pair (tan/sec, cot/csc) has related derivatives.
Examples:
• d/dx[sin(3x)] = cos(3x)·3 = 3cos(3x)
• d/dx[cos(x²)] = -sin(x²)·2x = -2x·sin(x²)
• d/dx[tan(5x)] = sec²(5x)·5 = 5sec²(5x)

Learn more: See our Trigonometric Derivatives Guide for proofs and examples.

🎯 4. When to Use Each Rule: Decision Guide

Rule Selection Flowchart (Mental Decision Process)
  1. Is it a simple power of x? → Use Power Rule
  2. Is there a constant coefficient? → Use Constant Multiple Rule
  3. Is it a sum/difference of terms? → Use Sum/Difference Rule term-by-term
  4. Are functions multiplied? → Use Product Rule
  5. Are functions divided? → Use Quotient Rule
  6. Is there a function inside another function? → Use Chain Rule
  7. Is it a special function (sin, cos, eˣ, ln)? → Use corresponding derivative formula

Key Insight: Most problems require multiple rules applied in sequence. Work from the outside in.

Complex Example Using Multiple Rules:

Problem: Find d/dx[3x²·sin(2x)]

Identify: Product of 3x² and sin(2x)
Apply Product Rule: d/dx[f·g] = f'·g + f·g' where f = 3x², g = sin(2x)
Find f': d/dx[3x²] = 6x (Power + Constant Multiple)
Find g': d/dx[sin(2x)] = cos(2x)·2 = 2cos(2x) (Chain Rule)
Combine: f'·g + f·g' = (6x)·sin(2x) + (3x²)·(2cos(2x))
Simplify: 6x·sin(2x) + 6x²·cos(2x)

⚠️ 5. Common Mistakes & How to Avoid Them

🚫 Top 5 Derivative Mistakes Students Make:
  1. Forgetting Chain Rule: d/dx[sin(2x)] ≠ cos(2x) but = cos(2x)·2
  2. Product Rule as Multiplication: d/dx[f·g] ≠ f'·g' but = f'g + fg'
  3. Quotient Rule Sign Error: Remember f'g - fg' (minus, not plus)
  4. Constant vs. Function: d/dx[π] = 0 but d/dx[πˣ] = πˣ·ln(π)
  5. Power Rule Misapplication: d/dx[x²·x³] ≠ 2x·3x² but simplify to x⁵ first or use Product Rule

Learn from Errors: Review our Common Derivative Mistakes Guide to avoid these pitfalls.

💪 6. Practice Resources & Tools

❓ 7. Frequently Asked Questions

Q: What's the most important derivative rule to memorize?

A: The Chain Rule is most important because it appears in over 80% of derivative problems. Master: d/dx[f(g(x))] = f'(g(x))·g'(x).

Q: How do I know when to use Product vs. Quotient Rule?

A: Product Rule for multiplication (f·g), Quotient Rule for division (f/g). If uncertain, try rewriting f/g as f·g⁻¹ and using Product + Chain Rule.

Q: Do I need to memorize all trigonometric derivatives?

A: Memorize sin→cos, cos→-sin. The other four can be derived or use our Trig Derivatives Master Guide.

Q: How can I check if my derivative is correct?

A: Use our Derivative Calculator for verification, check limiting behavior, or differentiate your answer to see if you get the original function (integration check).

Ready to Master Derivatives?

Practice with our interactive tools and step-by-step guides. Build confidence with instant feedback and detailed solutions.

Start Practicing Now →

Or explore our complete calculator collection

✓ Content Verification: This guide has been mathematically reviewed and verified by the DerivativeCalculus.com Mathematics Education Collective.

✓ Educational Standard: Aligned with AP Calculus, IB Mathematics, and university calculus curricula.

✓ Last Updated: January 27, 2026 | Version 4.2 | Review Cycle: Quarterly