67 total
By the end of these notes, you should be able to:
Integration is the reverse process of differentiation. If differentiation takes a function and finds its gradient (rate of change), integration works backwards — it takes a gradient and finds the original function.
The symbol for integration is ∫ (a stretched letter "S", which stands for "sum"). You write it like this:
∫x2dx
This type of integral is called an indefinite integral because the answer is not a single fixed value — it is a whole family of functions, differing only by a constant.
Every time you differentiate, the constant disappears. For example:
y=x3+7⇒dxdy=3x2 y=x3−4⇒dxdy=3x2
Both give the same derivative 3x2, but they had different constants. So when we reverse the process (integrate), we do not know what the original constant was. We write + c to represent this unknown constant.
c is called the arbitrary constant (or constant of integration). It is a fixed but unknown number. You must always include it in indefinite integrals — leaving it out will cost you marks in exams.
This is the main rule for integrating powers of x:
∫xndx=n+1xn+1+c,where n=−1In plain English:
Add 1 to the power, then divide by the new power, then add c.
Why n=−1? If n=−1, then n+1=0, and you would be dividing by zero — which is impossible. This special case is handled separately below.
Example 1: Find ∫x4dx
| Step | Working |
|---|---|
| Identify n | n=4 |
| Add 1 to the power | New power =4+1=5 |
| Divide by the new power | 5x5 |
| Add c | 5x5+c |
∫x4dx=5x5+c
Sign in to view full notes