Integrals Explained- Your Complete Guide to Integration
What Integrals Actually Are (No Nonsense)
An integral is a mathematical tool that does one thing: calculates area under a curve. That's it. You take a function, graph it, and an integral tells you the total space between the curve and the x-axis.
There are two types you need to know:
- Definite integrals give you a number. A real, actual value. You plug in bounds (numbers), and you get an answer.
- Indefinite integrals give you a function. They're the reverse of differentiation—you're finding the original function whose derivative is what you started with.
The notation looks like this: ∫f(x)dx. The stretched S is the integral symbol, f(x) is your function, and dx tells you what variable you're working with.
The Fundamental Theorem That Makes This Work
Calculus professors love this theorem because it connects differentiation and integration. Here's the deal:
If F(x) is an antiderivative of f(x), then:
∫ab f(x)dx = F(b) - F(a)
This means you find the antiderivative, plug in your upper bound, subtract what you get from plugging in your lower bound. That's the whole process for definite integrals.
No shortcuts. No tricks. Just follow the steps.
Essential Integration Rules You Need Memorized
Power Rule
∫xndx = (xn+1)/(n+1) + C, where n ≠ -1
When n = -1, you get ln|x| + C instead. Students forget this constantly. Don't be that person.
Common Integrals to Know
- ∫sin(x)dx = -cos(x) + C
- ∫cos(x)dx = sin(x) + C
- ∫exdx = ex + C
- ∫1/x dx = ln|x| + C
- ∫ekxdx = (1/k)ekx + C
Constant Multiplier Rule
Constants slide out front. ∫5sin(x)dx = 5∫sin(x)dx = 5(-cos(x)) + C
Sum/Difference Rule
Integrate each term separately. ∫(f(x) + g(x))dx = ∫f(x)dx + ∫g(x)dx
Integration Techniques That Actually Matter
U-Substitution (The Chain Rule in Reverse)
When you see a composite function, u-substitution works. Pick a "u" that's the inner function. Then du gives you what dx becomes.
Example: ∫2x·cos(x²)dx
Let u = x², then du = 2x dx. The integral becomes ∫cos(u)du = sin(u) + C = sin(x²) + C
You identify patterns. You substitute. You integrate. You back-substitute. That's the method.
Integration by Parts (When Products Won't Quit)
For products of functions, integration by parts works. The formula:
∫u dv = uv - ∫v du
Pick u using LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Choose the first category from your integrand as u.
Example: ∫x·exdx
u = x, dv = exdx
du = dx, v = ex
Answer: xex - ∫exdx = xex - ex + C = ex(x-1) + C
Trigonometric Substitution (For Square Roots and Squares)
When you see √(a² - x²), √(a² + x²), or √(x² - a²), trig substitution handles it:
- √(a² - x²) → x = a sin(θ)
- √(a² + x²) → x = a tan(θ)
- √(x² - a²) → x = a sec(θ)
Partial Fractions (Rational Functions)
When you have a rational function where the numerator's degree is lower than the denominator's, break it into simpler fractions. Factor the denominator, then set up a system to find the constants.
This method takes practice. The setup is mechanical; the algebra is where people mess up.
Common Mistakes That Tank Your Answers
| Mistake | What You Did Wrong | Fix It |
|---|---|---|
| Dropped the +C | Forgot the constant on indefinite integrals | Always add +C. Always. |
| Power rule on n=-1 | Used (x0)/0 formula | Use ln|x| instead |
| Wrong u in parts | Picked the wrong function for u | Follow LIATE order |
| Forgot to back-substitute | Left answer in terms of u | Replace u with original expression |
| Sign errors in u-substitution | Got du wrong | Check your derivative carefully |
Getting Started: Your Practice Framework
You learn integration by doing problems. Not watching videos. Not reading explanations. Doing problems.
- Start with basic power rule problems. Practice 10-15 integrals with just x raised to powers. Build speed.
- Add the standard functions. Mix in trig, exponentials, and logarithms. Do another 15-20.
- Introduce u-substitution. Start with problems where the substitution is obvious. Gradually work toward less obvious choices.
- Tackle integration by parts. Begin with simple products like x·ex, then move to harder combinations.
- Mix everything. Practice sets with no hints about which technique to use. Figure out the approach yourself.
Do 5-10 problems daily. Consistency beats marathons.
Where Integrals Show Up in the Real World
Physics uses integrals constantly. Work = ∫Fdx when force varies. Center of mass requires integrals. Electric and magnetic fields from continuous charge/current distributions need integration.
Engineering problems involving pressure, fluid forces, and structural analysis all use integrals.
Probability and statistics need integrals for continuous distributions. If you've seen normal distributions or exponential distributions, you've seen integrals.
Economics uses integrals for consumer and producer surplus, present value calculations, and accumulated costs over time.
Tools Worth Using
These won't do your homework for you, but they help when you're stuck:
- Wolfram Alpha — Shows step-by-step solutions. Expensive subscription, but useful for checking your work.
- Desmos — Graph functions to visualize what you're integrating. The area interpretation clicks faster when you see it.
- Symbolab — Free option with step-by-step breakdowns. Limited in free mode.
Use these to verify answers, not to avoid learning. If you can't solve it without the tool, you don't know it.
The Brutal Truth
Integration is a skill. You develop it through repetition, not through reading about it. You will get problems wrong. You will forget techniques. You will mix up signs.
That's normal. Keep practicing.
Most students who struggle with integration don't need a better explanation. They need to do more problems. The techniques click after you've failed enough times to recognize the patterns.
Start working. That's the only way forward.