Understanding the Midpoint Rule for Integrals with n=6 and Homework Equations

  • Thread starter Thread starter jkeatin
  • Start date Start date
  • Tags Tags
    Integrals
jkeatin
Messages
66
Reaction score
0

Homework Statement



Integral Upper Limit 14, Lower Limit 2, [squareroot(x^2+1)]dx ; n=6

Homework Equations





The Attempt at a Solution


Midpoints : 3,5,7,9,11,13
width of subintervals: (14-2)/6=2

2([squareroot(3^2+1)]+[squareroot(5^2+1)] ...


is that on the right track?
 
Physics news on Phys.org
Yes, this is the right track. You make it look so hard. You are adding up areas of rectangles right?

-Each rectangle has a height and a width.
-The height is determined by using some point on the interval that the rectangle is on, in this case, the midpoint. So you take the midpoint and plug it into the function to get the height.

Once you get that, all you need is the width which was 2. So just 2 * f(x_i) where each x_i is a midpoint.
 
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...
Back
Top