No history yet

Definite and Indefinite Integrals

The Two Sides of Integration

In calculus, integration is the flip side of differentiation. While derivatives measure rates of change, integrals measure accumulation. Think of it like this: if you know your speed at every moment of a car trip (a rate), integration can tell you the total distance you've traveled (an accumulation).

There are two fundamental types of integrals: indefinite and definite. They look similar and are closely related, but they answer different questions.

An indefinite integral gives you a general function, the antiderivative. A definite integral gives you a specific numerical value, like an area or a total amount.

Indefinite Integrals

An indefinite integral asks a simple question: What function, when differentiated, gives us the function we started with? This process is also called finding the antiderivative.

Let's say we have the function f(x)=2xf(x) = 2x. We know that the derivative of x2x^2 is 2x2x. So, the antiderivative of 2x2x is x2x^2. But wait, the derivative of x2+5x^2 + 5 is also 2x2x. So is the derivative of x2100x^2 - 100. Any constant term disappears during differentiation.

To account for all possibilities, we add a constant of integration, written as CC. So, the indefinite integral of 2x2x is x2+Cx^2 + C. This represents an entire family of functions, each shifted vertically.

2xdx=x2+C\int 2x \,dx = x^2 + C

The symbol \int is the integral sign, and dxdx indicates that we are integrating with respect to the variable xx. The function we are integrating, f(x)f(x), is called the integrand.

Lesson image

Definite Integrals

A definite integral calculates the net accumulation of a quantity between two specific points. Most often, we visualize this as finding the area under a curve between two points on the x-axis, say from x=ax=a to x=bx=b.

A=abf(x)dxA = \int_{a}^{b} f(x) \,dx

Here, aa and bb are the limits of integration, with aa being the lower limit and bb the upper limit. The result of a definite integral is always a single number, not a function.

This number represents the net area. If the function dips below the x-axis, that area is counted as negative. The definite integral adds up the positive areas and subtracts the negative areas.

Lesson image

This has powerful applications. If f(x)f(x) represents the rate of water flowing into a reservoir, the definite integral from noon to 1 p.m. tells you exactly how much water was added during that hour.

Properties of Integrals

Both types of integrals share some basic properties that help simplify calculations. These rules work just like they do for derivatives.

PropertyFormulaDescription
Constant Multiplecf(x)dx=cf(x)dx\int c f(x) \,dx = c \int f(x) \,dxYou can pull constants out in front of the integral.
Sum/Difference(f(x)±g(x))dx=f(x)dx±g(x)dx\int (f(x) \pm g(x)) \,dx = \int f(x) \,dx \pm \int g(x) \,dxThe integral of a sum is the sum of the integrals.

Definite integrals have a few extra properties related to their limits of integration.

Integrating from a point back to itself results in zero area: aaf(x)dx=0\int_{a}^{a} f(x) \,dx = 0.

Flipping the limits of integration negates the answer: abf(x)dx=baf(x)dx\int_{a}^{b} f(x) \,dx = -\int_{b}^{a} f(x) \,dx.

You can split an integral into two parts: acf(x)dx=abf(x)dx+bcf(x)dx\int_{a}^{c} f(x) \,dx = \int_{a}^{b} f(x) \,dx + \int_{b}^{c} f(x) \,dx.

These concepts form the bedrock of integral calculus. Understanding them allows you to calculate total change from a rate of change, a process with applications everywhere from physics to finance.

Now, let's test your understanding of these foundational ideas.

Quiz Questions 1/6

What is the primary purpose of integration in calculus?

Quiz Questions 2/6

What is the result of calculating an indefinite integral, such as f(x)dx\int f(x) \,dx?