CALCULUS 1 • DERIVATIVES: DEFINITION & RULES

Quotient Rule — The Quotient Rule

Learn how to differentiate a function divided by another function using a single elegant formula.

Historical Context & Motivation

Throughout the history of mathematics, one of the most important challenges has been understanding how quantities change in relation to one another. When Isaac Newton and Gottfried Wilhelm Leibniz independently developed calculus in the late 1600s, they created tools for measuring instantaneous rates of change — what we now call derivatives. Early derivative rules handled sums and products of functions, but scientists and mathematicians quickly realized they also needed a reliable method for differentiating ratios of functions — situations where one quantity is divided by another.

Think about real-world scenarios where ratios appear naturally: the concentration of a chemical in a solution (mass divided by volume), the efficiency of a machine (output divided by input), or the velocity of an object whose position depends on a complex time relationship. All of these involve dividing one function by another, and finding how those ratios change over time or across conditions requires the Quotient Rule.

1665–1666
Newton's "Annus Mirabilis"
Isaac Newton develops his method of fluxions, an early form of calculus that included techniques for differentiating products and ratios of quantities.
1684
Leibniz Publishes Calculus
Gottfried Wilhelm Leibniz publishes his differential calculus, introducing the d/dx notation still used today. His framework made systematic differentiation rules, including the quotient rule, more accessible.
1700s
Formalization by Euler & Bernoulli
Leonhard Euler and the Bernoulli family applied the product and quotient rules extensively to physics and engineering problems, cementing these rules as essential tools in the mathematician's toolkit.
1800s
Rigorous Foundations
Augustin-Louis Cauchy and Karl Weierstrass provided rigorous limit-based proofs for derivative rules, including the quotient rule, using the epsilon-delta definition of a limit.

The central question the quotient rule answers is straightforward: if you know the derivatives of two individual functions f(x) and g(x), how do you find the derivative of their ratio f(x)/g(x)? As we'll see, the derivative of a quotient is not simply the quotient of the derivatives — it requires its own special formula.

Core Principles & Definitions

Before diving into the formula itself, let's establish the foundational ideas that make the quotient rule work. You should already be comfortable with the power rule and the product rule. The quotient rule builds on these concepts and adds one crucial idea: when you differentiate a ratio, both the numerator and the denominator contribute to how the overall function changes.

1

Numerator & Denominator Functions

The quotient rule applies when you have a function written as f(x)/g(x). Here, f(x) is the numerator ("top") and g(x) is the denominator ("bottom"). Both must be differentiable.
2

Denominator Cannot Be Zero

The quotient f(x)/g(x) is only defined where g(x) ≠ 0. If the denominator equals zero, the function (and its derivative) do not exist at that point.
3

Order Matters

Unlike the product rule, the quotient rule involves subtraction. Swapping the order of terms in the numerator of the formula will give you the wrong sign — a common mistake to watch out for.
4

"Lo d-Hi minus Hi d-Lo" Mnemonic

Many students remember the formula using the chant: "Lo d-Hi minus Hi d-Lo, square the bottom and away we go." "Lo" is the denominator, "Hi" is the numerator, and "d" means derivative.
KEY TAKEAWAY
Think of a fraction like a seesaw: both the top and bottom are moving at the same time. If the top grows faster than the bottom, the whole fraction increases — but if the bottom grows faster, the fraction shrinks. The quotient rule captures the tug-of-war between numerator and denominator by comparing how fast each one changes relative to the other, all scaled by the square of the denominator.

Visual Explanation

The diagram below provides a visual roadmap of the quotient rule. It shows how you start with a fraction f(x)/g(x), identify the numerator and denominator along with their individual derivatives, and then assemble the pieces into the final quotient rule formula. Follow the flow from top to bottom to see how every component fits together.

This flowchart traces the quotient rule from start to finish. Notice how both the numerator f(x) and the denominator g(x) feed into the formula. The subtraction step is highlighted in amber to remind you that order matters.

As you can see, the process has a clear structure. First you identify the "top" and "bottom" functions along with their derivatives. Then you combine them using the pattern: bottom times derivative of top, minus top times derivative of bottom, all over bottom squared. The subtraction is the part that trips most students up, so always double-check that you have the terms in the correct order.

Mathematical Framework

Let's now state the quotient rule formally and explore what each piece means. The formula may look intimidating at first glance, but once you break it into parts, it becomes very manageable.

THE QUOTIENT RULE
d/dx [f(x) / g(x)] = [g(x) · f′(x) − f(x) · g′(x)] / [g(x)]²
where f(x) = numerator function, g(x) = denominator function, f′(x) = derivative of the numerator, g′(x) = derivative of the denominator, and g(x) ≠ 0.

