- 
					 P(0, 3), Q(0.5, 4) and R(1, 5) are three points on the curve defined by f(x). Numerical integration is carried out using both Trapezoidal rule and Simpson's rule within limits x = 0 and x = 1 for the curve. The difference between the two results will be
 
- 
                        
- 0
 - 0.25
 - 0.5
 - 1
 
 
Correct Option: A

By Trapezoidal rule
| = | [ (3 + 5) + 2(4) ] = 4 | 2 | 
By Simpson rule

| = | [ (3 + 5) + 4(4) ] = 4 | 3 | 
Difference between these two results will be 0.