Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
2.1 The derivative
2.2 Tangent lines & slopes
2.3 Power rule
2.4 Product & quotient rules
2.5 Special derivatives
2.6 Differentiability & continuity
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
Wrapping up
Achievable logoAchievable logo
2.4 Product & quotient rules
Achievable AP Calculus AB
2. Derivative basics
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Product & quotient rules

6 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • How to differentiate products or quotients of functions

Product rule

In the previous section, we found the derivative of

y=(x+1)(x3−2)

by fully expanding and then using the power rule on each term, which gave

y′=4x3+3x2−2

Expanding works, but it can get messy quickly. A more direct method for differentiating a product of two functions is the product rule.

Product rule:

To differentiate a product of two functions f(x) and g(x),

dxd​[f(x)g(x)]=f(x)g′(x)+f′(x)g(x)

In other words,

  1. Multiply the first function by the derivative of the second.
  2. Add the derivative of the first function times the second.

The mnemonic

“Left D right + right D left"

where “left” is the left (1st) function, “D” means “derivative,” and “right” is the right (2nd) function, may help you remember the product rule.

Examples

  1. Differentiate

y=(x+1)(x3−2)

using the product rule.

(spoiler)

y is the product of two functions:

f(x)g(x)​=x+1=x3−2​

It helps to list each function and its derivative before substituting into the formula.

Function Expression
f(x) x+1
f′(x) 1
g(x) x3−2
g′(x) 3x2

Then applying the product rule,

dxd​[f(x)g(x)]​=(x+1)(3x2)​f(x)g′(x)​+(1)(x3−2)​f′(x)g(x)​=3x3+3x2+x3−2=4x3+3x2−2​

  1. Differentiate

h(t)=t​(t+1)

in two different ways:

a) With the product rule.

b) With the power rule (expanding into individual terms with powers first).

Solutions

a) With the product rule

(spoiler)

Write h(t) as a product f(t)g(t):

Function Expression
f(t) t1/2
f′(t) 21​t−1/2
g(t) t+1
g′(t) 1

Apply the product rule:

h′(t)​=(t1/2)(1)​f(t)g′(t)​+(21​t−1/2)(t+1​f′(t)g(t)​)=t1/2+21​t1/2+21​t−1/2=23​t1/2+2t1/21​​

b) With the power rule

(spoiler)

First rewrite t​ as t1/2 and then distribute:

h(t)=t1/2(t+1)=t3/2+t1/2

Now apply the power rule term-by-term:

h′(t)​=23​t1/2+21​t−1/2=23​t1/2+2t1/21​​

Quotient rule

Use the quotient rule to differentiate a quotient of two functions f(x) and g(x):

Quotient rule:

dxd​[g(x)f(x)​]=[g(x)]2g(x)f′(x)−f(x)g′(x)​

The steps are:

  • Multiply the bottom function by the derivative of the top.
  • Subtract the top function times the derivative of the bottom.
  • Divide by the square of the bottom function.

A catchy way to remember the rule is the rhyme

“Lo-D-Hi minus Hi-D-Lo, all over the square of what’s below."

“Lo” represents the lower/bottom function, “Hi” is the higher/top function, “D” means derivative, and the “square of what’s below” means square the bottom function.

Examples

  1. Find h′(x) for

h(x)=x−1x+1​

(spoiler)

First, identify the top and bottom functions:

  • Top: f(x)=(x+1)⟹f′(x)=1

  • Bottom: g(x)=(x−1)⟹g′(x)=1

Substitute into the quotient rule:

h′(x)=(g(x))2(x−1)2​​(x−1)(1)​g(x)f′(x)​−(x+1)(1)​f(x)g′(x)​​=(x−1)2x−1−x−1​=−(x−1)22​

  1. Find the derivative of

y=x23x4+1​

in two different ways:

a) With the quotient rule.

b) Without the quotient rule (by simplifying the rational expression).

Solutions

a) With the quotient rule

(spoiler)
  • Top: f(x)=3x4+1⟹f′(x)=12x3

  • Bottom: g(x)=x2⟹g′(x)=2x.

Apply the quotient rule:

