Proving the value of this integral

  • Thread starter Thread starter bonfire09
  • Start date Start date
  • Tags Tags
    Integral Value
Click For Summary

Homework Help Overview

The discussion revolves around proving the integral of the function \( f(x) = x^p \) over the interval \([0, 1]\) for natural numbers \( p \). Participants reference a preceding exercise and a corollary related to integrability and partitions.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the use of regular partitions to evaluate the integral and question the limits of summations involved. There is an exploration of how to relate the sums to the preceding exercise and the implications of using left versus right endpoints in the partition.

Discussion Status

Some participants have provided insights into the setup of the problem and the nature of the function being integrated. There is ongoing exploration of the relationship between the sums and the inequalities presented in the preceding exercise. While some clarity has emerged, no explicit consensus has been reached on the final approach.

Contextual Notes

Participants note the importance of correctly identifying the function and the limits of summation in their attempts to prove the integral. There is also mention of the need to adhere to the constraints of the homework guidelines while exploring different methods.

bonfire09
Messages
247
Reaction score
0

Homework Statement


For any natural number ##p## use the preceding exercise and corollary 6.12 to prove that ##\int_0^1 x^p dx=\frac{1}{p+1}##

Homework Equations


Preceding Exercise: Let ##p## and ##n## be natural numbers with ##n\geq 2##. Then ##\sum_{k=1}^{n-1} k^p\leq \frac{n^{p+1}}{p+1}\leq\sum_{k=1}^{n} k^p##

Corollary 6.12: Suppose the function ##f:[a,b]→\mathbb{R}## is integrable. If ##\{P_n\}## is any sequence of partitions of ##[a,b]## such that ##\lim_{n\to\infty}||P_n||=0## then ##\lim_{n\to\infty} U(f,P_n)=\lim_{n\to\infty} L(f,P_n)=\int_a^b f##.

The Attempt at a Solution


I am really stuck on this problem for the past hour. I proved the preceding exercise already and I moved on to this one. I tried this problem using a regular partition P but that did not work. Any help would be great. Thanks
 
Physics news on Phys.org
bonfire09 said:

Homework Statement


For any natural number ##p## use the preceding exercise and corollary 6.12 to prove that ##\int_0^1 x^p dx=\frac{1}{p+1}##

Homework Equations


Preceding Exercise: Let ##p## and ##n## be natural numbers with ##n\geq 2##. Then ##\sum_{k=1}^{n-1} k^p\leq \frac{n^{p+1}}{p+1}\leq\sum_{k=1}^{n} k^p##

Corollary 6.12: Suppose the function ##f:[a,b]→\mathbb{R}## is integrable. If ##\{P_n\}## is any sequence of partitions of ##[a,b]## such that ##\lim_{n\to\infty}||P_n||=0## then ##\lim_{n\to\infty} U(f,P_n)=\lim_{n\to\infty} L(f,P_n)=\int_a^b f##.

The Attempt at a Solution


I am really stuck on this problem for the past hour. I proved the preceding exercise already and I moved on to this one. I tried this problem using a regular partition P but that did not work. Any help would be great. Thanks
Should that first summation be
##\displaystyle \sum_{k=0}^{n-1} k^{\ p} \ \ ? ##​

Show what you have tried for this proof -- or at least explain it in some detail.
 
SammyS said:
Should that first summation be
##\displaystyle \sum_{k=0}^{n-1} k^{\ p} \ \ ? ##​

Show what you have tried for this proof -- or at least explain it in some detail.

The exact limits on the summations aren't going to matter when you take the limit n->infinity. I'm hoping the regular partition means [0/n,1/n,2/n...n/n]. If so it should have worked. As SammyS said, show what is going wrong.
 
No what I have for the first summation is written just correctly just like they have it in the book. What I've tried is let ##P_n## be a regular partition of ##[0,1]##. It follows that ##\lim_{n\to\infty}||P_n||=0##. Then ##L(f, P_n)=\sum_{i=1}^{n} \frac{1}{n}f(\frac{i-1}{n})##. And ##U(f,P_n)=\sum_{i=1}^{n} \frac{1}{n}f(\frac{i}{n})##. Thats all I have so far and trying to use the exercise in my proof I can't seem to figure that out. And yes the regular partition I am using is ##P_n=\{[0,\frac{1}{n}],...,[\frac{n-1}{n},1]\}##.
 
What's f in this case?
 
An increasing function on ##[0,1]## ?
 
You can be a lot more specific than that. What's the function you're being asked to integrate?
 
Oh sorry its ##f(x)=x^p## where ##p\in\mathbb{N}##. I mean yes I can integrate it using the integral properties but that would be a shortcut. I am trying to figure out how to use that inequality I am supposed to use.
 
So...
$$L(f, P_n)=\sum_{i=1}^{n} \frac{1}{n}f\left(\frac{i-1}{n}\right) = \sum_{i=1}^{n} \frac{1}{n}\left(\frac{i-1}{n}\right)^p.$$ Relate that sum to one in the preceding exercise.
 
  • #10
It looks pretty straightforward to me. Divide the interval from 0 to 1 into n equal parts. Using the left end of each subinterval to evaluate the function, we have rectangles with heights of [itex]0^p[/itex], [itex](1/n)^p[/itex], [itex](2/n)^n[/itex], ..., up to [itex]((n-1)/n)^2[/itex], each of width [itex]1/n[/itex] so the sum of their widths is [itex]\sum_{k=0}^{n-1} (k/n)^p(1/n)= \frac{1}{n^{p+1}}\sum_{k=0}^{n-1} k^p[/itex].
(I notice that you have the sum starting at k= 1. That is the same thing here since the k=0 term is 0.)

If instead we use the right endpoints, we will get values of [itex](1/n)^p[/itex], [itex](2/n)^p[/itex], ... up to [itex](n/n)^p= 1[/itex]. Do the same thing to get [/itex]\frac{1}{n+1}\sum_{k= 1}^n k^p[/itex].

In the particular case, the function is increasing between 0 and 1 so that the value at the left side of each sub-interval is less than the value at the right. That is, each term in the first sum is less than the corresponding term in the second sum. Further, since the left side is the lowest value of the function and the right side the highest, one rectangle lies below the curve, the other above it. So the "area under the curve" must lie between the two rectangles.
 
  • Like
Likes   Reactions: 1 person
  • #11
Oh would it be ##\sum_{k=1}^n \frac{1}{n}(\frac{k-1}{n})^p=L(f,P_n) \geq \frac{n^{p+1}}{p+1} \geq \sum_{k=1}^{n-1} \frac{1}{n}(\frac{k-1}{n})^p ##. Nevermind I got it. At times I don't know why I miss it when its obvious. The final result just follows from the squeeze theorem,
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K