Estimating f on [20,50] with Midpoint Rule

  • Thread starter Thread starter tony873004
  • Start date Start date
tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143
The table gives values of a continuous function. Use the Midpoint Rule to estimate the average value of f on [20, 50]

Code:
x      20  25   30   35   40   45   50  
f(x)   42  38   31   29   35   48   60
6_5_15.gif
 
Physics news on Phys.org
You were asked to find the "adverage value of the function over the interval".
Dont forget that to find this it is the intergral divided by the interval.

you also have your midpoint formula wrongly set up
delta x = (b - a)/n
so (50 - 20)/6

then you find the midpoints between the 7 f(x) values, note you used the x values in this step instead of the f(x) values

Midpoint sum = (50 -20)/60 * (.5(42 + 38) + .5(38 + 31) ...)

Now that you have the midpoint sum, or in other words the intergral of the function, divide that by the interval of 30. The anwser of 38.3333 is correct.
 
Your 1st post... Welcome!

Thanks for the explanation.

(b-a)/n is what I have, but I used 7 and you used 6. I guess that's because they're being paired up, so its only 6 pairings?

But then you use (50-20)/60 instead of (50-20)/6. Where did the 60 come from?

When I punch this into the calculator, I get
(50-20)/60 * (.5*(42+38)+.5*(38+31)+.5*(31+29)+.5*(29+35)+.5*(35+48)+.5*(48+60))
which equals 116.


Edit ***
I forgot to divide by 30. If I use (50-20)/6 instead of 60, and divide by 30 I get 38.66667, instead of 38.33333. I'm guessing the 60 was a typo? I'm still off by 1/3
 
Last edited:
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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