Single-Variable-Calculus ยท Unit 4 ยท Video 2 ยท Interactive Practice

The Quotient Rule, and Why the Power Rule Works for Negative Exponents

IKey Formulas

FormulaNameWhere it comes from
ddx(uv)=uโ€ฒvโˆ’uvโ€ฒv2\dfrac{d}{dx}\left(\dfrac{u}{v}\right) = \dfrac{u'v - uv'}{v^2}Quotient ruleProved here; needs vโ‰ 0v \neq 0
ฮ”โ€‰โฃ(uv)=(ฮ”u)vโˆ’uโ€‰ฮ”v(v+ฮ”v)v\Delta\!\left(\dfrac{u}{v}\right) = \dfrac{(\Delta u)v - u\,\Delta v}{(v + \Delta v)v}Change in a quotientCommon denominator; uvuv cancels
ddx(1v)=โˆ’vโ€ฒv2=โˆ’vโˆ’2vโ€ฒ\dfrac{d}{dx}\left(\dfrac{1}{v}\right) = -\dfrac{v'}{v^2} = -v^{-2}v'Reciprocal ruleQuotient rule with u=1u = 1
ddxxโˆ’n=โˆ’nโ€‰xโˆ’nโˆ’1\dfrac{d}{dx}x^{-n} = -n\,x^{-n-1}Power rule, negative exponentReciprocal rule with v=xnv = x^n

Key Insight: Read โˆ’n-n as a single number: the coefficient in front is that number, and the new exponent is one less than it. The power rule's statement never changed โ€” only the exponents it covers.

IIVisualization 1 โ€” The Proof, Line by Line

Every line of the proof reports the same number; only the last one, the limit, changes it.

Step 1 โ€” Write the change
ฮ”โ€‰โฃ(uv)=u+ฮ”uv+ฮ”vโˆ’uv\Delta\!\left(\frac{u}{v}\right) = \frac{u + \Delta u}{v + \Delta v} - \frac{u}{v}

IIIVisualization 2 โ€” Predict the Slope of xโˆ’nx^{-n}

Before computing: how steep is y=xโˆ’ny = x^{-n} at a chosen point?

๐Ÿ’ก Challenge: find the point where y=xโˆ’2y = x^{-2} has tangent slope exactly โˆ’14-\tfrac{1}{4}.

IVVisualization 3 โ€” Where the Exponent โˆ’nโˆ’1-n-1 Comes From

Differentiating 1/xn1/x^n multiplies xโˆ’2nx^{-2n} by xnโˆ’1x^{n-1}, so the two exponents add.

VQuiz Questions

Problem 1 ยท The Rule, Straight Through

Given: f(x)=x2x+1f(x) = \dfrac{x^2}{x + 1} โ€” find fโ€ฒ(x)f'(x).

โœ… Correct! uโ€ฒvโˆ’uvโ€ฒ=2x(x+1)โˆ’x2=x2+2xu'v - uv' = 2x(x+1) - x^2 = x^2 + 2x, and the old denominator is squared.
โŒ That plus belongs to the product rule. The quotient rule subtracts: 2x(x+1)โˆ’x22x(x+1) - x^2, not 2x(x+1)+x22x(x+1) + x^2.
โŒ The denominator is squared. The rule divides by v2=(x+1)2v^2 = (x+1)^2, not by vv.
โŒ The two terms are in the wrong order. The numerator differentiated comes first, uโ€ฒvu'v, and then you subtract uvโ€ฒuv'.
โŒ Not quite. Name the pieces u=x2u = x^2, v=x+1v = x + 1 and substitute into uโ€ฒvโˆ’uvโ€ฒv2\dfrac{u'v - uv'}{v^2}.
Show solution

With u=x2u = x^2, uโ€ฒ=2xu' = 2x, v=x+1v = x + 1, vโ€ฒ=1v' = 1:

fโ€ฒ(x)=uโ€ฒvโˆ’uvโ€ฒv2=2x(x+1)โˆ’x2โ‹…1(x+1)2f'(x) = \frac{u'v - uv'}{v^2} = \frac{2x(x+1) - x^2 \cdot 1}{(x+1)^2} =2x2+2xโˆ’x2(x+1)2=x2+2x(x+1)2= \frac{2x^2 + 2x - x^2}{(x+1)^2} = \frac{x^2 + 2x}{(x+1)^2}

Check all three things before moving on: the minus sign, the order (uโ€ฒvu'v first), and the squared denominator. The formula holds where vโ‰ 0v \neq 0, that is for xโ‰ โˆ’1x \neq -1.

Problem 2 ยท A Negative Exponent, Sign and Size

Given: g(x)=1x5g(x) = \dfrac{1}{x^5} โ€” find gโ€ฒ(x)g'(x).

โœ… Correct! 1x5=xโˆ’5\dfrac{1}{x^5} = x^{-5}, and the power rule with exponent โˆ’5-5 gives โˆ’5xโˆ’6-5x^{-6}.
โŒ You differentiated the denominator and left it downstairs. The reciprocal rule is โˆ’vโ€ฒv2-\dfrac{v'}{v^2}, not 1vโ€ฒ\dfrac{1}{v'}.
โŒ The exponent goes down by one, not up. With n=5n = 5 the new exponent is โˆ’nโˆ’1=โˆ’6-n - 1 = -6.
โŒ Sign. Differentiating a reciprocal introduces a minus: ddx(1v)=โˆ’vโ€ฒv2\dfrac{d}{dx}\left(\dfrac{1}{v}\right) = -\dfrac{v'}{v^2}.
โŒ Not quite. Write it as xโˆ’5x^{-5} and apply ddxxโˆ’n=โˆ’nโ€‰xโˆ’nโˆ’1\dfrac{d}{dx}x^{-n} = -n\,x^{-n-1}.
Show solution

With the new power rule: g(x)=xโˆ’5g(x) = x^{-5}, so n=5n = 5 and

gโ€ฒ(x)=โˆ’5xโˆ’5โˆ’1=โˆ’5xโˆ’6=โˆ’5x6g'(x) = -5x^{-5-1} = -5x^{-6} = -\frac{5}{x^6}

With the reciprocal rule (where it came from), taking v=x5v = x^5 and vโ€ฒ=5x4v' = 5x^4:

โˆ’vโ€ฒv2=โˆ’5x4x10=โˆ’5x4โˆ’10=โˆ’5xโˆ’6-\frac{v'}{v^2} = -\frac{5x^4}{x^{10}} = -5x^{4-10} = -5x^{-6}

Both routes agree, as they must โ€” the negative-exponent power rule is the reciprocal rule applied to v=xnv = x^n.

Problem 3 ยท Build the Numerator, Then Simplify

Given: h(x)=x2โˆ’1x2+1h(x) = \dfrac{x^2 - 1}{x^2 + 1} โ€” find the numerator uโ€ฒvโˆ’uvโ€ฒu'v - uv', then hโ€ฒ(x)h'(x).

What is uโ€ฒvโˆ’uvโ€ฒu'v - uv'?

What is hโ€ฒ(x)h'(x)?

โœ… Correct! The cubes cancel: 2x3+2xโˆ’2x3+2x=4x2x^3 + 2x - 2x^3 + 2x = 4x.
โŒ Reversed. uโ€ฒvu'v leads and uvโ€ฒuv' is subtracted, which flips the sign of this answer.
โŒ That is the product rule's pattern. With a plus the x3x^3 terms add instead of cancelling.
โŒ Derivatives do not simply multiply. The rule pairs uโ€ฒu' with vv and uu with vโ€ฒv'.
โŒ Not quite. Here u=x2โˆ’1u = x^2 - 1, uโ€ฒ=2xu' = 2x, v=x2+1v = x^2 + 1, vโ€ฒ=2xv' = 2x.
โŒ Check the sign. 2x3+2xโˆ’2x3+2x=+4x2x^3 + 2x - 2x^3 + 2x = +4x; subtracting โˆ’2x-2x adds.
โŒ The x3x^3 terms cancel. 4x34x^3 is what a plus sign in the numerator would leave.
โŒ The old denominator is squared. It is (x2+1)2(x^2+1)^2, not x2+1x^2 + 1.
โŒ Not quite. Expand the numerator you just built, then divide by v2v^2.
Show solution

With u=x2โˆ’1u = x^2 - 1, uโ€ฒ=2xu' = 2x, v=x2+1v = x^2 + 1, vโ€ฒ=2xv' = 2x:

hโ€ฒ(x)=2x(x2+1)โˆ’(x2โˆ’1)(2x)(x2+1)2h'(x) = \frac{2x(x^2+1) - (x^2-1)(2x)}{(x^2+1)^2} =2x3+2xโˆ’2x3+2x(x2+1)2=4x(x2+1)2= \frac{2x^3 + 2x - 2x^3 + 2x}{(x^2+1)^2} = \frac{4x}{(x^2+1)^2}

The 2x32x^3 terms cancel only because of the minus sign โ€” with a plus you would be left with 4x34x^3, a different function. The result is positive for x>0x > 0: hh climbs from โˆ’1-1 toward 11.

Problem 4 ยท Two Routes to One Derivative

Given: k(x)=x2+3x3k(x) = \dfrac{x^2 + 3}{x^3} โ€” rewrite it with negative exponents, then differentiate.

Which rewrite is correct?

What is kโ€ฒ(x)k'(x)?

โœ… Correct! The quotient rule gives 2xโ‹…x3โˆ’(x2+3)3x2x6=โˆ’x4โˆ’9x2x6\dfrac{2x \cdot x^3 - (x^2+3)3x^2}{x^6} = \dfrac{-x^4 - 9x^2}{x^6} โ€” the same function.
โŒ Off by one. Dividing subtracts exponents once: x2x3=x2โˆ’3=xโˆ’1\dfrac{x^2}{x^3} = x^{2-3} = x^{-1}.
โŒ Exponents subtract when you divide. 2โˆ’3=โˆ’12 - 3 = -1, so the first term is xโˆ’1x^{-1}.
โŒ Moving a power upstairs flips the sign of its exponent. 3x3=3xโˆ’3\dfrac{3}{x^3} = 3x^{-3}.
โŒ Not quite. Split the fraction: x2x3+3x3\dfrac{x^2}{x^3} + \dfrac{3}{x^3}, then subtract exponents in each piece.
โŒ The exponent becomes the coefficient. ddx3xโˆ’3=3(โˆ’3)xโˆ’4=โˆ’9xโˆ’4\dfrac{d}{dx}3x^{-3} = 3(-3)x^{-4} = -9x^{-4}.
โŒ Both coefficients are negative โ€” the exponents โˆ’1-1 and โˆ’3-3 come out in front as they are.
โŒ One less than โˆ’1-1 is โˆ’2-2, not 00. You subtract 1 from the exponent even when the exponent is negative.
โŒ Not quite. Apply ddxxโˆ’n=โˆ’nโ€‰xโˆ’nโˆ’1\dfrac{d}{dx}x^{-n} = -n\,x^{-n-1} to each term of the rewrite.
Show solution

Route 1 โ€” rewrite, then use the negative-exponent power rule:

k(x)=x2x3+3x3=xโˆ’1+3xโˆ’3k(x) = \frac{x^2}{x^3} + \frac{3}{x^3} = x^{-1} + 3x^{-3} kโ€ฒ(x)=(โˆ’1)xโˆ’2+3(โˆ’3)xโˆ’4=โˆ’xโˆ’2โˆ’9xโˆ’4k'(x) = (-1)x^{-2} + 3(-3)x^{-4} = -x^{-2} - 9x^{-4}

Route 2 โ€” quotient rule with u=x2+3u = x^2 + 3, uโ€ฒ=2xu' = 2x, v=x3v = x^3, vโ€ฒ=3x2v' = 3x^2:

kโ€ฒ(x)=2xโ‹…x3โˆ’(x2+3)โ‹…3x2(x3)2=2x4โˆ’3x4โˆ’9x2x6k'(x) = \frac{2x \cdot x^3 - (x^2 + 3)\cdot 3x^2}{(x^3)^2} = \frac{2x^4 - 3x^4 - 9x^2}{x^6} =โˆ’x4โˆ’9x2x6=โˆ’xโˆ’2โˆ’9xโˆ’4= \frac{-x^4 - 9x^2}{x^6} = -x^{-2} - 9x^{-4}

The routes agree because the negative-exponent power rule was itself derived from the quotient rule. Route 1 is shorter whenever the denominator is a single power of xx.

Solved: 0 / 4