5.3k views
5 votes
An area is approximated to be 14 in 2 using a left-endpoint rectangle approximation method. A right- endpoint approximation of the same area is equal to 21 in 2. Assuming the same number of equal subdivision for all approximation methods, what would the result of a trapezoid approximation for the area?

1 Answer

6 votes
The trapezoidal approximation will be the average of the left- and right-endpoint approximations.

Let's consider a simple example of estimating the value of a general definite integral,


\displaystyle\int_a^bf(x)\,\mathrm dx

Split up the interval
[a,b] into
n equal subintervals,


[x_0,x_1]\cup[x_1,x_2]\cup\cdots\cup[x_(n-2),x_(n-1)]\cup[x_(n-1),x_n]

where
a=x_0 and
b=x_n. Each subinterval has measure (width)
\frac{a-b}n.

Now denote the left- and right-endpoint approximations by
L and
R, respectively. The left-endpoint approximation consists of rectangles whose heights are determined by the left-endpoints of each subinterval. These are
\{x_0,x_1,\cdots,x_(n-1)\}. Meanwhile, the right-endpoint approximation involves rectangles with heights determined by the right endpoints,
\{x_1,x_2,\cdots,x_n\}.

So, you have


L=\frac{b-a}n\left(f(x_0)+f(x_1)+\cdots+f(x_(n-2))+f(x_(n-1))\right)

R=\frac{b-a}n\left(f(x_1)+f(x_2)+\cdots+f(x_(n-1))+f(x_n)\right)

Now let
T denote the trapezoidal approximation. The area of each trapezoidal subdivision is given by the product of each subinterval's width and the average of the heights given by the endpoints of each subinterval. That is,


T=\frac{b-a}n\left(\frac{f(x_0)+f(x_1)}2+\frac{f(x_1)+f(x_2)}2+\cdots+\frac{f(x_(n-2))+f(x_(n-1))}2+\frac{f(x_(n-1))+f(x_n)}2\right)

Factoring out
\frac12 and regrouping the terms, you have


T=(b-a)/(2n)\left((f(x_0)+f(x_1)+\cdots+f(x_(n-2))+f(x_(n-1)))+(f(x_1)+f(x_2)+\cdots+f(x_(n-1))+f(x_n))\right)

which is equivalent to


T=\frac12\left(L+R)

and is the average of
L and
R.

So the trapezoidal approximation for your problem should be
\frac{14+21}2=\frac{35}2=17.5\text{ in}^2
User Kazuhiro Sera
by
5.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.