We divide a interval into sub-intervals, not necessarily of same size, such that we have values of some in between that define as $$ x_{0} = a < x_{1}< x_{2}<x_{3}\dots < x_{n-1} < x_{n} = b $$and the intervals are defined as from and so on.
All the points where we split the original interval, ie are called, together, the Partition of
In each interval if we consider a point , and draw a rectangle with height and width equal to the width of the partition, ie, , and we sum all the areas of the rectangle up, (preserving sign of ), we get the Reimann Sum, $$ S = \sum_{k=1}^n f(c_{k})\cdot\Delta x_{k} $$
For all the intervals, the maximum width of intervals is known as Norm of the partition and is represented as
Definition
Definite integral
Let be a function on closed interval , We say that the number is the definite integral of over , and is the limit of Reimann sums if the following condition is met
Given any number , there is a corresponding number , such that for every partition , of , with , and any choice of in , we have $$ \left|\sum_{k-1}^n f(c_{k})\cdot \Delta x_{k}\right| < \epsilon $$
When this condition is satisfied, we say that the Reimann sums of converge on to , and that is Integrable on
Integration by parts $$\int u\cdot v'dx = u\cdot v - \int v\cdot u'dx$$