Skip to content
MathAnvil

Differentiation

R1R2CCSS.HSF.IF3 min read

Differentiation transforms how students understand rates of change, moving from average velocity calculations to instantaneous motion analysis. When teaching the power rule d/dx[x³] = 3x², students grasp that derivatives reveal the slope at any point on a curve.

Try it right now

Why it matters

Differentiation drives real-world problem solving across engineering, economics, and physics. Engineers use derivatives to optimize bridge designs, calculating maximum stress points where the derivative equals zero. Stock market analysts apply differentiation to identify price trend reversals, with derivatives indicating when growth rates change from positive to negative. In physics, velocity is the derivative of position, and acceleration is the derivative of velocity—making d/dx essential for understanding motion. Medical researchers use derivatives to model drug concentration changes in blood, determining optimal dosing schedules. The R1 and R2 curriculum standards emphasize these applications, while CCSS.HSF.IF connects derivatives to function interpretation and analysis.

How to solve differentiation

Differentiation

  • Power rule: d/dx [xⁿ] = nxⁿ⁻¹.
  • Chain rule: d/dx [f(g(x))] = f'(g(x)) × g'(x).
  • Product rule: d/dx [uv] = u'v + uv'.
  • Derivative = gradient of the tangent = instantaneous rate of change.

Example: f(x) = 3x⁴ → f'(x) = 12x³. At x=2: f'(2) = 96.

Worked examples

Beginner

Differentiate: f(x) = 2 x2

Answer: f'(x) = 4 x

  1. Apply the power rule: d/dx[ax^n] = nax^(n-1)f'(x) = 2·2x^1 = 4 xMultiply the exponent 2 by the coefficient 2, then reduce the exponent by 1.
Easy

Differentiate: f(x) = 2 x3 + x2 - 6 x + 3

Answer: f'(x) = 6 x2 + 2 x - 6

  1. Write out the ruled/dx[x^n] = n·x^(n-1)The power rule: multiply by the exponent, then reduce the exponent by 1.
  2. Differentiate 2 x^33·2x^2 = 6 x^2Exponent 3 comes down as a factor, exponent becomes 3−1 = 2.
  3. Differentiate x^22·1x = 2 xExponent 2 comes down, exponent becomes 2−1 = 1.
  4. Differentiate -6x-6The derivative of kx is just k. The constant d vanishes.
  5. Combine all termsf'(x) = 6 x^2 + 2 x - 6Write the derivative as one expression.
Medium

Differentiate: f(x) = 3 sin(x)

Answer: f'(x) = 3 cos(x)

  1. Apply the rule: d/dx[sin(x)] = cos(x)f'(x) = 3 cos(x)The constant 3 is carried through.

Common mistakes

  • Students often forget to reduce the exponent when applying the power rule, writing d/dx[x³] = 3x³ instead of 3x².
  • When differentiating 2x⁴ + 3x, students frequently write 8x⁴ + 3 instead of 8x³ + 3, forgetting the power rule completely.
  • Chain rule errors occur when students differentiate (2x+1)³ as 6x² instead of 3(2x+1)² × 2 = 6(2x+1)².
  • Students incorrectly differentiate sin(3x) as 3sin(x) instead of 3cos(3x), missing the chain rule coefficient of 3.

Practice on your own

Generate unlimited differentiation practice problems with step-by-step solutions using MathAnvil's free worksheet generator.

Generate free worksheets →

Frequently asked questions

Why does the derivative of a constant equal zero?
Constants have no rate of change. The graph of y = 5 is a horizontal line with slope zero everywhere. Since derivatives measure instantaneous rate of change, and constants never change, their derivatives are always zero.
When do I use the chain rule versus the power rule?
Use the chain rule when differentiating composite functions like (3x+2)⁴ or sin(2x). The power rule applies to simple terms like x⁴. If you see a function inside another function, chain rule is needed.
How do I remember the derivatives of trigonometric functions?
Use the pattern: d/dx[sin(x)] = cos(x), d/dx[cos(x)] = -sin(x). The sine derivative is positive cosine, while cosine derivative is negative sine. Practice with coefficients like d/dx[3sin(x)] = 3cos(x).
What's the difference between d/dx and f'(x) notation?
Both represent derivatives but serve different purposes. d/dx[expression] shows the operation being performed, while f'(x) represents the result after differentiation. For f(x) = x², we write f'(x) = 2x or d/dx[x²] = 2x.
How do I check if my derivative is correct?
Graph both the original function and your derivative. The derivative should be positive where the original function increases and negative where it decreases. At turning points, the derivative equals zero.

Related topics

Share this article