What Is the Quotient Rule (Calculus)?

The quotient rule is the calculus shortcut for taking the derivative of a fraction where both the top and the bottom depend on x. It's mostly memorization, but understanding why the formula has the form it does makes the rule much harder to forget.

Tech Talk News Editorial4 min readUpdated Jul 14, 2026
ShareXLinkedInRedditEmail
What Is the Quotient Rule (Calculus)?

Key takeaways

  • The quotient rule says that for f(x) = u(x) / v(x), the derivative is f'(x) = (v · u' − u · v') / v², usually memorized as “low d-high minus high d-low, all over the square of what's below.”
  • The quotient rule is not an independent law. It falls out of the product rule applied to u · v⁻¹ combined with the chain rule on the negative exponent.
  • The most common mistake is reversing the numerator to (u · v' − v · u'), which flips the sign of the entire answer.
  • When the denominator is a constant, or when the expression can be rewritten with a negative exponent, the product rule is usually cleaner than the quotient rule.

Of the four differentiation rules every calculus student memorizes, three make sense on sight. The power rule is obvious. The product rule is symmetric. The chain rule has a story you can tell. Then there's the quotient rule, which arrives as an arbitrary string of symbols, gets crammed in with a nursery rhyme, and evaporates from most people's heads within a semester. That's a shame, because it isn't arbitrary at all. It's two rules you already know, wearing a trench coat.

The Formula

For a function f(x) = u(x) / v(x), the derivative is:

f'(x) = (v · u' − u · v') / v²

Or in the classic mnemonic form: "low d-high minus high d-low, all over the square of what's below." Low is the bottom (v), high is the top (u), and d-high means the derivative of the top.

Why the Formula Has That Form

The cleanest derivation comes from the product rule. Rewrite u/v as u · v−1. Apply the product rule:

(u · v−1)' = u' · v−1 + u · (v−1)'

The derivative of v−1 by the chain rule is −v−2 · v'. Substitute:

= u' · v−1 − u · v−2 · v'

Find a common denominator of and combine:

= (u' · v − u · v') / v²

That's the quotient rule, derived from rules you already know. The minus sign comes from the chain rule on the inverse exponent. The in the denominator comes from combining a v and a . Once you see the derivation, the formula stops looking arbitrary.

A Worked Example

Take f(x) = (x² + 1) / (x − 3). Apply the quotient rule.

u = x² + 1, so u' = 2x.
v = x − 3, so v' = 1.

f'(x) = (v · u' − u · v') / v² = ((x − 3)(2x) − (x² + 1)(1)) / (x − 3)²

Expand the numerator: (x − 3)(2x) = 2x² − 6x. So 2x² − 6x − (x² + 1) = x² − 6x − 1.

f'(x) = (x² − 6x − 1) / (x − 3)²

When to Skip the Quotient Rule

The quotient rule isn't always the easiest path. Two common cases where you can skip it.

First, if the denominator is a constant. f(x) = (x³ + 5) / 4 doesn't need the quotient rule; just take the derivative of the numerator and divide by 4. The constant in the denominator factors out.

Second, if the function can be rewritten as a product with a negative exponent. f(x) = sin(x) / x² is the same as f(x) = sin(x) · x−2, and the product rule plus the power rule for negative exponents is often cleaner than the quotient rule. This is especially true when the numerator and denominator are simple but the algebra of combining the quotient rule's terms gets messy.

The Common Mistake

The most common error in applying the quotient rule is reversing the order of the numerator: (u · v' − v · u') instead of (v · u' − u · v'). The sign flips, the answer is wrong, and the mistake is hard to catch by inspection because the formula looks symmetric at a glance. The mnemonic exists specifically to avoid this. Memorize it as "low d-high minus high d-low" (not the other way around) and double-check the order every time until it's automatic.

The second common error: forgetting to square the denominator. Always , never just v. Easy to catch on review, expensive on a timed test.

The Practical Takeaway

Don't treat the quotient rule as a fact to be feared. It's a shortcut, compressed out of the product and chain rules because students hit fractions often enough to want one. Derive it once and it stops slipping out of your head. And when the algebra gets ugly, rewrite as a product with a negative exponent instead. Both routes land on the same answer. The quotient rule is just the one the textbook prefers.

Frequently asked questions

What is the quotient rule formula?
For f(x) = u(x) / v(x), the derivative is f'(x) = (v · u' − u · v') / v². The top of the fraction is the bottom function times the derivative of the top, minus the top function times the derivative of the bottom. The bottom is the original denominator squared.
Do you always have to use the quotient rule on a fraction?
No. If the denominator is a constant, just differentiate the numerator and divide by that constant. If the expression can be rewritten as a product with a negative exponent, such as sin(x) / x² becoming sin(x) · x⁻², the product rule plus the power rule often produces less algebra.
Why is there a minus sign in the quotient rule?
It comes from the chain rule. Rewriting u / v as u · v⁻¹ and differentiating gives a term of −v⁻² · v′, because the derivative of v⁻¹ is negative. That negative sign survives into the combined fraction and becomes the minus in the numerator.
What is the difference between the product rule and the quotient rule?
The product rule differentiates u · v and gives u'v + uv'. The quotient rule differentiates u / v and gives (vu' − uv') / v². They are the same rule in different clothes: the quotient rule is what you get when you apply the product rule to u · v⁻¹ and clean up the algebra.

Written by

Tech Talk News Editorial

Computer engineering background. Writes about software, AI, markets, and real estate, and the places where the three meet.

More about the author
ShareXLinkedInRedditEmail