Approximating Integrals and Estimating Distance Traveled in Math 106-C, Exercises of Calculus

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

2012/2013

Uploaded on 03/20/2013

mobit
mobit 🇮🇳

4.5

(23)

70 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Q #2!
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
2dx in four different ways gives the following sums:
L10 =R10 =T10 =M10 =
0.2208 0.2688 0.2448 0.2449
(a) (5 points) What is the greatest amount of error that L10 can commit for this integral? Answer to four significant
figures, and explain your work.
We can use the error bound
"""ILN"""K(ba)2
2N
where Kis an upper bound for the derivative f#on [0,1].
But f#(x)=1
2cos x
2and since cosine is never larger than 1 in absolute value, we have 1/2f#(x)1/2.
Thus taking K=1/2 gives us the bound
"""ILN"""K(ba)2
2N=
1
2(1 0)2
2(10) =0.025.
This is the greatest amount of error L10 can commit; it optionally gives us the ”trap”
L10 0.025 =0.1958 I0.2458=L10 +0.025
(b) (5 points) What is the greatest amount of error that M10 can commit for this integral? Answer to four significant
figures, and explain your work.
For the midpoint rule we have a new error bound:
"""IMN"""C(ba)3
24N2
where Cis an upper bound for the second derivative f## on [0,1].
But f##(x)=1
4sin x
2and since sine is never larger than 1 in absolute value, we have 1
4f##(x)1
4. Thus
taking C=1
4gives the bound
"""IMN"""C(ba)3
24N2=
1
4(1 0)3
24(10)20.0001042.
This is the greatest amount of error M10 can commit; it optionally gives us the ”trap”
M10 0.0001042 =0.2448 I0.2450=M10 +0.0001042
pf2

Partial preview of the text

Download Approximating Integrals and Estimating Distance Traveled in Math 106-C and more Exercises Calculus in PDF only on Docsity!

Q #2!

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:

L 10 = R 10 = T 10 = M 10 =

(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

2 N

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

∣I − L N

K(b − a)

2

2 N

1

2

2

This is the greatest amount of error L 10 can commit; it optionally gives us the ”trap”

L 10 − 0. 025 = 0. 1958 ≤ I ≤ 0. 2458 = L 10 + 0. 025

(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:

∣I − MN

C(b − a)

3

24 N

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

∣I − MN

C(b − a)

3

24 N

2

1

4

3

2

This is the greatest amount of error M 10 can commit; it optionally gives us the ”trap”

M 10 − 0. 0001042 = 0. 2448 ≤ I ≤ 0. 2450 = M 10 + 0. 0001042

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

L 5 = 2

R 5 = 2

T 5 =

L 5 + R 5

= 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) =