A worked example
The integral of x² from 0 to 3 is 9. This Definite Integral example can be compared with controlled subinterval count.
The quantity behind Definite Integral
A definite integral accumulates signed area and is approximated here with composite Simpson sampling. Definite Integral can be checked against geometric area.
The roles assigned to Integrand f(x), Lower bound and Upper bound explain the operation that produces signed integral.
Reproducing the answer
Sample endpoints and midpoints with Simpson weights and multiply by subinterval width.
Mistakes worth catching
Discontinuities, singularities, oscillation, or sharp features can defeat a fixed numerical grid. Signed integral is not always geometric area.
A rough estimate made before calculating gives the finished signed integral a useful plausibility check.
Problems this can answer
Integrals total changing rates, displacement, mass, probability density, and continuous contributions.
Interpreting changes in the inputs
Treat each labeled field as part of the definition, not merely an empty box. The field assignment determines what the displayed signed integral describes. Convert measured values to compatible units first and retain their original precision until the final rounding choice.
Reversing bounds reverses sign; expanding an interval adds the integral over the extension. Predict that movement before recalculating the signed integral; disagreement points to an input-role or sign issue.
Report the signed integral at a precision justified by the inputs. A long browser decimal is computational detail, not evidence that the source values were measured that accurately. When an exact symbolic form is conventional, keep it beside the rounded value so later work is not forced to reuse an early approximation.
Area under a curve integrates absolute height rather than signed height. Here the requested quantity is specifically signed integral.
Keep the Definite Integral entries with the result, including any units and the final rounding place. The displayed formula then preserves how the signed integral was obtained.
Stress-testing the Definite Integral estimate
Definite Integral uses Integrand f(x), Lower bound, and Upper bound. Recompute the sample after shrinking the finite-difference step or increasing the integration panels. Stable leading digits support the estimate; drifting digits warn that local curvature, cancellation, or a domain break is influencing the method. Save the expression and interval with the result.
For this definite integral result, keep the original function and settings beside the answer. Without that context, a later reader cannot tell whether the displayed value came from a left-hand approach, a bounded interval, or a particular sampling resolution.