No history yet

Understanding Integration

Finding Area with Curves

Imagine you want to paint a wall, but the top of the wall is a big, wavy curve. How would you figure out exactly how much paint you need? Calculating the area of a square or a rectangle is easy: length times width. But what about a shape with a curved side?

This is where a powerful tool in math called integration comes in. At its heart, integration is a way to find the area under a curve.

Lesson image

To understand this, we can start with a simple straight-line curve. Let's look at the graph of the function y=xy = x. If we want to find the area under this line between where xx is 0 and where xx is 4, we create a shape. What shape is it?

It's a triangle! We already know how to find the area of a triangle: 12×base×height\frac{1}{2} \times \text{base} \times \text{height}. In this case, that's 12×4×4=8\frac{1}{2} \times 4 \times 4 = 8. So, the area under the curve y=xy=x from 0 to 4 is 8.

Integration gives us a way to do this for any curve, not just simple straight lines. The symbol for integration looks like a tall, skinny 'S'.

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

This expression means "find the area under the curve of the function f(x)f(x) from point aa to point bb on the x-axis."

The Reverse of Differentiation

In the last section, we learned about differentiation, which helps us find the rate of change, or the slope, of a curve at any point. Integration does the opposite. It's the reverse process of differentiation.

If you have a function that tells you the distance a car has traveled, differentiating it gives you the car's speed. If you have a function for the car's speed, integrating it tells you the total distance it has traveled. One process breaks things down, and the other builds them back up.

Differentiation asks: What is the slope of this curve? Integration asks: What is the area under this curve?

Because they are opposites, we can use what we know about derivatives to find integrals. For example, we know that the derivative of x2x^2 is 2x2x. So, if we are asked to find the integral of 2x2x, the answer must be x2x^2. We're just thinking backward!

The Power Rule for Integrals

Just like with derivatives, there's a simple pattern for integrating functions with exponents, called the power rule. To integrate a term like xnx^n, you do the reverse of the power rule for derivatives.

  1. Add one to the exponent.
  2. Divide by the new exponent.

So, the integral of x2x^2 would be x2+12+1=x33\frac{x^{2+1}}{2+1} = \frac{x^3}{3}. You can check this by finding the derivative of x33\frac{x^3}{3}, which gets you right back to x2x^2. What about the integral of x4x^4? It would be x55\frac{x^5}{5}.

There's one small catch. The derivative of x2x^2 is 2x2x. But the derivative of x2+5x^2 + 5 is also 2x2x, because the constant (5) disappears. The derivative of x2+99x^2 + 99 is also 2x2x.

When we integrate, we don't know if there was a constant there or not. So, we add a '+C+C' to our answer to represent any possible constant that might have existed. This is called the 'constant of integration'.

xndx=xn+1n+1+C\int x^n \,dx = \frac{x^{n+1}}{n+1} + C

All the functions shown below have the exact same derivative. When we integrate, the '+C+ C' accounts for the fact that the original function could have been any one of these curves, just shifted up or down.

Lesson image

That's the basic idea of integration. It's a way to sum up countless tiny pieces to find a whole, whether that whole is an area, a volume, or a total distance traveled.

Quiz Questions 1/5

What is the primary purpose of integration as described in the text?

Quiz Questions 2/5

How are the mathematical concepts of integration and differentiation related?