AP Calculus AB and BC

Derivative of 1/x: Answer, Proof, and Mistakes

The derivative of 1/x is -1/x^2, also written -x^(-2). Rewrite 1/x as x^(-1) and use the power rule: the exponent -1 moves out front and drops by one, giving -1 times x^(-2) = -1/x^2. Because x^2 is positive for every x except 0, this slope is always negative, so 1/x decreases on each of its two branches.

ddx[1x]=1x2\frac{d}{dx}\left[\frac{1}{x}\right] = -\frac{1}{x^2}

The proof: rewrite 1/x as a power

Start by writing the reciprocal as a power. Since 1x=x1\frac{1}{x} = x^{-1}, this is an ordinary power-rule derivative, not a separate rule to memorize.

ddx[x1]=(1)x11=x2=1x2\frac{d}{dx}\left[x^{-1}\right] = (-1)\,x^{-1-1} = -x^{-2} = -\frac{1}{x^2}

The power rule says ddx[xn]=nxn1\frac{d}{dx}\left[x^n\right] = n\,x^{n-1}. With n=1n = -1, the exponent 1-1 comes down as the coefficient out front, and the new exponent is 11=2-1 - 1 = -2. That leading 1-1 is the source of the minus sign in the answer.

The quotient rule gives the same result. Treating 1x\frac{1}{x} as a quotient with constant numerator 11:

ddx[1x]=x011x2=1x2\frac{d}{dx}\left[\frac{1}{x}\right] = \frac{x\cdot 0 - 1\cdot 1}{x^2} = -\frac{1}{x^2}

The derivative of the numerator is 00, so only the 11-1\cdot 1 term survives, and the x2x^2 in the denominator comes from squaring the bottom.

The slope is negative everywhere, so 1/x is decreasing

For every x0x \neq 0, x2>0x^2 > 0, so 1x2-\frac{1}{x^2} is negative. The slope of 1x\frac{1}{x} is never zero and never positive, which means it has no critical points and no turning points.

So 1x\frac{1}{x} is decreasing on each of its two branches, (,0)(-\infty, 0) and (0,)(0, \infty), taken separately. Avoid saying it is decreasing for all xx: the domain is split by the vertical asymptote at x=0x = 0, where the function is undefined, and the two branches are not one connected piece.

xx1x\frac{1}{x}ddx[1x]\frac{d}{dx}\left[\frac{1}{x}\right]
2-212-\frac{1}{2}14-\frac{1}{4}
12-\frac{1}{2}2-24-4
12\frac{1}{2}224-4
2212\frac{1}{2}14-\frac{1}{4}

Every entry in the last column is negative. The slope grows steeper (more negative) as xx approaches 00 and flattens toward 00 as x|x| gets large.

Where 1/x shows up on the AP exam

On the AP Calculus AB and BC exams, x1x^{-1} is a direct application of the power rule from Unit 2, Topic 2.5 (Applying the Power Rule). Unit 2 carries about 10-15% of the AB exam and 5-10% of the BC exam.

It shows up more often inside composites. Whenever you differentiate 1g(x)\frac{1}{g(x)}, the chain rule from Unit 3, Topic 3.1 (The Chain Rule) turns the outer 1u\frac{1}{u} into 1u2-\frac{1}{u^2} and multiplies by g(x)g'(x). Differentiating 1g(x)\frac{1}{g(x)} is also a special case of the quotient rule (Topic 2.9), with a constant numerator, so you get the same 1g(x)2-\frac{1}{g(x)^2} factor either way.

Do not confuse it with the antiderivative

ddx[1x]=1x2\frac{d}{dx}\left[\frac{1}{x}\right] = -\frac{1}{x^2}, but 1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C (Unit 6, Topic 6.8). Differentiating 1x\frac{1}{x} and antidifferentiating it point in opposite directions, and neither one equals lnx\ln x.

