Quotient Rule Worksheet
67 Practice Problems with Full Solutions

AP & University Est. 2.5–4 hrs 67 Problems 8 Worked Examples

A rigorous, publication-grade worksheet for students who want more than mechanical practice — designed to build deep structural understanding of rational function differentiation.

Learning Objectives

Introduction: Division, Rate, and the Shape of Rational Change

The history of calculus is inseparable from the study of ratios. Long before Leibniz formalized the notation \(\frac{dy}{dx}\), natural philosophers spoke of rates as comparisons — how fast does distance accumulate relative to time, how rapidly does pressure change relative to volume. Division was always at the heart of the question. What makes the Quotient Rule remarkable is not that it exists, but that it exists in exactly the asymmetric, order-sensitive form it does. Students who memorize the formula without understanding why it is structured the way it is will make sign errors for years. Students who understand the derivation will almost never make that mistake again.

The Quotient Rule emerges naturally from the Product Rule. If \(h(x) = f(x)/g(x)\), we can write \(f(x) = h(x) \cdot g(x)\) and differentiate both sides. Applying the Product Rule to the right side and solving for \(h'(x)\) yields exactly the formula you will use throughout this worksheet. This is not a historical footnote — it is the single most useful way to remember and reconstruct the formula under pressure, when memory fails at the worst moment.

Intuitively, consider what happens when you differentiate a ratio. The numerator is changing, pulling the output one direction. The denominator is also changing, scaling the whole expression by something that is itself shifting. The two effects interact, and neither is simply additive. If the denominator grows while the numerator stays constant, the ratio shrinks — even though no subtraction occurred in the inputs. This coupling between numerator and denominator dynamics is exactly what the formula captures, with the squared denominator term encoding how strongly the denominator's movement "stretches" the ratio at each point.

In practice, the Quotient Rule is ubiquitous in applied mathematics. Rational functions — expressions of the form \(p(x)/q(x)\) — appear as models of drug concentration in the bloodstream (where the body metabolizes a substance at a rate proportional to its current level), as efficiency curves in mechanical engineering (torque-to-RPM ratios), and as price elasticity functions in economics (the ratio of percentage change in demand to percentage change in price). Every time you encounter a ratio whose two components both depend on the same underlying variable, the Quotient Rule is the appropriate differentiation tool.

This worksheet is designed for students who have already encountered the Power Rule and Product Rule, and who are ready to work with rational expressions, trigonometric ratios, and functions where multiple differentiation rules interact. It is equally appropriate for a motivated precalculus student beginning to study limits, a student in AP Calculus AB or BC preparing for the exam, or a first-year undergraduate refining their differentiation technique ahead of multivariable calculus. The problems here are arranged not merely by difficulty but by structural type — so that you build genuine pattern recognition, not just computational speed.

Mastery of the Quotient Rule looks like this: you see a ratio, you correctly identify numerator and denominator without hesitation, you apply the formula maintaining the correct order of subtraction, and you simplify the result efficiently. More than that, mastery means knowing when not to use the Quotient Rule — recognizing that \(\frac{x^3 + 2x}{x}\) is better handled by splitting the fraction first, or that \(\frac{1}{x^2 + 1}\) is sometimes cleaner via the Chain Rule on \((x^2+1)^{-1}\). The goal of this worksheet is to develop exactly that kind of contextual judgment, rather than a reflexive formula-application that breaks down the moment a problem presents itself in an unfamiliar form.

Conceptual Foundation

Formal Definition

The Quotient Rule

If \(f\) and \(g\) are differentiable at \(x\) and \(g(x) \neq 0\), then:

\[\frac{d}{dx}\!\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)\,g(x) - f(x)\,g'(x)}{[g(x)]^2}\]

Order matters: numerator of the formula is always top' × bottom − top × bottom', never the reverse.

Derivation from First Principles

The cleanest derivation uses the Product Rule. Let \(h(x) = f(x)/g(x)\), so \(f(x) = h(x) \cdot g(x)\). Differentiating both sides:

\[f'(x) = h'(x)\,g(x) + h(x)\,g'(x)\]

Substituting \(h(x) = f(x)/g(x)\) and solving for \(h'(x)\):

\[h'(x) = \frac{f'(x) - h(x)\,g'(x)}{g(x)} = \frac{f'(x) - \tfrac{f(x)}{g(x)}\,g'(x)}{g(x)} = \frac{f'(x)\,g(x) - f(x)\,g'(x)}{[g(x)]^2}\]

This derivation reveals something important: the formula is not arbitrary. The squared denominator arises because we divided through by \(g(x)\) once — and \(g(x)\) was already sitting as a factor in the denominator. Whenever you wonder why it's \(g(x)^2\) and not just \(g(x)\), recall this derivation.

Professor's note: Memorize this derivation, not just the formula. A student who can reconstruct the Quotient Rule from the Product Rule in thirty seconds will never need to worry about remembering which term is subtracted from which.

Structural Pattern Recognition

StructureWhich RuleReason
\(\dfrac{x^2+1}{3}\)Power / ConstantConstant denominator — just divide coefficients
\(\dfrac{x^3}{x+2}\)Quotient RuleBoth numerator and denominator depend on \(x\)
\(\dfrac{\sin x}{x^2}\)Quotient RuleTrig numerator, polynomial denominator
\(\dfrac{1}{u(x)}\)Chain Rule on \(u^{-1}\)Often simpler than Quotient Rule
\(\dfrac{e^x \sin x}{x+1}\)Quotient + ProductNumerator requires Product Rule first
\(\dfrac{f(g(x))}{h(x)}\)Quotient + ChainNumerator is composite — Chain Rule applies there

When Not to Use the Quotient Rule

Not every fraction demands the Quotient Rule. Develop the habit of asking: can I simplify first? A function like \(\frac{x^4 - 3x^2 + x}{x}\) simplifies term-by-term to \(x^3 - 3x + 1\), after which ordinary power rule differentiation takes three seconds. Forcing the Quotient Rule on this expression wastes time and introduces unnecessary opportunities for algebraic error. Similarly, \(\frac{5}{x^3}\) is more naturally written as \(5x^{-3}\), differentiated instantly by the Power Rule. Reserve the Quotient Rule for situations where such simplification is genuinely impossible.

Efficiency Strategy: The Mnemonic

Low d-High minus High d-Low, square the bottom and away we go.
"High" = numerator \(f\), "Low" = denominator \(g\), "d" = derivative. The result is always over \(g^2\).

Guided Worked Examples

Example 1 — Basic Polynomial Ratio

Find \(\dfrac{d}{dx}\!\left[\dfrac{x^2 + 3}{x - 1}\right]\)

Step 1 — Identify f and g

\(f(x) = x^2 + 3\), so \(f'(x) = 2x\).
\(g(x) = x - 1\), so \(g'(x) = 1\).

Step 2 — Apply the formula

\(\dfrac{f'g - fg'}{g^2} = \dfrac{2x(x-1) - (x^2+3)(1)}{(x-1)^2}\)

Step 3 — Expand numerator

\(= \dfrac{2x^2 - 2x - x^2 - 3}{(x-1)^2} = \dfrac{x^2 - 2x - 3}{(x-1)^2}\)

Step 4 — Factor if possible

\(x^2 - 2x - 3 = (x-3)(x+1)\), so the final answer factors neatly.

Common Mistake

Squaring only the derivative of the denominator: writing \(1^2 = 1\) in the denominator rather than \((x-1)^2\).

Answer: \(\dfrac{(x-3)(x+1)}{(x-1)^2}\)
Example 2 — Trigonometric Numerator

Find \(\dfrac{d}{dx}\!\left[\dfrac{\sin x}{x^2 + 1}\right]\)

Step 1 — Identify f and g

\(f(x) = \sin x \Rightarrow f'(x) = \cos x\).
\(g(x) = x^2 + 1 \Rightarrow g'(x) = 2x\).

Step 2 — Apply the formula

\(\dfrac{\cos x (x^2+1) - \sin x \cdot 2x}{(x^2+1)^2}\)

Step 3 — Simplify

The numerator does not factor further in elementary form; leave as is.

Common Mistake

Differentiating \(\sin x\) as \(-\cos x\) (confusing with \(\cos x \to -\sin x\) direction).

Answer: \(\dfrac{(x^2+1)\cos x - 2x\sin x}{(x^2+1)^2}\)
Example 3 — Quotient + Chain Rule (Composite Numerator)

Find \(\dfrac{d}{dx}\!\left[\dfrac{e^{3x}}{x^2 + 5}\right]\)

Step 1 — Identify f and g; note chain rule needed on f

\(f(x) = e^{3x}\). By the Chain Rule: \(f'(x) = 3e^{3x}\).
\(g(x) = x^2 + 5 \Rightarrow g'(x) = 2x\).

Step 2 — Apply Quotient Rule

\(\dfrac{3e^{3x}(x^2+5) - e^{3x}\cdot 2x}{(x^2+5)^2}\)

Step 3 — Factor the numerator

\(= \dfrac{e^{3x}[3(x^2+5) - 2x]}{(x^2+5)^2} = \dfrac{e^{3x}(3x^2 - 2x + 15)}{(x^2+5)^2}\)

Why factor?

Factoring \(e^{3x}\) from the numerator is a simplification graders appreciate and it makes the expression easier to use in subsequent calculations (e.g., finding critical points).

Answer: \(\dfrac{e^{3x}(3x^2 - 2x + 15)}{(x^2+5)^2}\)
Example 4 — Quotient + Product Rule (Complex Numerator)

Find \(\dfrac{d}{dx}\!\left[\dfrac{x^2 \ln x}{x + 1}\right]\)

Step 1 — Numerator requires the Product Rule

\(f(x) = x^2 \ln x\). Apply Product Rule:
\(f'(x) = 2x \ln x + x^2 \cdot \dfrac{1}{x} = 2x\ln x + x\).

Step 2 — Denominator

\(g(x) = x+1 \Rightarrow g'(x) = 1\).

Step 3 — Quotient Rule

\(\dfrac{(2x\ln x + x)(x+1) - x^2\ln x \cdot 1}{(x+1)^2}\)

Step 4 — Expand the numerator carefully

\(= \dfrac{2x(x+1)\ln x + x(x+1) - x^2\ln x}{(x+1)^2}\)

\(= \dfrac{\ln x[2x^2 + 2x - x^2] + x^2 + x}{(x+1)^2} = \dfrac{(x^2+2x)\ln x + x^2+x}{(x+1)^2}\)

Simplify further

\(= \dfrac{x(x+2)\ln x + x(x+1)}{(x+1)^2} = \dfrac{x[(x+2)\ln x + (x+1)]}{(x+1)^2}\)

Common Mistake Warning

Forgetting to apply the Product Rule to the numerator before inserting it into the Quotient Rule formula. This is the single most common multi-rule error at the AP level.

Answer: \(\dfrac{x[(x+2)\ln x + (x+1)]}{(x+1)^2}\)
Example 5 — Alternate Approach: Rewriting as Negative Power

Find \(\dfrac{d}{dx}\!\left[\dfrac{\cos x}{x^3}\right]\) using two methods.

Method A — Quotient Rule

\(f = \cos x,\ f' = -\sin x;\ g = x^3,\ g' = 3x^2\).

\(\dfrac{-\sin x \cdot x^3 - \cos x \cdot 3x^2}{x^6} = \dfrac{-x^2(x\sin x + 3\cos x)}{x^6} = \dfrac{-(x\sin x + 3\cos x)}{x^4}\)

Method B — Rewrite as Product

\(\dfrac{\cos x}{x^3} = \cos x \cdot x^{-3}\). Apply Product Rule:
\(-\sin x \cdot x^{-3} + \cos x \cdot (-3)x^{-4} = \dfrac{-\sin x}{x^3} - \dfrac{3\cos x}{x^4}\)
Combine over \(x^4\): \(\dfrac{-x\sin x - 3\cos x}{x^4}\). Same answer.

Which method is faster?

Method B is often faster for simple denominators that are pure power functions. Choose based on structure, not habit.

Answer: \(\dfrac{-(x\sin x + 3\cos x)}{x^4}\)
Example 6 — Conceptual Trap: When the Quotient Rule Seems to Apply But Doesn't Need To

Find \(\dfrac{d}{dx}\!\left[\dfrac{4x^3 - 8x}{4x}\right]\)

Trap: Applying Quotient Rule immediately

A mechanical student writes \(f = 4x^3 - 8x,\ f' = 12x^2 - 8;\ g = 4x,\ g' = 4\) and begins a lengthy calculation. This is unnecessary.

Smart approach: Simplify first

\(\dfrac{4x^3 - 8x}{4x} = \dfrac{4x(x^2 - 2)}{4x} = x^2 - 2\) (for \(x \neq 0\))

Then: \(\dfrac{d}{dx}[x^2 - 2] = 2x\). Done.

Lesson

Always ask whether a fraction simplifies before reaching for a differentiation rule. This habit saves time on timed exams and reduces error.

Answer: \(2x\) (after simplification)
Example 7 — Quotient Rule with Trigonometric Denominator

Find \(\dfrac{d}{dx}\!\left[\dfrac{x^2}{\sin x + \cos x}\right]\)

Step 1 — Identify parts

\(f = x^2,\ f' = 2x\); \(g = \sin x + \cos x,\ g' = \cos x - \sin x\).

Step 2 — Apply formula

\(\dfrac{2x(\sin x + \cos x) - x^2(\cos x - \sin x)}{(\sin x + \cos x)^2}\)

Step 3 — Expand and group

\(= \dfrac{x[2(\sin x + \cos x) - x(\cos x - \sin x)]}{(\sin x + \cos x)^2}\)

\(= \dfrac{x[(2+x)\sin x + (2-x)\cos x]}{(\sin x + \cos x)^2}\)

Note on domain

This expression is undefined where \(\sin x + \cos x = 0\), i.e., where \(\tan x = -1\), meaning \(x = -\pi/4 + n\pi\) for integer \(n\).

Answer: \(\dfrac{x[(2+x)\sin x + (2-x)\cos x]}{(\sin x + \cos x)^2}\)
Example 8 — Multi-Rule Interaction: Chain + Quotient + Product

Find \(\dfrac{d}{dx}\!\left[\dfrac{\sqrt{x^2+1}}{x\,e^x}\right]\)

Step 1 — Numerator via Chain Rule

\(f = (x^2+1)^{1/2} \Rightarrow f' = \dfrac{x}{\sqrt{x^2+1}}\)

Step 2 — Denominator via Product Rule

\(g = xe^x \Rightarrow g' = e^x + xe^x = e^x(1+x)\)

Step 3 — Quotient Rule

\(\dfrac{\dfrac{x}{\sqrt{x^2+1}} \cdot xe^x - \sqrt{x^2+1}\cdot e^x(1+x)}{x^2 e^{2x}}\)

Step 4 — Factor \(e^x\) from numerator

\(= \dfrac{e^x\!\left[\dfrac{x^2}{\sqrt{x^2+1}} - (1+x)\sqrt{x^2+1}\right]}{x^2 e^{2x}}\)

Step 5 — Combine fractions in numerator over \(\sqrt{x^2+1}\)

Numerator of bracket: \(\dfrac{x^2 - (1+x)(x^2+1)}{\sqrt{x^2+1}} = \dfrac{x^2 - x^3 - x - x^2 - 1}{\sqrt{x^2+1}} = \dfrac{-x^3 - x - 1}{\sqrt{x^2+1}}\)

Step 6 — Simplify overall

\(= \dfrac{-e^x(x^3 + x + 1)}{x^2 e^{2x}\sqrt{x^2+1}} = \dfrac{-(x^3+x+1)}{x^2 e^x \sqrt{x^2+1}}\)

Reflection

Multi-rule problems rarely simplify completely. Work step-by-step; don't try to hold more than one level of complexity in your head at once.

Answer: \(\dfrac{-(x^3+x+1)}{x^2 e^x \sqrt{x^2+1}}\)

Practice Problem Sets

Work through each section in order. Each section builds on the structural skills developed in the previous one. Resist the temptation to skip to later sections — the early problems train the mechanical habits that protect against errors in advanced problems.

Section A — Core Skill Development

Foundational

Apply the Quotient Rule directly to polynomial and simple algebraic ratios. All functions here have straightforward derivatives for numerator and denominator. Focus on maintaining correct subtraction order and squaring the full denominator.

  1. Differentiate \(\dfrac{x^3}{x+4}\)
  2. Find \(\dfrac{d}{dx}\!\left[\dfrac{2x+5}{x^2-1}\right]\)
  3. Find \(\dfrac{d}{dx}\!\left[\dfrac{x^2 - 4}{x + 2}\right]\) — think before applying the rule.
  4. Differentiate \(\dfrac{3x^4}{2x^3 + 1}\)
  5. Find \(\dfrac{d}{dx}\!\left[\dfrac{1 - x^2}{1 + x^2}\right]\)
  6. Differentiate \(\dfrac{x^3 + 2x}{x^2 + x + 1}\)
  7. Find \(\dfrac{d}{dx}\!\left[\dfrac{5x - 3}{4x + 7}\right]\)
  8. Differentiate \(\dfrac{x^2 + x - 6}{x - 2}\) — can this be simplified?
  9. Find \(\dfrac{d}{dx}\!\left[\dfrac{x^5}{x^2 + 3}\right]\)
  10. Differentiate \(\dfrac{\sqrt{x}}{x + 1}\)

Section B — Structural Recognition

Foundational–Intermediate

For each problem, first decide which differentiation strategy is most efficient (Quotient Rule, algebraic simplification, or rewriting as a negative power). State your strategy, then execute.

  1. Differentiate \(\dfrac{6x^3 - 3x}{3x}\). State your approach first.
  2. Differentiate \(\dfrac{\sin x}{x}\)
  3. Find \(\dfrac{d}{dx}\!\left[\dfrac{e^x}{x^2}\right]\)
  4. Differentiate \(\dfrac{\ln x}{x}\)
  5. Find \(\dfrac{d}{dx}\!\left[\dfrac{\tan x}{x + 1}\right]\)
  6. Differentiate \(\dfrac{1}{\cos x + 1}\). Which rule is cleanest?
  7. Find \(\dfrac{d}{dx}\!\left[\dfrac{\arctan x}{x^2 + 1}\right]\)
  8. Differentiate \(\dfrac{x^{3/2}}{2\sqrt{x}}\). Simplify if possible.

Section C — Multi-Step Problems

Intermediate

These problems require combining the Quotient Rule with at least one other rule. Identify all required rules before beginning each problem.

  1. Differentiate \(\dfrac{x^2 e^x}{x + 3}\). (Numerator requires Product Rule.)
  2. Find \(\dfrac{d}{dx}\!\left[\dfrac{e^{2x} + 1}{e^x - 1}\right]\)
  3. Differentiate \(\dfrac{\sin^2 x}{x^2 + 1}\). (Numerator requires Chain Rule.)
  4. Find \(\dfrac{d}{dx}\!\left[\dfrac{\ln(x^2+1)}{x}\right]\)
  5. Differentiate \(\dfrac{x\cos x}{e^x}\)
  6. Find \(\dfrac{d}{dx}\!\left[\dfrac{\sqrt{3x+1}}{x^2 - 5}\right]\)
  7. Differentiate \(\dfrac{(x+1)^3}{(x-1)^2}\)
  8. Find \(\dfrac{d}{dx}\!\left[\dfrac{e^x \sin x}{x^2 + x + 1}\right]\)
  9. Differentiate \(\dfrac{\ln x}{\sin x}\)
  10. Find \(\dfrac{d}{dx}\!\left[\dfrac{(x^2+2)^{3/2}}{x+4}\right]\)

Section D — Applied Modeling Problems

Applied

These problems ground the Quotient Rule in real contexts. For each, find the derivative, interpret its units, and explain what the value tells you about the situation at the given point.

  1. (Drug Concentration) The concentration (in mg/L) of a drug in a patient's bloodstream \(t\) hours after injection is modeled by \(C(t) = \dfrac{80t}{t^2 + 4}\). Find \(C'(t)\). At \(t = 2\), what is the instantaneous rate of change, and what does it tell you about the drug's behavior?
  2. (Electrical Engineering) The impedance of an RLC circuit as a function of frequency \(\omega\) (rad/s) is approximately \(Z(\omega) = \dfrac{\omega^2 + 1}{\omega}\). Find \(Z'(\omega)\). At what angular frequency is the impedance momentarily not changing?
  3. (Economics — Price Elasticity) A demand function is given by \(D(p) = \dfrac{500}{p^2 + 10}\), where \(p\) is price in dollars. Find \(D'(p)\) and evaluate it at \(p = 5\). Interpret the meaning in context.
  4. (Population Ecology) The population of a predator species in a nature reserve (thousands of animals) is modeled by \(P(t) = \dfrac{12t}{t + 3}\), where \(t\) is years since introduction. Find \(P'(t)\) and determine whether the growth rate is increasing or decreasing at \(t = 6\).
  5. (Physics — Velocity of a Particle) A particle moves along a line with position (in meters) given by \(s(t) = \dfrac{t^2 - 1}{t^2 + 1}\), \(t \geq 0\). Find the velocity \(v(t) = s'(t)\). Show that the particle always moves in the positive direction for \(t > 0\) and find its velocity at \(t = 1\).
  6. (Thermal Engineering) The rate of heat transfer through a composite wall varies with temperature differential \(\Delta T\) as \(Q(\Delta T) = \dfrac{k\Delta T}{\Delta T + c}\), where \(k\) and \(c\) are positive constants. Find \(Q'(\Delta T)\) and show that the heat transfer rate increases with \(\Delta T\) but at a decreasing rate (concave relationship).
  7. (Signal Processing) The gain of an amplifier as a function of frequency \(f\) is \(G(f) = \dfrac{A}{1 + (f/f_0)^2}\), where \(A\) and \(f_0\) are constants. Show using calculus that the gain is always decreasing for \(f > 0\). Find the rate of gain loss at \(f = f_0\).

Section E — Exam-Level Questions

AP & University Exam Style

These problems reflect the format and difficulty of AP Calculus AB/BC and standard university Calculus I final exams. Time yourself: aim for 3–5 minutes per problem. Multiple choice options are provided for some; show work regardless.

  1. If \(h(x) = \dfrac{f(x)}{g(x)}\), \(f(2) = 3\), \(f'(2) = -1\), \(g(2) = 1\), \(g'(2) = 4\), find \(h'(2)\).
  2. The function \(y = \dfrac{x^2 - 9}{x - 3}\) appears to have a hole. Is it differentiable at \(x = 3\)? Explain.
  3. Find the equation of the tangent line to \(y = \dfrac{2x}{x^2 + 1}\) at \(x = 1\).
  4. (MC) Which of the following equals \(\dfrac{d}{dx}\!\left[\dfrac{x^3}{e^x}\right]\)?
    • (A) \(\dfrac{3x^2 e^x + x^3 e^x}{e^{2x}}\)
    • (B) \(\dfrac{3x^2 - x^3}{e^x}\)
    • (C) \(\dfrac{x^2(3 - x)}{e^x}\)
    • (D) \(\dfrac{3x^2}{e^x} + \dfrac{x^3}{e^{2x}}\)
  5. Let \(f(x) = \dfrac{\sin x}{1 + \cos x}\). Show that \(f'(x) = \dfrac{1}{1 + \cos x}\).
  6. Find all values of \(x\) where the derivative of \(\dfrac{x^2+2}{x^2-4}\) is zero.
  7. If \(g(x) = \dfrac{x^n}{e^x}\) for positive integer \(n\), find \(g'(x)\) and determine all critical points.
  8. (FR-style) Let \(f(x) = \dfrac{x^2}{x^2 + k}\) for constant \(k > 0\). (a) Find \(f'(x)\). (b) Show that \(f'(x) > 0\) for all \(x \neq 0\). (c) Find \(\lim_{x\to\infty} f'(x)\) and interpret geometrically.
  9. The position of a particle is \(s(t) = \dfrac{3t^2}{t+2}\), \(t \geq 0\). Find the velocity and acceleration. At what time(s), if any, is the particle at rest?
  10. Differentiate \(y = \dfrac{\tan x}{1 + \sec x}\) and simplify as far as possible.

Section F — Challenge Set

Advanced / University Level

These problems are designed to stretch beyond standard exam expectations. They reward structural insight, careful algebra, and comfort with non-routine forms. Each has at least one insight that makes the problem tractable — find it before computing blindly.

  1. Differentiate \(\dfrac{x^n - 1}{x - 1}\) for integer \(n \geq 2\). What does the result look like when \(x \to 1\)? Recognize the geometric series connection.
  2. Find \(\dfrac{d}{dx}\!\left[\dfrac{f(x)}{g(x)+h(x)}\right]\) in general form, then apply to \(f = x^2\), \(g = \sin x\), \(h = \cos x\).
  3. Prove that if \(f(x) = \dfrac{p(x)}{q(x)}\) where \(p\) and \(q\) are polynomials of degrees \(m\) and \(n\) respectively, then \(f'(x)\) is a rational function with denominator of degree \(2n\) and numerator of degree at most \(m + n - 1\).
  4. Differentiate \(\dfrac{\sec x}{1 + \tan x}\) and confirm your answer by rewriting in terms of \(\sin x\) and \(\cos x\) before differentiating.
  5. Let \(H(x) = \dfrac{[f(x)]^2}{g(x)}\). Express \(H'(x)\) in terms of \(f\), \(f'\), \(g\), and \(g'\). For what condition on \(f\) and \(g\) at a point \(x_0\) will \(H'(x_0) = 0\)?
  6. The Cauchy quotient \(\dfrac{f(x) - f(a)}{g(x) - g(a)}\) appears in the mean value theorem for quotients. Differentiate this expression with respect to \(x\) (treating \(a\) as a constant) and identify what the derivative's vanishing corresponds to mathematically.
  7. Find the second derivative of \(\dfrac{x}{x^2+1}\) and determine the inflection points.
  8. Differentiate \(y = \dfrac{e^{2x}(x^2-1)}{(x+1)\ln x}\) for \(x > 1\). Identify every rule applied at each stage.

Mixed Rule Detection: Identify Before You Differentiate

For each function below, do not differentiate immediately. First, write down which rule(s) apply and justify your reasoning in one sentence. Then compute the derivative.

Pedagogical goal: Students who identify rules before applying them make fewer errors and develop the structural fluency needed for multivariable calculus, where the choice of differentiation technique directly affects whether a computation remains tractable.
  1. \(\dfrac{(x^2+1)^4}{x+1}\) — is this Quotient Rule, Chain Rule, or both?
  2. \(\dfrac{\sin(x^2)}{e^x}\) — how many rules are required?
  3. \(\dfrac{x \ln x}{x^2 + 1}\) — write the full differentiation plan before computing.
  4. \(\dfrac{1}{\sqrt{x^2+4}}\) — state why Chain Rule alone suffices here.
  5. \(\dfrac{e^x \cos(x^2)}{\sqrt{x+1}}\) — identify all rules and compute.
  6. Error Diagnosis: A student claims that \(\dfrac{d}{dx}\!\left[\dfrac{x^2+3}{x-1}\right] = \dfrac{2x}{1} = 2x\). Identify every error.
  7. Error Diagnosis: A student writes \(\dfrac{d}{dx}\!\left[\dfrac{\sin x}{x^2}\right] = \dfrac{\cos x}{2x}\). What went wrong?
  8. \(\dfrac{f(x^2)}{g(x)^3}\) — write the general derivative formula.

Conceptual Reasoning Questions

These problems do not require computation. They test understanding of the Quotient Rule at a deeper level — the kind of understanding that allows you to reconstruct facts under pressure.

  1. Without computing, explain why \(\dfrac{d}{dx}\!\left[\dfrac{c}{g(x)}\right] = \dfrac{-c\,g'(x)}{[g(x)]^2}\) for constant \(c\). What does this say geometrically about the function \(y = 1/g(x)\)?
  2. Suppose \(f\) and \(g\) are both positive and increasing at \(x = a\). What can you conclude, if anything, about the sign of the derivative of \(f/g\) at \(x = a\)? Give examples to support your answer.
  3. The functions \(\tan x = \sin x / \cos x\) and \(\cot x = \cos x / \sin x\) can both be differentiated using the Quotient Rule. Verify that this yields the standard results \(\sec^2 x\) and \(-\csc^2 x\) respectively. What does this tell you about deriving all six trigonometric derivatives from only \(\sin\) and \(\cos\)?

Additional Word Problems

  1. (Economics) A firm's average cost function is \(AC(q) = \dfrac{TC(q)}{q}\), where total cost \(TC(q) = q^3 - 5q^2 + 20q + 100\). Compute \(AC'(q)\) using the Quotient Rule. Show algebraically that \(AC'(q) = 0\) when \(MC(q) = AC(q)\), where \(MC(q) = TC'(q)\) is marginal cost. This is a classical result in microeconomic theory.
  2. (Physics) A spherical balloon is deflating. Its radius at time \(t\) seconds is \(r(t) = \dfrac{10}{t+1}\) cm. The surface area is \(S = 4\pi r^2\). Find \(dS/dt\) using the Chain Rule, and verify using the Quotient Rule by first expressing \(S(t)\) directly in terms of \(t\).
  3. (Biology) The Michaelis-Menten equation for enzyme kinetics is \(v = \dfrac{V_{max}[S]}{K_m + [S]}\), where \([S]\) is substrate concentration and \(V_{max}\), \(K_m\) are positive constants. Find \(dv/d[S]\) and show it is always positive, meaning that the reaction rate always increases with substrate concentration (though at a decreasing rate).

Common Exam Traps and Strategic Advice

Trap #1 — The Reversed Subtraction

The most common Quotient Rule error, by a wide margin: writing \(fg' - f'g\) instead of \(f'g - fg'\) in the numerator. The Quotient Rule is not symmetric. The Product Rule is (fg)' = f'g + fg' — both terms are added. But the Quotient Rule involves subtraction, and that subtraction has a specific order. If you ever feel uncertain, rederive from the Product Rule in thirty seconds. Do not try to remember it through brute memorization alone.

Trap #2 — Squaring Only the Derivative

The denominator of the Quotient Rule formula is \([g(x)]^2\) — the entire denominator squared. Not \([g'(x)]^2\). A surprising number of students, under exam pressure, write the derivative of the denominator squared rather than the original denominator squared. Awareness of this specific error cuts its frequency dramatically.

Trap #3 — Missing the Chain Rule Inside the Quotient Rule

When the numerator or denominator is itself a composite function — \(e^{3x}\), \(\sin(x^2)\), \((x^2+1)^4\) — you must apply the Chain Rule when computing \(f'(x)\) or \(g'(x)\). Forgetting this step produces an answer that appears plausible but is subtly wrong. Always inspect the numerator and denominator for composition before writing any derivatives.

AP-Specific Trap — Function Tables

AP free-response problems frequently give a table of values for \(f\), \(f'\), \(g\), \(g'\) at specific points and ask for \(h'(a)\) where \(h = f/g\). The error here is not algebraic — it's organizational. Carefully read which values correspond to which functions and which \(x\)-values. A single misread from the table produces a completely wrong answer that earns no credit even if the formula was applied correctly.

Trap #4 — Forgetting to Simplify

On university exams, an unsimplified answer often receives partial credit. On AP free-response, it may receive full credit — but on multiple-choice, an unsimplified form will not match any listed option. Develop the discipline of always factoring a common term from the numerator after applying the Quotient Rule. This also helps you find critical points, since setting the numerator equal to zero (where the denominator is nonzero) identifies where the derivative is zero.

Grader's Perspective: Where Points Are Won and Lost

At the AP level, free-response graders apply a "method-error" distinction: if you set up the Quotient Rule correctly but make an arithmetic error in expansion, you lose at most one point for the error itself but keep all method points. However, if you apply the wrong formula — using the Product Rule where the Quotient Rule was needed, or reversing the subtraction sign — you lose all method points for that sub-part. This means: formula accuracy matters more than arithmetic speed. Write the formula explicitly, plug in carefully, then expand.

At the university level, the calculus of partial credit is similar but graders tend to be less lenient about formula errors. A wrong sign in the setup receives zero for the entire problem at many institutions. Write slowly and check the subtraction order before expanding anything.

Time-Saving Strategy

When you see a quotient on a timed exam, spend ten seconds checking: (1) Can I simplify algebraically? (2) Is the denominator a pure power of \(x\), making negative-exponent rewriting cleaner? (3) If not, apply Quotient Rule. This ten-second scan prevents you from spending two minutes applying the Quotient Rule to something like \(\frac{x^4 - x^2}{x^2} = x^2 - 1\).

Full Step-by-Step Answer Key

Answers are provided with key steps. For brevity, intermediate algebra is condensed but logical flow is preserved. For sections D and E with reasoning, key interpretations are noted.

Section A — Core Skill Development

Problem 1

\(f = x^3,\ f' = 3x^2;\ g = x+4,\ g' = 1\)

\(= \dfrac{3x^2(x+4) - x^3(1)}{(x+4)^2} = \dfrac{3x^3 + 12x^2 - x^3}{(x+4)^2} = \dfrac{2x^3 + 12x^2}{(x+4)^2}\)

Answer: \(\dfrac{2x^2(x+6)}{(x+4)^2}\)
Problem 2

\(f = 2x+5,\ f' = 2;\ g = x^2-1,\ g' = 2x\)

\(= \dfrac{2(x^2-1) - (2x+5)(2x)}{(x^2-1)^2} = \dfrac{2x^2 - 2 - 4x^2 - 10x}{(x^2-1)^2} = \dfrac{-2x^2 - 10x - 2}{(x^2-1)^2}\)

Answer: \(\dfrac{-2(x^2+5x+1)}{(x^2-1)^2}\)
Problem 3

Simplify first: \(\dfrac{x^2-4}{x+2} = \dfrac{(x-2)(x+2)}{x+2} = x-2\) for \(x \neq -2\).

Derivative: \(1\).

Answer: \(1\) (no Quotient Rule needed)
Problem 4

\(f = 3x^4,\ f' = 12x^3;\ g = 2x^3+1,\ g' = 6x^2\)

\(= \dfrac{12x^3(2x^3+1) - 3x^4 \cdot 6x^2}{(2x^3+1)^2} = \dfrac{24x^6 + 12x^3 - 18x^6}{(2x^3+1)^2} = \dfrac{6x^6 + 12x^3}{(2x^3+1)^2}\)

Answer: \(\dfrac{6x^3(x^3+2)}{(2x^3+1)^2}\)
Problem 5

\(f = 1-x^2,\ f' = -2x;\ g = 1+x^2,\ g' = 2x\)

\(= \dfrac{-2x(1+x^2) - (1-x^2)(2x)}{(1+x^2)^2} = \dfrac{-2x - 2x^3 - 2x + 2x^3}{(1+x^2)^2} = \dfrac{-4x}{(1+x^2)^2}\)

Answer: \(\dfrac{-4x}{(1+x^2)^2}\)
Problem 6

\(f = x^3+2x,\ f' = 3x^2+2;\ g = x^2+x+1,\ g' = 2x+1\)

Numerator: \((3x^2+2)(x^2+x+1) - (x^3+2x)(2x+1)\)

\(= 3x^4+3x^3+3x^2+2x^2+2x+2 - (2x^4+x^3+4x^2+2x)\)

\(= x^4 + 2x^3 + x^2 + 2\)

Answer: \(\dfrac{x^4+2x^3+x^2+2}{(x^2+x+1)^2}\)
Problem 7

\(f = 5x-3,\ f' = 5;\ g = 4x+7,\ g' = 4\)

\(= \dfrac{5(4x+7) - (5x-3)(4)}{(4x+7)^2} = \dfrac{20x+35-20x+12}{(4x+7)^2} = \dfrac{47}{(4x+7)^2}\)

Answer: \(\dfrac{47}{(4x+7)^2}\)
Problem 8

Simplify: \(\dfrac{x^2+x-6}{x-2} = \dfrac{(x+3)(x-2)}{x-2} = x+3\) for \(x \neq 2\). Derivative: \(1\).

Answer: \(1\)
Problem 9

\(f = x^5,\ f' = 5x^4;\ g = x^2+3,\ g' = 2x\)

\(= \dfrac{5x^4(x^2+3) - x^5 \cdot 2x}{(x^2+3)^2} = \dfrac{5x^6+15x^4 - 2x^6}{(x^2+3)^2} = \dfrac{3x^6+15x^4}{(x^2+3)^2}\)

Answer: \(\dfrac{3x^4(x^2+5)}{(x^2+3)^2}\)
Problem 10

\(f = x^{1/2},\ f' = \tfrac{1}{2}x^{-1/2};\ g = x+1,\ g' = 1\)

\(= \dfrac{\frac{1}{2\sqrt{x}}(x+1) - \sqrt{x}}{(x+1)^2} = \dfrac{\frac{x+1-2x}{2\sqrt{x}}}{(x+1)^2} = \dfrac{1-x}{2\sqrt{x}(x+1)^2}\)

Answer: \(\dfrac{1-x}{2\sqrt{x}\,(x+1)^2}\)

Section B — Structural Recognition (Selected)

Problem 11

Simplify: \(\dfrac{6x^3-3x}{3x} = \dfrac{3x(2x^2-1)}{3x} = 2x^2-1\). Derivative: \(4x\).

Answer: \(4x\)
Problem 12 — \(\dfrac{\sin x}{x}\)

\(f = \sin x,\ f' = \cos x;\ g = x,\ g' = 1\)

\(= \dfrac{x\cos x - \sin x}{x^2}\)

Answer: \(\dfrac{x\cos x - \sin x}{x^2}\)
Problem 13 — \(\dfrac{e^x}{x^2}\)

\(= \dfrac{e^x \cdot x^2 - e^x \cdot 2x}{x^4} = \dfrac{e^x(x-2)}{x^3}\)

Answer: \(\dfrac{e^x(x-2)}{x^3}\)
Problem 14 — \(\dfrac{\ln x}{x}\)

\(f' = 1/x;\ g' = 1\). \(= \dfrac{\frac{1}{x}\cdot x - \ln x \cdot 1}{x^2} = \dfrac{1 - \ln x}{x^2}\)

Answer: \(\dfrac{1-\ln x}{x^2}\)
Problem 15 — \(\dfrac{\tan x}{x+1}\)

\(f' = \sec^2 x;\ g' = 1\). \(= \dfrac{(x+1)\sec^2 x - \tan x}{(x+1)^2}\)

Answer: \(\dfrac{(x+1)\sec^2 x - \tan x}{(x+1)^2}\)

Section C — Multi-Step Problems (Selected)

Problem 19 — \(\dfrac{x^2 e^x}{x+3}\)

Numerator product rule: \(f = x^2 e^x,\ f' = 2xe^x + x^2 e^x = xe^x(2+x)\).

\(g = x+3,\ g' = 1\).

Numerator of QR: \(xe^x(x+2)(x+3) - x^2 e^x = e^x[x(x+2)(x+3) - x^2]\)

\(= e^x[x(x^2+5x+6) - x^2] = e^x[x^3 + 5x^2 + 6x - x^2] = e^x(x^3+4x^2+6x)\)

Answer: \(\dfrac{xe^x(x^2+4x+6)}{(x+3)^2}\)
Problem 21 — \(\dfrac{\sin^2 x}{x^2+1}\)

Chain Rule on numerator: \(f = \sin^2 x,\ f' = 2\sin x \cos x = \sin(2x)\).

\(g = x^2+1,\ g' = 2x\).

\(= \dfrac{\sin(2x)(x^2+1) - 2x\sin^2 x}{(x^2+1)^2}\)

Answer: \(\dfrac{(x^2+1)\sin 2x - 2x\sin^2 x}{(x^2+1)^2}\)

Section D — Applied Problems (Selected)

Problem 29 — Drug Concentration

\(C(t) = \dfrac{80t}{t^2+4}\). \(f' = 80,\ g' = 2t\).

\(C'(t) = \dfrac{80(t^2+4) - 80t \cdot 2t}{(t^2+4)^2} = \dfrac{80(4-t^2)}{(t^2+4)^2}\)

At \(t=2\): \(C'(2) = \dfrac{80(4-4)}{64} = 0\). The concentration is at its maximum at \(t=2\) hours — the drug is neither accumulating nor clearing at this instant.

Answer: \(C'(t) = \dfrac{80(4-t^2)}{(t^2+4)^2}\); \(C'(2) = 0\) (peak concentration)
Problem 33 — Particle Position

\(s(t) = \dfrac{t^2-1}{t^2+1}\). \(f' = 2t,\ g' = 2t\).

\(v(t) = \dfrac{2t(t^2+1) - (t^2-1)(2t)}{(t^2+1)^2} = \dfrac{2t[(t^2+1)-(t^2-1)]}{(t^2+1)^2} = \dfrac{4t}{(t^2+1)^2}\)

For \(t>0\): \(4t>0\) and \((t^2+1)^2 > 0\), so \(v(t) > 0\). Particle always moves right.

\(v(1) = \dfrac{4}{4} = 1\) m/s.

Answer: \(v(t) = \dfrac{4t}{(t^2+1)^2}\); \(v(1) = 1\) m/s

Section E — Exam-Level (Selected)

Problem 36 — Function Table

\(h'(x) = \dfrac{f'g - fg'}{g^2}\)

\(h'(2) = \dfrac{(-1)(1) - (3)(4)}{1^2} = \dfrac{-1-12}{1} = -13\)

Answer: \(h'(2) = -13\)
Problem 38 — Tangent Line

\(y = \dfrac{2x}{x^2+1}\). At \(x=1\): \(y = 1\).

\(y' = \dfrac{2(x^2+1) - 2x\cdot 2x}{(x^2+1)^2} = \dfrac{2-2x^2}{(x^2+1)^2}\)

\(y'(1) = \dfrac{2-2}{4} = 0\). Tangent line is horizontal.

Answer: \(y = 1\) (horizontal tangent at \((1,1)\))
Problem 39 — MC

\(f = x^3,\ f' = 3x^2;\ g = e^x,\ g' = e^x\).

\(= \dfrac{3x^2 e^x - x^3 e^x}{e^{2x}} = \dfrac{e^x(3x^2-x^3)}{e^{2x}} = \dfrac{x^2(3-x)}{e^x}\)

Answer: (C)

Section F — Challenge Set (Selected)

Problem 54 — \(\sec x / (1+\tan x)\)

\(f = \sec x,\ f' = \sec x \tan x;\ g = 1+\tan x,\ g' = \sec^2 x\)

Numerator: \(\sec x \tan x(1+\tan x) - \sec x \cdot \sec^2 x = \sec x[\tan x + \tan^2 x - \sec^2 x]\)

Since \(\tan^2 x - \sec^2 x = -1\):

\(= \sec x(\tan x - 1)\)

Answer: \(\dfrac{\sec x(\tan x - 1)}{(1+\tan x)^2}\)
Problem 60 — Second derivative of \(x/(x^2+1)\)

First: \(y' = \dfrac{(x^2+1) - x(2x)}{(x^2+1)^2} = \dfrac{1-x^2}{(x^2+1)^2}\)

Second: Apply QR again. \(f = 1-x^2,\ f' = -2x;\ g = (x^2+1)^2,\ g' = 4x(x^2+1)\)

\(y'' = \dfrac{-2x(x^2+1)^2 - (1-x^2)\cdot 4x(x^2+1)}{(x^2+1)^4}\)

\(= \dfrac{-2x(x^2+1) - 4x(1-x^2)}{(x^2+1)^3} = \dfrac{-2x^3-2x-4x+4x^3}{(x^2+1)^3} = \dfrac{2x^3-6x}{(x^2+1)^3} = \dfrac{2x(x^2-3)}{(x^2+1)^3}\)

Inflection: \(y'' = 0\) when \(x = 0\) or \(x = \pm\sqrt{3}\).

Answer: \(y'' = \dfrac{2x(x^2-3)}{(x^2+1)^3}\); inflection points at \(x = 0,\, \pm\sqrt{3}\)

Mixed Rule Detection — Error Diagnosis

Problem 59 — Error Diagnosis #1

The student wrote \(\dfrac{2x}{1} = 2x\). Errors:

(1) Treated denominator as constant 1 — but \(g = x-1\) so \(g(x)\) is not 1; the student conflated \(g'(x)=1\) with \(g(x)=1\).

(2) Did not square the denominator — even if the formula had been applied, the denominator must be \((x-1)^2\), not \(1\).

(3) Omitted the \(-f(x)g'(x)\) term entirely.

Correct answer: \(\dfrac{(x-3)(x+1)}{(x-1)^2}\) (see Example 1).

Problem 60 — Error Diagnosis #2

The student wrote \(\dfrac{\cos x}{2x}\). This is the ratio of derivatives — it applies no differentiation rule at all. They differentiated numerator and denominator independently and divided, which is not a valid rule. The correct approach uses the Quotient Rule: \(\dfrac{x^2\cos x - \sin x \cdot 2x}{x^4} = \dfrac{x\cos x - 2\sin x}{x^3}\).

Frequently Asked Questions

When should I use the Quotient Rule?
Use it when you have a ratio \(f(x)/g(x)\) where both numerator and denominator involve \(x\) and no algebraic simplification is possible. If the denominator is a constant, just divide. If the denominator is a simple power of \(x\), consider rewriting with a negative exponent and using the Product Rule instead.
How do I know it's not the Chain Rule I need?
The Chain Rule applies to composition — one function inside another, like \(\sin(x^2)\). The Quotient Rule applies to division — one function divided by another, like \(\sin x / x^2\). These are structurally different. A fraction is not a composition, and a composition is not necessarily a fraction. That said, the numerator or denominator of a quotient may themselves be composite, requiring the Chain Rule within the Quotient Rule calculation.
What mistakes cost the most exam points?
In order of severity: (1) reversing the subtraction in the numerator, which flips the sign of the entire result; (2) squaring \(g'(x)\) instead of \(g(x)\) in the denominator; (3) forgetting to apply the Chain Rule to composite numerators or denominators. All three errors affect the formula itself, not just the algebra, which typically means losing all method points for the problem.
Is the Quotient Rule tested on AP Calculus?
Yes, on both AB and BC exams. It appears in multiple-choice problems testing derivative computation, and in free-response problems asking for tangent lines, critical points, or rates of change involving rational functions. The AP exam frequently embeds the Quotient Rule inside larger multi-step problems, where it is not the only rule needed. You will also need to apply it using function table data.
Can the Quotient Rule be derived?
Yes, and this is worth understanding. If \(h = f/g\), then \(f = hg\). Differentiating with the Product Rule: \(f' = h'g + hg'\). Solving for \(h'\) gives \(h' = (f' - hg')/g = (f'g - fg')/g^2\). The derivation shows exactly why the denominator is \(g^2\) and why subtraction appears — it is not an arbitrary formula but a consequence of the Product Rule applied to the re-expressed relationship.
Can I always rewrite a quotient as a product to avoid the Quotient Rule?
Technically yes — \(f/g = f \cdot g^{-1}\). But applying the Product Rule to \(f \cdot g^{-1}\) then requires the Chain Rule on \(g^{-1}\), producing the same formula in a different form. Whether this is simpler depends on the specific functions. For simple denominators like \(x^n\), the negative-exponent approach is often cleaner. For denominators like \(x^2 + 1\) or \(\sin x + \cos x\), the Quotient Rule is generally more direct.
Why does the Quotient Rule have subtraction while the Product Rule has addition?
Because increasing the denominator decreases the ratio — the two components of a fraction move in opposite directions. When the denominator grows, the ratio shrinks, which introduces the negative sign. The Product Rule involves addition because both factors contribute positively to the rate of change of a product (increasing either factor increases the product). The mathematical sign difference is a direct reflection of how multiplication and division behave differently as operations.
How do I find where a rational function's derivative equals zero?
After applying the Quotient Rule, a rational function's derivative is zero where the numerator is zero and the denominator is nonzero (since zero divided by a nonzero number is zero). Set the numerator of \(f'(x)\) equal to zero and solve. Always check that the denominator \([g(x)]^2\) is nonzero at those solutions — if it is also zero, those points are not in the domain and cannot be critical points.

Print this worksheet for offline practice. The answer key will be included in the printed version.

🧮
✨ Free Tool — 2026
Want More Worksheets? Generate Unlimited Free Math Worksheets!

Instantly create printable worksheets on any topic — derivatives, algebra, fractions & more. Includes full answer keys. No signup needed.

⚡ Try Free Generator →
Unique Worksheets
13+Math Topics
📋Answer Keys
100%Free · No Signup
4.9★User Rating