Fiveable

โˆซCalculus I Unit 3 Review

QR code for Calculus I practice questions

3.3 Differentiation Rules

3.3 Differentiation Rules

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Differentiation rules let you find derivatives without going back to the limit definition every time. Once you know these rules, you can quickly differentiate polynomials, rational functions, products, and quotients, which is essential for nearly everything else in calculus.

Differentiation Rules

Basic differentiation rules

These three rules handle the simplest cases and show up constantly inside larger problems.

Constant Rule: The derivative of any constant is 0. A constant doesn't change, so its rate of change is zero.

ddx(c)=0\frac{d}{dx}(c) = 0

where cc is any constant (like 5, โˆ’2.7-2.7, or ฯ€\pi).

Constant Multiple Rule: If a function is multiplied by a constant, you can pull that constant out front and just differentiate the function.

ddx[cโ‹…f(x)]=cโ‹…ddx[f(x)]\frac{d}{dx}[c \cdot f(x)] = c \cdot \frac{d}{dx}[f(x)]

For example, ddx(3x4)=3โ‹…ddx(x4)\frac{d}{dx}(3x^4) = 3 \cdot \frac{d}{dx}(x^4).

Power Rule: This is the rule you'll use most often. Bring the exponent down as a coefficient, then reduce the exponent by 1.

ddx(xn)=nxnโˆ’1\frac{d}{dx}(x^n) = nx^{n-1}

where nn is any real number. This works for integers, fractions, and negative exponents alike.

  • ddx(x3)=3x2\frac{d}{dx}(x^3) = 3x^2
  • ddx(xโˆ’1/2)=โˆ’12xโˆ’3/2\frac{d}{dx}(x^{-1/2}) = -\frac{1}{2}x^{-3/2}
  • ddx(x1)=1\frac{d}{dx}(x^1) = 1 (which confirms the derivative of xx is 1)

Sum and difference rules

These rules say you can differentiate term by term. You don't need any special technique when functions are added or subtracted.

Sum Rule:

ddx[f(x)+g(x)]=ddx[f(x)]+ddx[g(x)]\frac{d}{dx}[f(x) + g(x)] = \frac{d}{dx}[f(x)] + \frac{d}{dx}[g(x)]

Example: ddx(x2+sinโกx)=2x+cosโกx\frac{d}{dx}(x^2 + \sin x) = 2x + \cos x

Difference Rule:

ddx[f(x)โˆ’g(x)]=ddx[f(x)]โˆ’ddx[g(x)]\frac{d}{dx}[f(x) - g(x)] = \frac{d}{dx}[f(x)] - \frac{d}{dx}[g(x)]

Example: ddx(exโˆ’lnโกx)=exโˆ’1x\frac{d}{dx}(e^x - \ln x) = e^x - \frac{1}{x}

Together with the constant multiple rule and power rule, these let you differentiate any polynomial term by term.

Basic differentiation rules, Differentiation Rules ยท Calculus

Product rule for derivatives

When two functions are multiplied together, you can't just differentiate each one separately. You need the product rule.

ddx[f(x)โ‹…g(x)]=f(x)โ‹…gโ€ฒ(x)+g(x)โ‹…fโ€ฒ(x)\frac{d}{dx}[f(x) \cdot g(x)] = f(x) \cdot g'(x) + g(x) \cdot f'(x)

A common way to remember this: "first times derivative of second, plus second times derivative of first."

Example: Find ddx(x2sinโกx)\frac{d}{dx}(x^2 \sin x).

  1. Let f(x)=x2f(x) = x^2 and g(x)=sinโกxg(x) = \sin x
  2. fโ€ฒ(x)=2xf'(x) = 2x and gโ€ฒ(x)=cosโกxg'(x) = \cos x
  3. Apply the formula: x2cosโกx+sinโกxโ‹…2xx^2 \cos x + \sin x \cdot 2x

Result: x2cosโกx+2xsinโกxx^2 \cos x + 2x \sin x

Use the product rule whenever you see two distinct functions multiplied together, such as a polynomial times a trig function, or an exponential times a polynomial.

Quotient rule for derivatives

When one function is divided by another, use the quotient rule. The formula is a bit longer, so take care with signs.

