Estimating area under the graph

  • Thread starter Thread starter hahaha158
  • Start date Start date
  • Tags Tags
    Area Graph
hahaha158
Messages
79
Reaction score
0

Homework Statement



Estimate the area under the graph of f(x)=3+x^2 from x=−1 to x=2 using six approximating rectangles and right endpoints.






The Attempt at a Solution



I've tried this multiple times but can't seem to get it, can someone tell me if i am on the right track?

i have

summation [3/6(3+(-1+i/6)^2)]

where i starts at -1 and increases by .5 passing through (-1,-0.5,0,0.5,1,1.5)

(I'm not sure about how the i increases)

Can anyone tell me what i am doing wrong?
 
Physics news on Phys.org
Start with a picture of the problem.

Show the widths and heights of your 6 rectangles.
 
hahaha158 said:

Homework Statement



Estimate the area under the graph of f(x)=3+x^2 from x=−1 to x=2 using six approximating rectangles and right endpoints.






The Attempt at a Solution



I've tried this multiple times but can't seem to get it, can someone tell me if i am on the right track?

i have

summation [3/6(3+(-1+i/6)^2)]

where i starts at -1 and increases by .5 passing through (-1,-0.5,0,0.5,1,1.5)
This is an error. Because you are using right endpoints, the heights of the rectangles are determined at -0.5, 0, 0.5, 1, 1.5, and 2.

(I'm not sure about how the i increases)

Can anyone tell me what i am doing wrong?
I would second SteamKing's suggestion that you actually draw the rectangles. You seem to be trying to apply a formula without understanding it.
 
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