You’ve learned the rules — now it’s time to put them to the test. This problem set covers every derivative technique from the Derivatives lesson, organized from straightforward to challenging. Work through each problem on your own, then click Show Solution to check your work.
📚 Table of Contents
- Power Rule & Basic Rules
- Product Rule
- Quotient Rule
- Chain Rule
- Trig Derivatives
- Exponential & Log Derivatives
- Implicit Differentiation
- Mixed & Challenge Problems
1. Power Rule & Basic Rules
Differentiate each function using the Power Rule, Constant Rule, Sum/Difference Rule, and Constant Multiple Rule.
Problem 1.
$$f(x) = x^7$$
👁️ Show Solution
$$f'(x) = 7x^6$$
Problem 2.
$$f(x) = 5x^4 – 3x^2 + 8$$
👁️ Show Solution
$$f'(x) = 20x^3 – 6x$$
Problem 3.
$$f(x) = \frac{1}{x^3}$$
👁️ Show Solution
Rewrite as \(x^{-3}\), then apply Power Rule:
$$f'(x) = -3x^{-4} = \frac{-3}{x^4}$$
Problem 4.
$$f(x) = \sqrt[3]{x^2} = x^{2/3}$$
👁️ Show Solution
$$f'(x) = \frac{2}{3}x^{-1/3} = \frac{2}{3\sqrt[3]{x}}$$
Problem 5.
$$f(x) = 8x^{1/2} – 4x^{-1} + 6$$
👁️ Show Solution
$$f'(x) = 4x^{-1/2} + 4x^{-2} = \frac{4}{\sqrt{x}} + \frac{4}{x^2}$$
Problem 6.
$$f(x) = 3x^5 – 7x^3 + 2x^2 – x + 10$$
👁️ Show Solution
$$f'(x) = 15x^4 – 21x^2 + 4x – 1$$
2. Product Rule
Remember: derivative of first times second, plus first times derivative of second.
Problem 7.
$$f(x) = x^3 \cdot \cos(x)$$
👁️ Show Solution
Let \(f = x^3\), \(g = \cos(x)\), so \(f’ = 3x^2\), \(g’ = -\sin(x)\)
$$f'(x) = 3x^2\cos(x) – x^3\sin(x)$$
Problem 8.
$$f(x) = (2x + 5)(x^2 – 3)$$
👁️ Show Solution
Let \(f = 2x+5\), \(g = x^2-3\), so \(f’ = 2\), \(g’ = 2x\)
$$f'(x) = 2(x^2-3) + (2x+5)(2x) = 2x^2 – 6 + 4x^2 + 10x = 6x^2 + 10x – 6$$
Problem 9.
$$f(x) = x^4 \cdot \ln(x)$$
👁️ Show Solution
Let \(f = x^4\), \(g = \ln(x)\), so \(f’ = 4x^3\), \(g’ = \frac{1}{x}\)
$$f'(x) = 4x^3\ln(x) + x^4 \cdot \frac{1}{x} = 4x^3\ln(x) + x^3 = x^3(4\ln(x) + 1)$$
Problem 10.
$$f(x) = e^x \cdot \sin(x)$$
👁️ Show Solution
Let \(f = e^x\), \(g = \sin(x)\), so \(f’ = e^x\), \(g’ = \cos(x)\)
$$f'(x) = e^x\sin(x) + e^x\cos(x) = e^x(\sin(x) + \cos(x))$$
Problem 11.
$$f(x) = (x^2 + 1)(x^3 – 2x)$$
👁️ Show Solution
Let \(f = x^2+1\), \(g = x^3-2x\), so \(f’ = 2x\), \(g’ = 3x^2-2\)
$$f'(x) = 2x(x^3-2x) + (x^2+1)(3x^2-2)$$
$$= 2x^4 – 4x^2 + 3x^4 – 2x^2 + 3x^2 – 2$$
$$= 5x^4 – 3x^2 – 2$$
3. Quotient Rule
Remember: Low d-High minus High d-Low, over Low squared.
Problem 12.
$$f(x) = \frac{x^3}{x + 2}$$
👁️ Show Solution
Let \(f = x^3\), \(g = x+2\), so \(f’ = 3x^2\), \(g’ = 1\)
$$f'(x) = \frac{3x^2(x+2) – x^3(1)}{(x+2)^2} = \frac{3x^3 + 6x^2 – x^3}{(x+2)^2} = \frac{2x^3 + 6x^2}{(x+2)^2}$$
Problem 13.
$$f(x) = \frac{\cos(x)}{x^2}$$
👁️ Show Solution
Let \(f = \cos(x)\), \(g = x^2\), so \(f’ = -\sin(x)\), \(g’ = 2x\)
$$f'(x) = \frac{-\sin(x) \cdot x^2 – \cos(x) \cdot 2x}{x^4}$$
$$= \frac{-x^2\sin(x) – 2x\cos(x)}{x^4} = \frac{-x\sin(x) – 2\cos(x)}{x^3}$$
Problem 14.
$$f(x) = \frac{e^x}{x^2 + 1}$$
👁️ Show Solution
Let \(f = e^x\), \(g = x^2+1\), so \(f’ = e^x\), \(g’ = 2x\)
$$f'(x) = \frac{e^x(x^2+1) – e^x(2x)}{(x^2+1)^2} = \frac{e^x(x^2 – 2x + 1)}{(x^2+1)^2} = \frac{e^x(x-1)^2}{(x^2+1)^2}$$
Problem 15.
$$f(x) = \frac{x^2 – 4}{x^2 + 4}$$
👁️ Show Solution
Let \(f = x^2-4\), \(g = x^2+4\), so \(f’ = 2x\), \(g’ = 2x\)
$$f'(x) = \frac{2x(x^2+4) – (x^2-4)(2x)}{(x^2+4)^2}$$
$$= \frac{2x^3 + 8x – 2x^3 + 8x}{(x^2+4)^2} = \frac{16x}{(x^2+4)^2}$$
4. Chain Rule
Differentiate the outside, leave the inside alone, then multiply by the derivative of the inside.
Problem 16.
$$f(x) = (4x – 1)^6$$
👁️ Show Solution
$$f'(x) = 6(4x-1)^5 \cdot 4 = 24(4x-1)^5$$
Problem 17.
$$f(x) = \sqrt{3x^2 + 5}$$
👁️ Show Solution
Rewrite as \((3x^2+5)^{1/2}\):
$$f'(x) = \frac{1}{2}(3x^2+5)^{-1/2} \cdot 6x = \frac{6x}{2\sqrt{3x^2+5}} = \frac{3x}{\sqrt{3x^2+5}}$$
Problem 18.
$$f(x) = \cos(4x^3)$$
👁️ Show Solution
$$f'(x) = -\sin(4x^3) \cdot 12x^2 = -12x^2\sin(4x^3)$$
Problem 19.
$$f(x) = e^{x^2 – 3x}$$
👁️ Show Solution
$$f'(x) = e^{x^2-3x} \cdot (2x – 3) = (2x-3)e^{x^2-3x}$$
Problem 20.
$$f(x) = \ln(5x^3 – 2)$$
👁️ Show Solution
$$f'(x) = \frac{1}{5x^3-2} \cdot 15x^2 = \frac{15x^2}{5x^3-2}$$
Problem 21.
$$f(x) = \left(\frac{x+1}{x-1}\right)^4$$
👁️ Show Solution
Outside: \((\cdot)^4\) → Inside: \(\frac{x+1}{x-1}\)
First find the derivative of the inside using Quotient Rule:
$$\frac{d}{dx}\left[\frac{x+1}{x-1}\right] = \frac{(x-1) – (x+1)}{(x-1)^2} = \frac{-2}{(x-1)^2}$$
Now apply Chain Rule:
$$f'(x) = 4\left(\frac{x+1}{x-1}\right)^3 \cdot \frac{-2}{(x-1)^2} = \frac{-8(x+1)^3}{(x-1)^5}$$
5. Trig Derivatives
These problems combine trig derivatives with the Chain Rule, Product Rule, and Quotient Rule.
Problem 22.
$$f(x) = 5\cos(x) – 3\tan(x)$$
👁️ Show Solution
$$f'(x) = -5\sin(x) – 3\sec^2(x)$$
Problem 23.
$$f(x) = \sin^4(x)$$
👁️ Show Solution
Rewrite as \([\sin(x)]^4\), then apply Chain Rule:
$$f'(x) = 4\sin^3(x) \cdot \cos(x)$$
Problem 24.
$$f(x) = \tan(3x^2 + 1)$$
👁️ Show Solution
$$f'(x) = \sec^2(3x^2+1) \cdot 6x = 6x\sec^2(3x^2+1)$$
Problem 25.
$$f(x) = x^2\sin(x)$$
👁️ Show Solution
Product Rule: \(f = x^2\), \(g = \sin(x)\)
$$f'(x) = 2x\sin(x) + x^2\cos(x)$$
Problem 26.
$$f(x) = \frac{\sin(x)}{1 + \cos(x)}$$
👁️ Show Solution
Quotient Rule: \(f = \sin(x)\), \(g = 1+\cos(x)\)
$$f'(x) = \frac{\cos(x)(1+\cos(x)) – \sin(x)(-\sin(x))}{(1+\cos(x))^2}$$
$$= \frac{\cos(x) + \cos^2(x) + \sin^2(x)}{(1+\cos(x))^2}$$
$$= \frac{\cos(x) + 1}{(1+\cos(x))^2} = \frac{1}{1+\cos(x)}$$
6. Exponential & Log Derivatives
Don’t forget the Chain Rule whenever the exponent or argument is more than just x.
Problem 27.
$$f(x) = e^{7x}$$
👁️ Show Solution
$$f'(x) = 7e^{7x}$$
Problem 28.
$$f(x) = \ln(x^3 + 4x)$$
👁️ Show Solution
$$f'(x) = \frac{3x^2 + 4}{x^3 + 4x}$$
Problem 29.
$$f(x) = 5^x$$
👁️ Show Solution
$$f'(x) = 5^x \ln(5)$$
Problem 30.
$$f(x) = x^3 e^{2x}$$
👁️ Show Solution
Product Rule: \(f = x^3\), \(g = e^{2x}\)
$$f'(x) = 3x^2 e^{2x} + x^3 \cdot 2e^{2x} = e^{2x}(3x^2 + 2x^3) = x^2 e^{2x}(3 + 2x)$$
Problem 31.
$$f(x) = \ln(\sin(x))$$
👁️ Show Solution
$$f'(x) = \frac{1}{\sin(x)} \cdot \cos(x) = \frac{\cos(x)}{\sin(x)} = \cot(x)$$
Problem 32.
$$f(x) = e^{\sin(x)}$$
👁️ Show Solution
$$f'(x) = e^{\sin(x)} \cdot \cos(x) = \cos(x)e^{\sin(x)}$$
7. Implicit Differentiation
Differentiate both sides with respect to x. Every time you differentiate a y term, multiply by \(\frac{dy}{dx}\), then solve for it.
Problem 33.
$$x^2 + y^2 = 36$$
👁️ Show Solution
$$2x + 2y\frac{dy}{dx} = 0 \Rightarrow \frac{dy}{dx} = \frac{-x}{y}$$
Problem 34.
$$x^3 + y^3 = 8$$
👁️ Show Solution
$$3x^2 + 3y^2\frac{dy}{dx} = 0 \Rightarrow \frac{dy}{dx} = \frac{-x^2}{y^2}$$
Problem 35.
$$xy = 10$$
👁️ Show Solution
Use Product Rule on the left side:
$$y + x\frac{dy}{dx} = 0 \Rightarrow \frac{dy}{dx} = \frac{-y}{x}$$
Problem 36.
$$x^2y + y^3 = 5$$
👁️ Show Solution
Differentiate both sides:
$$2xy + x^2\frac{dy}{dx} + 3y^2\frac{dy}{dx} = 0$$
Collect \(\frac{dy}{dx}\) terms:
$$\frac{dy}{dx}(x^2 + 3y^2) = -2xy \Rightarrow \frac{dy}{dx} = \frac{-2xy}{x^2 + 3y^2}$$
Problem 37.
$$\sin(y) = x^2 + y$$
👁️ Show Solution
$$\cos(y)\frac{dy}{dx} = 2x + \frac{dy}{dx}$$
$$\frac{dy}{dx}(\cos(y) – 1) = 2x \Rightarrow \frac{dy}{dx} = \frac{2x}{\cos(y) – 1}$$
8. Mixed & Challenge Problems 🔥
These problems combine multiple rules. Take your time and plan your approach before differentiating.
Problem 38.
$$f(x) = \frac{(x^2+1)^3}{e^x}$$
👁️ Show Solution
Quotient Rule + Chain Rule:
$$f'(x) = \frac{3(x^2+1)^2 \cdot 2x \cdot e^x – (x^2+1)^3 \cdot e^x}{e^{2x}}$$
$$= \frac{e^x(x^2+1)^2\left[6x – (x^2+1)\right]}{e^{2x}}$$
$$= \frac{(x^2+1)^2(-x^2 + 6x – 1)}{e^x}$$
Problem 39.
$$f(x) = \sin^2(3x) + \cos^2(3x)$$
👁️ Show Solution
Recognize this is the Pythagorean identity: \(\sin^2(\theta) + \cos^2(\theta) = 1\)
So \(f(x) = 1\) for all x, therefore:
$$f'(x) = 0$$
Problem 40.
$$f(x) = \ln\!\left(\frac{x^2+1}{x-3}\right)$$
👁️ Show Solution
Use log properties first: \(f(x) = \ln(x^2+1) – \ln(x-3)\)
$$f'(x) = \frac{2x}{x^2+1} – \frac{1}{x-3}$$
Problem 41.
$$f(x) = (x^2+3x)^4 \cdot e^{2x}$$
👁️ Show Solution
Product Rule + Chain Rule on both factors:
$$f'(x) = 4(x^2+3x)^3(2x+3) \cdot e^{2x} + (x^2+3x)^4 \cdot 2e^{2x}$$
$$= e^{2x}(x^2+3x)^3\left[4(2x+3) + 2(x^2+3x)\right]$$
$$= e^{2x}(x^2+3x)^3(2x^2 + 6x + 8x + 12)$$
$$= e^{2x}(x^2+3x)^3(2x^2 + 14x + 12)$$
$$= 2e^{2x}(x^2+3x)^3(x^2 + 7x + 6)$$
Problem 42. Find \(\frac{dy}{dx}\) for \(e^{xy} = x + y\)
👁️ Show Solution
Differentiate both sides. Left side needs Chain Rule + Product Rule:
$$e^{xy}\!\left(y + x\frac{dy}{dx}\right) = 1 + \frac{dy}{dx}$$
$$ye^{xy} + xe^{xy}\frac{dy}{dx} = 1 + \frac{dy}{dx}$$
$$\frac{dy}{dx}(xe^{xy} – 1) = 1 – ye^{xy}$$
$$\frac{dy}{dx} = \frac{1 – ye^{xy}}{xe^{xy} – 1}$$
🔗 Continue Your Calculus 1 Journey
More lessons coming soon — check back for the full Calculus 1 series.



