Integration

#math

Definition

Reimann Sums

We divide a interval [a,b] into n sub-intervals, not necessarily of same size, such that we have values of some x in between a,b 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 [x0,x1],[x1,x2] and so on.
All the points where we split the original interval, ie x0,x1,x2 are called, together, the Partition of [a,b]
In each interval if we consider a point ck, and draw a rectangle with height f(ck) and width equal to the width of the partition, ie, w=xkxk1, and we sum all the areas of the rectangle up, (preserving sign of f(ck)), 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 ||P||

Definition

Definite integral

Let f(x) be a function on closed interval [a,b], We say that the number J is the definite integral of f over [a,b], and J is the limit of Reimann sums if the following condition is met

Given any number ϵ>0, there is a corresponding number δ>0, such that for every partition P, of [a,b], with ||P||<δ, and any choice of ck in [xk1,xk], 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 f converge on [a,b] to J, and that f is Integrable on [a,b]

Integration by parts $$\int u\cdot v'dx = u\cdot v - \int v\cdot u'dx$$

Powered by Forestry.md