30,787 views
21 votes
21 votes
Find the approximate area between the curve and the x-axis on the interval using 4 rectangles. Use the left endpoint of each rectangle to determine the height.

Find the approximate area between the curve and the x-axis on the interval using 4 rectangles-example-1
User Dima Serdechnyi
by
3.2k points

1 Answer

26 votes
26 votes

We have to approximate the area under the curve using the given rectangles.

Each rectangle will have an area that is equal to the width (the interval Δx) times the height (that is f(xi)).

We can express the formula for the approximation as:


A=\sum_(i=1)^4f(x_i)\cdot\Delta x=\sum_{i\mathop{=}1}^4f(x_i)(x_(i+1)-x_i)

We will have to calculate f(x) for x = 0, 4, 8 and 12, which are the left endpoints of the interval for each rectangle.

Given that f(x) is defined as:


f(x)=-2x^2+32x+5

we can calculate each value as:


f(0)=-2(0)^2+32(0)+5=5
\begin{gathered} f(4)=-2(4)^2+32(4)+5 \\ f(4)=-2(16)+128+5 \\ f(4)=-32+128+5 \\ f(4)=101 \end{gathered}
\begin{gathered} f(8)=-2(8)^2+32(8)+5 \\ f(8)=-128+256+5 \\ f(8)=133 \end{gathered}
\begin{gathered} f(12)=-2(12)^2+32(12)+5 \\ f(12)=-288+384+5 \\ f(12)=101 \end{gathered}

We can now calculate the approximation as:


\begin{gathered} A=f(0)(4-0)+f(4)(8-4)+f(8)(12-8)+f(12)(16-12) \\ A=5(4)+101(4)+133(4)+101(4) \\ A=20+404+532+404 \\ A=1360 \end{gathered}

Answer: the approximation is equal to 1360 square units [Fourth option].

User Aganm
by
2.9k points