Calculating Area of f(x) from 0 to 3 with 6 Rectangles

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Area
Miike012
Messages
1,009
Reaction score
0
I just read the section so I want to make sure I am doing it correctly..
I am using it to assist in solving an area question...

Question:
Estimate the area under the graph of f(x) = 1 + (x - 1)^2 from x = 0 to x = 3 using 6 rectangles and right end point.

Each rectangle has a base of 0.5 wide

1. Ʃ 1 + (0.5*i - 1)^2 = i^2/4 - i + 2 ; i = 0 and n = 6

2. Breaking them up:

1/4Ʃ i^2 - Ʃ i + Ʃ 2 ; i = 0 and n = 6

3. Calculating the area of f by computing the sum of the areas of each rectangle in
[0 , 3]

.5( 1/4*(6*13*7)/(6) - (6*7)/2 + 6*2) = 6.85
 

Attachments

  • sig.png
    sig.png
    5.5 KB · Views: 485
Physics news on Phys.org
You could just do it by adding up the six rectangles and skip the sigma notation altogether. That would probably be simpler. But I think you got it right. Except for the final 6.85 number. That's a little off.
 
I know I could have I just wanted to practice lol..


.
 
Miike012 said:
I know I could have I just wanted to practice lol..


.

That's fine. But there an exact value for the sum. And it isn't 6.85.
 
6.875
 
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