Why Integrals Matter in Everyday Math
Ever wondered how to find the area under a curve or the total distance a car travels from its speed graph? That's what integrals help you do – they add up tiny pieces to give a whole.
💡 In Simple Words: An integral is like adding up a bunch of very thin slices to find the total. If you slice a loaf of bread thin enough and stack the slices, the stack’s height equals the loaf’s height.
What is an Integral?
An integral (written as ∫) is a mathematical tool that tells you the accumulation of something – area, distance, or even probability. The indefinite integral gives you a family of functions plus a constant (called the constant of integration). The definite integral calculates a specific number between two limits.
Basic Integration Rules
Just like differentiation has shortcuts, integration does too. Below are the most used rules for ISC Class 12.
1. Power Rule
If you have x raised to a power n (where n ≠ -1), the integral is x^(n+1) divided by (n+1) plus C.
Formula: ∫xⁿdx = (xⁿ⁺¹)/(n+1) + C
Example: ∫x³dx = (x⁴)/4 + C
2. Constant Multiple Rule
You can pull a constant (a number that doesn’t change with x) out of the integral.
Formula: ∫k·f(x)dx = k·∫f(x)dx
Example: ∫5sin x dx = 5·(−cos x) + C = −5cos x + C
3. Sum/Difference Rule
The integral of a sum (or difference) is the sum (or difference) of the integrals.
Formula: ∫[f(x) ± g(x)]dx = ∫f(x)dx ± ∫g(x)dx
Example: ∫(x² + 3x)dx = ∫x²dx + ∫3xdx = (x³)/3 + (3x²)/2 + C
4. Basic Trigonometric Integrals
- ∫sin x dx = −cos x + C
- ∫cos x dx = sin x + C
- ∫sec²x dx = tan x + C
- ∫csc²x dx = −cot x + C
Example: ∫(2sin x + 4cos x)dx = 2(−cos x) + 4(sin x) + C = −2cos x + 4sin x + C
5. Exponential Rule
The integral of e to the x (where e ≈ 2.718) is just e to the x again.
Formula: ∫eˣdx = eˣ + C
Example: ∫3eˣdx = 3eˣ + C
Quick Reference Table
| Rule | Formula | Typical Example |
|---|---|---|
| Power Rule | ∫xⁿdx = xⁿ⁺¹/(n+1) + C | ∫x³dx = x⁴/4 + C |
| Constant Multiple | ∫k·f(x)dx = k·∫f(x)dx | ∫5sin x dx = −5cos x + C |
| Sum/Difference | ∫[f±g]dx = ∫fdx ± ∫gdx | ∫(x²+3x)dx = x³/3 + 3x²/2 + C |
| Trig Basics | ∫sin x dx = −cos x + C | ∫2sin x dx = −2cos x + C |
| Exponential | ∫eˣdx = eˣ + C | ∫4eˣdx = 4eˣ + C |
How to Tackle an Integration Problem
Think of solving an integral like following a recipe:
- Identify which rule matches the given function.
- If the function is a sum, split it using the sum/difference rule.
- Pull out any constants.
- Apply the appropriate rule and simplify.
Most exam questions are just a mix of these steps.
📝 Likely Exam Questions
- Find ∫(3x⁴ − 2x + 5)dx.
Answer: (3x⁵)/5 − x² + 5x + C - Evaluate the definite integral ∫₀¹ (2x³)dx.
Answer: 2·[x⁴/4]₀¹ = 2·(1/4 − 0) = 1/2 - Integrate ∫(sin x + cos x)dx.
Answer: (−cos x) + sin x + C - Using the constant multiple rule, find ∫7eˣdx.
Answer: 7eˣ + C - State the power rule and use it to integrate ∫x⁻²dx.
Answer: Power rule: ∫xⁿdx = xⁿ⁺¹/(n+1) + C (n≠−1). For n = −2, ∫x⁻²dx = x⁻¹/(−1) + C = −1/x + C.