Welcome to the World of Integration!
In your journey through Pure Maths (P1), you have already learned how to "differentiate" to find the gradient of a curve. Now, we are going to learn how to do the exact opposite! Integration is essentially the "reverse gear" of differentiation.
Think of it like this: if differentiation is the process of taking a car apart to see how it works, integration is the process of putting those parts back together to see the whole car. It’s a powerful tool used by engineers, architects, and scientists to calculate areas, volumes, and even the paths of planets!
1. Indefinite Integration: The Reverse Process
If you have a derivative (the gradient function) and you want to find the original function, you integrate. This is called indefinite integration.
The Golden Rule of Integration
To integrate a basic term like \(ax^n\), follow these two simple steps:
1. Add 1 to the power.
2. Divide by the new power.
The formula looks like this:
\(\int ax^n dx = \frac{a}{n+1}x^{n+1} + c\)
Important Note: This rule works for any power \(n\), as long as \(n\) is not \(-1\). If the power is \(-1\), we need a different rule that you will learn later in your studies!
What is the "+ c"?
When we differentiate a constant (like 5 or 100), it disappears because its gradient is zero. When we go backwards (integrate), we don't know if there was originally a constant there or what it was. So, we always add \(+ c\), which we call the constant of integration.
Example: Find \(\int 3x^2 dx\).
1. Add 1 to the power: \(2 + 1 = 3\).
2. Divide by the new power: \(\frac{3}{3} = 1\).
3. Don't forget the \(+ c\)!
Result: \(x^3 + c\).
Quick Review:
- Differentiation: Multiply by power, then subtract 1.
- Integration: Add 1 to power, then divide by the new power.
2. Integrating Polynomials and Rational Powers
Often, you’ll have to deal with more than one term at a time. Don't worry if this seems tricky at first—you just treat each term separately!
Sums and Differences
The rule is simple: \(\int [f'(x) + g'(x)] dx = f(x) + g(x) + c\).
This just means if you have several terms added or subtracted, you integrate them one by one.
Handling Roots and Fractions
Before you can integrate, you often need to rewrite the expression using the laws of indices.
- Rewrite \(\sqrt{x}\) as \(x^{1/2}\).
- Rewrite \(\frac{1}{x^2}\) as \(x^{-2}\).
- Rewrite \(\frac{x+2}{\sqrt{x}}\) as \(\frac{x}{x^{1/2}} + \frac{2}{x^{1/2}}\), which simplifies to \(x^{1/2} + 2x^{-1/2}\).
Common Mistake to Avoid: Never try to integrate a fraction by integrating the top and bottom separately. Always simplify it into separate power terms first!
Key Takeaway: Clean up your algebra first! Use your index laws to make every term look like \(ax^n\) before you start the "Add and Divide" process.
3. Definite Integrals
A definite integral has numbers at the top and bottom of the integral sign, like this: \(\int_{a}^{b} f'(x) dx\). These numbers (\(a\) and \(b\)) are called limits.
How to Solve Them:
1. Integrate the function as usual (but you can leave out the \(+ c\)).
2. Put your 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 result from the first: \(f(b) - f(a)\).
Did you know? We don't need \(+ c\) for definite integrals because when you subtract the two values, \((f(b) + c) - (f(a) + c)\), the \(c\)'s cancel each other out!
4. Area Under a Curve
One of the coolest things about integration is that it tells us the area between a curve and the x-axis.
The area is given by: Area = \(\int_{a}^{b} y dx\)
What if the area is below the x-axis?
If the region you are measuring is below the x-axis, the integral will give you a negative value. Since "area" in real life can't be negative, we just take the positive version of that number (the absolute value).
Area Between a Curve and a Line (or Two Curves)
To find the area between two boundaries:
1. Find where the two graphs intersect (this gives you your limits \(a\) and \(b\)).
2. Subtract the "bottom" function from the "top" function.
3. Integrate the result: \(\int_{a}^{b} (\text{top function} - \text{bottom function}) dx\).
Analogy: Imagine the top function is a ceiling and the bottom is a floor. To find the space in between, you take the height of the ceiling and subtract the height of the floor.
5. The Trapezium Rule
Sometimes, a function is too complicated to integrate using our standard rules. In these cases, we use an approximation called the Trapezium Rule.
Instead of finding the exact area, we split the area into several vertical strips that look like trapeziums. By adding up the area of these trapeziums, we get a very close estimate of the total area.
The Formula
The area is approximately:
\(\text{Area} \approx \frac{1}{2}h [ (y_0 + y_n) + 2(y_1 + y_2 + ... + y_{n-1}) ]\)
Where:
- \(h\) is the width of each strip.
- \(y_0, y_1, ...\) are the ordinates (the y-values at each point).
- Rule of thumb: The first and last y-values are used once; all the middle ones are doubled.
Over- or Under-estimates?
- If the curve bends outwards (convex), the tops of your trapeziums will be above the curve, giving you an over-estimate.
- If the curve bends inwards (concave), the tops of your trapeziums will be below the curve, giving you an under-estimate.
Quick Tip: To make your estimate more accurate, just use more strips! The thinner the strips, the less "gap" there is between the trapezium and the actual curve.
Key Takeaway Summary:
- Indefinite Integration: Add 1 to the power, divide by the new power, add \(+ c\).
- Definite Integration: Calculate \((\text{value at top limit}) - (\text{value at bottom limit})\).
- Area: Use definite integration; areas below the x-axis result in negative integral values.
- Trapezium Rule: Use it to estimate area when exact integration is difficult.