Question
Question: A curve is passing through the points \[\left( {1,2} \right),\left( {1.5,2.4} \right),\left( {2,2.7}...
A curve is passing through the points (1,2),(1.5,2.4),(2,2.7),(2.5,2.8),(3,3) then the area bounded by the curve, X-axis and x=1,x=3 using Simpson’s rule is
A) 5
B) 5.1
C) 5.2
D) 5.4
Solution
We will first consider the given points. We need to find the area bounded by the curve. We will first write all the points in the form f(x)=y and name them as y1,y2,.. and so on. Then we will find the value of h which is 0.5 and n=5 that is the number of parts the interval is divided into. Next, we will apply the Simpson’s formula that is A=3h[y0+2(y2)+4(y1+y3)+y4]. After substituting the values, we will simplify the equation to determine the area bounded by the curve.
Complete step by step solution:
We will first let the curve as y=f(x).
The objective is to find the area bounded by the curve.
Now, we will write all the points in the form f(x)=y.
Thus, we get,
Next, we will find the value of h using h=b−a.
Here, we have h as 0.5
Thus, we will use the formula of Simpson’s rule to find the area that is A=3h[y0+2(y2)+4(y1+y3)+y4].
Hence, we will substitute the values in the above formula and we get,
Hence, we can conclude that the area bounded by the curve is 5.2.
Thus, option C is correct.
Note:
Remember the formula of area of the curve using Simpson’s rule for the given number of grid points. Write all the coordinates carefully in the form f(x)=y and name them accordingly. Value of h can be obtained by substituting the value in the formula of h. While simplifying the expression, first open the brackets and then do the further calculations.