Integral Calculator

Compute definite and indefinite integrals with Riemann sum visualization

Integral Result

Antiderivative

3x^2 dx = 1.0000x^3 + C

Definite Value

125.0000

∫ from 0 to 5

Function & Cumulative Area

Riemann Sum Table

xf(x)Cumulative Area
000
0.50.750.375
131.875
1.56.755.25
21211.25
2.518.7520.625
32734.125
3.536.7552.5
44876.5
4.560.75106.875
575106.875

Understanding Integrals

What Is an Integral?

An integral computes the area under a curve. For a function f(x), the definite integral from a to b gives the signed area between the curve and the x-axis. The indefinite integral (antiderivative) F(x) satisfies F'(x) = f(x).

The Power Rule for Integration

For a polynomial term axⁿ, the antiderivative is a·xⁿ⁺¹/(n+1) + C. This is the power rule for integration and is the most fundamental integration technique. The constant C represents the family of antiderivatives.

Definite vs Indefinite Integrals

A definite integral ∫ₐᵇ f(x)dx produces a number: the net signed area. An indefinite integral produces a function family. The Fundamental Theorem of Calculus connects them: ∫ₐᵇ f(x)dx = F(b) − F(a).

Riemann Sums

Riemann sums approximate the definite integral by dividing [a,b] into rectangles. The sum of rectangle areas converges to the integral as the number of rectangles grows. This calculator uses right-endpoint Riemann sums for the table visualization.

Applications

Integrals compute areas, volumes of revolution, arc lengths, work done by forces, center of mass, probability distributions, and accumulated change. They are indispensable in physics, engineering, economics, and statistics.

Practical Example

Compute ∫₀⁵ 3x² dx. The antiderivative is 3x³/3 = x³ + C. Evaluating: F(5) − F(0) = 125 − 0 = 125.

The Riemann sum approximation with 10 rectangles gives a value very close to 125, demonstrating convergence. As the number of rectangles increases, the approximation becomes more accurate.

Perguntas Frequentes

What is the Fundamental Theorem of Calculus?

It states that if F is the antiderivative of f on [a,b], then ∫ₐᵇ f(x)dx = F(b) − F(a). It connects differentiation and integration as inverse operations.

What is the difference between definite and indefinite integrals?

A definite integral gives a number (the area under the curve between two points). An indefinite integral gives a function (the antiderivative plus a constant C).

What are Riemann sums?

Riemann sums approximate the area under a curve by dividing it into rectangles. The sum of the rectangle areas approaches the true integral as the rectangles become thinner.

What is the power rule for integration?

For axⁿ, the antiderivative is axⁿ⁺¹/(n+1) + C. This works for all n except n = −1 (where the antiderivative is a·ln|x| + C).

Can integrals be negative?

Yes. If the function goes below the x-axis in the integration interval, those areas contribute negatively. The definite integral gives the net signed area.

Disclaimer: This calculator handles polynomial functions. Verify complex integrations independently.

References

  1. Wikipedia. "Integral." en.wikipedia.org
  2. Khan Academy. "Definite integrals." khanacademy.org
  3. MIT OpenCourseWare. "Single Variable Calculus." ocw.mit.edu

Comentários