Definite and Indefinite Integrals

Comparing the general solution to the specific value.

In calculus, the word "Integral" is used in two slightly different ways. One represents a family of functions, and the other represents a specific numerical value. Understanding the difference between Indefinite and Definite integrals is crucial for mastering the subject.

1. The Indefinite Integral

The Indefinite Integral is essentially a synonym for "Antiderivative". It asks the question: "What function, when differentiated, gives me this result?"

Because the derivative of a constant is zero, the result is always a family of functions separated by a vertical shift.

[Image of indefinite integral graph family of curves]
Notation: No limits on the integral sign.
∫ f(x) dx = F(x) + C

Result: A Function (with + C)

2. The Definite Integral

The Definite Integral has a start point (a) and an end point (b). It calculates the accumulated "net signed area" between the curve and the x-axis.

[Image of definite integral graph area under curve]
Notation: Limits a (bottom) and b (top).
∫ₐᵇ f(x) dx

Result: A Number (No + C)

3. The Fundamental Theorem of Calculus

How do we calculate the area (Definite Integral) without summing up infinite rectangles? We use the Indefinite Integral!

The Fundamental Theorem of Calculus (Part 2) states that:

∫ₐᵇ f(x) dx = F(b) - F(a)

Where F(x) is the antiderivative of f(x).

Example Problem

Find the area under the curve y = 2x from x = 1 to x = 3.

Step 1: Find Indefinite Integral
The antiderivative of 2x is x².

Step 2: Evaluate at Boundaries
Upper limit (3): 3² = 9
Lower limit (1): 1² = 1

Step 3: Subtract
Area = F(3) - F(1) = 9 - 1 = 8.

[Image of graph showing area under y equals 2x from 1 to 3]

4. Summary Comparison

Feature Indefinite Integral Definite Integral
Symbol ∫ f(x) dx ∫ₐᵇ f(x) dx
Output A Function (e.g., x² + C) A Number (e.g., 8)
Meaning General Antiderivative Area under the curve
Constant Must write "+ C" The C cancels out

5. Properties of Definite Integrals

  • Zero Width: If you integrate from a to a, the answer is 0. (A line has no area).
  • Reversing Limits: If you switch a and b, the sign changes. (∫ₐᵇ = -∫bᵃ).
  • Splitting: You can break an integral into parts: ∫ₐᶜ = ∫ₐᵇ + ∫bᶜ.