Question:medium

Given \[ \int_{0}^{3} f(x)\,dx=\int_{0}^{3}(4x^2-1)\,dx \] is approximated using Simpson's \(\frac{1}{3}\) rule with \(3\) subintervals and gives \(f(0)+a+f(3)\), then \(a\) is

Show Hint

Simpson's \(\frac13\) rule is \[ \boxed{ \int_a^b f(x)\,dx \approx \frac{h}{3} \left[ f(x_0)+4f(x_1)+2f(x_2)+\cdots+4f(x_{n-1})+f(x_n) \right]. } \]
Updated On: Jul 14, 2026
  • \(0\)
  • \(1\)
  • \(-1\)
  • \(8\)
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0