The following are some basic integration formulas. (You need to learn them in order to be able to do integration)
Trigonometric formulas
`\int sin(x) dx = -cos(x) + C`Notice that the formulas for sec(x), cot(x), tan(x) and csc(x) are missing in the above list. This is because their formulas are more complex and are derived using substitutions and basic integration formulas. So they are discussed later.
`\int cos(x) dx = sin(x) + C`
`\int sec^2(x) dx = tan(x) + C`
`\int csc^2(x) dx = -cot(x) + C`
`\int sec(x)tan(x) dx = sec(x) + C`
`\int csc(x)cot(x) dx = -csc(x) + C`
Exponential function
`\int e^x dx = e^x + C`It may also be beneficial to again state the two formulas we have learnt till now:
`\int a^x dx = a^x /ln(a) + C` (where 'a' is a positive number greater than zero)
`\int x^n dx = x^(n + 1) /(n + 1) + C`
`\int 1/x dx = ln(x) + C`