Derivative (Power Rule) Calculator Formula
Understand the math behind the derivative (power rule) calculator. Each variable explained with a worked example.
Formulas Used
New Coeff
new_coeff = coeff * nNew Exp
new_exp = n - 1f'(x) at given x
derivative_at_x = coeff * n * pow(x_val, n - 1)Original At X
original_at_x = coeff * pow(x_val, n)Variables
| Variable | Description | Default |
|---|---|---|
coeff | Coefficient (a) | 5 |
n | Exponent (n) | 3 |
x_val | Evaluate at x = | 2 |
How It Works
Power Rule for Derivatives
Rule
d/dx [ax^n] = a × n × x^(n-1)
The power rule is the most fundamental differentiation rule: 1. Bring the exponent down as a multiplier 2. Reduce the exponent by 1
Examples
Worked Example
Find the derivative of 5x³ and evaluate at x = 2.
coeff = 5n = 3x_val = 2
- 01d/dx [5x³] = 5 × 3 × x^(3-1) = 15x²
- 02f'(2) = 15 × 2² = 15 × 4 = 60
- 03f(2) = 5 × 2³ = 5 × 8 = 40
Ready to run the numbers?
Open Derivative (Power Rule) Calculator