ddx[f(x)g(x)]=g(x)โ‹…fโ€ฒ(x)โˆ’f(x)โ‹…gโ€ฒ(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{g(x) \cdot f'(x) - f(x) \cdot g'(x)}{[g(x)]^2}

A mnemonic: "low d-high minus high d-low, over low squared." Here "high" is the numerator f(x)f(x) and "low" is the denominator g(x)g(x).

Example: Find ddx(x2ex)\frac{d}{dx}\left(\frac{x^2}{e^x}\right).

  1. Let f(x)=x2f(x) = x^2 (numerator) and g(x)=exg(x) = e^x (denominator)

  2. fโ€ฒ(x)=2xf'(x) = 2x and gโ€ฒ(x)=exg'(x) = e^x

  3. Apply the formula: ex(2x)โˆ’x2(ex)(ex)2=2xexโˆ’x2exe2x\frac{e^x(2x) - x^2(e^x)}{(e^x)^2} = \frac{2xe^x - x^2 e^x}{e^{2x}}

  4. Factor: ex(2xโˆ’x2)e2x=2xโˆ’x2ex\frac{e^x(2x - x^2)}{e^{2x}} = \frac{2x - x^2}{e^x}

A common mistake is getting the subtraction order wrong in the numerator. It's always denominator times derivative of numerator first, then subtract.

Basic differentiation rules, High School Calculus/Techniques of Differentiation - Wikibooks, open books for an open world

Differentiation of negative exponents

Negative exponents aren't a separate rule. They're just the power rule applied to negative values of nn.

ddx(xโˆ’n)=โˆ’nxโˆ’nโˆ’1\frac{d}{dx}(x^{-n}) = -nx^{-n-1}

This is useful because it means you can rewrite fractions as negative exponents and avoid the quotient rule entirely for simple cases.

  • ddx(xโˆ’3)=โˆ’3xโˆ’4\frac{d}{dx}(x^{-3}) = -3x^{-4}
  • ddx(1x)=ddx(xโˆ’1/2)=โˆ’12xโˆ’3/2\frac{d}{dx}\left(\frac{1}{\sqrt{x}}\right) = \frac{d}{dx}(x^{-1/2}) = -\frac{1}{2}x^{-3/2}

Whenever you see something like 1xn\frac{1}{x^n}, consider rewriting it as xโˆ’nx^{-n} and using the power rule. It's often faster than setting up the quotient rule.

Complex function differentiation techniques

For functions with multiple terms and operations, the strategy is to break the problem into pieces, differentiate each piece with the right rule, then reassemble.

  1. Identify the overall structure: Is it a sum? A product? A quotient?
  2. Break the function into its components
  3. Apply the appropriate rule (sum, product, or quotient) to the overall structure
  4. Use the power rule, constant multiple rule, etc. on each individual piece
  5. Combine and simplify

Polynomials are the most straightforward. Use the sum/difference rule to split into terms, then apply the power rule and constant multiple rule to each term.

Example: ddx(3x4โˆ’2x3+5xโˆ’1)=12x3โˆ’6x2+5\frac{d}{dx}(3x^4 - 2x^3 + 5x - 1) = 12x^3 - 6x^2 + 5

Rational functions typically require the quotient rule for the overall structure, then simpler rules for the numerator and denominator.

Example: ddx(x2+3x2xโˆ’1)\frac{d}{dx}\left(\frac{x^2 + 3x}{2x - 1}\right)

  1. Numerator: f(x)=x2+3xf(x) = x^2 + 3x, so fโ€ฒ(x)=2x+3f'(x) = 2x + 3

  2. Denominator: g(x)=2xโˆ’1g(x) = 2x - 1, so gโ€ฒ(x)=2g'(x) = 2

  3. Quotient rule: (2xโˆ’1)(2x+3)โˆ’(x2+3x)(2)(2xโˆ’1)2\frac{(2x-1)(2x+3) - (x^2+3x)(2)}{(2x-1)^2}

  4. Expand numerator: (4x2+6xโˆ’2xโˆ’3)โˆ’(2x2+6x)=4x2+4xโˆ’3โˆ’2x2โˆ’6x=2x2โˆ’2xโˆ’3(4x^2 + 6x - 2x - 3) - (2x^2 + 6x) = 4x^2 + 4x - 3 - 2x^2 - 6x = 2x^2 - 2x - 3

  5. Result: 2x2โˆ’2xโˆ’3(2xโˆ’1)2\frac{2x^2 - 2x - 3}{(2x-1)^2}

Implicit differentiation is used when yy isn't isolated on one side of the equation (like x2+y2=25x^2 + y^2 = 25). You differentiate both sides with respect to xx, treating yy as a function of xx, then solve for dydx\frac{dy}{dx}. This technique builds directly on the rules covered here.

Advanced concepts in differentiation

Differentiability and continuity: A function must be continuous at a point to be differentiable there. However, continuity alone doesn't guarantee differentiability. Sharp corners (like in โˆฃxโˆฃ|x| at x=0x = 0) and vertical tangent lines are continuous but not differentiable.

Higher-order derivatives are found by differentiating repeatedly. The second derivative fโ€ฒโ€ฒ(x)f''(x) is the derivative of fโ€ฒ(x)f'(x), the third derivative fโ€ฒโ€ฒโ€ฒ(x)f'''(x) is the derivative of fโ€ฒโ€ฒ(x)f''(x), and so on. These come up when analyzing concavity and acceleration.

For example, if f(x)=x4f(x) = x^4, then fโ€ฒ(x)=4x3f'(x) = 4x^3, fโ€ฒโ€ฒ(x)=12x2f''(x) = 12x^2, and fโ€ฒโ€ฒโ€ฒ(x)=24xf'''(x) = 24x.

2,589 studying โ†’