Finding Lower Sums for a Region

  • Thread starter Thread starter ourob0ros
  • Start date Start date
  • Tags Tags
    Sums
ourob0ros
Messages
2
Reaction score
0

Homework Statement



FIND THE LOWER SUM FOR THE REGION BOUNDED BY f(x) = 25 - x^2 AND THE X - AXIS BETWEEN x = 0 and x = 5. SOLVE ANALYTICALLY!

Homework Equations



None that I'm aware of...

The Attempt at a Solution



f(x) = -x2 + 25
and
\DeltaX = b-a/n = 5-0/n = 5/n



Here's my question: how do I find the left endpoints in order to solve for the lower sum?
 
Last edited:
Physics news on Phys.org
Okay, here's what I have thus far, and I'm not sure this is correct:


mi= 5(i-1)/n

After much sigma notation and algebra...

eventually ending up with 125/n3 {(n(n+1)(2n+1)/6) - 2[n(n+1)/2] + n}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top