Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

When a function is built from two simpler functions, its derivative often requires a special rule. The product rule and quotient rule help you differentiate expressions where functions are multiplied or divided. These rules matter because many real problems in physics, economics, and engineering involve combined functions rather than single powers or polynomials. Knowing which rule to use prevents algebra mistakes and makes complicated derivatives manageable.

The product rule tells you how the rate of change behaves when two changing quantities are multiplied together. The quotient rule does the same for division, but it must account for how both the numerator and denominator change at the same time. In both cases, you still may need chain rule, power rule, or trig derivatives inside the pieces. A big part of success is recognizing the structure of the function before starting the derivative.

Key Facts

  • Product rule: ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
  • Quotient rule: ddx[f(x)g(x)]=f(x)g(x)f(x)g(x)(g(x))2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^2}, with g(x)0g(x) \neq 0
  • For y=x2sinxy = x^2 \sin x, y=2xsinx+x2cosxy' = 2x \sin x + x^2 \cos x
  • For y=x2+1x3y = \frac{x^2 + 1}{x - 3}, y=(2x)(x3)(x2+1)(1)(x3)2y' = \frac{(2x)(x - 3) - (x^2 + 1)(1)}{(x - 3)^2}
  • Product rule has a plus sign between the two terms, while quotient rule has a minus sign in the numerator
  • Before choosing a rule, identify the main operation joining the two parts: multiplication uses product rule, division uses quotient rule

Vocabulary

Product Rule
A derivative rule used when one function is multiplied by another function.
Quotient Rule
A derivative rule used when one function is divided by another function.
Numerator
The numerator is the top part of a fraction.
Denominator
The denominator is the bottom part of a fraction and cannot be zero.
Derivative
A derivative measures how fast a function changes with respect to its input.

Common Mistakes to Avoid

  • Using the product rule on a quotient, because the expression has two functions. The main operation decides the rule, so division must use the quotient rule unless you first rewrite the function another way.
  • Forgetting the square on the denominator in the quotient rule, which changes the entire result. The denominator must be (g(x))2(g(x))^2, not just g(x)g(x).
  • Writing a plus sign in the quotient rule numerator, because it looks similar to the product rule. The quotient rule numerator is f(x)g(x)f(x)g(x)f'(x)g(x) - f(x)g'(x), so the order and minus sign matter.
  • Differentiating each factor separately and multiplying the derivatives, such as claiming ddx[fg]=fg\frac{d}{dx}[fg] = f'g'. This is wrong because the derivative of a product requires two terms, not one.

Practice Questions

  1. 1 Find the derivative of y=(3x2+1)(x34)y = (3x^2 + 1)(x^3 - 4).
  2. 2 Find the derivative of y=2x+5x2+1y = \frac{2x + 5}{x^2 + 1}.
  3. 3 A student says the derivative of y=(x2+1)(x4)x+2y = \frac{(x^2 + 1)(x - 4)}{x + 2} should use only the quotient rule. Explain whether that is enough and what structure of the function must be recognized first.