29. Definite Integral
Dated: 30-10-2024
Previously, we sliced the area
into rectangles
with equal widths
. Was it mandatory? no.
Now we will slice them into rectangles
with width
that are not equal in length.
These slices or subintervals
are also called partitians
of the interval
1 and the biggest one is called the mesh size
, denoted as \(max(\Delta x_i)\).
Here is the important part, if \(max(\Delta x_i) \to 0\) then every \(\Delta x \to 0\).
Definite Integral of Continuous Function
2 with Non-negative Values
This left side is called definite integral
with \(a\) being its lower limit
and \(b\) being its upper limit
.
This term \(\sum_{i = 1}^{n}f(x_i) \cdot \Delta x_i\) is called Riemann Sum
.
Example
This area
can be found out using:
Definite Integral of Continuous Function
2
The net signed area
of a continuous function
2 defined over the interval
1 \((a, b)\) is also found out by
This is the \(\sin(x)\) function
.3
Let us say that the area
of the blue section is \(c\) then the area
of the green section will be \(-c\) (due to symmetric reasons).
Hence, the net area is \(0\)!
Properties of Definite Integrals
-
\[\int_a^b f(x) \cdot dx = - \int_b^a f(x) \cdot dx\]
-
\[\int_a^b c f(x) \cdot dx = c \int_a^b f(x) \cdot dx\]
-
\[\int_a^b (f(x) + g(x)) \cdot dx = \int_a^b f(x) \cdot dx + \int_a^b g(x) \cdot dx\]
-
\[\int_a^b (f(x) - g(x)) \cdot dx = \int_a^b f(x) \cdot dx - \int_a^b g(x) \cdot dx\]
-
If \(a < c < b\) then \(\(\int_a^b f(x) \cdot dx = \int_a^c f(x) \cdot dx + \int_c^b f(x) \cdot dx\)\)
Theorems
-
If \(f(x)\) is
integrable
on theinterval
1 \([a, b]\) and \(f(x) \ge 0\) for all \(x\) in \([a, b]\) then \(\(\int_a^bf(x) \cdot dx \ge 0\)\) -
if \(f(x)\) and \(g(x)\) are
integrable
on theinterval
1 \([a, b]\) and \(f(x) \ge g(x)\) for all \(x\) in \([a, b]\) then \(\(\int_a^bf(x) \cdot dx \ge \int_a^b g(x) \cdot dx\)\) -
If \(f(x)\) is a
continous function
2 bound by \([a, b]\) then \(f(x)\) isintegrable
on \([a, b]\) - If \(f(x)\) is a
function
3 bound by \([a, b]\) with points ofdiscontinuity
3 then \(f(x)\) isintegrable
on \([a, b]\). - If \(f(x)\) not bound by \([a, b]\) then \(f(x)\) is not
integrable
on \([a, b]\)
References
Read more about notations and symbols.