y′=(x2)2(x2)(12x3)−(3x4+1)(2x)​=x412x5−6x5−2x​=x46x5−2x​

Now split the fraction into two simpler terms:

x46x5​−x42x​=6x−x32​

b) Without the quotient rule (by simplifying the rational expression).

(spoiler)

Start by splitting the original fraction:

y=x23x4​+x21​

Simplify each term:

y=3x2+x−2

Differentiate using the power rule:

y′​=6x−2x−3=6x−x32​​

AP tip:

Look for opportunities to split fractions to save time when the quotient rule can be avoided. However, be careful not to split a fraction incorrectly. For example,

x+1x3​=xx3​+1x3​

To see why, substitute numbers such as

2+18​

which does not equal

28​+18​

Sidenote
Symbols as coefficients

If you see a function like

y=4πx2​

recognize that 4π​ is just a constant coefficient. Use the constant multiple rule while applying the power rule to x2:

y′=4π​(2x)=2πx​

Product rule

  • Differentiates product of two functions: [f(x)g(x)]′=f(x)g′(x)+f′(x)g(x)
  • Mnemonic: “Left D right + right D left”
  • Useful when expanding is impractical

Product rule examples

  • Identify f(x) and g(x) and their derivatives before applying the rule
  • Can confirm results by expanding and using the power rule term-by-term

Quotient rule

  • Differentiates quotient: [g(x)f(x)​]′=[g(x)]2g(x)f′(x)−f(x)g′(x)​
  • Steps:
    • Bottom × derivative of top
    • Minus top × derivative of bottom
    • Divide by square of bottom
  • Mnemonic: “Lo-D-Hi minus Hi-D-Lo, all over the square of what’s below”

Quotient rule examples

  • Identify numerator and denominator functions and their derivatives
  • Sometimes easier to simplify the expression first and use the power rule instead
    • Only split fractions when algebraically valid

AP tip and shortcuts

  • Split fractions to simplify when possible, but only when algebraically correct
  • Constants in numerators/denominators can be treated as coefficients (constant multiple rule)
  • Do not incorrectly split denominators (e.g., x+1x3​=xx3​+1x3​)

Sign up for free to take 7 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Product & quotient rules

What you’ll learn

  • How to differentiate products or quotients of functions

Product rule

In the previous section, we found the derivative of

y=(x+1)(x3−2)

by fully expanding and then using the power rule on each term, which gave

y′=4x3+3x2−2

Expanding works, but it can get messy quickly. A more direct method for differentiating a product of two functions is the product rule.

Product rule:

To differentiate a product of two functions f(x) and g(x),

dxd​[f(x)g(x)]=f(x)g′(x)+f′(x)g(x)

In other words,

  1. Multiply the first function by the derivative of the second.
  2. Add the derivative of the first function times the second.

The mnemonic

“Left D right + right D left"

where “left” is the left (1st) function, “D” means “derivative,” and “right” is the right (2nd) function, may help you remember the product rule.

Examples

  1. Differentiate

y=(x+1)(x3−2)

using the product rule.

(spoiler)

y is the product of two functions:

f(x)g(x)​=x+1=x3−2​

It helps to list each function and its derivative before substituting into the formula.

Function Expression
f(x) x+1
f′(x) 1
g(x) x3−2
g′(x) 3x2

Then applying the product rule,

dxd​[f(x)g(x)]​=(x+1)(3x2)​f(x)g′(x)​+(1)(x3−2)​f′(x)g(x)​=3x3+3x2+x3−2=4x3+3x2−2​

  1. Differentiate

h(t)=t​(t+1)

in two different ways:

a) With the product rule.

b) With the power rule (expanding into individual terms with powers first).

Solutions

a) With the product rule

(spoiler)

Write h(t) as a product f(t)g(t):

Function Expression
f(t) t1/2
f′(t) 21​t−1/2
g(t) t+1
g′(t) 1

Apply the product rule:

h′(t)​=(t1/2)(1)​f(t)g′(t)​+(21​t−1/2)(t+1​f′(t)g(t)​)=t1/2+21​t1/2+21​t−1/2=23​t1/2+2t1/21​​