Common mistakes

  • Dropping the minus sign and writing 1x2\frac{1}{x^2} instead of 1x2-\frac{1}{x^2}. The derivative is negative everywhere, so a positive answer is wrong on sight.
  • Mixing up the two directions: ddx[lnx]=1x\frac{d}{dx}\left[\ln x\right] = \frac{1}{x}, while ddx[1x]=1x2\frac{d}{dx}\left[\frac{1}{x}\right] = -\frac{1}{x^2}. The reciprocal 1x\frac{1}{x} being the derivative of lnx\ln x does not make it the derivative of 1x\frac{1}{x}.
  • Botching the new exponent: from x1x^{-1} you subtract 11 to reach x2x^{-2}, not x0x^{0} or x1x^{-1}. Subtracting from a negative exponent is where the slip happens.
  • Assuming the derivative comes from squaring the function. The x2x^2 in the denominator comes from the power rule (or from squaring the denominator in the quotient rule), not from squaring 1x\frac{1}{x}.
  • Skipping the chain rule on composites: ddx[13x+1]\frac{d}{dx}\left[\frac{1}{3x+1}\right] is not 1(3x+1)2-\frac{1}{(3x+1)^2}, because you still multiply by the inner derivative 33.

Two chain-rule examples

Example 1. Differentiate 13x+1\frac{1}{3x+1}. Let u=3x+1u = 3x + 1, so the outer function is 1u\frac{1}{u} with derivative 1u2-\frac{1}{u^2}, and the inner derivative is u=3u' = 3.

ddx[13x+1]=1(3x+1)23=3(3x+1)2\frac{d}{dx}\left[\frac{1}{3x+1}\right] = -\frac{1}{(3x+1)^2}\cdot 3 = -\frac{3}{(3x+1)^2}

Example 2. Differentiate 1x2+1\frac{1}{x^2+1}. Here u=x2+1u = x^2 + 1 and u=2xu' = 2x, so multiply the outer 1u2-\frac{1}{u^2} by 2x2x.

ddx[1x2+1]=1(x2+1)22x=2x(x2+1)2\frac{d}{dx}\left[\frac{1}{x^2+1}\right] = -\frac{1}{(x^2+1)^2}\cdot 2x = -\frac{2x}{(x^2+1)^2}

In both problems the outer step is the same 1u2-\frac{1}{u^2} you get from 1x\frac{1}{x}; the chain rule just appends the inner derivative.

Check yourself, not just the answer

Type derivatives and get graded on mathematical equivalence, with rule-level hints when you miss, in the Derivative Practice Checker.

Frequently asked questions

What is the derivative of 1/x?

It is 1x2-\frac{1}{x^2}. Rewrite 1x\frac{1}{x} as x1x^{-1} and apply the power rule: the exponent 1-1 multiplies out front and drops to 2-2, giving x2=1x2-x^{-2} = -\frac{1}{x^2}.

Why is the derivative of 1/x negative?

Because 1x2-\frac{1}{x^2} has x2>0x^2 > 0 in the denominator for every x0x \neq 0, the whole expression stays negative. That matches the graph: 1x\frac{1}{x} falls as you move left to right along each branch.

Is the derivative of 1/x the same as the derivative of ln x?

No. ddx[lnx]=1x\frac{d}{dx}\left[\ln x\right] = \frac{1}{x}, but ddx[1x]=1x2\frac{d}{dx}\left[\frac{1}{x}\right] = -\frac{1}{x^2}. The reciprocal 1x\frac{1}{x} is the derivative of lnx\ln x; differentiating 1x\frac{1}{x} itself gives a different, negative result.

What is the second derivative of 1/x?

Differentiate 1x2=x2-\frac{1}{x^2} = -x^{-2} again: ddx[x2]=2x3=2x3\frac{d}{dx}\left[-x^{-2}\right] = 2x^{-3} = \frac{2}{x^3}. So the second derivative of 1x\frac{1}{x} is 2x3\frac{2}{x^3}.