Quotient Rule Examples- Mastering Differentiation
What Is the Quotient Rule?
The quotient rule is a differentiation technique for functions divided by other functions. You cannot just take derivatives of the numerator and denominator separately and call it done. That shortcut does not work.
If you have f(x) = g(x) / h(x), the quotient rule gives you the derivative. It's derived from the product rule and implicit differentiation, but you don't need to derive it every time. You just need to apply it correctly.
The Quotient Rule Formula
For f(x) = g(x) / h(x), where h(x) ≠ 0:
f'(x) = [g'(x) · h(x) − g(x) · h'(x)] / [h(x)]²
Memorize this. Write it on your hand if you have to. The numerator follows a specific pattern: lo d'hi minus hi d'lo. "Lo" is the denominator, "hi" is the numerator. Say it out loud a few times.
Quotient Rule Examples: Basic to Intermediate
Example 1: Simple Polynomial Over Polynomial
Find the derivative of f(x) = (3x² + 1) / (x − 2)
Step 1: Identify g(x) and h(x)
- g(x) = 3x² + 1
- h(x) = x − 2
Step 2: Find g'(x) and h'(x)
- g'(x) = 6x
- h'(x) = 1
Step 3: Plug into the formula
f'(x) = [(6x)(x − 2) − (3x² + 1)(1)] / (x − 2)²
Step 4: Expand and simplify
f'(x) = [6x² − 12x − 3x² − 1] / (x − 2)²
f'(x) = (3x² − 12x − 1) / (x − 2)²
That's your answer. Check it by verifying each step.
Example 2: Trigonometric Function
Find the derivative of f(x) = sin(x) / x²
Step 1: g(x) = sin(x), h(x) = x²
Step 2: g'(x) = cos(x), h'(x) = 2x
Step 3: Apply the formula
f'(x) = [cos(x) · x² − sin(x) · 2x] / (x²)²
Step 4: Simplify
f'(x) = [x²cos(x) − 2x·sin(x)] / x⁴
f'(x) = [x·cos(x) − 2·sin(x)] / x³
Factor out x from the numerator when you can. It makes the answer cleaner.
Example 3: Exponential Over Polynomial
Find the derivative of f(x) = eˣ / (x + 1)
Step 1: g(x) = eˣ, h(x) = x + 1
Step 2: g'(x) = eˣ, h'(x) = 1
Step 3: f'(x) = [eˣ(x + 1) − eˣ(1)] / (x + 1)²
Step 4: Simplify
f'(x) = [eˣ(x + 1 − 1)] / (x + 1)²
f'(x) = eˣx / (x + 1)²
Notice eˣ factors out cleanly. Always look for common factors before expanding.
Quotient Rule vs Product Rule: When to Use Which
| Function Type | Rule to Use |
|---|---|
| g(x) · h(x) | Product Rule |
| g(x) / h(x) | Quotient Rule |
| g(h(x)) | Chain Rule |
If you see division, use the quotient rule. If you see multiplication, use the product rule. Some functions require both.
Common Mistakes to Avoid
- Forgetting to square the denominator — The denominator in f'(x) is always [h(x)]², not h(x)
- Reversing the order in the numerator — It's g'·h minus g·h', not the other way around
- Dropping the denominator entirely — The whole point of the quotient rule is that the denominator appears in the answer
- Not simplifying — Leaving unsimplified answers loses points on exams
Quotient Rule Examples: Harder Problems
Example 4: Nested Quotient
Find the derivative of f(x) = [(x² + 1) / (x − 1)] / (x + 3)
This is really f(x) = (x² + 1) / [(x − 1)(x + 3)]
Step 1: Combine the denominator first
- g(x) = x² + 1
- h(x) = (x − 1)(x + 3) = x² + 2x − 3
Step 2: g'(x) = 2x, h'(x) = 2x + 2
Step 3: f'(x) = [2x(x² + 2x − 3) − (x² + 1)(2x + 2)] / (x² + 2x − 3)²
This expands to a messy polynomial. That's fine. Expand it and combine like terms.
f'(x) = [2x³ + 4x² − 6x − (2x³ + 2x² + 2x + 2)] / (x² + 2x − 3)²
f'(x) = [2x³ + 4x² − 6x − 2x³ − 2x² − 2x − 2] / (x² + 2x − 3)²
f'(x) = (2x² − 8x − 2) / (x² + 2x − 3)²
Example 5: Quotient of Exponentials
Find the derivative of f(x) = 2ˣ / 3ˣ
First, simplify using exponent rules: 2ˣ / 3ˣ = (2/3)ˣ
But if you must use the quotient rule:
Step 1: g(x) = 2ˣ, h(x) = 3ˣ
Step 2: g'(x) = 2ˣ · ln(2), h'(x) = 3ˣ · ln(3)
Step 3: f'(x) = [2ˣ·ln(2) · 3ˣ − 2ˣ · 3ˣ·ln(3)] / (3ˣ)²
f'(x) = 2ˣ·3ˣ[ln(2) − ln(3)] / 3²ˣ
f'(x) = (2/3)ˣ · [ln(2) − ln(3)]
f'(x) = (2/3)ˣ · ln(2/3)
This matches what you get by differentiating (2/3)ˣ directly. The quotient rule works, but simplifying first is smarter.
How to Get Started: A Step-by-Step Checklist
When you see a quotient and need to differentiate it:
- Write down g(x) and h(x) clearly
- Find g'(x) and h'(x)
- Write the formula: [g'·h − g·h'] / h²
- Substitute your functions into the formula
- Simplify the numerator
- Check if anything factors or cancels
Practice this checklist until it becomes automatic. Most mistakes come from skipping step 1 or 2.
Quotient Rule vs Simplify First
Sometimes you can avoid the quotient rule entirely. If the function simplifies to something easier, do that first.
f(x) = (x² − 1) / (x − 1) = (x + 1)(x − 1) / (x − 1) = x + 1 (for x ≠ 1)
The derivative is just 1. No quotient rule needed.
Check if cancellation is possible before blindly applying the formula. It's not always obvious, but it's worth checking.
When You Cannot Simplify
Most quotient problems do not simplify. When that happens, you have two choices:
- Use the quotient rule directly
- Rewrite as a product and use the product rule: g(x)/h(x) = g(x) · [h(x)]⁻¹
The second approach leads to the chain rule on the second term. It's often messier. The quotient rule is usually cleaner for straightforward quotients.
Practice Problems
Try these before checking any answers:
- f(x) = (x³ − 4x) / (x² + 1)
- f(x) = (ln(x)) / x
- f(x) = (cos(x)) / (1 + sin(x))
For problem 3, remember the derivative of cos(x) is −sin(x) and the derivative of sin(x) is cos(x). The answer simplifies nicely using the identity 1 − sin²(x) = cos²(x).
The Bottom Line
The quotient rule is mechanical. Memorize the formula, identify your functions, plug in, and simplify. The hard part is not the formula—it's the algebra. Work on your algebra skills and these problems become routine.
No shortcuts exist for unsimplifiable quotients. The quotient rule is the tool. Use it correctly.