All practice topics

Differentiation

21 practice questions with full worked solutions. Free, no account needed.

Problems & worked solutions

Problem #0005 International

Problem 1Derivatives

If f(x)=x33x2+2f(x) = x^3 - 3x^2 + 2, at how many points is f(x)=0f'(x) = 0?

Show answer & worked solution
  1. A. 0
  2. B. 1
  3. C. 2✓ correct
  4. D. 3

f(x)=3x26x=3x(x2)f'(x) = 3x^2 - 6x = 3x(x-2). Roots: x=0x = 0 and x=2x = 2 — two critical points.

Problem #0111 International

Problem 2Differentiation

What is f(x)f'(x) if f(x)=x3f(x) = x^3?

Show answer & worked solution
  1. A. x2x^2
  2. B. 3x23x^2✓ correct
  3. C. 3x3x
  4. D. x3lnxx^3 \ln x

By the power rule, ddxx3=3x2\tfrac{d}{dx}\,x^3 = 3x^2.

Problem #0112 International

Problem 3Differentiation

What is f(x)f'(x) if f(x)=sinx+cosxf(x) = \sin x + \cos x?

Show answer & worked solution
  1. A. sinxcosx\sin x - \cos x
  2. B. cosx+sinx\cos x + \sin x
  3. C. cosxsinx\cos x - \sin x✓ correct
  4. D. cosxsinx-\cos x - \sin x

Differentiating term by term: (sinx)+(cosx)=cosxsinx(\sin x)' + (\cos x)' = \cos x - \sin x.

Problem #0010 International

Problem 4Chain Rule

If f(x)=(x2+1)3f(x) = (x^2 + 1)^3, find f(1)f'(1).

Show answer & worked solution
  1. A. 1212
  2. B. 1818
  3. C. 2424✓ correct
  4. D. 4848

f(x)=3(x2+1)22x=6x(x2+1)2f'(x) = 3(x^2+1)^2 \cdot 2x = 6x(x^2+1)^2. At x=1x=1: 614=246 \cdot 1 \cdot 4 = 24.

Problem #0876 US AP

Problem 5Definition of the Derivative

Using the definition f(a)=limh0f(a+h)f(a)hf'(a) = \displaystyle\lim_{h\to 0} \dfrac{f(a+h) - f(a)}{h}, the derivative of f(x)=x2f(x) = x^{2} at x=3x = 3 is:

Show answer & worked solution
  1. A. 33
  2. B. 99
  3. C. 66✓ correct
  4. D. 00

f(3+h)f(3)h=(3+h)29h=9+6h+h29h=6h+h2h=6+h\dfrac{f(3+h) - f(3)}{h} = \dfrac{(3+h)^{2} - 9}{h} = \dfrac{9 + 6h + h^{2} - 9}{h} = \dfrac{6h + h^{2}}{h} = 6 + h.

limh0(6+h)=6\displaystyle\lim_{h\to 0}(6 + h) = 6.

Problem #0879 US AP

Problem 6Fermat's Theorem

By Fermat's theorem on interior extrema, if f(x)=x26x+5f(x) = x^{2} - 6x + 5 attains its minimum on R\mathbb{R} at x=cx = c, then cc equals:

Show answer & worked solution
  1. A. 3-3
  2. B. 00
  3. C. 33✓ correct
  4. D. 55

f(x)=2x6f'(x) = 2x - 6.

Setting f(c)=0f'(c) = 0: 2c6=0    c=32c - 6 = 0 \implies c = 3.

Since f(x)=2>0f''(x) = 2 > 0, this is indeed a minimum.

Problem #0877 US AP

Problem 7Mean Value Theorem

Apply the Mean Value Theorem to f(x)=x2f(x) = x^{2} on [0,4][0, 4]. The value c(0,4)c \in (0,4) satisfying f(c)=f(4)f(0)40f'(c) = \dfrac{f(4) - f(0)}{4 - 0} is:

Show answer & worked solution
  1. A. c=4c = 4
  2. B. c=2c = 2✓ correct
  3. C. c=1c = 1
  4. D. c=0c = 0

Average rate: f(4)f(0)40=1604=4\dfrac{f(4) - f(0)}{4 - 0} = \dfrac{16 - 0}{4} = 4.

f(x)=2xf'(x) = 2x, so f(c)=4    2c=4    c=2f'(c) = 4 \implies 2c = 4 \implies c = 2.

2(0,4)2 \in (0, 4) ✓.

Problem #0878 US AP

Problem 8Rolle's Theorem

By Rolle's Theorem applied to f(x)=x24f(x) = x^{2} - 4 on [2,2][-2, 2], the guaranteed value c(2,2)c \in (-2, 2) with f(c)=0f'(c) = 0 is:

Show answer & worked solution
  1. A. c=1c = 1
  2. B. c=0c = 0✓ correct
  3. C. c=1c = -1
  4. D. c=2c = 2

ff is a polynomial (continuous on [2,2][-2,2], differentiable on (2,2)(-2,2)), and f(2)=0=f(2)f(-2) = 0 = f(2), so Rolle's hypotheses hold.

f(x)=2xf'(x) = 2x, so f(c)=0    c=0f'(c) = 0 \implies c = 0.

Problem #0115 International

Problem 9Differentiation

Compute f(x)f'(x) for f(x)=ln(x2+1)f(x) = \ln(x^2 + 1).

Show answer & worked solution
  1. A. 1x2+1\dfrac{1}{x^2 + 1}
  2. B. 2xx2+1\dfrac{2x}{x^2 + 1}✓ correct
  3. C. xx2+1\dfrac{x}{x^2 + 1}
  4. D. 2x2+1\dfrac{2}{x^2 + 1}

ddxlnu=uu\tfrac{d}{dx}\,\ln u = \tfrac{u'}{u}. Here u=2xu' = 2x, so f(x)=2xx2+1f'(x) = \dfrac{2x}{x^2 + 1}.

Problem #0116 International

Problem 10Differentiation

Compute f(x)f'(x) for f(x)=(x2+1)5f(x) = (x^2 + 1)^5.

Show answer & worked solution
  1. A. 5(x2+1)45(x^2 + 1)^4
  2. B. 5x(x2+1)45x(x^2 + 1)^4
  3. C. 10x(x2+1)410x(x^2 + 1)^4✓ correct
  4. D. (2x)5(2x)^5

f(x)=5(x2+1)42x=10x(x2+1)4f'(x) = 5(x^2 + 1)^4 \cdot 2x = 10x(x^2 + 1)^4.

Which exam are you sitting?