Introduction: Welcome to Integration!

In your journey through Mathematics, you’ve already learned how to find the rate of change using Differentiation. But what if you wanted to do the opposite? What if you knew how fast something was changing and wanted to find out its original quantity?

That is exactly what Integration is! Think of differentiation as "taking a clock apart" to see how it works, and integration as "putting it back together." It is a vital tool used by engineers to calculate areas, by physicists to find distances from speeds, and by economists to predict total costs. Don’t worry if it seems a bit "backwards" at first—once you master the basic rules, it becomes a very logical process.


1. Indefinite Integration: The "Reverse" Button

The symbol for integration is \(\int\). When we integrate a function, we are looking for the original expression that was differentiated to get there. Because of this, integration is often called anti-differentiation.

The Basic Rule for \(x^n\)

When you differentiate \(x^n\), you multiply by the power and then subtract 1. To integrate, we do the exact opposites in the reverse order:

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

The formula looks like this:
\(\int x^n dx = \frac{x^{n+1}}{n+1} + c\) (where \(n \neq -1\))

The Mystery of "+ c"

When you differentiate a constant (like 5 or 100), it becomes zero. If we are working backwards, we don't know if there was originally a number there or not! To cover our bases, we always add a Constant of Integration, written as \(+ c\).

Memory Aid: "Power UP, then DIVIDE by the new number. Don't forget the \(+ c\)!"

Example:
Integrate \(3x^2\):
1. Add 1 to the power: \(2 + 1 = 3\)
2. Divide by the new power: \(\frac{3x^3}{3} = x^3\)
3. Add \(c\): \(x^3 + c\)

Quick Review:
- \(\int k dx = kx + c\) (Integrating a plain number gives it an \(x\))
- Always include \(+ c\) for indefinite integrals!


2. Dealing with Tricky Expressions

Sometimes, the math doesn't look like a simple \(x^n\). Before you can integrate, you often need to do some "algebraic housekeeping."

Expanding and Splitting

If you have brackets or a fraction with a single term on the bottom, simplify them first.
- Example 1: \((x+2)^2\) should be expanded to \(x^2 + 4x + 4\) before integrating.
- Example 2: \(\frac{x^2 + 5x}{\sqrt{x}}\) should be split into \(\frac{x^2}{x^{0.5}} + \frac{5x}{x^{0.5}}\), which simplifies to \(x^{1.5} + 5x^{0.5}\).

Common Mistake: Never try to integrate terms inside brackets or on the top and bottom of a fraction separately. Always expand or simplify into a string of individual terms first!

Takeaway: Preparation is 90% of the work. If it's not in the form \(ax^n\), change it until it is!


3. Finding the Equation of a Curve

Sometimes, a question will give you the gradient function \(f'(x)\) and a specific point that the curve passes through, such as \((2, 10)\). This allows you to find the exact value of \(c\).

Step-by-Step Process:

  1. Integrate the gradient function \(f'(x)\) to get \(y = f(x) + c\).
  2. Substitute the coordinates of the given point into your new equation (put the \(x\)-value where \(x\) is and the \(y\)-value where \(y\) is).
  3. Solve for \(c\).
  4. Rewrite the final equation with the value of \(c\) you found.

4. Definite Integration

A Definite Integral has numbers at the top and bottom of the integration sign, like this: \(\int_{a}^{b} f(x) dx\). These are called limits. Unlike indefinite integration, the answer here will be a number, not an algebraic expression, and you don't need \(+ c\)!

How to calculate it:

1. Integrate the function as usual (put it in square brackets).
2. Write the limits at the end of the brackets.
3. Substitute the top limit into the expression.
4. Substitute the bottom limit into the expression.
5. Subtract the second result from the first.

\( [F(x)]_{a}^{b} = F(b) - F(a) \)

Analogy: Think of this like calculating the distance of a car trip. You check the odometer at the end (\(b\)) and subtract the reading from the start (\(a\)) to find the total distance traveled.


5. Area Under a Curve

One of the coolest things about integration is that it calculates the area between a curve and the \(x\)-axis.

Key Rules for Area:

  • To find the area between \(x = a\) and \(x = b\), calculate the definite integral \(\int_{a}^{b} y dx\).
  • Areas below the x-axis: If you integrate a part of a curve that is below the \(x\)-axis, the answer will come out negative. Since area can't be negative in real life, we just take the positive version of that number.
  • Area between two curves: To find the area trapped between two curves, subtract the "bottom" curve from the "top" curve and then integrate the result: \(\int_{a}^{b} (y_{top} - y_{bottom}) dx\).

Did you know? Integration essentially slices the area into infinitely many tiny rectangles and adds them all together. That's why the \(\int\) symbol looks like a long "S"—it stands for "Sum"!


6. The Trapezium Rule (Approximation)

Sometimes, a curve is too complicated to integrate using our standard rules. In these cases, we use the Trapezium Rule to estimate the area by dividing it into several trapeziums.

The Formula:

\(Area \approx \frac{1}{2}h [ (y_0 + y_n) + 2(y_1 + y_2 + ... + y_{n-1}) ]\)

Breaking it down:

  • \(h\): This is the width of each strip. You find it by calculating \(\frac{b - a}{n}\), where \(n\) is the number of strips.
  • \(y_0, y_1, ...\): These are the heights of the curve at each point. You find them by plugging your \(x\)-values into the original equation.
  • The Logic: You take the first height and the last height, then add two times all the middle heights. Finally, multiply the whole thing by \(\frac{1}{2}h\).

Quick Tip:
- If the curve bends "outwards" (convex), the Trapezium Rule usually gives an overestimate.
- If the curve bends "inwards" (concave), it usually gives an underestimate.

Takeaway: More strips = more accuracy! If you use more trapeziums, they fit the curve better, making the error smaller.


Final Checklist for Success:

  1. Did I add 1 to the power and divide by the new power?
  2. If there are no limits, did I include \(+ c\)?
  3. If finding an area, did I check if any part is below the \(x\)-axis?
  4. For the Trapezium Rule, did I remember that "n strips" means I need "n+1" y-values?

Keep practicing! Integration is a skill that gets much easier with repetition. You've got this!