pretiosus.io

Integration rules

Topic

Tags

Integration

When a function is needed to be integrated, there are certain rules that can be used for this. Most integrals can be calculated using a list of standard integrals. This makes it easy to do integration on most functions.

It is important to notice the + c in every integral. This constant is there because a constant of a function is removed, when a function is derived. This will then give problems if the derivative of the same function is integrated back again, since the original constant in the function will not be there anymore. This results in the wrong function which is not equal to the original function, which must be the case, thus it is important to add the + c when integrating a function.

Standard Integration rules

In the following tables, the standard rules for integrating functions are shown.

FunctionIntegral
a  dx\int a\;dxax+cax + c
axn  dx\int ax^n\;dxan+1xn+1+c\frac{a}{n+1}x^{n+1} + c where n1n \neq -1
1x  dx\int \frac{1}{x}\;dxln(x)+cln(\|x\|) + c
ex  dx\int e^x\;dxex+ce^x + c
ax  dx\int a^x\;dxaxln(a)+c\frac{a^x}{ln(a)} + c
ln(x)  dx\int ln(x)\;dxxln(x)x+cxln(x)-x + c
sin(x)  dx\int sin(x)\;dxcos(x)+c-cos(x) + c
cos(x)  dx\int cos(x)\;dxsin(x)sin(x)

Since the function ln(x)ln(x) can not take a negative value of x, absolute value signs are used in the integral of the function 1x\frac{1}{x}

There also are rules for rewriting integrals to a sometimes easier form. These are listed in the next table.

IntegralIntegral of other form
a  f(x)  dx\int{}{}a\;f(x)\;dxaf(x)  dxa\int{}{}f(x)\;dx
(f(x)+g(x))  dx\int{}{}(f(x)+g(x))\;dxf(x)  dx+g(x)  dx\int{}{}f(x)\;dx + \int{}{} g(x)\;dx

Now a few rules for integration and rewriting integrals are shown. In the next articles a few other methods for solving integrals of functions that can not be solved using these standard integration rules will be shown.