Product Rule

Product Rule lets you find the derivative of a product of two functions without multiplying them out first; use it when the product is complex.

(fg)=fg+fg(fg)' = f'g + fg'

Solve a problem with Product Rule

Type the problem. The solver will use Product Rule where Product Rule is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Product Rule takes
ff
gg
Product Rule
SymbolMeaning
ffA function being multiplied; ff' denotes its derivative.
ggA function being multiplied; gg' denotes its derivative.

When to use it

When you need to find the derivative of two functions being multiplied together.

Level

Usually taught in: Calculus I · Appears on: AP Calculus

Worked examples

1. Find the derivative of a polynomial product

Problem

Find the derivative of f(x)=(x2+3)(2x1)f(x) = (x^2 + 3)(2x - 1).
  1. f=x2+3,g=2x1f = x^2 + 3, \quad g = 2x - 1

    Identify the two functions being multiplied.

  2. f=2x,g=2f' = 2x, \quad g' = 2

    Find the derivative of each function separately using the Power Rule.

  3. (fg)=fg+fg=(2x)(2x1)+(x2+3)(2)(fg)' = f'g + fg' = (2x)(2x - 1) + (x^2 + 3)(2)

    Apply the Product Rule by substituting the functions and their derivatives.

  4. (2x)(2x1)=4x22xand(x2+3)(2)=2x2+6(2x)(2x - 1) = 4x^2 - 2x \quad \text{and} \quad (x^2 + 3)(2) = 2x^2 + 6

    Expand each product separately.

  5. 4x22x+2x2+6=6x22x+64x^2 - 2x + 2x^2 + 6 = 6x^2 - 2x + 6

    Combine like terms.

Answer: 6x22x+66x^2 - 2x + 6

The Product Rule lets us find the derivative without expanding the entire product first, which would give 2x3x2+6x32x^3 - x^2 + 6x - 3. By using Product Rule, we work directly with each function and its derivative, which often leads to fewer arithmetic errors and a cleaner path to the final answer.

2. Find the derivative of a product with negative coefficients

Problem

Find the derivative of h(x)=(13x)(x2+4x)h(x) = (1 - 3x)(x^2 + 4x).
  1. u=13x,v=x2+4xu = 1 - 3x, \quad v = x^2 + 4x

    Identify the two functions being multiplied.

  2. u=3,v=2x+4u' = -3, \quad v' = 2x + 4

    Find the derivative of each function using the Power Rule; note that uu' is negative.

  3. (uv)=uv+uv=(3)(x2+4x)+(13x)(2x+4)(uv)' = u'v + uv' = (-3)(x^2 + 4x) + (1 - 3x)(2x + 4)

    Apply the Product Rule by substituting the functions and derivatives into the formula.

  4. (3)(x2+4x)=3x212xand(13x)(2x+4)=2x+46x212x(-3)(x^2 + 4x) = -3x^2 - 12x \quad \text{and} \quad (1 - 3x)(2x + 4) = 2x + 4 - 6x^2 - 12x

    Expand each product carefully, especially with negative signs.

  5. 3x212x+2x+46x212x=9x222x+4-3x^2 - 12x + 2x + 4 - 6x^2 - 12x = -9x^2 - 22x + 4

    Combine all like terms.

Answer: 9x222x+4-9x^2 - 22x + 4

