Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store
seo-qna
SearchIcon
banner

Using trapezoidal rule, by dividing the interval [0, 4] into 4 equal parts, the approximate value of 04x2+1 is equal to
(a) 25
(b) 26
(c) 27
(d) 28

Answer
VerifiedVerified
525k+ views
like imagedislike image
Hint: Divide the interval into 4 parts thus find the sub interval of width Δx, Now use the trapezoidal rule formula for 4 equal parts. Substitute x = 0, 1, 2, 3, 4 in f (x) get the values and substitute in the formula.
Complete step-by-step solution -
Trapezoidal rule is used for approximating the definite integrals where it uses the linear approximations of the function. Let f (x) be a continuous function on the interval [a, b] which is [0, 4]. Now divide the intervals [0, 4] into n equal subintervals with each of width, Δx i.e. n = 4.
Δx=ban=404=44=1
Here, n = 4, as it is told to divide interval into 4 equal parts,
Here, f(x)=04x2+1dx
Then the trapezoidal rule formula for area approximating the definite integral, abf(x)dx is given by,
abf(x)dx=Δx2[f(x0)+2f(x1)+2f(x2)+.....+2f(xn1)+f(xn)] where, xi=a+iΔx.
04(x2+1)dx=Δx2[f(x0)+2f(x1)+2f(x2)+2f(x3)+f(x4)]...........(1)
Now let us find the values of f(x0),f(x1),f(x2),f(x3) and f(x4), when x = 0,1,2,3,4 f(x0)=f(0)=x2+1=0+1=1.
f(x1)=f(1)=x2+1=12+1=2f(x2)=f(2)=22+1=4+1=5f(x3)=f(3)=32+1=9+1=10f(x4)=f(4)=42+1=16+1=17
Thus we got f(x0)=1,f(x1)=2,f(x2)=5,f(x3)=10 and f(x4)=17,Δx=1.
Now let us substitute these values in equation (1).
04(x2+1)dx=Δx2[f(x0)+2f(x1)+2f(x2)+2f(x3)+f(x4)]04(x2+1)dx=12[1+(2×2)+(2×5)+(2×10)+17]04(x2+1)dx=12[1+4+10+20+17]04(x2+1)dx=12×52=26
Thus by dividing the interval [0, 4] into 4equal parts, the approximate value 04(x2+1)dx=26.
Option (b) is the correct answer.

Note: Trapezoidal rule integration works by approximating the region under the graph of a function as a trapezoid and calculating the area. If we compare trapezoidal rule to Simpson’s rule, trapezoidal rule doesn’t give accurate value, it is because trapezoidal rule uses linear approximations.