Definition and Statement
Basic Formula
The power rule states: for any real number n and differentiable function f(x) = xⁿ, the derivative is given by:
d/dx [xⁿ] = n * x^(n-1) Scope of Application
Applies to polynomial functions, rational exponents, and real-valued powers where derivative exists. Excludes functions with variable exponents or non-differentiable domains.
Notation
Often written as: f'(x) = n x^{n-1} or dy/dx = n x^{n-1}.
Derivation and Proof
From First Principles
Definition of derivative:
f'(x) = lim_{h→0} [ (x+h)ⁿ - xⁿ ] / h Expand using binomial theorem:
(x+h)ⁿ = Σ_{k=0}^n C(n,k) x^{n-k} h^k Subtract xⁿ and divide by h:
f'(x) = lim_{h→0} [ n x^{n-1} + terms with h ] = n x^{n-1} Using Chain Rule for Composite Functions
If function is f(g(x)) = (g(x))ⁿ, then:
d/dx [g(x)]ⁿ = n * (g(x))^{n-1} * g'(x) Extension to Negative and Fractional Powers
Derivation valid for n ∈ ℝ where function differentiable. Uses generalized binomial series for non-integers.
Applications in Calculus
Polynomial Differentiation
Primary tool for differentiating terms a xⁿ. Enables finding slopes, rates of change, and tangents.
Optimization Problems
Used to find critical points by setting derivative equal to zero, essential for maxima and minima.
Curve Sketching
Determines increasing/decreasing intervals and concavity via first and second derivatives, respectively.
Physics and Engineering
Calculates velocity and acceleration from position functions expressed as power functions of time.
Worked Examples
Example 1: Integer Exponent
Find d/dx [x^5]:
d/dx [x^5] = 5 x^{4} Example 2: Fractional Exponent
Find d/dx [x^{3/2}]:
d/dx [x^{3/2}] = (3/2) x^{1/2} Example 3: Negative Exponent
Find d/dx [x^{-2}]:
d/dx [x^{-2}] = -2 x^{-3} Example 4: Polynomial Function
Find derivative of f(x)=3x^4 - 5x + 7:
f'(x) = 12x^{3} - 5 Example 5: Composite Function
Find d/dx [(3x^2 + 1)^4]:
Let u = 3x^2 + 1 d/dx [u^4] = 4 u^{3} * d/dx[u] = 4 (3x^2 + 1)^{3} * 6x = 24x (3x^2 + 1)^3 Extensions and Generalizations
General Power Rule
For y = [f(x)]^{n}, derivative:
dy/dx = n [f(x)]^{n-1} * f'(x) Logarithmic Differentiation
Used when exponent is variable or function: y = x^{g(x)}, apply logarithm then differentiate.
Higher-Order Derivatives
Repeated application yields:
d^{k}/dx^{k} [x^n] = n (n-1) ... (n - k + 1) x^{n-k} Multivariable Functions
Partial derivatives apply power rule to each variable independently.
Limitations and Exceptions
Non-Differentiable Points
Power rule fails if function not differentiable at point, e.g., x^{1/3} at x=0 has derivative but some fractional powers with odd roots require caution.
Variable Exponents
For f(x) = x^{g(x)}, power rule alone insufficient; logarithmic differentiation required.
Domain Restrictions
Function domain must include point of differentiation; negative bases with fractional exponents may be undefined in real numbers.
Common Mistakes
Forgetting to Multiply by the Exponent
Error: writing derivative of x^n as x^{n-1} without coefficient n.
Misapplying to Constant Functions
Derivative of constant is zero, not applying power rule to constant terms.
Ignoring Domain Restrictions
Applying power rule where function undefined or not differentiable.
Incorrect Handling of Negative and Fractional Powers
Sign errors or misinterpretation of fractional exponents.
Historical Context
Origins in Early Calculus
Power rule emerged from Newton and Leibniz's foundational work in late 17th century.
Development of Binomial Theorem
Binomial expansion critical for proof; developed by Isaac Newton and others.
Evolution of Notation
Notation for derivatives refined over 18th and 19th centuries by mathematicians like Lagrange and Cauchy.
Modern Formalizations
Rigorous epsilon-delta definitions of derivative solidified understanding of power rule.
Computational Implementation
Symbolic Differentiation Algorithms
Power rule implemented in computer algebra systems to differentiate polynomials efficiently.
Numerical Differentiation
Power rule guides finite difference approximations for smooth functions.
Automatic Differentiation
Core operation in forward and reverse mode autodiff for machine learning and optimization.
Efficiency Considerations
Reduces complexity by avoiding expansion; key in simplifying derivative computations.
Study Tips and Strategies
Master the Formula
Memorize d/dx [x^n] = n x^{n-1} and practice variations.
Practice Diverse Examples
Include integer, fractional, negative, and polynomial cases.
Understand Proofs
Review derivation from first principles to deepen comprehension.
Combine with Other Rules
Integrate chain, product, and quotient rules for composite functions.
Use Visual Aids
Graph functions and their derivatives to observe behavior changes.
References
- Stewart, James. Calculus: Early Transcendentals. Cengage Learning, 8th edition, 2015, pp. 95-110.
- Apostol, Tom M. Calculus, Volume 1: One-Variable Calculus, with an Introduction to Linear Algebra. Wiley, 2nd edition, 1967, pp. 128-140.
- Spivak, Michael. Calculus. Publish or Perish, 4th edition, 2008, pp. 75-90.
- Thomas, George B., and Ross L. Finney. Calculus and Analytic Geometry. Addison-Wesley, 9th edition, 1996, pp. 89-102.
- Larson, Ron, and Bruce Edwards. Calculus. Cengage Learning, 10th edition, 2013, pp. 102-115.