With negative coefficients and higher-degree terms, expanding first would be messy. The Product Rule handles this systematically: we find each derivative cleanly (including the negative in u=3u' = -3), then apply the rule. This approach is less error-prone and shows how each part of the product contributes to its rate of change.

3. Find how phone plan revenue changes over time

Problem

A phone company's monthly revenue (in dollars) from a plan is R(t)=(20+0.5t)(1000+100t)R(t) = (20 + 0.5t)(1000 + 100t), where tt is time in months, (20+0.5t)(20 + 0.5t) is the monthly price per subscriber in dollars, and (1000+100t)(1000 + 100t) is the number of subscribers. Find R(t)R'(t), the rate of change of revenue.
  1. p(t)=20+0.5t,n(t)=1000+100tp(t) = 20 + 0.5t, \quad n(t) = 1000 + 100t

    Identify the two functions: the price per subscriber and the number of subscribers.

  2. p(t)=0.5,n(t)=100p'(t) = 0.5, \quad n'(t) = 100

    Differentiate each function; the coefficients represent the rates of change of price and subscriber count.

  3. R(t)=p(t)n(t)+p(t)n(t)=(0.5)(1000+100t)+(20+0.5t)(100)R'(t) = p'(t) \cdot n(t) + p(t) \cdot n'(t) = (0.5)(1000 + 100t) + (20 + 0.5t)(100)

    Apply the Product Rule to find the rate of change of revenue.

  4. (0.5)(1000+100t)=500+50tand(20+0.5t)(100)=2000+50t(0.5)(1000 + 100t) = 500 + 50t \quad \text{and} \quad (20 + 0.5t)(100) = 2000 + 50t

    Distribute to expand each product.

  5. R(t)=500+50t+2000+50t=2500+100tR'(t) = 500 + 50t + 2000 + 50t = 2500 + 100t

    Combine like terms to get the final expression for the rate of change.

Answer: R(t)=2500+100tR'(t) = 2500 + 100t

Real-world scenarios often involve products of changing quantities. The Product Rule helps us find how fast revenue is changing by considering each factor separately—how price changes with time, and how subscriber count changes with time. This is essential for business analysis and optimization.

Common mistakes

Where Product Rule usually goes wrong
Answer came out wrong
Students write (fg)=fg(fg)' = f'g'.
Apply the full rule: (fg)=fg+fg(fg)' = f'g + fg'—the two derivative terms must be multiplied by the original (non-derived) function.
Students compute only the first term and write (x2+3)(2x1))=(2x)(2)(x^2 + 3)(2x - 1))' = (2x)(2).
Always write both terms: (fg)=fg+fg(fg)' = f'g + fg'. Here, the answer is (2x)(2x1)+(x2+3)(2)=6x22x+6(2x)(2x-1) + (x^2+3)(2) = 6x^2 - 2x + 6.
Students apply the Product Rule to a quotient and write (x22x+1)=(2x)(2)(\frac{x^2}{2x+1})' = (2x)(2).
For quotients, use the Quotient Rule: (fg)=fgfgg2(\frac{f}{g})' = \frac{f'g - fg'}{g^2}, not the Product Rule.
The mistakeWhy it is wrongThe fix
Students write (fg)=fg(fg)' = f'g'.Students multiply the derivatives together instead of following the Product Rule formula, giving an incorrect answer that doesn't match the actual derivative.Apply the full rule: (fg)=fg+fg(fg)' = f'g + fg'—the two derivative terms must be multiplied by the original (non-derived) function.
Students compute only the first term and write (x2+3)(2x1))=(2x)(2)(x^2 + 3)(2x - 1))' = (2x)(2).Forgetting the second term fgfg' and only computing fgf'g leaves out half the formula, resulting in a completely wrong answer.Always write both terms: (fg)=fg+fg(fg)' = f'g + fg'. Here, the answer is (2x)(2x1)+(x2+3)(2)=6x22x+6(2x)(2x-1) + (x^2+3)(2) = 6x^2 - 2x + 6.
Students apply the Product Rule to a quotient and write (x22x+1)=(2x)(2)(\frac{x^2}{2x+1})' = (2x)(2).Applying Product Rule to a quotient instead of using the Quotient Rule is a fundamental formula mix-up.For quotients, use the Quotient Rule: (fg)=fgfgg2(\frac{f}{g})' = \frac{f'g - fg'}{g^2}, not the Product Rule.

Tips and when to use something else

  • Remember: the Product Rule has two terms, fg+fgf'g + fg'. A common mistake is forgetting the second term or multiplying the derivatives as fgf'g'.
  • If multiplying out the product first is simpler, do that instead and use the Power Rule—for example, 5xx2=5x35x \cdot x^2 = 5x^3 is faster without Product Rule.
  • For a product of three functions like uvwuvw, apply Product Rule twice: first to get (uv)w+(uv)w(uv)'w + (uv)w', then apply Product Rule to (uv)(uv)' to get uv+uvu'v + uv'.
  • Product Rule is for multiplication. For division, use the Quotient Rule: (f/g)=(fgfg)/g2(f/g)' = (f'g - fg')/g^2.

Frequently asked questions

When should I use Product Rule instead of just multiplying out the product first and using Power Rule?
Multiply out first when it's simple—for instance, 3xx2=3x33x \cdot x^2 = 3x^3, which you can then differentiate directly. Use Product Rule when the product is complex, has variables in both factors, or would be tedious to expand.
Can the order of the two terms in (fg)=fg+fg(fg)' = f'g + fg' be reversed?
Yes, you can write (fg)=fg+fg(fg)' = fg' + f'g since addition is commutative. Both orders are mathematically equivalent and will give the same final answer.
Why isn't the derivative of a product equal to the product of the derivatives?
Because when two quantities are multiplied, a change in one quantity affects the entire product—not just the part from that quantity. The Product Rule accounts for both effects: how the first function's change affects the product, plus how the second function's change affects it.
Do I need to memorize the Product Rule or is there a way to derive it?
You should know the formula (fg)=fg+fg(fg)' = f'g + fg', but you can derive it from the limit definition of a derivative if you need to. Many textbooks show the derivation, which helps solidify why the rule has this particular form.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18