Integral Q: s(x)<=f(x)<=t(x), Equal Areas?

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Integral
Miike012
Messages
1,009
Reaction score
0
I am confused on what the paragraph is saying which is copied onto the paint document...
I think it is saying that the graph, which I added to the paint document, has two
Integrable function s(x) and t(x) in which s(x) <= f(x) <= t(x). If the rectangles that I highlighted in green and orange have equal areas then f(x) whose area is surrounded by these rectanels must be integrable because ∫s(x)dx = ∫t(x)dx on [a,b] . how far off am I?
 

Attachments

  • MMM.jpg
    MMM.jpg
    21.1 KB · Views: 440
Last edited:
Physics news on Phys.org
You're close, but not entirely there.

Remember that we used to calculate the area under a graph by drawing little rectangles below it? This is the generalisation of that procedure.

Note that it is only talking about step functions, i.e. functions of the form
s(x) = \begin{cases} c_0 &amp; x \in [a_0, b_0], \\ c_1 &amp; x \in [a_1, b_1], \\ \vdots &amp; \vdots \\ c_n &amp; x \in [a_n, b_n] \end{cases}

The idea is, we define the integral of such a function, as
\int_{a_0}^{b_n} s(x) \, dx = \sum_{i = 0}^n c_i (b_i - a_i)
Then we define the lower and upper Riemann sums of f as
I_{a}^{b}(f) = \sup_{s \le f} \int_a^b s(x) \, dx
and
J_{a}^{b}(f) = \inf_{s \ge f} \int_a^b s(x) \, dx
respectively. This is bascially a approximation with rectangles of the function f.

Now you have a sequence of inequalities like a \le I \le J \le d, and the second part of the theorem basically says that if a = d, then I = J.
In that case, we call I = J the integral of f, denoted by the familiar notation, and we call it integrable.

So we basically extend the "simple" intuitive definition to (almost) arbitrary functions.
 
CompuChip said:
Remember that we used to calculate the area under a graph by drawing little rectangles below it? This is the generalisation of that procedure.

Note that it is only talking about step functions, i.e. functions of the form
s(x) = \begin{cases} c_0 &amp; x \in [a_0, b_0], \\ c_1 &amp; x \in [a_1, b_1], \\ \vdots &amp; \vdots \\ c_n &amp; x \in [a_n, b_n] \end{cases}

Is that what you meant to write?
 
Oops, of course I meant them to be continuous and open intervals, good catch!

s(x) = \begin{cases} c_0 &amp; x \in )a_0, a_1), \\ c_1 &amp; x \in (a_1, a_2), \\ \vdots &amp; \vdots \\ c_n &amp; x \in (a_n, a_{n + 1}) \end{cases}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top