AMU 2026 — Mathematics PYQ
AMU | Mathematics | 2026In Simpson's one-third rule, the curve y=f(x) is assumed to be a :
Choose the correct answer:
- A.
circle
- B.
parabola
(Correct Answer) - C.
hyperbola
- D.
None of these
parabola
Explanation
1. Understanding Numerical Integration Rules
When evaluating a definite integral ∫abf(x)dx numerically, the actual curve y=f(x) is approximated by a simpler polynomial over small intervals (subintervals). Different rules use polynomials of different degrees:
Trapezoidal Rule: Approximates the curve using a straight line (a first-degree polynomial, n=1).
Simpson's One-Third Rule: Approximates the curve using a quadratic polynomial (a second-degree polynomial, n=2).
Simpson's Three-Eighths Rule: Approximates the curve using a cubic polynomial (a third-degree polynomial, n=3).
2. Geometry of Simpson's 31 Rule
Simpson's 31 rule approximates the area under the curve by grouping the subintervals into pairs (requiring an even number of intervals). For each pair of consecutive intervals containing three distinct points, a unique quadratic interpolating polynomial of the form:
y=αx2+βx+γ
is fitted through the points. Geometrically, a second-degree polynomial equation y=αx2+βx+γ represents a parabola.
Conclusion
Because Simpson's 31 rule substitutes the original function y=f(x) with a series of approximating quadratic curves across successive intervals, the curve is explicitly assumed to be a parabola.
This directly matches option (b).
