Question
Question: A river is 80 meters wide. The depth d in meters at a distance x meter from one bank to the other ba...
A river is 80 meters wide. The depth d in meters at a distance x meter from one bank to the other bank is given by the following table
x meters | 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 |
---|---|---|---|---|---|---|---|---|---|
d meters | 0 | 4 | 7 | 9 | 12 | 15 | 14 | 8 | 0 |
The approximate area of the cross section using Simpson’s rule is
(a) 700 sq. Meters
(b) 800 sq. Meters
(c) 720 sq. Meters
(d) 740 sq. Meters
Solution
Hint : To solve the given question, we will use the Simpson’s one – third rile of integration which says that the integration of a function f(x) is approximated by a second-order polynomial. It is defined by:
a∫bf(x)dx=3h[(y0+yn)+4(y1+y3+y5+.....+yn−1)+2(y2+y4+....+yn−2)]
where h is the difference between the terms and y0,y1,......yn are equally spaced. So, we will find out the value of h and y0,y1,......yn and then we will put these in the above formula to get the appropriate area.
Complete step by step solution :
Before we solve the given question, we will first find out what Simpson’s rule is. Simpson’s rule is a numerical method that is used to evaluate the definite integral. Let us assume that the depth of the river is a function of distance x, i.e. d = f(x). Now, we have to calculate the area of the river. We know that the area of any function g(x) over an interval [a, b] is given by
Area=a∫bg(x)dx
Now, according to Simpson’s one – third method, the integral of a definite function over an interval is given by
a∫bg(x)dx=3h[(y0+yn)+4(y1+y3+y5+.....+yn−1)+2(y2+y4+....+yn−2)]
where h=nb−a and n is the number of divisions and y0,y1,.....yn are the terms which are equally spaced between a and b.
In our case, the river is 80 meters long, so a = 0 and b = 80. There are total of 8 divisions given in the question. Thus,
h=880−0
⇒h=880
⇒h=10
The values of y0,y1,.....y8 are given in the question. Thus, the area will be,
Area=∫(d)dx=∫f(x)dx
⇒Area=310[(0+0)+4(4+9+15+8)+2(7+12+14)]sq.meters
⇒Area=310[0+4(36)+2(33)]sq.meters
⇒Area=310[144+66]sq.meters
⇒Area=310[210]sq.meters
⇒Area=700sq.meters
Hence, option (b) is correct.
Note : In the above solution, we have used Simpson’s one – third rule of integration. In place of this, we can all use Simpson’s 83 rule of integration. According to this, we have,
Area=83h[(y0+y8)+3(y1+y2+y4+y5+y7)+2(y3+y6)]sq.meters
⇒Area=83×10[(0+0)+3(4+7+12+15+8)+2(9+14)]sq.meters
⇒Area=415[0+3(46)+2(23)]sq.meters
⇒Area=415[138+46]sq.meters
⇒Area=415[184]sq.meters
⇒Area=15×46 sq.meters
⇒Area=690 sq.meters
⇒Area≃700 sq.meters
One thing to note is that these are not the actual areas. These are just approximated areas, so they may vary.