Mathematics · Calculus

Quotient Rule of Differentiation

The quotient rule differentiates fractions of two functions, for example rational functions.

BasicExam-relevant

Free · no credit card · in your study plan in 2 minutes

Formula

LaTeX: \left(\frac{f}{g}\right)' = \frac{f' \cdot g - f \cdot g'}{g^{2}}
Dimensionless (calculus)

Variables & units – Quotient Rule of Differentiation

SymbolMeaningUnit
fNumerator functiondimensionless
gDenominator function (g(x) ≠ 0)dimensionless
f', g'Derivatives of numerator and denominatordimensionless

Derivation & background – Quotient Rule of Differentiation

The quotient rule follows from the product rule applied to f·(1/g) together with the chain rule for 1/g. Mnemonic: low d-high minus high d-low, over the square of what is below. The order in the numerator is decisive because of the minus sign. A prominent special case: (tan x)′ = 1/cos²x from tan x = sin x/cos x.

Exam blueprint

Validity range

Applies at all points where numerator f and denominator g are differentiable and g(x) ≠ 0.

Derivation steps

Apply the product rule to f·(1/g), differentiating 1/g with the chain rule.

  1. 1(1/g)′ = −g′/g².
  2. 2(f·1/g)′ = f′/g − f·g′/g² = (f′g − fg′)/g².

Rearrangements

Reciprocal rule

The special case f = 1 of the quotient rule.

Derivative of tangent

From tan x = sin x/cos x with sin² + cos² = 1.

Task variant

Differentiate f(x) = (2x + 1)/(x − 3).

f′(x) = (2·(x − 3) − (2x + 1)·1)/(x − 3)² = −7/(x − 3)². Negative everywhere: f decreases on both branches.

Show with the quotient rule: (tan x)′ = 1/cos²x.

(sin/cos)′ = (cos·cos − sin·(−sin))/cos² = (cos² + sin²)/cos² = 1/cos².

Common mistakes

Swapping the numerator order: fg′ − f′g.

Because of the minus the order is fixed: f′g − fg′.

Forgetting the square in the denominator.

The denominator of the derivative is g², not g.

Putting a plus in the numerator as in the product rule.

Product rule: plus; quotient rule: minus in the numerator.

Applying the quotient rule where cancelling is simpler.

Simplify x³/x = x² first, then differentiate.

Exam context

  • Curve analysis of rational functions: extrema, monotonicity and asymptotes.

These mistakes cost points in real exams. The set drills them until they stick.

Worked example

h(x) = x²/(x + 1): h′(x) = (2x·(x + 1) − x²·1)/(x + 1)² = (x² + 2x)/(x + 1)². At x = 1: h′(1) = 3/4 = 0.75.

Applications

Rational functions (curve analysis, asymptotes), derivative of tan x, growth rates as quotients, control engineering

Quanta exam set

Curated exam set for "Quotient Rule of Differentiation":

Question (front)

Which formula describes Quotient Rule of Differentiation?

Answer in your set

Question (front)

How do you rearrange (f/g)' = (f'g − fg')/g² for Reciprocal rule?

Answer in your set

Question (front)

Which common mistake happens with Quotient Rule of Differentiation?

Answer in your set

+ 7 more cards: units, variables, derivation, example, exam task

These 10 cards are ready. One click and they sit in your deck, FSRS schedules the reviews until exam day.

Scientific sources

Common notations & search queries

(f/g)'=(f'g-fg')/g^2(u/v)'=(u'v-uv')/v^2Quotientenregel AbleitungBruch ableitenNAZ minus ZANgebrochenrationale Funktion ableitenquotient rule derivativeQuotientenregel Formel

Related formulas

More Mathematics formulas

Frequently asked questions about Quotient Rule of Differentiation

How does the quotient rule work step by step?+

