I'm trying to find the area using left endpoint evaluation but i keep getting the answer wrong!
1) y = x^2 on [ -1,1 ]
n = 8 (number of rectangles)
so I find deltaX = ( 1 - (-1)) / 8 = .25
I now make a table, X values on left, f(x) values on right
Xo = 0 , 0
X1 = .25 , .0625
X2 = .5 , .25
X3 = .75 , .5625
X4 = 1 , 1
X5 = 1.25 , 1.5625
X6 = 1.5 , 2.25
X7 = 1.75 , 3.0625
X8 = 2 , 4
* f(x) values are found by plugging in X into y = x^2
I add f(x0) + f(x1) + .. (fx7) and get 8.75
To find the area, I must multiply 8.75 by deltaX (.25)..I get 2.1875. The answer in the back of my book says 0.6875.
Are my calculations wrong?
2007-07-18
13:36:43
·
3 answers
·
asked by
sky l
1
in
Science & Mathematics
➔ Mathematics
i still don't get it..
what do you mean I have it from 0 to 2?
2007-07-18
13:52:42 ·
update #1