Integral of x^n using Reimann sums

  • Thread starter Thread starter stunner5000pt
  • Start date Start date
  • Tags Tags
    Integral Sums
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
stunner5000pt
Messages
1,447
Reaction score
5
Homework Statement
prove [tex] \int_{a}^{b} x^n dx = \frac{ b^{n+1} - a^{n+1}{n+1} [/tex] using left & right side sums for n greater than or equal to 1
Relevant Equations
Reimann upper & lower sums, Faulhaber's formula
We don't need to worry about the n = -1 so we can assume that the function is continuous on any interval [a,b] where a, b are real numbers

if I separate my interval into N partitions, then the right side values in my interval are
[tex]a + \frac{b-a}{N}, a + 2 \frac{b-a}{N}, ... , a + k \frac{b-a}{N}, ... , a + N\frac{b-a}{N}[/tex]

then the right side sum is
[tex]\frac{b - a}{N} \left( \left((a + \frac{b-a}{N} \right)^n + \left( a + \frac{b-a}{N} \right)^n + ... b^n \right)[/tex]

[tex]\frac{b-a}{N^{n+1}} \sum_{k = 1}^{N} \left( a + k(b-a) \right)^n[/tex]

here is where i'm stuck. First of all, is this the right way to go about this?

or perhaps, should we use an interval like [0,a] (which I was able to prove easily) and then use instead?

[tex]\int_{a}^{b} f(x) dx = \int_{0}^{b} f(x) dx - \int_{0}^{a} f(x) dx[/tex]

Thanks again for all your help!
 
on Phys.org
stunner5000pt said:
or perhaps, should we use an interval like [0,a] (which I was able to prove easily) and then use instead?

[tex]\int_{a}^{b} f(x) dx = \int_{0}^{b} f(x) dx - \int_{0}^{a} f(x) dx[/tex]
That would certainly be a perfectly valid approach.
 
Reply
  • Like
Likes   Reactions: stunner5000pt
PeroK said:
That would certainly be a perfectly valid approach.
Thanks a lot - it certainly seems much easier

Out of curiosity, is the 'direct' approach that I was taking above even solvable?
 
Consider [tex] (n+1)x_i^n < x_{i+1}^n + x_ix_{i+1}^{n-1} + \dots + x_i^kx_{i+1}^{n-k} + \dots + x_i^n< (n+1)x_{i+1}^n[/tex] since [itex]x_i < x_{i+1}[/itex], and [tex] x_{i+1}^{n+1} - x_i^{n+1} = (x_{i+1}-x_i)(x_{i+1}^n + x_ix_{i+1}^{n-1} + \dots + x_i^kx_{i+1}^{n-k} + \dots + x_i^n)[/tex]