First identify numerator f and denominator g. Form both derivatives f′ and g′. Then insert into (f/g)′ = (f′g − fg′)/g²: derivative of the numerator times denominator, minus numerator times derivative of the denominator, all over the square of the denominator. Example: h(x) = x²/(x + 1) with f′ = 2x and g′ = 1 gives h′(x) = (2x(x + 1) − x²)/(x + 1)² = (x² + 2x)/(x + 1)². Simplify at the end, but usually leave the denominator factored, which makes zero and domain questions easier. Important: the order in the numerator cannot be swapped because of the minus sign, and the rule holds only where g(x) ≠ 0.

How do I remember the order in the numerator of the quotient rule?+

A common English mnemonic is "low d-high minus high d-low, over the square of what is below": denominator times derivative of the numerator, minus numerator times derivative of the denominator, over the denominator squared. Both phrasings describe the same expression (f′g − fg′)/g². The decisive point: the term with the DIFFERENTIATED numerator stands first and positive. A quick self-test exposes mix-ups: (x/x)′ must give 0. Correct: (1·x − x·1)/x² = 0 ✓. Swapping the order also gives 0 here, so better test with (x²/x)′: correct is (2x·x − x²·1)/x² = 1, as it must be for x²/x = x; the swapped version would give −1. This unmasks the error in seconds.

When do I use the quotient rule and when is rewriting better?+

The quotient rule pays off when numerator and denominator are both genuine functions of x, for example (2x + 1)/(x − 3) or sin x/x. If the denominator is just a power, rewriting is faster: 3/x² = 3x⁻² differentiates by the power rule to −6x⁻³, with no fraction work at all. If the numerator is just a constant, the reciprocal rule (1/g)′ = −g′/g² suffices. And sometimes the fraction cancels before differentiating: (x³ + x)/x = x² + 1 is trivial to differentiate. Rule of thumb: simplify first, then differentiate. Reaching reflexively for the quotient rule produces longer terms and more error sources than necessary.

What typical mistakes happen with the quotient rule?+

Four classics. First: numerator order swapped, i.e. fg′ − f′g instead of f′g − fg′; this flips the sign of the entire derivative. Second: forgetting the square in the denominator and dividing only by g. Third: putting a plus as in the product rule; the product rule has plus, the quotient rule minus. Fourth: cancelling wrongly after differentiating, for instance individual summands of the numerator against the denominator; you may only cancel common factors of the whole numerator. Antidote: write the formula out cleanly, note f, g, f′, g′ separately, only then substitute, and check the result numerically at a simple point like x = 0 or x = 1 against the difference quotient.

How do I derive tan x with the quotient rule?+

Write tan x = sin x/cos x and apply the quotient rule with f = sin x, g = cos x: f′ = cos x and g′ = −sin x. The numerator becomes cos x·cos x − sin x·(−sin x) = cos²x + sin²x, the denominator cos²x. With the trigonometric Pythagoras cos²x + sin²x = 1 it follows that (tan x)′ = 1/cos²x. Dividing numerator and denominator by cos²x instead gives the equivalent form 1 + tan²x. This derivation is a popular exam transfer task, because it combines the quotient rule, the derivatives of the trigonometric functions and the trigonometric identity in three lines. The result also shows: tan x increases everywhere on its branches, since 1/cos²x > 0.

Retain Quotient Rule of Differentiation for exams

Create a curated FSRS exam set for (f/g)' = (f'g − fg')/g²: formula recall, variables, derivation, rearrangement, worked example, common mistakes and exam context.

Free · curated formula set · LaTeX · FSRS spaced repetition

How do you calculate with Quotient Rule of Differentiation?

Here is how to work through a typical Quotient Rule of Differentiation ((f/g)' = (f'g − fg')/g²) task step by step:

  1. 1

    Task

    Differentiate f(x) = (2x + 1)/(x − 3).

    Solution path

    f′(x) = (2·(x − 3) − (2x + 1)·1)/(x − 3)² = −7/(x − 3)². Negative everywhere: f decreases on both branches.

  2. 2

    Task

    Show with the quotient rule: (tan x)′ = 1/cos²x.

    Solution path

    (sin/cos)′ = (cos·cos − sin·(−sin))/cos² = (cos² + sin²)/cos² = 1/cos².