Definite Integral Calculator

Calculate definite integrals with upper and lower bounds.

Free to use
12,500+ users
Updated January 2025
Instant results

Definite Integral Calculator

Find the area under the curve

Definite Integration

A definite integral calculates the net area under a function's curve between two specified points, called the limits or bounds of integration. This calculator uses a numerical method (Simpson's Rule) to approximate this value.

Understanding the Definite Integral

Calculating the Accumulation of Quantities.

What is a Definite Integral?

A definite integral is a fundamental concept in calculus that represents the accumulation of quantities. Unlike an indefinite integral (which gives a family of functions), a definite integral evaluates to a single numerical value.

It is defined by an integral symbol, a function to be integrated (the integrand), and upper and lower limits of integration.

The notation is: ∫ₐᵇ f(x) dx, which reads as 'the integral of f(x) from a to b'.

Example: Geometrically, this value represents the net area between the graph of f(x) and the x-axis, from x=a to x=b.

The Fundamental Theorem of Calculus

The most powerful tool for evaluating definite integrals is the Fundamental Theorem of Calculus (Part 2).

It establishes a profound link between differentiation and integration.

The theorem states that if F(x) is an antiderivative of f(x), then: ∫ₐᵇ f(x) dx = F(b) - F(a).

This means we first find the indefinite integral (the antiderivative) and then evaluate it at the upper and lower limits, subtracting the results.

Example:To calculate ∫₀² x² dx: The antiderivative of x² is (1/3)x³. So, we evaluate [(1/3)(2)³] - [(1/3)(0)³] = (8/3) - 0 = 8/3.

Geometric Interpretation: Area Under a Curve

The most intuitive way to understand the definite integral is as the area under a curve.

It calculates the signed area between the function's graph and the x-axis.

'Signed Area' means that any area *above* the x-axis is counted as positive, while any area *below* the x-axis is counted as negative.

Therefore, the definite integral gives the net area.

Example:If a function is a straight line y = 2, the integral ∫₁⁴ 2 dx calculates the area of a rectangle with height 2 and width (4-1)=3. The area is 2 * 3 = 6.

Properties of Definite Integrals

Definite integrals have several useful properties that aid in their calculation:

1. Zero Interval: ∫ₐᵃ f(x) dx = 0.

2. Reversing Limits: ∫ₐᵇ f(x) dx = -∫ₐᵇ f(x) dx.

3. Constant Multiple: ∫ₐᵇ c * f(x) dx = c * ∫ₐᵇ f(x) dx.

4. Sum/Difference: ∫ₐᵇ [f(x) ± g(x)] dx = ∫ₐᵇ f(x) dx ± ∫ₐᵇ g(x) dx.

Example:Using the properties, ∫₁³ 5x² dx is the same as 5 * ∫₁³ x² dx.

Real-World Application: Accumulating Change

The definite integral is the ultimate tool for calculating the total accumulation of a quantity when its rate of change is known.

If a function represents a rate, its definite integral represents the total change over an interval.

Physics: The integral of a velocity function gives the total displacement (change in position).

Finance: The integral of a cash flow rate function gives the total cash accumulated.

Biology: The integral of a population's growth rate gives the total change in population.

Example:If a car's velocity is given by v(t) = 2t m/s, the total distance it travels from t=0 to t=10 seconds is ∫₀¹⁰ 2t dt = [t²] from 0 to 10 = 10² - 0² = 100 meters.

Key Summary

  • A **definite integral** calculates a numerical value representing net area or total accumulation.
  • It is evaluated using the **Fundamental Theorem of Calculus**: ∫ₐᵇ f(x) dx = F(b) - F(a).
  • Geometrically, it represents the **net signed area** between a curve and the x-axis.
  • If f(x) is a rate of change, the definite integral gives the **total change** over an interval.

Practice Problems

Problem: Evaluate the definite integral ∫₁³ (3x² + 2) dx.

First, find the antiderivative of the integrand. Then, apply the Fundamental Theorem of Calculus.

Solution: The antiderivative is x³ + 2x. Evaluating from 1 to 3: [(3)³ + 2(3)] - [(1)³ + 2(1)] = [27 + 6] - [1 + 2] = 33 - 3 = 30.

Problem: Find the area under the curve of y = cos(x) from x = 0 to x = π/2.

The area is the definite integral of the function over the interval.

Solution: ∫₀^(π/2) cos(x) dx = [sin(x)] from 0 to π/2 = sin(π/2) - sin(0) = 1 - 0 = 1.

Problem: Water is pumped into a tank at a rate of r(t) = 200 - 4t liters per minute, where t is in minutes. How much water enters the tank during the first 20 minutes?

Integrate the rate function r(t) from t=0 to t=20 to find the total accumulation.

Solution: ∫₀²⁰ (200 - 4t) dt = [200t - 2t²] from 0 to 20 = [200(20) - 2(20)²] - [0] = [4000 - 2(400)] = 4000 - 800 = 3200 liters.

Frequently Asked Questions

What is the difference between a definite and an indefinite integral?

An indefinite integral (∫f(x)dx) gives a general function (the antiderivative, F(x) + C). A definite integral (∫ₐᵇ f(x)dx) gives a specific number representing an accumulated value or net area.

Why don't we add '+ C' for definite integrals?

The constant of integration 'C' cancels out during the subtraction step of the Fundamental Theorem: [F(b) + C] - [F(a) + C] = F(b) - F(a). Therefore, it is omitted in the calculation.

Can a definite integral be negative?

Yes. A definite integral is negative if there is more area under the x-axis than above it over the given interval. It represents a net decrease in the accumulated quantity.

Summing Up Continuous Change

The definite integral allows us to move from instantaneous rates of change to meaningful, tangible totals, making it an essential tool for every field of science and engineering.

It is the mathematical bridge from the infinitesimal to the finite.