Question
Question: Use simpson's $\frac{1}{3}$ rd rule to obtain $\int_{1}^{2}\frac{1}{x}dx$ dividing the interval into...
Use simpson's 31 rd rule to obtain ∫12x1dx dividing the interval into four parts.

The approximate value of the integral is 25201747.
Solution
To evaluate the definite integral ∫12x1dx using Simpson's 31 rule with n=4 subintervals, we follow these steps:
-
Identify the parameters:
The function is f(x)=x1.
The interval is [a,b]=[1,2].
The number of subintervals is n=4. -
Calculate the width of each subinterval:
h=nb−a=42−1=41=0.25. -
Determine the points xi:
The points are xi=a+i⋅h for i=0,1,2,3,4.
x0=1+0(0.25)=1
x1=1+1(0.25)=1.25
x2=1+2(0.25)=1.50
x3=1+3(0.25)=1.75
x4=1+4(0.25)=2 -
Evaluate the function f(x)=x1 at these points:
f(x0)=f(1)=11=1
f(x1)=f(1.25)=1.251=5/41=54
f(x2)=f(1.50)=1.501=3/21=32
f(x3)=f(1.75)=1.751=7/41=74
f(x4)=f(2)=21 -
Apply Simpson's 31 rule:
The formula for Simpson's 31 rule with n=4 is:
∫abf(x)dx≈3h[f(x0)+4f(x1)+2f(x2)+4f(x3)+f(x4)]Substitute the values:
∫12x1dx≈30.25[f(1)+4f(1.25)+2f(1.50)+4f(1.75)+f(2)]
∫12x1dx≈31/4[1+4(54)+2(32)+4(74)+21]
∫12x1dx≈121[1+516+34+716+21] -
Calculate the sum inside the bracket:
Sum =1+516+34+716+21
Find the least common multiple (LCM) of the denominators (1, 5, 3, 7, 2), which is 210.
Sum =210210+21016×42+2104×70+21016×30+2101×105
Sum =210210+672+280+480+105=2101747 -
Calculate the approximate integral value:
∫12x1dx≈121×2101747=25201747As a decimal, 25201747≈0.693253968...
The integral ∫12x1dx is approximated using Simpson's 31 rule. The interval [1,2] is divided into n=4 subintervals, each of width h=42−1=0.25. The points xi are 1,1.25,1.5,1.75,2. The function f(x)=x1 is evaluated at these points. Simpson's 31 rule formula 3h[f(x0)+4f(x1)+2f(x2)+4f(x3)+f(x4)] is applied using the calculated values h=0.25, f(1)=1, f(1.25)=4/5, f(1.5)=2/3, f(1.75)=4/7, and f(2)=1/2. The values are substituted into the formula, and the expression is calculated to obtain the approximate integral value.