Introduction: Welcome to the World of Integration!
Welcome! If you've already mastered Differentiation, you’re halfway there. Integration is simply the reverse process. Imagine differentiation is like taking a clock apart to see how it works; integration is the art of putting those pieces back together to see the whole picture.
In this chapter, we focus on Indefinite Integrals. These are integrals that don't have specific start and end points (limits). They help us find the original function when we only know the rate at which it’s changing. This is a vital tool for everything from calculating the path of a rocket to predicting economic growth. Don't worry if it feels like "running backward" at first—with a few simple rules, you'll be an expert in no time!
1. The Big Idea: The Fundamental Theorem of Calculus
The core concept you need to know is that Integration is the reverse of Differentiation.
If you differentiate a function \( F(x) \) and get \( f(x) \), then integrating \( f(x) \) will bring you back to \( F(x) \).
The Notation:
We write this using the integral sign \(\int\):
\(\int f(x) dx = F(x) + c\)
Key Terms:
• Integral Sign (\(\int\)): This tells you to integrate.
• Integrand (\(f(x)\)): The function you are working on.
• \(dx\): This tells you that you are integrating with respect to the variable \(x\).
• Constant of Integration (\(c\)): The "mystery number."
Why the "+ c"? (The Analogy of the Vanishing Constant)
When we differentiate a constant (like 5, 10, or -100), it becomes zero.
Example: If \( y = x^2 + 5 \), then \( \frac{dy}{dx} = 2x \).
Example: If \( y = x^2 - 12 \), then \( \frac{dy}{dx} = 2x \).
Notice that both original functions result in \( 2x \). When we integrate \( 2x \), we know the answer involves \( x^2 \), but we have no way of knowing what the original constant was! We add + c to represent any possible constant that might have been there originally.
Quick Review:
Integration is just "undoing" differentiation. Always remember to add + c at the end of an indefinite integral to account for the constant that differentiation "wiped out."
2. Integrating Power Functions (\(x^n\))
This is the most common type of integration you will perform. As long as the power \(n\) is not -1, we follow a simple two-step rule.
The Rule: \(\int x^n dx = \frac{x^{n+1}}{n+1} + c\)
Memory Aid: "Power Up, Divide Down"
1. Power Up: Add 1 to the current power (\(n + 1\)).
2. Divide Down: Divide the whole term by that new power.
Step-by-Step Example:
Integrate \( \int 5x^3 dx \):
1. Keep the constant 5 as it is for now.
2. Power Up: The power 3 becomes 4 (\(3 + 1 = 4\)).
3. Divide Down: Divide by the new power, which is 4.
4. Add c: Result is \( \frac{5x^4}{4} + c \).
Important Scope Notes:
• Sums and Differences: If you have multiple terms, just integrate them one by one.
Example: \(\int (x^2 + 3x) dx = \frac{x^3}{3} + \frac{3x^2}{2} + c \).
• Constant Multiples: If there is a number in front of the \(x\), it just "hitchhikes" along and stays multiplied by the result.
Key Takeaway:
To integrate \(x^n\), increase the power by 1 and divide by the new power. This works for fractions and negative powers too (except -1)!
3. Finding the Constant of Integration (\(c\))
Sometimes, we aren't happy with just leaving a "+ c". If we are given a point that the curve passes through, we can find the exact value of \(c\).
Did you know? In physics, finding \(c\) is often like knowing the "starting position" of an object.
Step-by-Step Process:
Suppose we are told \( \frac{dy}{dx} = 2x + 1 \) and the curve passes through the point (-1, 2).
1. Integrate: \( y = \int (2x + 1) dx = x^2 + x + c \).
2. Substitute: Use the point \(x = -1\) and \(y = 2\).
\( 2 = (-1)^2 + (-1) + c \)
3. Solve for c:
\( 2 = 1 - 1 + c \)
\( 2 = 0 + c \)
\( c = 2 \)
4. Final Equation: \( y = x^2 + x + 2 \).
Common Mistake to Avoid:
Don't forget to integrate before you substitute the point! You must have the \(x^2\) and \(c\) terms ready before you plug in the numbers.
4. Standard Integrals (Exponentials, Trig, and 1/x)
There are some special functions where the "Power Up" rule doesn't work. You simply need to learn these forms.
The Exponential Function \(e^{kx}\)
The rule: \(\int e^{kx} dx = \frac{1}{k} e^{kx} + c \)
Example: \(\int e^{3x} dx = \frac{1}{3} e^{3x} + c \).
Essentially, you keep the \(e^{kx}\) the same and divide by the coefficient of \(x\).
The Special Case: \( \frac{1}{x} \)
Remember how we said the power rule doesn't work for \(n = -1\)? This is why. The integral of \( \frac{1}{x} \) is a natural logarithm.
The rule: \(\int \frac{1}{x} dx = \ln|x| + c \)
Trigonometric Functions
Integration and Trig can be tricky with signs (+ or -). Use this guide:
• \(\int \cos(kx) dx = \frac{1}{k} \sin(kx) + c \)
• \(\int \sin(kx) dx = -\frac{1}{k} \cos(kx) + c \)
Mnemonic Aid:
When you Differentiate Sin, you get Positive Cosine (DSP).
When you Integrate Sin, you get Negative Cosine (ISN).
Key Takeaway:
Exponentials and Trig functions stay mostly the same but get divided by the constant \(k\). Watch your signs carefully with Sine and Cosine!
5. Using Trig Identities to Help Integrate
Sometimes an integral looks impossible, like \( \int \cos^2(x) dx \). We don't have a direct rule for squared trig functions in basic integration. To solve this, we use Double Angle Formulae to rewrite them into a form we can integrate.
The Trick for \(\cos^2(x)\) and \(\sin^2(x)\):
Recall your trig identities:
\(\cos(2x) = 2\cos^2(x) - 1\) which rearranges to: \(\cos^2(x) = \frac{1}{2}(1 + \cos(2x))\)
Now, instead of integrating a "squared" function, you are integrating \( \frac{1}{2} \) and \( \cos(2x) \), which are both easy!
Example:
\(\int \cos^2(x) dx = \int \frac{1}{2}(1 + \cos(2x)) dx \)
\( = \frac{1}{2} [x + \frac{1}{2}\sin(2x)] + c \)
\( = \frac{1}{2}x + \frac{1}{4}\sin(2x) + c \)
Quick Review Box:
If you see a \(\cos^2(x)\) or \(\sin^2(x)\) in an integration question, reach for your Double Angle Identities. It’s the only way to break that square so you can integrate term-by-term!
Chapter Summary: Your Integration Checklist
• Did I add + c? (Always for indefinite integrals!)
• For \(x^n\), did I Power Up and Divide Down?
• For \(e^{kx}\), \(\sin(kx)\), or \(\cos(kx)\), did I divide by k?
• If I have a point \((x, y)\), have I substituted it in to find the specific value of c?
• If I see a squared trig function, have I used a Double Angle Identity first?