Introduction to Integration and Areas

Welcome to one of the most powerful chapters in Further Pure Mathematics! In your previous study of calculus, you learned how to differentiate functions to find gradients. Now, we are going to do the opposite. Integration is essentially the "reverse" of differentiation.

Why do we do this? While differentiation helps us find how fast something is changing, integration helps us "total up" those changes. The most common and exciting use for integration at this level is finding the area under a curve. Whether it's a simple line or a complex wave, integration gives us a way to calculate the exact space it covers.

1. The Rules of Integration

Before we can find areas, we need to know how to integrate basic functions. Think of these as your "tools of the trade." Don't worry if these look a bit strange at first—with a little practice, they become second nature.

The Power Rule

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

\(\int x^n dx = \frac{x^{n+1}}{n+1} + C\) (where \(n \neq -1\))

Note: The syllabus specifically excludes the integration of \(1/x\), so you don't need to worry about that case here!

Integrating Trigonometric and Exponential Functions

You are expected to remember these specific results for your exam:

  • Sine: \(\int \sin ax dx = -\frac{1}{a} \cos ax + C\)
  • Cosine: \(\int \cos ax dx = \frac{1}{a} \sin ax + C\)
  • Exponentials: \(\int e^{ax} dx = \frac{1}{a} e^{ax} + C\)

Quick Tip: Always remember the \(+ C\) (the constant of integration) when doing "indefinite" integration (integration without numbers at the top and bottom of the sign). It represents a number that might have disappeared during differentiation!

2. Definite Integration: Finding the Area

To find the area under a curve between two points, we use definite integration. This is where we put "limits" (starting and ending values) on our integral sign.

The notation looks like this: \(\int_{a}^{b} f(x) dx\)

Where \(a\) is the starting \(x\)-value and \(b\) is the ending \(x\)-value.

Step-by-Step Process:

  1. Integrate the function (you can ignore the \(+ C\) here because it cancels out).
  2. Put the integrated expression in square brackets with the limits on the right: \([F(x)]_{a}^{b}\).
  3. Plug the top number (\(b\)) into the expression.
  4. Plug the bottom number (\(a\)) into the expression.
  5. Subtract the second result from the first: \(F(b) - F(a)\).

3. Areas Between a Curve and the \(x\)-axis

The area \(A\) between a curve \(y = f(x)\) and the \(x\)-axis, from \(x = a\) to \(x = b\), is found using:

\(Area = \int_{a}^{b} y dx\)

Important: Areas Below the \(x\)-axis

Calculators and integration don't know the difference between "area" and "position." If a curve is below the \(x\)-axis, the integral will give you a negative value.

Since "area" in the real world cannot be negative, we use the modulus (absolute value). If your answer is \(-5\), the area is simply \(5\).

Common Mistake Alert: If a curve goes above AND below the \(x\)-axis in the interval you are looking at, you must calculate the two areas separately and add their positive values together. If you integrate the whole thing at once, the "negative" part will cancel out the "positive" part, giving you the wrong total area!

4. Areas Between a Curve and the \(y\)-axis

Sometimes, a question might ask for the area between the curve and the vertical \(y\)-axis. Don't let this panic you! You simply swap the roles of \(x\) and \(y\).

\(Area = \int_{c}^{d} x dy\)

To do this, you must rearrange your equation to make \(x\) the subject before you integrate.

5. The Area Between Two Curves

Imagine you have two curves, \(y_1\) and \(y_2\), and you want to find the "leaf-shaped" area trapped between them. This is easier than it looks!

The Rule: \(\text{Area} = \int_{a}^{b} (\text{Upper Curve} - \text{Lower Curve}) dx\)

How to solve these problems:

  1. Find the intersection points: Set the two equations equal to each other (\(y_1 = y_2\)) to find the \(x\)-values where they cross. These will be your limits \(a\) and \(b\).
  2. Identify which is on top: If you aren't sure which curve is higher, pick a number between \(a\) and \(b\) and plug it into both equations. The one with the higher \(y\) value is the top curve.
  3. Set up the integral: Subtract the bottom equation from the top equation.
  4. Integrate and solve!

Example: To find the area between \(y = x^2 + 2\) and \(y = x + 4\), you would calculate \(\int_{a}^{b} ((x + 4) - (x^2 + 2)) dx\).

6. Summary and Quick Review

Key Takeaways:

  • Integration is the reverse of differentiation. Remember the rules for \(x^n\), \(\sin ax\), \(\cos ax\), and \(e^{ax}\).
  • Definite integrals give you a number, representing the area.
  • Area = \(\int y dx\) (for \(x\)-axis) or \(\int x dy\) (for \(y\)-axis).
  • Negative values: If an integral is negative, it means the area is below the \(x\)-axis (or to the left of the \(y\)-axis). Use the positive version for the "area."
  • Between two curves: Always subtract the "bottom" function from the "top" function.

Did you know? Integration was developed independently by Isaac Newton and Gottfried Wilhelm Leibniz in the 17th century. They had a huge argument over who invented it first, but today we use Leibniz's notation (the "S" shaped \(\int\) symbol) and Newton's ideas about physics!

Cross-reference: For more on how to use integration for 3D shapes, see the chapter on "Volumes of revolution about the coordinate axes" later in this section.