TOPIC
Quotient ruleMY PROGRESS
Pug Score
0%
Getting Started
"Let's build your foundation!"
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Quiz
Next Steps
Get Started
Get unlimited access to all videos, practice problems, and study tools.
Back to Menu
Topic Progress
Pug Score
0%
Getting Started
"Let's build your foundation!"
Videos Watched
0/0
Best Practice
No score
Read
Not viewed
Best Quiz
No attempts
Best Streak
0 in a row
Study Points
+0
Overview
Practice
Watch
Read
Quiz
Next Steps
Read
Quotient Rule for Derivatives
The quotient rule is the calculus formula for differentiating a function written as one function divided by another. This page covers the formula, when to apply it, worked examples including trig functions, and the mistakes to avoid.
What Is the Quotient Rule?
The quotient rule is the formula used to find the derivative of a function that is written as one function divided by another. If you have a function of the form \( h(x) = \frac{f(x)}{g(x)} \), you cannot just differentiate the top and bottom separately and divide the results — that gives the wrong answer. Instead, the quotient rule says:
A common way students remember it is "low d-high minus high d-low, over low squared" — where "low" is the denominator \(g(x)\) and "high" is the numerator \(f(x)\). Written out, that phrase becomes exactly the formula above: \( h'(x) = \frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2} \).
When Should You Use the Quotient Rule?
Use the quotient rule whenever a function is a fraction made of two separate, non-constant expressions, such as \( \frac{3x^2 - 5}{x+1} \) or \( \frac{\sin x}{\cos x} \). If the denominator is just a constant, like \( \frac{x^2}{4} \), it is easier to rewrite it as \( \frac{1}{4}x^2 \) and use the power rule instead. And if the expression is really a product, like \( x^2 \cdot \frac{1}{x+1} \), the product rule may be simpler. Knowing the difference between multiplying, dividing, and composing functions is the key to picking the right tool, whether that is the quotient rule, the chain rule, or a simpler rule.
Step-by-Step Example
Differentiate \( h(x) = \dfrac{3x^2 - 5}{x + 1} \).
Let \( f(x) = 3x^2 - 5 \) so \( f'(x) = 6x \), and let \( g(x) = x + 1 \) so \( g'(x) = 1 \).
Substitute into the formula:
\( h'(x) = \dfrac{(6x)(x+1) - (3x^2 - 5)(1)}{(x+1)^2} \)
Expand the numerator carefully, keeping track of the minus sign:
\( h'(x) = \dfrac{6x^2 + 6x - 3x^2 + 5}{(x+1)^2} = \dfrac{3x^2 + 6x + 5}{(x+1)^2} \)
Using the Quotient Rule on Trig Functions
Because \( \tan x = \dfrac{\sin x}{\cos x} \), you can find its derivative with the quotient rule. Let \( f(x) = \sin x \) and \( g(x) = \cos x \), so \( f'(x) = \cos x \) and \( g'(x) = -\sin x \):
\( \dfrac{d}{dx}(\tan x) = \dfrac{\cos x \cdot \cos x - \sin x \cdot (-\sin x)}{\cos^2 x} = \dfrac{\cos^2 x + \sin^2 x}{\cos^2 x} = \dfrac{1}{\cos^2 x} = \sec^2 x \)
The same method gives the derivatives of cotangent, secant, and cosecant, since each is a ratio built from sine and cosine. For the full set of trig derivative rules and how they are proved, see the derivative of trigonometric functions lesson.
Quotient Rule vs Product Rule vs Chain Rule
These three rules solve different structural problems, and mixing them up is one of the most common calculus errors:
- The product rule is for two functions multiplied together, like \( x^2 e^x \).
- The quotient rule is for one function divided by another, like \( \dfrac{x^2}{e^x} \).
- The chain rule is for a function nested inside another, like \( e^{x^2} \).
Some expressions need more than one rule at once. For example, differentiating \( \dfrac{e^{2x}}{x+1} \) needs the quotient rule for the overall division, and the chain rule to differentiate \( e^{2x} \) in the numerator. If exponential derivatives feel unfamiliar, the derivative of exponential functions lesson covers that piece separately before you combine it with the quotient rule.
Common Mistakes to Avoid
- Forgetting to square the denominator. The bottom of the result is always \([g(x)]^2\), not \(g(x)\).
- Getting the subtraction order backwards. It is \(f'g - fg'\), not \(fg' - f'g\); swapping them flips the sign of the whole answer.
- Skipping the product rule inside the numerator. Each term \(f'(x)g(x)\) and \(f(x)g'(x)\) is itself a product, so both pieces must be found before combining.
- Not simplifying afterward. Expanding and collecting like terms in the numerator makes the derivative far easier to use for later steps, such as finding a tangent line or a critical point.
What About Quotient Rule Integration?
Many students search for a "quotient rule for integration," but there isn't a direct integral counterpart to this differentiation rule. Differentiating a fraction always produces another fraction through the formula above, but integrating a fraction usually requires a different technique, such as substitution, partial fractions, or recognizing a known antiderivative pattern. If you are asked to integrate a quotient, it is worth checking whether the numerator is the derivative of the denominator first, since that often simplifies things considerably.
Practicing the Quotient Rule
The quotient rule becomes much more natural with repeated practice, since the formula itself never changes, only the functions inside it. Working through a mix of polynomial, trig, and exponential examples, and checking each derivative by simplifying the numerator, is the fastest way to build confidence. Once differentiation feels solid, it also becomes the foundation for topics like higher order derivatives, where you differentiate a result more than once.