Calculating an Integral with the Limit of Infinity

Click For Summary

Discussion Overview

The discussion revolves around the calculation of integrals, specifically the relationship between the limit of lower sums and the integral of a function over a specified interval. Participants explore concepts from Real Analysis, including the definitions of lower and upper sums, and the conditions under which these sums converge to the integral.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant questions whether the expression \(\int_{a_{L}}^{b} f = \lim_{k \rightarrow \infty }L(f,P_k)\) is valid without proper definitions and conditions on the function \(f\).
  • Another participant suggests that if \(f\) is bounded and the partitions \(P_k\) are refined appropriately, then the limits of the lower and upper sums converge to the lower and upper integrals, respectively.
  • A participant provides a specific example of a sequence of partitions and discusses the implications for convergence of the lower and upper sums.
  • Concerns are raised about pathological cases where the defined limits do not yield the expected results, particularly with discontinuous or unbounded functions.
  • One participant emphasizes the importance of rigor in analysis and warns against making intuitive assumptions without proper justification.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the initial claim regarding the integral and the limit of lower sums. While some agree on the conditions under which convergence occurs, others highlight exceptions and potential pitfalls, indicating that the discussion remains unresolved.

Contextual Notes

Participants note that the definitions of lower and upper integrals depend on the supremum and infimum of the sums over all partitions, which does not guarantee convergence for arbitrary sequences of partitions. There is also mention of specific cases where the Riemann integral may not exist due to the nature of the function.

steven187
Messages
176
Reaction score
0
hello all

another simple question would it be true to say

\int_{a_{L}}^{b} f = lim_{k \rightarrow \infty }L(f,P_k)

thanxs
 
Physics news on Phys.org
I'm not sure what you mean, is this a continuation of the other thread? I strongly suggest you work through the relevant section of a Real Analysis text in rigor, paying attention to how things are defined and how things are proved..

A Lower Sum of f(x) on [a,b], with the partition P= \{ a=x_0<x_1<x_2<...<x_n=b \}:
L(f,P)=\sum_{k=1}^{n} m_k \left( x_k-x_{k-1} \right)
where m_k is a lower bound of f(x) on \left[ x_{k-1}, x_k \right] (i.e., m_k \leq f(x) \forall x\epsilon \left[ x_{k-1}, x_k \right].
An Upper Sum of f(x) on [a,b] is defined
U(f,P)=\sum_{k=1}^{n} M_k \left( x_k-x_{k-1} \right)
where M_k is an upper bound of f(x) on \left[ x_{k-1}, x_k \right] (i.e., m_k \geq f(x) \forall x\epsilon \left[ x_{k-1}, x_k \right].

The Lower Integral of f(x) on [a,b]:
L(f) = sup \. L(f,P) over all partitions of [a,b].
The Upper Integral of f(x) on [a,b]:
U(f) = inf \. U(f,P) over all partitions of [a,b].

The Reimann Integral: If U(f)=L(f), then \int_{a}^{b}f(x)dx exists and is defined as
\int_{a}^{b}f(x)dx=U(f)=L(f).

Back to your question:

another simple question would it be true to say
\int_{a_{L}}^{b} f = lim_{k \rightarrow \infty }L(f,P_k)
You haven't defined everything. What you have is certainly not true - your \left P_k \right looks like an arbitrary sequence, and you have no restrictions on f.
Here's what is sufficient (you may have been thinking of): If f is bounded, and you have a sequence \left P_k \right such that
lim_{k \rightarrow \infty}\left( L(f,P_k)-U(f,P_k) \right)=0, then you can see from the definition that L(f)=U(f)=lim_{k \rightarrow \infty}L(f,P_k)=lim_{k \rightarrow \infty}U(f,P_k).
The kind of sequence of partitions that might satisfy this involves partitions getting 'finer and finer'; for example, where each partition is a refinement of the previous one.
If you look at a very clean, sterilized example, like f(x)=x^2 which is continuous, bounded, and has a bounded derivative, than any partition sequence where the partition size approaches zero will be sufficient. To prove this, given a max. partition size \delta, find an upper bound on M_k-m_k on an arbitrary subinterval (hint: bounded derivative) - and plug this into the sums to show that the upper and lower sums converge to the same thing.
This is NOT a generally applicable procedure; see what happens if f is unbounded or very discontinuous.

(edited for errors)
 
Last edited by a moderator:
hello rachmaninoff

thanxs for the your explanation it really helped to link the concepts together on what i am studying, I am thinking that if k determines the number of sub-intervals(thats what k is, am i right?) then as k goes to infinity then the partition gets finer and finer and so the limit of L(f,Pk) and U(f,Pk) approaches the lower integral and the upper integral respectively as long as f is bounded and that pk is defined by a particular sequence, would i be correct, these are the thoughts that came to me from our other thread where you said

then the supremum (infimum) of the L(f,P) or U(f,P) is the same as the limit of the sequence U(f,p_k):
sup{L(f,P):P is a partition of [a,b]}=lim U(f,p_k)
Intuitively, as your partition gets "finer and finer", the error of the lower (upper) sum gets less.

when you explained finer and finer do you mean that the difference between any 2 consecutive elements will get smaller and smaller as the number of elements in the partition increases ?

thanxs
 
Here's a pathological case that might explain your questions:

Consider the sequence of partitions of the interval [0,1] where
P_1= \left( \left[ 0,\frac{1}{2} \right] , \left[ \frac{1}{2},1 \right] \right)
P_2= \left( \left[ 0,\frac{1}{2} \right] , \left[ \frac{1}{2},\frac{3}{4} \right] , \left[ \frac{3}{4},1 \right] \right)
P_3= \left( \left[ 0,\frac{1}{2} \right] , \left[ \frac{1}{2},\frac{3}{4} \right] , \left[ \frac{3}{4},\frac{7}{8} \right] , \left[ \frac{7}{8},1 \right] \right)

and in general

P_n=\left{ x_0=0<x_1=\frac{1}{2}<...<P_k=\frac{2^{i-1}}{2^i}<...<x_n=1 \right}

If you take your f(x)=x^2 example and apply the lower/upper sums to it using these partitions, you will find that they do not converge to the correct values (the lower/upper integrals) at all!

The definition of Lower/Upper Integral in terms of the supremum(infimum) of the lower(upper) sums, over the set of all possible partitions, does NOT imply anything about limits of arbitrary sequences of partitions.. Of course there must at least exist such sequences which converge to the correct value, whenever the supremum(infimum) exists.

Intuitively, as your partition gets "finer and finer", the error of the lower (upper) sum gets less.
Again, be careful: this is Analysis, you can't afford to make intuitive decisions. Consider

f(x)=\left\{\begin{array}{cc}1,&\mbox{ if x is rational }\\0, & \mbox{ otherwise }\end{array}\right.​

No matter how finely you partition your [0,1] interval, you lower sum is always going to be zero, and your upper sum is always one. The 'error' cannot converge to zero; the Reimann integral does not exist. (edit: It will exist at least when the function is bounded and piecewise continuous.

edited: I hate LaTeX!
 
Last edited by a moderator:
This may not be true. Think about this: P_k=\{a, b-\sum\limits_{n=1}^{k-1}\frac{b-a}{2^n}}, b-\sum\limits_{n=1}^{k-2}\frac{b-a}{2^n}}, \cdots, b-\frac{b-a}{4}-\frac{b-a}{2}, b-\frac{b-a}{2}, b\}

steven187 said:
hello all

another simple question would it be true to say

\int_{a_{L}}^{b} f = lim_{k \rightarrow \infty }L(f,P_k)

thanxs
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K