b) With the power rule

(spoiler)

First rewrite t​ as t1/2 and then distribute:

h(t)=t1/2(t+1)=t3/2+t1/2

Now apply the power rule term-by-term:

h′(t)​=23​t1/2+21​t−1/2=23​t1/2+2t1/21​​

Quotient rule

Use the quotient rule to differentiate a quotient of two functions f(x) and g(x):

Quotient rule:

dxd​[g(x)f(x)​]=[g(x)]2g(x)f′(x)−f(x)g′(x)​

The steps are:

  • Multiply the bottom function by the derivative of the top.
  • Subtract the top function times the derivative of the bottom.
  • Divide by the square of the bottom function.

A catchy way to remember the rule is the rhyme

“Lo-D-Hi minus Hi-D-Lo, all over the square of what’s below."

“Lo” represents the lower/bottom function, “Hi” is the higher/top function, “D” means derivative, and the “square of what’s below” means square the bottom function.

Examples

  1. Find h′(x) for

h(x)=x−1x+1​

(spoiler)

First, identify the top and bottom functions:

  • Top: f(x)=(x+1)⟹f′(x)=1

  • Bottom: g(x)=(x−1)⟹g′(x)=1

Substitute into the quotient rule:

h′(x)=(g(x))2(x−1)2​​(x−1)(1)​g(x)f′(x)​−(x+1)(1)​f(x)g′(x)​​=(x−1)2x−1−x−1​=−(x−1)22​

  1. Find the derivative of

y=x23x4+1​

in two different ways:

a) With the quotient rule.

b) Without the quotient rule (by simplifying the rational expression).

Solutions

a) With the quotient rule

(spoiler)
  • Top: f(x)=3x4+1⟹f′(x)=12x3

  • Bottom: g(x)=x2⟹g′(x)=2x.

Apply the quotient rule:

y′=(x2)2(x2)(12x3)−(3x4+1)(2x)​=x412x5−6x5−2x​=x46x5−2x​

Now split the fraction into two simpler terms:

x46x5​−x42x​=6x−x32​

b) Without the quotient rule (by simplifying the rational expression).

(spoiler)

Start by splitting the original fraction:

y=x23x4​+x21​

Simplify each term:

y=3x2+x−2

Differentiate using the power rule:

y′​=6x−2x−3=6x−x32​​

AP tip:

Look for opportunities to split fractions to save time when the quotient rule can be avoided. However, be careful not to split a fraction incorrectly. For example,

x+1x3​=xx3​+1x3​

To see why, substitute numbers such as

2+18​

which does not equal

28​+18​

Sidenote
Symbols as coefficients

If you see a function like

y=4πx2​

recognize that 4π​ is just a constant coefficient. Use the constant multiple rule while applying the power rule to x2:

y′=4π​(2x)=2πx​

Key points

Product rule

  • Differentiates product of two functions: [f(x)g(x)]′=f(x)g′(x)+f′(x)g(x)
  • Mnemonic: “Left D right + right D left”
  • Useful when expanding is impractical

Product rule examples

  • Identify f(x) and g(x) and their derivatives before applying the rule
  • Can confirm results by expanding and using the power rule term-by-term

Quotient rule

  • Differentiates quotient: [g(x)f(x)​]′=[g(x)]2g(x)f′(x)−f(x)g′(x)​
  • Steps:
    • Bottom × derivative of top
    • Minus top × derivative of bottom
    • Divide by square of bottom
  • Mnemonic: “Lo-D-Hi minus Hi-D-Lo, all over the square of what’s below”

Quotient rule examples

  • Identify numerator and denominator functions and their derivatives
  • Sometimes easier to simplify the expression first and use the power rule instead
    • Only split fractions when algebraically valid

AP tip and shortcuts

  • Split fractions to simplify when possible, but only when algebraically correct
  • Constants in numerators/denominators can be treated as coefficients (constant multiple rule)
  • Do not incorrectly split denominators (e.g., x+1x3​=xx3​+1x3​)

More from Derivative basics

  • Tangent lines & slopes
  • Power rule
  • Special derivatives
  • Differentiability & continuity