14.4 Product and Quotient Rules


2026 📋 Syllabus Objectives

By the end of these notes, you will be able to:

  • Differentiate products of functions — find the derivative when two functions are multiplied together.
  • Differentiate quotients of functions — find the derivative when one function is divided by another.

What is a Product? What is a Quotient?

Before diving in, let's clarify two words you'll see constantly:

  • A product means two things multiplied together. For example, x2×(x5+1)x^2 \times (x^5 + 1) is a product.
  • A quotient means one thing divided by another. For example, x3+12x3\dfrac{x^3 + 1}{2x - 3} is a quotient.

When you need to differentiate (find the derivative of) these types of expressions, you cannot simply differentiate each part separately. You need special rules — the Product Rule and the Quotient Rule.


Part 1: The Product Rule

What is it?

The Product Rule is a formula that lets you differentiate the product of two functions.

If you have: y=uvy = u \cdot v

where both uu and vv are functions of xx (meaning they both contain xx), then:

dydx=udvdx+vdudx\boxed{\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}}

In plain English:

(first function × derivative of second function) + (second function × derivative of first function)

How to Label u and v

When you see a product, simply:

  1. Call the first function uu
  2. Call the second function vv
  3. Find dudx\dfrac{du}{dx} (differentiate uu)
  4. Find dvdx\dfrac{dv}{dx} (differentiate vv)
  5. Plug everything into the formula

💡 Tip: It does not matter which part you label uu and which you label vv — you will get the same answer either way.


Worked Example 1 — Basic Product Rule

Differentiate y=x2(x5+1)y = x^2(x^5 + 1)

Step 1 — Label the parts: u=x2v=x5+1u = x^2 \qquad v = x^5 + 1

Step 2 — Find the derivatives of each part: dudx=2xdvdx=5x4\frac{du}{dx} = 2x \qquad \frac{dv}{dx} = 5x^4

Step 3 — Apply the Product Rule: dydx=udvdx+vdudx\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx} =(x2)(5x4)+(x5+1)(2x)= (x^2)(5x^4) + (x^5 + 1)(2x) =5x6+2x6+2x= 5x^6 + 2x^6 + 2x =7x6+2x= 7x^6 + 2x


Worked Example 2 — Product Rule with a Square Root

Find the derivative of y=(5x+1)6x1y = (5x + 1)\sqrt{6x - 1}

First, rewrite the square root as a power (this makes it easier to differentiate): y=(5x+1)(6x1)12y = (5x + 1)(6x - 1)^{\frac{1}{2}}

Step 1 — Label the parts: u=5x+1v=(6x1)12u = 5x + 1 \qquad v = (6x-1)^{\frac{1}{2}}

Step 2 — Differentiate each part (note: to differentiate vv, you need the Chain Rule — multiply the power down and reduce the power by 1, then multiply by the derivative of the inside): dudx=5\frac{du}{dx} = 5 dvdx=12(6x1)12×6=3(6x1)12=36x1\frac{dv}{dx} = \frac{1}{2}(6x - 1)^{-\frac{1}{2}} \times 6 = \frac{3}{(6x-1)^{\frac{1}{2}}} = \frac{3}{\sqrt{6x-1}}

Step 3 — Apply the Product Rule: dydx=(5x+1)36x1+6x15\frac{dy}{dx} = (5x + 1) \cdot \frac{3}{\sqrt{6x-1}} + \sqrt{6x-1} \cdot 5

=3(5x+1)6x1+56x1= \frac{3(5x+1)}{\sqrt{6x-1}} + 5\sqrt{6x-1}

Step 4 — Simplify (put everything over a common denominator of 6x1\sqrt{6x-1}):

=3(5x+1)+5(6x1)6x1= \frac{3(5x+1) + 5(6x-1)}{\sqrt{6x-1}}

=15x+3+30x56x1= \frac{15x + 3 + 30x - 5}{\sqrt{6x-1}}

=45x26x1= \frac{45x - 2}{\sqrt{6x-1}}

Sign in to view full notes