Derivative Practice Problems
Master derivative practice problems with comprehensive examples featuring detailed step-by-step solutions and integrated calculator tools for instant verification. Each problem includes complete working, explanations, and links to specialized calculators. Perfect for homework help, exam preparation, and building problem-solving skills.
Work through each problem on paper first, then check your solution against ours. Use the integrated calculators to verify your answers and see alternative solution methods. Start with easier problems and progress to advanced!
📑 Problem Categories
🌱 Power Rule Practice Problems
Master the fundamental power rule with these detailed examples. Review our formula reference if needed!
d/dx[x^n] = n·x^(n-1)
This works for all real numbers n, including negative and fractional exponents.
d/dx[3x⁴] = 3 · 4x³ = 12x³
d/dx[-2x³] = -2 · 3x² = -6x²
d/dx[5x²] = 5 · 2x = 10x
d/dx[-7x] = -7 · 1 = -7
d/dx[9] = 0 (constant rule)
f'(x) = 12x³ - 6x² + 10x - 7
Use our calculator to check this solution and see additional steps:
Open Derivative Calculator →2/x³ = 2x^(-3)
√x = x^(1/2)
4/√x = 4x^(-1/2)
So: f(x) = 2x^(-3) + x^(1/2) - 4x^(-1/2)
d/dx[2x^(-3)] = 2(-3)x^(-4) = -6x^(-4) = -6/x⁴
d/dx[x^(1/2)] = (1/2)x^(-1/2) = 1/(2√x)
d/dx[-4x^(-1/2)] = -4(-1/2)x^(-3/2) = 2x^(-3/2) = 2/(x√x)
Always rewrite radicals and fractions as powers first! This makes applying the power rule much easier.
⚡ Product Rule Practice Problems
Practice the product rule with these examples. See our complete Product Rule Tutorial for more!
(uv)' = u'v + uv'
Memory aid: "First times derivative of second, plus second times derivative of first"
Let u = x² + 3
Let v = 2x³ - 5
u' = 2x
v' = 6x²
= (2x)(2x³ - 5) + (x² + 3)(6x²)
= 4x⁴ - 10x + 6x⁴ + 18x²
= 10x⁴ + 18x² - 10x
Verify with our specialized product rule calculator:
Open Product Rule Calculator →u = x³, u' = 3x²
v = e^x, v' = e^x (special property!)
= 3x²·e^x + x³·e^x
= e^x(3x² + x³)
= e^x·x²(3 + x)
Wrong: (uv)' = u'v'
Right: (uv)' = u'v + uv'
You must use BOTH terms, not just multiply the derivatives!
🔗 Chain Rule Practice Problems
Master composite functions with the chain rule. Check our Chain Rule Complete Guide!
d/dx[f(g(x))] = f'(g(x))·g'(x)
Or: (outer derivative) × (inner derivative)
Outer function: f(u) = u⁶
Inner function: g(x) = 5x² - 3x + 1
f'(u) = 6u⁵
So: 6(5x² - 3x + 1)⁵
g'(x) = 10x - 3
Result: 6(5x² - 3x + 1)⁵·(10x - 3)
Outermost: sin( )
Middle: cos( )
Innermost: x²
Derivative of sin(u) = cos(u), where u = cos(x²)
So far: cos(cos(x²))·...
Derivative of cos(v) = -sin(v), where v = x²
So far: cos(cos(x²))·(-sin(x²))·...
Derivative of x² = 2x
Full result: cos(cos(x²))·(-sin(x²))·2x
Work from outside to inside, one layer at a time. Write each derivative as you go, then multiply them all together at the end!
➗ Quotient Rule Practice Problems
Practice differentiating rational functions with the quotient rule.
(u/v)' = (u'v - uv')/v²
Memory aid: "Low d-high minus high d-low, over the square of what's below"
u = 3x² + 2, u' = 6x
v = x - 1, v' = 1
= [(6x)(x - 1) - (3x² + 2)(1)] / (x - 1)²
= [6x² - 6x - 3x² - 2] / (x - 1)²
= (3x² - 6x - 2) / (x - 1)²
Check quotient rule problems with step-by-step solutions:
Open Quotient Rule Calculator →u = sin(x), u' = cos(x)
v = x², v' = 2x
= [cos(x)·x² - sin(x)·2x] / (x²)²
= [x²cos(x) - 2x·sin(x)] / x⁴
= [x(x·cos(x) - 2sin(x))] / x⁴
= [x·cos(x) - 2sin(x)] / x³
🚀 Mixed Advanced Problems
Challenge yourself with problems requiring multiple rules! Also try Implicit Differentiation.
u = e^(x²), v = sin(3x)
Both u and v require chain rule for their derivatives
u' = e^(x²)·2x = 2x·e^(x²)
v' = cos(3x)·3 = 3cos(3x)
= (2x·e^(x²))·sin(3x) + e^(x²)·3cos(3x)
= 2x·e^(x²)·sin(3x) + 3e^(x²)·cos(3x)
= e^(x²)[2x·sin(3x) + 3cos(3x)]
When combining rules, work methodically: Identify which main rule applies first (product, quotient, or chain), then apply additional rules as needed for each piece.
u = ln(x²), v = √x = x^(1/2)
u' = (1/x²)·2x = 2/x
v' = (1/2)x^(-1/2) = 1/(2√x)
= [(2/x)·√x - ln(x²)·1/(2√x)] / x
= [2√x/x - ln(x²)/(2√x)] / x
= [4x - ln(x²)] / (2x√x)
🧮 Master Derivatives with Our Calculators
Use our suite of derivative calculators to check your work and learn!
Explore All Calculators →📚 Continue Learning
- Solved Examples - More worked problems with explanations
- Interactive Practice - Self-test with instant feedback
- Printable Worksheets - Additional practice with answer keys
- Video Tutorials - Visual learning with animations
- Formula Reference - Quick lookup for all derivative formulas