A flight computer calculates the total distance traveled by an autonomous drone by applying the trapezium rule to velocity data v(t)v(t)v(t) sampled over the interval 1≤t≤51 \le t \le 51≤t≤5. The computer evaluates four different mathematical models for the drone's velocity:
Model A: v(t)=3t+4v(t) = 3t + 4v(t)=3t+4
Model B: v(t)=12ln(t)v(t) = 12\ln(t)v(t)=12ln(t)
Model C: v(t)=12et/2v(t) = \frac{1}{2}e^{t/2}v(t)=21et/2
Model D: v(t)=10+4t−t2v(t) = 10 + 4t - t^2v(t)=10+4t−t2
Identify which model will result in the trapezium rule producing an overestimate of the actual distance traveled. Justify your answer.
137 exam-style questions on OCR (MEI) A Level Maths 1.10 Numerical Methods (A-level only), covering 1.10.1 Locate roots by change of sign (A-level only), 1.10.2 When change of sign methods fail (A-level only), 1.10.3 Fixed point iteration (A-level only), 1.10.4 Newton-Raphson method (A-level only), 1.10.5 Convergence of iterations (A-level only), 1.10.6 Trapezium rule (A-level only), 1.10.7 Upper and lower bounds using rectangles (A-level only), and 1.10.8 Numerical methods to solve problems (A-level only). Each one has a worked solution and a mark scheme showing where the marks go.