Welcome to the World of Integration!
In your mathematical journey so far, you’ve learned how to find the "gradient" or the rate of change using differentiation. Now, we are going to look at its inverse: Integration. Think of differentiation as "taking things apart" to see how they change, and integration as "putting them back together" to find the whole. Whether you are finding the area of a complex shape or predicting how a population grows, integration is your go-to tool. Don't worry if it feels a bit "backwards" at first—that's exactly what it is!
1. The Basics: Integration as the Reverse of Differentiation
The Fundamental Theorem of Calculus tells us that integration is simply the reverse process of differentiation. If you differentiate a function and then integrate the result, you should get back to where you started (with one small catch!).
The "Constant of Integration" (+C)
When you differentiate a constant (like 5 or 100), it becomes zero. Because of this, when we go backwards (integrate), we don't know if there was originally a constant there. We represent this unknown number with \( + C \). Always remember your \( + C \) for indefinite integrals!
The Power Rule
To integrate \( x^n \), we do the opposite of the differentiation rule: Add one to the power, then divide by the new power.
\( \int x^n dx = \frac{x^{n+1}}{n+1} + C \) (where \( n \neq -1 \))
Common Mistake to Avoid: Forgetting to divide by the new power. Always add 1 first, then divide!
Key Takeaway: Integration finds the "original" function. Always add \( C \) unless you are working with specific limits.
2. Standard Integrals You Need to Know
Just like with differentiation, there are some standard results you should memorize to save time. Don't worry if this seems like a lot; with practice, they become second nature.
Exponentials:
\( \int e^{kx} dx = \frac{1}{k} e^{kx} + C \)
Analogy: Exponential functions are like stubborn weeds; they mostly stay the same when you integrate or differentiate them!
The Special Case (\( 1/x \)):
When \( n = -1 \), the power rule fails (you can't divide by zero). Instead:
\( \int \frac{1}{x} dx = \ln|x| + C \)
Trigonometric Functions:
● \( \int \sin(kx) dx = -\frac{1}{k} \cos(kx) + C \)
● \( \int \cos(kx) dx = \frac{1}{k} \sin(kx) + C \)
● \( \int \sec^2(kx) dx = \frac{1}{k} \tan(kx) + C \)
Memory Aid: In differentiation, \( \sin \rightarrow \cos \). In integration, it’s the opposite sign: \( \sin \rightarrow -\cos \). Use the phrase "Integrate Sin is Minus Cos" to help it stick.
Key Takeaway: If you see a linear function inside the \( \sin \), \( \cos \), or \( e \), always remember to divide by the coefficient of \( x \) (the \( k \) value).
3. Using Trigonometric Identities
Sometimes an integral looks impossible, like \( \int \sin^2 x dx \). There is no "power rule" for trig functions like this. Instead, we use identities to change the look of the function into something we can integrate.
Common Identity Tricks:
1. To integrate \( \sin^2 x \), use: \( \sin^2 x = \frac{1}{2}(1 - \cos 2x) \)
2. To integrate \( \cos^2 x \), use: \( \cos^2 x = \frac{1}{2}(1 + \cos 2x) \)
3. To integrate \( \tan^2 x \), use: \( \tan^2 x = \sec^2 x - 1 \)
Quick Review: If you see a squared trig term, stop! Check if you can swap it for a double-angle identity or a Pythagorean identity first.
4. Integration by Substitution
This is the reverse of the Chain Rule. We use it when one part of the function is (roughly) the derivative of another part. It "cleans up" a complex expression into something simpler.
Step-by-Step Process:
1. Choose \( u \): Pick a part of the function (usually the bit inside a bracket or square root).
2. Differentiate \( u \): Find \( \frac{du}{dx} \) and rearrange it to get \( dx \) on its own.
3. Substitute: Replace all \( x \) and \( dx \) terms with \( u \) and \( du \).
4. Integrate: Perform the integration in terms of \( u \).
5. Back-substitute: Replace \( u \) with the original \( x \) expression.
Key Takeaway: Substitution is like "changing the language" of the problem to make it easier to solve, then translating it back at the end.
5. Integration by Parts
This is the reverse of the Product Rule. Use this when you have two different types of functions multiplied together, like \( \int x \cos x dx \).
The formula is: \( \int u \frac{dv}{dx} dx = uv - \int v \frac{du}{dx} dx \)
How to choose \( u \)?
Use the LATE rule to decide which part should be \( u \):
L - Logarithms (\( \ln x \))
A - Algebraic (\( x, x^2 \))
T - Trigonometric (\( \sin x, \cos x \))
E - Exponential (\( e^x \))
Whichever comes first in this list should be your \( u \).
Did you know? You can use Integration by Parts to integrate \( \ln x \). Just imagine it is \( \ln x \times 1 \), where \( u = \ln x \) and \( \frac{dv}{dx} = 1 \).
6. Partial Fractions in Integration
When you have a fraction with a polynomial on the bottom, like \( \int \frac{2}{x^2 - 1} dx \), it looks scary. By splitting it into Partial Fractions, you turn one hard fraction into two simple ones that usually result in \( \ln \) functions.
Example: \( \frac{1}{(x-2)(x+3)} \) becomes \( \frac{A}{x-2} + \frac{B}{x+3} \).
Once split, you can integrate each part easily to get \( A\ln|x-2| + B\ln|x+3| \).
Key Takeaway: If the denominator can be factored, partial fractions are usually the intended path.
7. Definite Integrals and Area
A definite integral has numbers at the top and bottom of the integral sign (limits). It gives you a final numerical value instead of a function with \( + C \).
The Calculation:
\( \int_a^b f(x) dx = [F(x)]_a^b = F(b) - F(a) \)
(Plug in the top number, then subtract the result of plugging in the bottom number).
Area Under a Curve
The definite integral \( \int_a^b y dx \) calculates the area between the curve and the x-axis.
● Area between two curves: Calculate \( \int (\text{Top Curve} - \text{Bottom Curve}) dx \).
● Important: If the curve goes below the x-axis, the integral will be negative. If you want the total physical area, treat those negative parts as positive.
Key Takeaway: Definite integration is the master tool for finding areas of shapes that don't have standard geometric formulas.
8. Differential Equations
A differential equation is just an equation that involves a derivative, like \( \frac{dy}{dx} = 2xy \). Your job is to find the original relationship between \( x \) and \( y \).
Separation of Variables:
1. Move all \( y \) terms to the side with \( dy \).
2. Move all \( x \) terms to the side with \( dx \).
3. Integrate both sides separately.
4. Find \( C \): If the question gives you a specific point (e.g., "when \( x=0, y=5 \)"), plug it in to find the particular solution. If not, your answer is the general solution.
Encouragement: Differential equations are used in real life to model everything from the spread of viruses to the cooling of a cup of tea. You're learning how to predict the future!
9. Integration as the Limit of a Sum
Sometimes you might see a weird notation involving a limit and a sigma (\( \Sigma \)) sign. Don't panic! This is just the formal definition of integration.
\( \lim_{\delta x \to 0} \sum_{x=a}^b f(x) \delta x = \int_a^b f(x) dx \)
This just means that if we add up an infinite number of tiny rectangles under a curve, we get the exact area.
Quick Review Box:
● Indefinite: Needs \( +C \).
● Definite: Gives a number (Area).
● Substitution: For functions inside functions.
● Parts: For two functions multiplied.
● Differential Equations: Get \( y \) on one side, \( x \) on the other, then integrate.