
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Main points of this past exam are: Right Hand Sum, Error Committed, Constant, Upper Bound, Data, Function, Subscript
Typology: Exercises
1 / 1
This page cannot be seen from the preview
Don't miss anything!

QUIZ 2
Show ALL your work CAREFULLY.
(a) Recall that the error committed by using the Right Hand Sum Rn is less than
or equal to
K 1 ·(b−a) 2
2 n where |f
′ (x)| ≤ K 1 for some constant K 1. Use this result to
give an upper bound for ∣ ∣ ∣ ∣
1
x
2 sin(x
2 ) dx − R 8
Here, f(x) = x
2 sin(x
2 ).
First, we must find an upper bound K 1 for |f
′ (x)| over the interval
[1, 3]. Since f(x) = x
2 sin(x
2 ), we have f
′ (x) = 2x sin(x
2 ) + x
2 cos(x
2 ) · 2 x by
the product rule and the chain rule. Thus, |f
′ (x)| = 2|x|| sin(x
2 )+x
2 cos(x
2 )|.
Over the interval [1, 3], the largest value for x is 3 and that for x
2 is 9.
Neither sin(x
2 ) nor cos(x
2 ) can exceed 1 in absolute value. It follows that
|f
′ (x)| ≤ 6(1 + 9 · 1) = 60. Using the error bound for the Right Hand Sum
with K 1 = 60, we conclude that
∣ ∣ ∣ ∣
1
x
2 sin(x
2 ) dx − R 8
2
(b) Consider the following given data of a function h(x) on the interval [1, 9].
x 1 3 5 7 9
h(x) -1 2 -1 6 3
Find M 2 (mid-point) AND T 4 (trapezoid). Here the subscript n indicates that
the interval [1, 9] is to be divided into n equal subintervals.
First, we compute the Left and the Right Hand Sums L 4 and R 4.
Using the given data, we have
L 4 = h(1) · ∆x + h(3) · ∆x + h(5) · ∆x + h(7) · ∆x
= (−1 + 2 + (−1) + 6) · ∆x = 12;
R 4 = h(3) · ∆x + h(5) · ∆x + h(7) · ∆x + h(9) · ∆x
= (2 + (−1) + 6 + 3) · ∆x = 20.
It follows that T 4 =
L 4 +R 4 2 = 16. For M 2 , note that ∆x = 4 since we only
have two subintervals. Thus,
M 2 = h(3) · ∆x + h(7) · ∆x
= (2 + 6) · ∆x = 32.
Date: January 22, 2007.
1