#Proof of specific integral
135 messages · Page 1 of 1 (latest)
- subinterval endpoints in arithmetic progression (i..e. equal subinterval width)
- subinterval endpoints in geometric progression (i..e. consecutive subinterval widths has a common ratio)
for the second approach, use the technique in this question: #1183754217404514364 message
@silver hollow what about induction for integers n
nice trick 🙂
we give hints/guidance, and it's you to solve the problem
there're rules of this server above yours. if you don't like that, close it.
both of me and Vin are 13
it was an obvious joke
both of us are above 24
Anyways about the integral
first off, do you know what an upper/lower reiman sum is
and also the fact that continuous functions on (a, b) are reiman integrable on [a, b]
@plucky yew what are your preliminary ideas?
on this
do you know what "length" of an interval is
and the norm of a partition (biggest length of subinterval)
I think I get what you mean, never called it "delta..."
anyways
we define the length of an interval $I$ with $\sup I = b, \inf I = a$ as $\abs{I} = b-a$
a domesticated coffey
@plucky yew
it's not the same thing as distance
now let's get to the actual integral
$\int_{[0,a]}x^n$
a domesticated coffey
you wish to compute this without anti derivatives right?
without the fundamental theorem of calculus
okay
first off could you prove these for me
$U(f, P) \geq U(f, P')$ Where $P'$ is a refinement of $P$
a domesticated coffey
and also prove that, $\abs{\abs{P}} \geq \abs{\abs{P'}}$
where the ||.|| is the partition norm
a domesticated coffey
i think so too yes
after this prove the sufficient and necessary condition for P being the partition such that $\inf_{\text{K parts I}} U(f, K) = U(f, P)$
a domesticated coffey
it's $\abs{\abs{P}} \to 0$
a domesticated coffey
which one exactly
like how to use the latex bot?
just use latex commands within "$"
it'll work anywhere :3
Try copy pasting my code
Jackson_Gunshot
anyways did you manage to prove it?
I'm assuming you know analysis that's taught prior to reiman sums
do you know how U(f, P) is defined?
the upper reiman sum, we just find the supremum of our function in each of the sub intervals and multiply it to the length of the subinterval and add all of these up
$\sum_{J \in P} \sup_{x \in J} (f(x)) \abs{J}$
a domesticated coffey
this is the upper reiman sum
the lower one is just the Infimum
the sum can seem weird so think of it geometrically
@plucky yew
you don't need the max quality, it does the job
so do you get what the lines are?
the blue are the upper sums
the red the lower
you should actually need anything except this
okay
do you agree that if there exists a partition $P$ such that $\abs{U(f, P), L(f, P)} < \varepsilon$ for all such positive epsilon, the function is reiman integrable
a domesticated coffey
i believe so
nope
that's the worst thing you could do while learning stuff you'll actively use ij the proof
@plucky yew ill ask again, have you done the analysis before they teach reiman sums? then ill get straight to the proof
alright
you need a monotone increase sequence $(a_n)$ such that $a_0 = a, a_n = b$ this sequence will partition our interval $I = [a, b]$
a domesticated coffey
$I = [a_0, a_1)\cup [a_1,a_2)\cup \ldots \cup [a_{n-1},a_n]$
a domesticated coffey
can't we just say
now you will clearly see that the P-norm here is $\sup \qty{\abs{a_{i+1}-a_i} : 0 \leq i \leq n-1}$
a domesticated coffey
can't we just say $\int x^n \sim \sum x^n \sim \frac{x^{n+1}}{n+1}$
cute rizzly bear (nom nom nom)
actually, this is probably how you would derive the asmptotic growth of the sum
which is less obvious than the integral
so it would go the other direction
we can do this for integers
with the recurring power sum equation
like can you derive that $\sum_{n=1}^{N} n^e \approx \frac{N^{e+1}}{e+1}$
cute rizzly bear (nom nom nom)
withuot using integral
but I doubt he knows what asymptomatic growth is
yes I do
I don't know it myself 🤣
if you did know what. zfn said is the instant proof
anyways
continuing
so we just wish the make the partion very very fine
we can do this with an arithmetic sequence or an geometric sequence both
i mean you should know why before knowing how
anyways
take a arithmetic sequence
from a to b
$a_k = a + (b-a) \cdot \frac{k}{n}$ Where $n \geq k \geq 0$
a domesticated coffey
also you can take any value of the function in the specific intervals
don't ask me why
while taking the limit
and our sum here would be
$\int_{[0,b]}x^{\alpha} =\lim_{n \to \infty} \sum_{k=0}^n \left( \frac{b-a}{n} \right) \cdot \left( \Delta _k\right)^\alpha$ Where $\Delta k \in (a{k-1},a_k)$
now, what value of delta_k should we choose in our interval
what about it specifically?
this is the limit you wanted
a domesticated coffey
i mean sure
$(b-a) \lim_{n\to \infty} \sum_{k=0}^n \frac{\left( a + \frac{(b-a) k}{n} \right)^{\alpha} }{n}$
a domesticated coffey
I should leave the computation to the reader 🫡
adieú
@plucky yew set a = 0
and you'll get the integral from 0 to b
$b \lim_{n\to \infty} \sum_{k=0}^n \frac{\left(\frac{b k}{n} \right)^{\alpha} }{n}$
a domesticated coffey
$b^{\alpha +1} \lim_{n\to \infty} \frac{1}{n^{\alpha +1}}\sum_{k=0}^n k^{\alpha}$
a domesticated coffey
recheck it just it case I made some error
@plucky yew we just use this here

