Ever wondered how a messy curve can become a neat area with just a few symbols?
💡 In Simple Words: Integration is like adding up tiny slices of a shape to find the whole area. The basic rules tell you how to do that quickly, without starting from scratch each time.
Why Integration Rules Matter in Class 12 Maths
In the board exam you’ll see many problems that ask for the area under a curve or the original function from its derivative. Knowing the shortcut rules saves time and reduces mistakes—just like memorising multiplication tables helps you solve big numbers faster.
Fundamental Integration Rules
Below are the most common rules you’ll meet. The first time a term appears, we’ll break it down in plain language.
1. Power Rule
Integrand means the function you are integrating (the thing inside the ∫ sign). The power rule says:
∫ x^n dx = (x^(n+1))/(n+1) + C, where n ≠ -1.
Here dx indicates a tiny change in x, and C is the constant of integration (any fixed number you can add because the derivative of a constant is zero).
Think of water flowing through a pipe that widens. The total amount of water that has passed is like the area under the curve, and the rule tells you how to compute that amount when the pipe’s width follows a simple power pattern.
Example: ∫ 3x^2 dx
Apply the rule: increase the exponent by 1 (2 → 3) and divide by the new exponent.
Result = 3 * (x^3)/3 + C = x^3 + C.
2. Constant Multiple Rule
If a constant k sits in front of an integrand, you can pull it out:
∫ k·f(x) dx = k·∫ f(x) dx.
It’s like buying several identical packs of candies; you count one pack and then multiply by the number of packs.
Example: ∫ 5 sin x dx = 5·(-cos x) + C = -5 cos x + C.
3. Sum/Difference Rule
Integration works term‑by‑term, just like adding separate piles of stones.
∫ [f(x) ± g(x)] dx = ∫ f(x) dx ± ∫ g(x) dx.
Example: ∫ (2x^3 + 4x) dx = ∫ 2x^3 dx + ∫ 4x dx = (2·x^4/4) + (4·x^2/2) + C = (x^4)/2 + 2x^2 + C.
4. Exponential Rule
For the natural exponential function e^x (where e ≈ 2.718), the integral is the same as the original function:
∫ e^x dx = e^x + C.
If the exponent has a constant multiplier a, the rule becomes:
∫ e^{ax} dx = (1/a)·e^{ax} + C.
Example: ∫ 3e^{2x} dx = 3·(1/2)·e^{2x} + C = (3/2) e^{2x} + C.
5. Basic Trigonometric Integrals
These are the go‑to formulas for sine, cosine, and secant squared.
- ∫ sin x dx = -cos x + C
- ∫ cos x dx = sin x + C
- ∫ sec^2 x dx = tan x + C (sec means 1/cos, tan is sin/cos)
Example: ∫ (2 sin x - 4 cos x) dx = 2·(-cos x) - 4·(sin x) + C = -2 cos x - 4 sin x + C.
Quick Reference Table
| Rule | Formula | When to Use |
|---|---|---|
| Power | ∫ x^n dx = x^{n+1}/(n+1) + C | Any algebraic term with x raised to a constant power (n ≠ -1) |
| Constant Multiple | ∫ k·f(x) dx = k·∫ f(x) dx | When a number sits in front of the whole integrand |
| Sum/Difference | ∫ [f±g] dx = ∫ f dx ± ∫ g dx | Integrand is a sum or difference of simpler pieces |
| Exponential | ∫ e^{ax} dx = (1/a) e^{ax} + C | Any e‑function with a linear exponent |
| Trig Basics | ∫ sin x dx = -cos x + C; ∫ cos x dx = sin x + C; ∫ sec^2 x dx = tan x + C | Integrands involve basic sine, cosine or secant‑squared |
Tips to Avoid Common Mistakes
- Never forget the “+ C” for indefinite integrals; it’s the hidden constant that makes the answer complete.
- Check the exponent when using the power rule—if n = -1, the rule changes to ∫ 1/x dx = ln|x| + C.
- Keep track of signs; integrating -sin x gives +cos x, not -cos x.
- When a composite function appears (like sin(2x)), use the constant multiple rule on the inner derivative.
📝 Likely Exam Questions
- Find the indefinite integral: ∫ (4x^3 - 2x + 5) dx.
Answer: (4·x^4/4) - (2·x^2/2) + 5x + C = x^4 - x^2 + 5x + C. - Integrate: ∫ 7e^{3x} dx.
Answer: 7·(1/3) e^{3x} + C = (7/3) e^{3x} + C. - Evaluate the antiderivative of: ∫ (3 sin x + 4 cos x) dx.
Answer: -3 cos x + 4 sin x + C. - Use the power rule to integrate: ∫ x^{-2} dx.
Answer: x^{-1}/(-1) + C = -1/x + C. - Combine rules: ∫ (2x e^{x}) dx.
Answer: Treat 2x as a product; first apply constant multiple, then use integration by parts (beyond basic rules) – but for a quick exam answer you can write 2∫ x e^{x} dx and note that it requires a further technique.