Introduction to Integration

Welcome to the world of Integration! If you have already studied differentiation, you can think of integration as its "mathematical opposite." While differentiation breaks a function down to find its rate of change (gradient), integration builds it back up to find accumulated totals—most importantly, the area under a curve.

Whether you are calculating the distance a car has traveled from its speed or finding the exact area of a piece of land, integration is the tool you need. In this chapter, we will look at how to integrate basic functions, how to use your Graphic Display Calculator (GDC) to find definite values, and how to estimate areas using the Trapezoidal Rule.

1. Indefinite Integration: The "Reverse" Power Rule

Integration is often called anti-differentiation. When we integrate a function without specific boundaries, we call it an indefinite integral. The symbol for integration is \(\int\), which looks like a stretched 'S' (for 'Sum').

The Basic Power Rule

To integrate a power of \(x\), we do the opposite of what we did in differentiation: add one to the power and then divide by the new power.

\(\int a x^n dx = \frac{a x^{n+1}}{n+1} + C\)

Important Note: Always remember the \(+ C\)! This is the constant of integration. Because the derivative of any constant is zero, when we "go backward," we don't know if there was originally a constant there, so we use \(C\) to represent any possible number.

What do SL and HL students need to know?

For SL Students: You only need to integrate functions where \(n\) is an integer (like \(x^2, x^{-3}, 5\)), and \(n \neq -1\).

For HL Students (AHL): You need to handle rational powers (like \(\sqrt{x} = x^{1/2}\)) and the special case where \(n = -1\). You also need to know trigonometric integrals:

  • \(\int x^{-1} dx = \int \frac{1}{x} dx = \ln|x| + C\)
  • \(\int \sin x dx = -\cos x + C\)
  • \(\int \cos x dx = \sin x + C\)
  • \(\int \frac{1}{\cos^2 x} dx = \tan x + C\)

Quick Tip: If you forget which way the signs go for \(\sin\) and \(\cos\), remember that differentiating \(\cos\) gives negative \(\sin\). Therefore, integrating \(\sin\) must give negative \(\cos\)!

Key Takeaway: To integrate \(x^n\), add 1 to the power and divide. Don't forget the \(+ C\)!

2. Finding the Constant \(C\) (Boundary Conditions)

Sometimes, we are given a specific point \((x, y)\) that the curve passes through. We can use this "boundary condition" to find the exact value of \(C\).

Step-by-Step Process:
1. Integrate the function (don't forget \(+ C\)).
2. Substitute the given \(x\) and \(y\) values into your new equation.
3. Solve for \(C\).
4. Rewrite the final equation with the value of \(C\).

3. Definite Integrals and Area

A definite integral has a start and an end point, written as \(\int_{a}^{b} f(x) dx\). This calculates the signed area between the curve and the x-axis from \(x=a\) to \(x=b\).

Using Technology (Your GDC)

In the Applications and Interpretation (AI) course, the IB expects you to use your GDC for definite integrals! Look for the \(\int dx\) button in your math menu. You simply type in the lower bound, the upper bound, and the function, and the calculator gives you the numerical answer.

Area Between a Curve and the x-axis

For SL students, you will mostly focus on areas where the function \(f(x) > 0\) (above the x-axis). The area is simply:
\(Area = \int_{a}^{b} f(x) dx\)

For HL Students (AHL): You may be asked to find the area between a curve and the y-axis. To do this, you rearrange your formula into the form \(x = g(y)\) and integrate with respect to \(y\):
\(Area = \int_{c}^{d} x dy\)

Did you know? If a curve goes below the x-axis, the integral will result in a negative value. When finding "Area," we usually take the absolute (positive) value of these sections.

4. The Trapezoidal Rule

What if we can't integrate a function easily? We can approximate the area by dividing it into several vertical strips. Instead of using rectangles (which leave big gaps), we use trapezoids (trapeziums), which follow the slope of the curve more closely.

The Formula

The area is approximately:
\(Area \approx \frac{1}{2}h [ (y_0 + y_n) + 2(y_1 + y_2 + \dots + y_{n-1}) ]\)

Where:
- \(n\) is the number of strips.
- \(h = \frac{b-a}{n}\) is the width of each strip.
- \(y_0, y_1, \dots\) are the heights of the function at each interval.

How to apply it:

  1. Find \(h\): Subtract the start \(x\) from the end \(x\) and divide by how many strips you want.
  2. Find the \(y\) values: Plug your \(x\) values into the original function to get the heights.
  3. Plug into formula: Add the first and last heights together. Then add up all the middle heights and multiply them by 2. Add these two groups together, then multiply the whole thing by \(\frac{1}{2}h\).

Analogy: Imagine trying to measure the area of a garden with a curved fence. If you use a single long straight plank, you'll miss a lot of space. If you use five shorter planks (trapezoids), you'll get a much more accurate measurement!

Common Mistake: Students often confuse the number of strips with the number of points. If you have 4 strips, you will have 5 points (\(y_0, y_1, y_2, y_3, y_4\)). Always check the question carefully!

Chapter Summary

Quick Review:

  • Integration: The reverse of differentiation. Add 1 to the power, divide by the new power.
  • Indefinite: Requires a \(+ C\). Solve for \(C\) using a given point.
  • Definite: Use your GDC to find the numerical value between two bounds.
  • Area: Represented by the definite integral. (HL: Can also be done relative to the y-axis).
  • Trapezoidal Rule: A way to estimate area using the formula \(\frac{1}{2}h [(\text{ends}) + 2(\text{middles})]\).

Don't worry if integration feels a bit backwards at first. With practice, you'll start to see the patterns just as easily as you did with differentiation. Just keep your GDC handy and remember your \(+ C\)!