Polynomial Derivative
Enter a polynomial in x using ^ for exponents. The calculator differentiates it exactly, applying the power rule d/dx(c·xⁿ) = c·n·xⁿ⁻¹ to each term and dropping constants. Every term is shown so you can follow the differentiation.
Formula and method
d/dx(c·xⁿ) = c·n·xⁿ⁻¹, d/dx(constant) = 0
Each term c·xⁿ is differentiated independently using the power rule: multiply the coefficient c by the exponent n to get the new coefficient, then reduce the exponent by one. Constant terms (n = 0) vanish. The resulting terms are collected and written as the derivative polynomial.
Worked examples
Learn why this works
Key terms
Frequently asked questions
What is the power rule?
The derivative of c·xⁿ is c·n·xⁿ⁻¹. The derivative of a constant is 0.
How do I type a polynomial?
Use ^ for exponents and combine terms with + and −, for example 3x^3 - 5x^2 + 2x - 7.
Is the result exact?
Yes. Polynomial differentiation is symbolic and exact, not a numeric approximation.