Q3.
Question
Is the actual area of the shaded region more or less than the value given by computer program? Explain
Step-by-Step Solution
VerifiedThe actual area of the shaded region is less than the value computed by the computer program
The shaded region is bounded by the graph of , by the x-axis , and by the vertical line through the points and .
The program for calculating the area of shaded region using 10 rectangles :
We can approximate the area of the shaded region by drawing 1000 rectangles having base vertices atand computing the sum of the areas of the 1000 rectangles. The base of each rectangle is , and the height of each rectangle is given by
The following comuter program will comute and add the areas of the 1000 rectangles.In line is the height of each rectangle.In line40 , A gives the current total of all the areas.
If the program is run, the computer will print AREA IS APPROXIAMTELY .
We find the area of the shaded region by integration:
So, the actual area of the shaded region is less than the value computed by the computer program.