To understand where this formula comes from, we can derive it using the product rule. If h(x) = f(x)/g(x), we can rewrite this as f(x) = h(x) · g(x). Applying the product rule to the right side gives f′(x) = h′(x) · g(x) + h(x) · g′(x). Solving for h′(x) leads directly to the quotient rule formula. This connection is worth knowing because it shows that the quotient rule isn't an arbitrary formula — it flows logically from the product rule.

DERIVATION VIA PRODUCT RULE
f(x) = h(x) · g(x) → f′(x) = h′(x) · g(x) + h(x) · g′(x) → h′(x) = [f′(x) − h(x) · g′(x)] / g(x)
Substituting h(x) = f(x)/g(x) and simplifying yields the standard quotient rule. This derivation confirms that the product rule and quotient rule are two sides of the same coin.
MNEMONIC FORM
(Lo · dHi − Hi · dLo) / Lo²
"Lo" = g(x) (bottom), "Hi" = f(x) (top), "dHi" = f′(x), "dLo" = g′(x). Chant: "Lo d-Hi minus Hi d-Lo, square the bottom and away we go!"
⚠️ Common Mistake Alert
Many students accidentally write f′(x) · g(x) − g′(x) · f(x) instead of g(x) · f′(x) − f(x) · g′(x). While multiplication is commutative (so f′ · g = g · f′), the subtraction order is critical. Always start with the denominator times the derivative of the numerator first, then subtract.

Detailed Breakdown & When to Use It

The quotient rule is essential, but it's not always the only option. Sometimes you can avoid it entirely by rewriting a fraction using negative exponents and then applying the product rule or power rule instead. Knowing when to use each approach will save you time and reduce errors. The diagram below compares the two strategies side by side.

Side-by-side comparison of when to apply the quotient rule directly versus when to rewrite and simplify before differentiating. The right strategy depends on the complexity of the denominator.

A helpful rule of thumb: if the denominator is a single monomial (like x², 2x, or 5x³), try dividing each term in the numerator by it first. This often lets you avoid the quotient rule entirely. On the other hand, if the denominator is a binomial or more complex expression (like x² + 1 or sin x), the quotient rule is usually the most direct approach.

Strategy guide for choosing the right differentiation approach
Function TypeExampleBest Strategy
Polynomial / Polynomial(x³ − 2x) / (x² + 4)Quotient Rule
Polynomial / Monomial(4x⁵ − x²) / x³Simplify, then Power Rule
Trig / Trigsin(x) / cos(x)Quotient Rule
Constant / Function5 / (x² + 1)Quotient Rule (f′ = 0 simplifies it)
Exponential / Polynomialeˣ / x²Quotient Rule

Worked Example

Let's walk through a complete example step by step. We will differentiate the function h(x) = (3x² + 5) / (x³ − 1) using the quotient rule. Follow each step carefully, and pay special attention to the subtraction in the numerator.

Differentiate h(x) = (3x² + 5) / (x³ − 1)
1
Step 1 — Identify f(x) and g(x)The numerator is f(x) = 3x² + 5 (the "Hi"). The denominator is g(x) = x³ − 1 (the "Lo"). Both are polynomial functions that we can differentiate using the power rule.
f(x) = 3x² + 5, g(x) = x³ − 1
2
Step 2 — Find the derivatives f′(x) and g′(x)Using the power rule, the derivative of 3x² is 6x, and the derivative of the constant 5 is 0. So f′(x) = 6x. For the denominator, the derivative of x³ is 3x², and the derivative of −1 is 0. So g′(x) = 3x².
f′(x) = 6x, g′(x) = 3x²
3
Step 3 — Plug into the quotient rule formulaThe quotient rule states: h′(x) = [g(x) · f′(x) − f(x) · g′(x)] / [g(x)]². Substituting our values: h′(x) = [(x³ − 1)(6x) − (3x² + 5)(3x²)] / (x³ − 1)².
h′(x) = [(x³ − 1)(6x) − (3x² + 5)(3x²)] / (x³ − 1)²
4
Step 4 — Expand the numeratorExpand each product separately. First: (x³ − 1)(6x) = 6x⁴ − 6x. Second: (3x² + 5)(3x²) = 9x⁴ + 15x². Now subtract the second from the first: (6x⁴ − 6x) − (9x⁴ + 15x²) = 6x⁴ − 6x − 9x⁴ − 15x².
Numerator = 6x⁴ − 6x − 9x⁴ − 15x²
5
Step 5 — Combine like terms and write the final answerCombining like terms in the numerator: 6x⁴ − 9x⁴ = −3x⁴. The remaining terms are −15x² and −6x. So the numerator simplifies to −3x⁴ − 15x² − 6x. We can factor out −3x to get −3x(x³ + 5x + 2).
h′(x) = −3x(x³ + 5x + 2) / (x³ − 1)²
💡 Pro Tip
After expanding, always look for common factors you can pull out of the numerator. Factoring doesn't change the answer, but it makes it cleaner and easier to work with — especially if you need to evaluate the derivative at specific points or find where it equals zero.

