We can find the area of the trapezoid as the limit of a sum of inscribed rectangular areas:
Let's divide the interval [1, 3] into n equal segments with length n2 by the points x0, x1, ..., xn,
where
x0=1,x1=1+n2,x2=1+2n2,...,xn=1+nn2=1+2=3.
The heights of the n approximating rectangles are:
h1=1+3=4,h2=1+n2+3=4+n2,...,hn=1+(n−1)n2+3=4+(n−1)n2,
and the sum of their areas is
Sn=4⋅n2+(4+n2)⋅n2+...+(4+(n−1)n2)⋅n2=
=[4n+(n2+2n2+...+(n−1)n2)]⋅n2=
=[4n+n2(1+2+...+(n−1))]⋅n2=
=[4n+n221+(n−1)(n−1)]⋅n2=[4n+n2⋅2n(n−1)]⋅n2=
=[4n+n−1]⋅n2=[5n−1]⋅n2=10−n2.
It is easy to see that Sn tends toward the value 10 as n gets larger and larger.
For this reason, we take S=10.
Answer: 10.
Comments