What is the difference between an indefinite and a definite integral?
An indefinite integral gives a family of antiderivatives, so it is written with + C. A definite integral uses upper and lower bounds and returns a specific signed accumulation value over that interval. In practice, the calculator first finds the antiderivative and then, if bounds are present, evaluates F(b) - F(a).
Why is there a + C in indefinite integrals?
The constant of integration is there because differentiating a constant gives zero. That means many different antiderivatives can share the same derivative, differing only by a constant amount. The + C keeps that family of valid answers visible.
What happens when the exponent is -1?
The usual power rule would require dividing by n + 1, which becomes zero when n = -1. That is why the reciprocal term 1/x switches to the logarithmic rule instead: its antiderivative is ln|x| + C rather than x^0 / 0.
Can this integral calculator handle negative or fractional exponents?
Yes. Within its supported scope, the calculator handles powers such as x^-2 or x^0.5 in the same term-by-term way it handles x^3 or x. Negative and fractional exponents still follow the power rule as long as the exponent is not exactly -1, which is the separate logarithmic case.
Does a definite integral always represent area?
Not exactly. A definite integral represents signed accumulation. If the function is above the x-axis, that contribution is positive; if it is below the x-axis, that contribution is negative. So the result equals geometric area only when the function stays on one side of the axis over the interval.
What is the average value of a function on an interval?
It is the definite integral divided by the interval width, or (1 / (b - a)) ∫[a,b] f(x) dx. This calculator shows that quantity when you enter both bounds, which makes it useful for common follow-up questions in calculus classes and exam prep.
Why does this integral calculator show midpoint and trapezoid estimates?
The midpoint and trapezoid estimates are quick numerical checks for a definite integral. The calculator still uses the exact antiderivative for the final answer, but the estimates help you judge whether the signed accumulation is roughly the right size and sign.
Can I type 3*x^2 instead of 3x^2?
Yes. The calculator accepts an explicit multiplication mark between a number and x, such as 3*x^2. It still expects terms to be written as a sum of powers, so products like (x+1)(x-1) need to be expanded before use.
Why does the calculator reject an interval for 1/x that crosses zero?
Because 1/x is undefined at x = 0, and the logarithmic antiderivative cannot be applied across that discontinuity as if the function were continuous. The integral becomes improper there, so a simple endpoint substitution would be mathematically misleading.
Can this tool integrate sin(x), e^x, or ln(x)?
No. This page is intentionally narrower than a full symbolic integration engine. It is for polynomial-style expressions in x plus the explicit reciprocal case a/x. Trigonometric, exponential, logarithmic, product, quotient, and substitution-style integrals are outside scope.
Can I enter factored expressions like (x+1)(x-1)?
No. The calculator expects a sum of powers of x written term by term, such as x^2 - 1. If the expression is factored, expanded, or otherwise needs algebraic manipulation before the integration step becomes term-by-term, rewrite it first or use a broader algebra system.
What if I enter only one bound?
The calculator requires both bounds or neither. Entering only one endpoint does not define a complete definite integral, so the page warns you to provide both limits or leave the problem as an indefinite integral.
Is this the same as a full step-by-step CAS integral solver?
No. It is deliberately more limited and more transparent. That trade-off is useful for learning and checking power-rule work because every supported term is integrated explicitly, but it also means the page is not a substitute for a full symbolic algebra system when the method is something other than term-by-term integration.