Welcome to the World of Integration!

In the previous chapter, you learned about Differentiation—the art of breaking things down to find the "rate of change" or the slope of a line. Now, we are going to learn its "math twin": Integration.

Think of Integration as the reverse process. If differentiation is taking a car apart to see how the engine works, integration is putting the parts back together to see how far the car can go. It is a powerful tool used by architects to calculate areas of curved buildings and by economists to find total profit from marginal costs. Don't worry if it seems a bit abstract at first—we will take it one step at a time!

1. Integration as the Reverse of Differentiation

The most important thing to remember is that Integration is the opposite of Differentiation. Because of this, we often call the result an "anti-derivative."

Imagine you have a function \(y = x^2\). When you differentiate it, you get \(2x\). Therefore, if you integrate \(2x\), you should get back to \(x^2\).

The Notation:
We use the symbol \(\int\) (which looks like a long 'S' for 'Sum') to represent integration. It always comes as a pair with \(dx\), which tells us we are integrating with respect to the variable \(x\).
Example: \(\int f(x) \, dx\)

The Mystery of "+ C" (The Constant of Integration)

When we differentiate \(x^2 + 5\), we get \(2x\).
When we differentiate \(x^2 - 100\), we also get \(2x\).
Because the constant disappears during differentiation, we don't know what the original number was when we go backward. To fix this, we always add a + C at the end of our indefinite integrals.

Key Takeaway: Integration "undoes" differentiation. Always remember to add + C for indefinite integrals so you don't lose those hidden constants!

2. The Integration Toolkit: Basic Rules

You don't need to guess the reverse every time. There are simple "recipes" to follow. For H1 Math, you need to master two main types of functions: Powers of x and Exponentials.

Rule A: The Power Rule

For any rational number \(n\) (except \(n = -1\)):
\(\int x^n \, dx = \frac{x^{n+1}}{n+1} + C\)

Step-by-Step Process:
1. Add 1 to the power.
2. Divide by that new power.
3. Add C.

Example: \(\int x^3 \, dx = \frac{x^4}{4} + C\)

Rule B: The Exponential Rule

The function \(e^x\) is the "lazy" function—it stays the same when you differentiate it, and it stays the same when you integrate it!
\(\int e^x \, dx = e^x + C\)

Rule C: Multiples and Sums

Just like in differentiation:
- If there is a constant multiplied to the front, just leave it there: \(\int 5x^2 \, dx = 5 \int x^2 \, dx\).
- If you have terms added together, integrate them one by one: \(\int (x + e^x) \, dx = \frac{x^2}{2} + e^x + C\).

Quick Review Box:
- Power Rule: Power up, then divide.
- \(e^x\) Rule: It stays the same!
- Always add + C.

3. Integrating "Linear Composites" (The Shortcut)

Sometimes the function inside is a bit more complex, like \((2x + 3)^5\) or \(e^{4x-1}\). As long as the part inside is linear (meaning \(x\) is only to the power of 1), we can use a shortcut.

The Rule for \((ax+b)^n\)

\(\int (ax+b)^n \, dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C\)

The Trick: Do the power rule as usual, but also divide by the coefficient of x (the number in front of \(x\)).

Example: To integrate \((3x + 1)^4\):
1. Power up: \((3x + 1)^5\)
2. Divide by new power: \(\frac{(3x + 1)^5}{5}\)
3. Divide by the '3' (from \(3x\)): \(\frac{(3x + 1)^5}{3 \times 5} = \frac{(3x + 1)^5}{15} + C\)

The Rule for \(e^{ax+b}\)

\(\int e^{ax+b} \, dx = \frac{1}{a} e^{ax+b} + C\)

Example: \(\int e^{2x+5} \, dx = \frac{1}{2} e^{2x+5} + C\)

Did you know? This shortcut only works for linear functions (\(ax+b\)). If you see \(x^2\) inside the bracket, you cannot use this simple trick!

4. Definite Integrals

An Indefinite Integral gives you a formula. A Definite Integral gives you a number. It represents the area under a curve between two specific points (boundaries).

Notation: \(\int_{a}^{b} f(x) \, dx\)
Where \(b\) is the upper limit and \(a\) is the lower limit.

How to Evaluate:

1. Integrate the function (ignore \(C\) this time).
2. Put the result in square brackets with the limits on the right: \([F(x)]_{a}^{b}\).
3. Substitute the top number, then subtract the result of substituting the bottom number: \(F(b) - F(a)\).

Example: \(\int_{1}^{2} 2x \, dx = [x^2]_{1}^{2} = (2^2) - (1^2) = 4 - 1 = 3\).

Key Takeaway: Definite integrals do not need a "+ C" because the constants cancel out during the subtraction step.

5. Applications: Finding the Area

One of the coolest uses of integration is finding the area of shapes with curvy edges that a ruler can't measure.

Area Under a Curve

The area between the curve \(y = f(x)\) and the x-axis, from \(x = a\) to \(x = b\), is simply:
Area = \(\int_{a}^{b} f(x) \, dx\)
(Note: For your syllabus, we focus on regions where the curve is above the x-axis).

Area Between Two Curves

If you have two curves, \(y_{top}\) and \(y_{bottom}\), the area trapped between them is:
Area = \(\int_{a}^{b} (y_{top} - y_{bottom}) \, dx\)

Analogy: Imagine the top curve is the ceiling and the bottom curve is the floor. To find the space in between, you subtract the floor's height from the ceiling's height.

Using the Graphing Calculator (GC)

For complex functions, your GC is your best friend. You can use the "Integration" function (usually under the Math menu or the Graphing screen) to find the approximate value of a definite integral quickly. This is a great way to check your manual working!

Common Mistake to Avoid: When finding the area between a curve and a line, always identify which one is "on top" in that specific region before subtracting.

Summary Checklist

  • Can you integrate \(x^n\) and \(e^x\)?
  • Do you remember to divide by \(a\) when integrating \((ax+b)^n\)?
  • Did you include + C for all indefinite integrals?
  • For definite integrals, are you calculating Top Limit - Bottom Limit?
  • Is your area calculation always for the region above the x-axis?

Don't worry if this seems tricky at first! Integration is like a puzzle—the more patterns you see, the easier it becomes. Keep practicing your basic power rules, and the rest will fall into place!