Welcome to the World of Integration!

In your journey through Mathematics so far, you have learned how to differentiate—which is essentially finding the rate of change or the gradient of a curve. But what if you wanted to go backward? What if you had the gradient and wanted to find the original equation? That is where Integration comes in!

Think of Integration as the "Undo" button (like Ctrl+Z) for Differentiation. It is a powerful tool used by engineers to calculate areas of irregular shapes, by physicists to find the distance traveled from a speed formula, and by economists to predict total profit. Don't worry if it feels a bit strange at first; once you master the basic rules, it becomes very logical!


1. The Basics: Indefinite Integration

If differentiation is "breaking down" a function, integration is "building it up." Because it reverses differentiation, we often call the result the anti-derivative.

The Golden Rule for \( x^n \)

To differentiate \( x^n \), you multiplied by the power and subtracted one. To integrate, we do the exact opposite in reverse order:

1. Add 1 to the power.
2. Divide by the new power.

The Formula:
For any function \( ax^n \), the integral is:
\( \int ax^n \, dx = \frac{a}{n+1}x^{n+1} + C \)

(Note: This works for all rational numbers \( n \), except when \( n = -1 \).)

Why the "+ C"?

When you differentiate a constant (like 5 or 100), it becomes zero. When we integrate, we know there might have been a constant there, but we don't know what it was! We add + C (the Constant of Integration) to represent this mystery number.

Memory Aid: "Power Up, then Divide"
Always remember to "Power Up" (add to the exponent) before you "Divide" by that new number.

Quick Review:
• To integrate \( x^3 \): Power becomes 4, divide by 4 → \( \frac{x^4}{4} + C \)
• To integrate \( 6x^2 \): Power becomes 3, divide 6 by 3 → \( 2x^3 + C \)

Common Mistake to Avoid: Forgetting the + C in indefinite integrals is the easiest way to lose a mark. Treat it like the period at the end of a sentence!


2. Dealing with More Complex Terms

Sometimes the equations look scary because they involve fractions or square roots. The trick is to use your Laws of Indices to rewrite them as \( x^n \) before you start.

Examples of Rewriting:
• \( \sqrt{x} \) becomes \( x^{1/2} \)
• \( \frac{1}{x^3} \) becomes \( x^{-3} \)
• \( \frac{x+2}{\sqrt{x}} \) becomes \( \frac{x}{x^{1/2}} + \frac{2}{x^{1/2}} \), which simplifies to \( x^{1/2} + 2x^{-1/2} \)

Once they look like \( x^n \), just apply the Golden Rule!

Did you know?
The integral symbol \( \int \) is actually an elongated letter "S". It stands for "Summa" (Latin for sum), because integration is essentially adding up an infinite number of tiny pieces.

Key Takeaway: Always simplify and rewrite your terms into the form \( ax^n \) before you attempt to integrate.


3. Definite Integration

A Definite Integral has specific start and end points, called limits. It gives you a numerical value rather than a formula with \( + C \).

How to solve it:
1. Integrate the function as usual (you can leave out the \( + C \) here as it cancels out).
2. Put the result in square brackets with the limits on the right: \( [F(x)]_{a}^{b} \)
3. Substitute the top limit (\( b \)) into the function.
4. Substitute the bottom limit (\( a \)) into the function.
5. Subtract the second value from the first: \( F(b) - F(a) \).

Step-by-Step Example:
Evaluate \( \int_{1}^{2} 3x^2 \, dx \)
1. Integrate \( 3x^2 \) to get \( x^3 \).
2. Write it as \( [x^3]_{1}^{2} \).
3. Sub in 2: \( (2)^3 = 8 \).
4. Sub in 1: \( (1)^3 = 1 \).
5. Subtract: \( 8 - 1 = 7 \).


4. Integration as Area Under a Curve

One of the most important uses of integration is finding the area between a curve and the \( x \)-axis.

Fundamental Rule:
The area between the curve \( y = f(x) \), the \( x \)-axis, and the vertical lines \( x = a \) and \( x = b \) is given by:
\( \text{Area} = \int_{a}^{b} y \, dx \)

Areas Below the \( x \)-axis

If the region you are measuring is below the \( x \)-axis, the integral will result in a negative number. Since "area" in the real world cannot be negative, we simply take the positive version of that number (the absolute value).

Area Between a Curve and a Line (or Two Curves)

If you need to find the area trapped between two different graphs:
1. Find where the two graphs intersect (set the equations equal to each other to find \( x \)).
2. Subtract the "bottom" equation from the "top" equation.
3. Integrate the resulting expression between the intersection points.

Analogy: Imagine the area is a sandwich. To find the thickness of the filling, you take the height of the top bread and subtract the height of the bottom bread.

Key Takeaway: Definite integration calculates the "net" area. If you want the total physical area of a shape that goes above and below the axis, you must calculate the sections separately.


5. The Trapezium Rule

Sometimes, a function is too difficult to integrate using our standard rules. In these cases, we approximate the area using the Trapezium Rule.

Instead of trying to follow the curve perfectly, we divide the area into several vertical strips (trapeziums). By adding the areas of these trapeziums together, we get an estimate of the total area.

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

Where:
• \( h \) is the width of each strip: \( h = \frac{b-a}{n} \)
• \( n \) is the number of strips.
• \( y_0, y_1, \dots \) are the "ordinates" (the \( y \)-values at each step).

Overestimate vs. Underestimate:
• If the curve bends outward (convex/cup shape), the trapeziums will be slightly above the curve, giving an overestimate.
• If the curve bends inward (concave/cap shape), the trapeziums will be slightly below the curve, giving an underestimate.

Top Tip: To get a better estimate, simply increase the number of strips (\( n \)). More strips mean the trapeziums fit the curve more closely!


Summary Checklist

• Can you integrate \( ax^n \)? (Add 1 to power, divide by new power, add \( C \)).
• Can you handle fractions and roots? (Rewrite as indices first).
• Do you know how to use limits? (Top limit subbed in minus bottom limit subbed in).
• Can you find the area under a curve? (Use definite integration).
• Can you use the Trapezium Rule? (Plug values into the formula and identify if it's an over/underestimate).

Don't worry if this seems tricky at first! Integration is a skill that improves with practice. Start with simple polynomials and work your way up to areas and approximations. You've got this!