Quotient Rule vs. Other Rules

The quotient rule is one of several fundamental differentiation rules you'll use in calculus. Understanding how it compares to the others — especially the product rule and the chain rule — helps you choose the right tool for each problem. The table below highlights the key differences.

Comparison of the Product Rule and Quotient Rule
FeatureProduct RuleQuotient Rule
Applies tof(x) · g(x)f(x) / g(x)
Formulaf′g + fg′(gf′ − fg′) / g²
OperationAddition (+)Subtraction (−)
Order sensitivityNot sensitive (addition is commutative)Very sensitive (switching terms flips the sign)
DenominatorNone[g(x)]²
Common errorForgetting the second termWrong subtraction order
KEY TAKEAWAY
Think of the product rule and quotient rule as related tools in your differentiation toolbox. The product rule is like adding the efforts of two workers on a team — both contributions get summed. The quotient rule is like a competition between the numerator and denominator — you subtract to find which one "wins" and then scale by the square of the denominator to account for the bottom's influence.

One important technique to know is that every quotient rule problem can be rewritten as a product rule problem by expressing f(x)/g(x) as f(x) · [g(x)]⁻¹ and applying both the product rule and chain rule. Some students prefer this approach once they're comfortable with the chain rule, since it avoids memorizing a separate formula. However, the quotient rule is often faster for straightforward fractions, and it's a formula you'll see frequently on exams.

Connections to Advanced Calculus

The quotient rule is not just a formula you use in isolation — it connects to many important ideas you'll encounter later in calculus and beyond. Here's a preview of where the quotient rule shows up in more advanced settings.

How the quotient rule connects to future topics
Concept in This LessonAdvanced Extension
Quotient rule for polynomialsDerivatives of rational functions, used in partial fraction decomposition for integration
Deriving d/dx(tan x) = sec²xDerivatives of all six trig functions (cot, sec, csc all use the quotient rule)
Finding where h′(x) = 0Critical points and optimization problems in Calculus 1 & 2
Quotient of two functionsL'Hôpital's Rule for evaluating limits of indeterminate forms like 0/0 or ∞/∞
Single-variable quotient ruleMultivariable partial derivatives of quotients in Calculus 3

One of the most elegant applications of the quotient rule is deriving the derivative of tangent. Since tan(x) = sin(x)/cos(x), applying the quotient rule gives [cos(x) · cos(x) − sin(x) · (−sin(x))] / cos²(x) = [cos²(x) + sin²(x)] / cos²(x) = 1/cos²(x) = sec²(x). This beautiful result falls out directly from the Pythagorean identity, and it's a result you'll use again and again in calculus.

🚀 Looking Ahead
In later courses, you'll encounter L'Hôpital's Rule, which uses derivatives to evaluate tricky limits. When you get there, your fluency with the quotient rule will make those problems much more approachable. Mastering this rule now is an investment that pays dividends throughout your math career.

Practice Problems

Now it's your turn. Work through these five problems in order — they start with a conceptual check and build toward more challenging applications. Try each one on paper before revealing the answer.

PROBLEM 1CONCEPTUAL
A student claims that the derivative of f(x)/g(x) is simply f′(x)/g′(x). Explain why this is incorrect, and describe what the quotient rule actually says the derivative should be.
PROBLEM 2BASIC CALCULATION
Use the quotient rule to find the derivative of h(x) = (2x + 1) / (x − 4).
PROBLEM 3INTERMEDIATE
Find the derivative of y = (x² − 3x) / (2x + 7), and determine the value of y′ when x = 1.
PROBLEM 4APPLIED
The concentration of a medication in a patient's bloodstream is modeled by C(t) = 50t / (t² + 4), where C is in mg/L and t is in hours. Find C′(t) and determine at what time the concentration is at its maximum.
PROBLEM 5CRITICAL THINKING
Use the quotient rule to prove that the derivative of cot(x) = cos(x)/sin(x) is −csc²(x). Show every step of your work.

Lesson Summary

The Quotient Rule provides a formula for differentiating a ratio of two functions: d/dx[f(x)/g(x)] = [g(x)·f′(x) − f(x)·g′(x)] / [g(x)]². The mnemonic "Lo d-Hi minus Hi d-Lo, square the bottom and away we go" helps you remember the correct order. The subtraction order is critical — always start with the denominator times the derivative of the numerator, then subtract the numerator times the derivative of the denominator.

The quotient rule connects to the product rule (since f/g = f · g⁻¹) and is essential for deriving the derivatives of trigonometric functions like tan(x), cot(x), sec(x), and csc(x). Before applying the quotient rule, always check whether you can simplify the fraction first — dividing through by a monomial denominator may let you avoid the quotient rule entirely. Mastery of this rule is foundational for optimization, related rates, and L'Hôpital's Rule in later calculus courses.

Varsity Tutors • Calculus 1 • Quotient Rule — The Quotient Rule