Trapezoid error check
Estimate integral_0^2 x^2 dx using one trapezoid: T=2(0+4)/2=4. Exact value is 8/3.
- Convexity makes the trapezoid overestimate here.
- Apply the method to this new case and check the strongest alternative.
error, iteration, numerical solutions, and computational tradeoffs
Estimate integral_0^2 x^2 dx using one trapezoid: T=2(0+4)/2=4. Exact value is 8/3.
Pause. Find what matters. Then make your move.