No history yet

Understanding Definite Integrals

The Area Under a Curve

Imagine you're driving a car. If you travel at a constant 60 miles per hour for two hours, calculating the distance is simple: 60×2=12060 \times 2 = 120 miles. But what if your speed is constantly changing? How do you find the total distance then?

This is where definite integrals come in. A definite integral is a tool for calculating the total accumulation of a quantity that changes over an interval. Most often, we visualize this as finding the area under the graph of a function between two points.

Lesson image

The notation for a definite integral looks like this:

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

Let's break that down:

  • The \int symbol is the integral sign.
  • aa and bb are the limits of integration. They define the start and end of our interval on the x-axis.
  • f(x)f(x) is the function we're integrating (our curve).
  • dxdx indicates that we're integrating with respect to the variable xx. It signifies that we're summing up infinitesimally thin slices along the x-axis.

Conceptually, we're slicing the area into an infinite number of tiny rectangles and adding their areas together. The integral gives us the exact value of that sum.

It's important to know that area below the x-axis counts as negative. The definite integral calculates the net area: the area above the axis minus the area below it.

Lesson image

Rules of Integration

Definite integrals follow a few straightforward rules that make them easier to work with. These properties help us break down complex problems into simpler parts.

One key rule is additivity. If you want to find the area from aa to cc, you can find the area from aa to bb and add the area from bb to cc. This works as long as bb is between aa and cc.

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

Another useful property is linearity. This means we can pull out constant multipliers and split up sums or differences inside an integral.

abkf(x)dx=kabf(x)dx\int_{a}^{b} k \cdot f(x) \,dx = k \int_{a}^{b} f(x) \,dx
ab(f(x)+g(x))dx=abf(x)dx+abg(x)dx\int_{a}^{b} (f(x) + g(x)) \,dx = \int_{a}^{b} f(x) \,dx + \int_{a}^{b} g(x) \,dx

Finally, if you flip the limits of integration, the value of the integral is negated.

abf(x)dx=baf(x)dx\int_{a}^{b} f(x) \,dx = - \int_{b}^{a} f(x) \,dx

The Fundamental Theorem

So how do we actually calculate an integral without summing infinite rectangles? This is where the most important idea in calculus comes in: The Fundamental Theorem of Calculus. It provides a stunningly simple link between differentiation (finding slopes) and integration (finding areas).

The theorem has two parts, but the second part gives us a practical way to compute definite integrals.

The Fundamental Theorem of Calculus states that differentiation and integration are inverse operations.

Here’s what it says: If F(x)F(x) is an antiderivative of f(x)f(x) (meaning the derivative of F(x)F(x) is f(x)f(x)), then the definite integral of f(x)f(x) from aa to bb is simply the change in F(x)F(x) from aa to bb.

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \,dx = F(b) - F(a)

This is a huge breakthrough. Instead of dealing with complicated sums, we just need to find a function whose derivative is our original function f(x)f(x), and then plug in the endpoints bb and aa.

Let's take a simple example. Suppose we want to find the area under the curve f(x)=2xf(x) = 2x from x=1x=1 to x=3x=3.

132xdx\int_{1}^{3} 2x \,dx

First, we need an antiderivative of 2x2x. We know from differentiation that the derivative of x2x^2 is 2x2x. So, our antiderivative is F(x)=x2F(x) = x^2.

Now, we apply the theorem:

132xdx=F(3)F(1)=(3)2(1)2=91=8\int_{1}^{3} 2x \,dx = F(3) - F(1) = (3)^2 - (1)^2 = 9 - 1 = 8

The area under the line y=2xy=2x between x=1x=1 and x=3x=3 is exactly 8. The Fundamental Theorem of Calculus allows us to solve this problem elegantly, connecting the concepts of slope and area in a deep and powerful way.

Quiz Questions 1/5

What does the definite integral \\[ \int_{a}^{b} f(x) \,dx \\] conceptually represent?

Quiz Questions 2/5

In the notation \\[ \int_{a}^{b} f(x) \,dx \\], what are 'a' and 'b' called?