Use Simpson's rule with one panel to approximate the integral of x cubed from 0 to 2. What value do you get?
Answer: ______________
Use the single panel trapezium rule to approximate the integral of x squared from 0 to 2.
Use one trapezium panel for x squared from 0 to 2. What do you get?
An adaptive rule refines every subinterval by the same amount.
Circle one: True False
Simpson's rule has error order 4. An estimate has error 0.48. After halving the step, what is the predicted new error?
Answer: ______________
Simpson rule comes from integrating which interpolant exactly?
The trapezium rule has error order 2. If the step size is halved, what happens to the error?
An adaptive rule estimates the error on each subinterval and subdivides the subinterval with the largest estimate first. True or false?
Circle one: True False
Apply the composite trapezium rule with 2 panels to x squared on [0, 2]. What value do you get?
Answer: ______________
A fixed budget of function evaluations is available. When does an adaptive rule beat a uniform mesh?