

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
Discussion exercises for math 1b students, focusing on approximation techniques for integrals. The exercises cover various methods, including midpoint, trapezoid, and simpson rules, and include examples and hints. Students are encouraged to work in groups and discuss their solutions.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


GSI: Theo Johnson-Freyd http://math.berkeley.edu/~theojf/09Summer1B/
Find two or three classmates and a few feet of chalkboard. Introduce yourself to your new friends, and write all of your names at the top of the chalkboard. As a group, try your hand at the following exercises. Be sure to discuss how to solve the exercises — how you get the solution is much more important than whether you get the solution. If as a group you agree that you all understand a certain type of exercise, move on to later problems. You are not expected to solve all the exercises: some are very hard. Many of the exercises are from Single Variable Calculus: Early Transcendentals for UC Berkeley by James Stewart; these are marked with an §. Others are my own, are from the mathematical folklore, or are independently marked. Here’s a hint: drawing pictures — e.g. sketching graphs of functions — will always make the problem easier.
To approximate
∫ (^) b a f^ (x)^ dx, let ∆x^ = (b^ −^ a)/n,^ xi^ =^ a^ +^ i∆x, and ¯xi^ = (xi−^1 +^ xi)/2. Then define the following approximations (we use different number from Stewart for Simpson’s Rule Sn):
Ln = (f (x 0 ) + · · · + f (xn− 1 )) ∆x Rn = (f (x 1 ) + · · · + f (xn)) ∆x
Tn = (f (x 0 ) + 2f (x 1 ) + · · · + 2f (xn− 1 ) + f (xn))
∆x 2
Mn = (f (¯x 1 ) + · · · + f (¯xn)) ∆x
Sn = (f (x 0 ) + 4f (¯x 1 ) + 2f (x 1 ) + 4f (¯x 2 ) + 2f (x 2 ) + · · · + 2f (xn− 1 ) + 4f (¯xn) + f (xn))
∆x 6
These have the following errors:
|EL| ≤ sup x∈[a,b]
∣f ′(x)
∣ (b^ −^ a)
2 2 n
|ER| ≤ sup x∈[a,b]
∣f ′(x)
∣ (b^ −^ a)
2 2 n
|ET | ≤ sup x∈[a,b]
f ′′(x)
∣∣ (b − a)^3 12 n^2
|EM | ≤ sup x∈[a,b]
f ′′(x)
∣∣ (b − a)^3 24 n^2
|ES | ≤ sup x∈[a,b]
∣∣f (4)(x)
∣∣ (b^ −^ a)^5 2780 n^4
The word “sup” is short for “supremum” — the symbol “supx∈[a,b] g(x)” means “the largest value of g(x) as x ranges over [a, b]”. In practice, it suffices to replace the suprema with some easy-to- compute numbers which are even bigger.
∫ (^) b a f^ (x)dx.
subintervals would you need to ensure an error less than 0.00001?
(a)
0
x dx (b)
0
z e−z^ dz (c)
4
ln(x^3 + 2) dx
(b) § Show that (Tn + Mn)/2 = T 2 n. (c) § Show that (Tn + 2Mn)/3 = Sn.