Introduction: Welcome to the World of Integration!
Welcome! If you've already mastered Differentiation, you’re halfway there. Integration is simply the "undo" button for differentiation. While differentiation helps us find the gradient (the slope) of a curve, integration helps us find the area under it and the total change that has occurred.
Think of it like this: If differentiation is like taking a LEGO tower apart to see how it was built, integration is like putting the pieces back together to see the whole structure. Don't worry if it seems a bit abstract at first—we'll take it one step at a time!
1. The Basics: Reversing the Process
The Fundamental Theorem of Calculus tells us that integration and differentiation are inverse processes. If you integrate a derivative, you get back to the original function (mostly!).
Indefinite Integrals and the Constant \(+ C\)
When we differentiate a constant (like \(5\) or \(100\)), it becomes \(0\). Because of this, when we integrate, we don't know if there was originally a constant there. We add a \(+ C\) (the constant of integration) to every indefinite integral to represent this mystery number.
Quick Review: The Power Rule
To integrate \(x^n\):
1. Add \(1\) to the power.
2. Divide by the new power.
\( \int x^n dx = \frac{x^{n+1}}{n+1} + C \) (This works for all \(n\) except \(n = -1\))
Standard Integrals You Must Know
For your Paper 1 exam, you need these "ready-to-go" results memorized:
- Exponentials: \( \int e^{kx} dx = \frac{1}{k}e^{kx} + C \)
- The Special Case (\(n = -1\)): \( \int \frac{1}{x} dx = \ln|x| + C \)
- Trigonometry:
- \( \int \sin(kx) dx = -\frac{1}{k}\cos(kx) + C \)
- \( \int \cos(kx) dx = \frac{1}{k}\sin(kx) + C \)
Common Mistake: Forgetting the minus sign when integrating \(\sin\)! Remember: Differentiating \(\sin\) gives \(\cos\), but Integrating \(\sin\) gives \(-\cos\).
Key Takeaway: Integration is the reverse of differentiation. Always remember your \(+ C\) unless you are working with specific limits!
2. Definite Integrals and Area
A definite integral has upper and lower limits (numbers at the top and bottom of the integral sign). This gives us a specific numerical value rather than a formula with \(+ C\).
How to Calculate a Definite Integral
To find \( \int_{a}^{b} f(x) dx \):
1. Integrate the function as usual (ignore \(C\)).
2. Plug the top number (\(b\)) into your answer.
3. Plug the bottom number (\(a\)) into your answer.
4. Subtract the second result from the first: Top - Bottom.
Finding the Area Under a Curve
The definite integral \( \int_{a}^{b} y dx \) represents the area between the curve and the \(x\)-axis from \(x=a\) to \(x=b\).
Did you know? If the area is below the \(x\)-axis, the integral will give you a negative number. If you are asked for the total area, you must treat negative areas as positive values!
Area Between Two Curves
To find the area trapped between two curves \(y_1\) and \(y_2\):
\( Area = \int_{a}^{b} (y_{top} - y_{bottom}) dx \)
Key Takeaway: Definite integrals give you a value. Use "Top limit - Bottom limit" to find the answer.
3. Integration as the Limit of a Sum
You might see the notation \( \lim_{\delta x \to 0} \sum_{x=a}^{b} f(x) \delta x \). This is just a fancy way of saying that we are finding the area under a curve by adding up an infinite number of tiny rectangles. As the width of the rectangles (\(\delta x\)) gets closer to zero, the sum becomes the integral.
4. Advanced Techniques: The "Toolbox"
Sometimes the basic power rule isn't enough. We need special tools for harder functions.
Integration by Substitution (The Inverse Chain Rule)
Use this when you see a function and its derivative (or something close to it) multiplied together. It's like a "change of variables" to make the integral look simpler.
Steps:
1. Pick a part of the expression to be \(u\).
2. Find \(\frac{du}{dx}\) and rearrange to find \(dx\).
3. Replace all \(x\) terms and the \(dx\) with \(u\) and \(du\).
4. Integrate, then swap \(u\) back for \(x\) at the end.
Integration by Parts (The Inverse Product Rule)
Use this when you have two different types of functions multiplied together, like \(x \sin x\).
The formula is: \( \int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx \)
Memory Aid: How to pick \(u\)?
Use the LATE rule to choose which part should be \(u\):
L - Logarithms (\(\ln x\))
A - Algebra (\(x, x^2\))
T - Trig (\(\sin x, \cos x\))
E - Exponentials (\(e^x\))
Pick the one that appears highest in this list to be your \(u\).
Using Partial Fractions
If you have a fraction like \(\int \frac{1}{(x+1)(x+2)} dx\), you can't integrate it directly. You must first split it into partial fractions (e.g., \(\frac{A}{x+1} + \frac{B}{x+2}\)) and then integrate each part to get \(\ln\) results.
Key Takeaway: Substitution is for "nested" functions; Parts is for "multiplied" functions; Partial Fractions are for "complex denominator" fractions.
5. Differential Equations
A differential equation is just an equation that involves a derivative (like \(\frac{dy}{dx}\)). "Solving" it means finding the original equation for \(y\).
Separation of Variables
If you have \(\frac{dy}{dx} = g(x)h(y)\), you move all the \(y\) terms to one side and all the \(x\) terms to the other:
\( \int \frac{1}{h(y)} dy = \int g(x) dx \)
Real-World Analogy: Imagine you know the speed a population is growing at any given moment. Solving the differential equation tells you the actual population at any time.
Step-by-Step for Context Problems:
1. Separate: Get \(y\) on the left, \(x\) on the right.
2. Integrate: Don't forget the \(+ C\).
3. Solve for \(C\): Use the "initial conditions" (e.g., "at \(t=0\), the population was \(100\)") to find the value of \(C\).
4. Rearrange: Usually, you want to write your final answer as \(y = ...\)
Key Takeaway: To solve differential equations, "separate the families" (keep \(x\) with \(dx\) and \(y\) with \(dy\)) and then integrate both sides.
Final Summary Checklist
- Do I have my standard integrals memorized?
- Did I remember the \(+ C\) for indefinite integrals?
- For areas, did I check if any part of the curve is below the x-axis?
- Am I using LATE to choose \(u\) in Integration by Parts?
- In differential equations, did I separate variables before integrating?
Don't worry if this seems tricky at first! Integration takes practice. The more problems you solve, the easier it becomes to spot which "tool" from the toolbox you need to use. You've got this!