Given,f(x)=8ex2.Exact value,∫028ex2dx=2.0 (2one decimal place)By using simpson’s rule, the approximate value isS4S4=3Δx[f(x0)+4f(x1)+2f(x2)+4f(x3)+f(x4)]where x0=0,x1=0.5,x2=1,x3=1.5,x4=2,n=4,Δx=nb−a=42−0=0.5S4=31[81+4(8e0.52)+2(8e)+4(8e1.52)+(8e4)]=2.1 (2one decimal place)Error≤0.1∣exact−approx∣=∣2.0566−2.1692∣≤0.1
Comments