📐 Antiderivative Calculator
Calculate the indefinite integral of polynomial functions step-by-step.
Enter Polynomial Function
What is an Antiderivative?
In calculus, an antiderivative (or indefinite integral) is essentially the reverse process of finding a derivative. If you have a function representing the rate of change (like velocity), finding its antiderivative gives you the original function (like position).
Whenever you calculate an indefinite integral, you must always add a constant, usually denoted as + C. This is because the derivative of any constant number is zero, so when reversing the process, we don't know what constant might have originally been there.
The Power Rule for Integration
For polynomials, we use the Reverse Power Rule. To find the integral of xn:
Steps to apply the rule:
- Add 1 to the exponent.
- Divide the entire term by the new exponent.
- Repeat for every term in the polynomial.
- Add "+ C" at the end.
Example: The integral of 3x2 is (3x3) / 3, which simplifies to x3.