1000 because i rounded the hundreth's to get one significant figure, and anything more than 5 is rounded up, anything less than 5 is rounded down.
Hope i did some use! <3
<span>first, we are going to define variables as the following:
a = 0
a = π/2
n = 4 rectangles
Δx = [ b - a ] / n ------>Δx = [ π/2 - 0 ] / 4 = π/8
right endpoints :
sum( seq( 4 cos(x) * π/8 , x , 0+π/8 , π/2 , π/8 ) ) = 3.163065 underestimate
left endpoints:
sum( seq( 4 cos(x) * π/8 , x , 0 , π/2-(π/8) , π/8 ) ) = 4.733861 overestimate
the reason because the actual estimate by integral as the following:
π/2
∫ 4cos(x) dx = 4
0</span>
1st it: g(2)=3(2)=6 || 2nd it: g^2(2)=3(6)=18 || 3rd it: g^3(2)=3(18)=54