0 0 votes The estimate of $\int_{0.5}^{1.5}\frac{dx}{x}$ obtained using Simpson’s rule with threepoint function evaluation exceeds the exact value by (A) 0.235 (B) 0.068 (C) 0.024 (D) 0.012 Numerical Methods numerical-methods simpsons-rule non-gatecse + – Nisha kumari 2.2k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote D option.. jyoti answered Jan 29, 2015 jyoti comment Share Follow See all 2 Comments 2 2 Comments reply Nisha kumari commented Feb 3, 2015 reply Follow flag explain it 0 0 replyShare jyoti commented Feb 4, 2015 reply Follow flag Find the actual value by integrating and putting it will be around 1.09861 .. Find value using simpson 3-point rule as h/3(y0+yn+4(y1+y3+...) +2(y2+y4+...)) it will be around 1.11111 Error=1.09861-1.11111 =0.012 1 1 replyShare Please log in or register to add a comment.