

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
Solutions to problems related to approximating integrals using the trapezoid rule and midpoint rule, and estimating the total distance traveled by a sports car during a time trial based on its velocity. The solutions include error bounds and explanations.
Typology: Exercises
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Math 106-C (Salomone)
January 23, 2009
Show all your work!
Name:
Score (25 points possible):
Problem 1. (10 points) Approximating
1
0
sin
x
dx in four different ways gives the following sums:
(a) (5 points) What is the greatest amount of error that L 10 can commit for this integral? Answer to four significant
figures, and explain your work.
We can use the error bound ∣ ∣ ∣I − LN
K(b − a)
2
where K is an upper bound for the derivative f
′ on [0, 1].
But f
′ (x) =
1
2
cos
x
2
and since cosine is never larger than 1 in absolute value, we have − 1 / 2 ≤ f
′ (x) ≤ 1 /2.
Thus taking K = 1 /2 gives us the bound
K(b − a)
2
1
2
2
This is the greatest amount of error L 10 can commit; it optionally gives us the ”trap”
(b) (5 points) What is the greatest amount of error that M 10 can commit for this integral? Answer to four significant
figures, and explain your work.
For the midpoint rule we have a new error bound:
C(b − a)
3
2
where C is an upper bound for the second derivative f
′′ on [0, 1].
But f
′′ (x) = −
1
4
sin
x
2
and since sine is never larger than 1 in absolute value, we have −
1
4
≤ f
′′ (x) ≤
1
4
. Thus
taking C =
1
4
gives the bound
C(b − a)
3
2
1
4
3
2
This is the greatest amount of error M 10 can commit; it optionally gives us the ”trap”
Problem 2. (10 points) A velocimeter in an experimental car measures the following velocities during a 10-second
time trial.
t (sec) 0 1 2 3 4 5 6 7 8 9 10
v (m/sec) 0 2.56 9 17.6 27 36 43.6 49 51.8 51.8 49
Using an approximation on 5 subintervals, come up with a conservative
estimate (that is, an underestimate) for the total distance the sports car has
traveled over these 10 seconds. Explain how you can be sure your answer
is an underestimate.
The data do not indicate a function which is always increasing or decreasing, so we cannot use the left-
or right-hand rule to get a guaranteed underestimate. However, the data do indicate a function which is
concave down; the trapezoid rule will then be an underestimate.
To compute T 5 , take N = 5 and ∆x =
10 − 0
5
= 2. Then
= 311 .8 m
Problem 3. (5 points) Using three steps of Euler’s method, calculate an approximate value of y(7) if y is a solution
of the initial-value problem
y
y
x + y
y(1) = − 2.
Sketch what you’ve done on the slope field provided.
To go from x = 1 to x = 7 on three steps, each step
will be a width ∆x =
7 − 1
3
= 2. Then the following
table will help us step through Euler’s method:
x y y
y
x+y
+2(2) =
+2(0.4) =
+2(0.359) =