0

Find the constants $c_0, c_1,$ and $x_1$ so that the quadrature formula $$\int_0^1 f(x) dx = c_0 f(0) + c_1 f(x_1)$$ has the highest possible degree of precision.

eChung00
  • 2,963
  • 8
  • 29
  • 42

1 Answers1

0

By the mean value theorem for integrals, there exists some $\xi\in(0,1)$ such that $$f(\xi)=\int_0^1f(x)\,\mathrm d x.$$ Hence, choose $c_0=0$, $c_1=1$, and $x_1=\xi$ to obtain exact precision.

Of course, this doesn't really help much if you're supposed to find the value of $\xi$ because you don't know it in the first place.

triple_sec
  • 23,377