Ps 1
Ps 1
1: 6
Use finite approximations to estimate the area under the graph of the function
f (x) = x3
(a) We divide the interval [0, 1] into the two intervals [0, 1/2] and [1/2, 1]. Notice that this means
the width of the rectangles, which your book represents by ∆x, is 1/2. Since this is a lower sum,
for the interval [0, 1/2], we will be approximating f by the value f (0) = 0, and for the interval
[1/2, 1] we will be approximating f by the value f (1/2) = 1/8. Our estimate of the area is then:
Notice here that a lower sum uses the lowest value the function takes on in the interval. Since
f is increasing in this instance, the lowest value is given by evaluation of f at the left endpoint
of the interval. Nevertheless, do not confuse a ‘lower’ sum and a ‘left’ sum - see my solution for
problem 5.1: 7 below for an instance where these are not the same thing.
(b) Since we’re using four rectangles now, we divide the interval [0, 1] into the four intervals [0, 1/4],
[1/4, 1/2], [1/2, 3/4], and [3/4, 1]. Here ∆x = 1/4. Since this is a lower sum, we will be
approximating f on [0, 1/4] by f (0) = 0, on [1/4, 1/2] by f (1/4) = 1/64, on [1/2, 3/4] by
f (1/2) = 1/8, and on [3/4, 1] by f (3/4) = 27/64. Our estimation of the area is then:
A ≈ ∆x[f (0) + f (1/4) + f (1/2) + f (3/4)] = (1/4)(0 + 1/64 + 1/8 + 27/64) = 9/64.
(c) We again divide the interval [0, 1] into the two intervals [0, 1/2] and [1/2, 1], notice that this
is unchanged from part (a). But now since this is an upper sum, for the interval [0, 1/2], we
will be approximating f by the value f (1/2) = 1/8, and for the interval [1/2, 1] we will be
approximating f by the value f (1) = 1. Our estimate of the area is then:
(d) Just as in part (c), we’re using four rectangles, so we divide the interval [0, 1] into the four
intervals [0, 1/4], [1/4, 1/2], [1/2, 3/4], and [3/4, 1]. Since this is an upper sum, we will be
approximating f on [0, 1/4] by f (1/4) = 1/64, on [1/4, 1/2] by f (1/2) = 1/8, on [1/2, 3/4] by
f (3/4) = 9/16, and on [3/4, 1] by f (1) = 1. Our estimation of the area is then:
1
5.1: 7
Note: this problem wasn’t actually assigned, but I accidently typed the solution up so I might as well
leave it here.
Use finite approximations to estimate the area under the graph of the function
f (x) = 1/x
(a) We divide the interval [1, 5] into the two intervals [1, 3] and [3, 5]. Notice that this means the
width of the rectangles, which your book represents by ∆x, is 2. Since this is a lower sum, for
the interval [1, 3], we will be approximating f by the value f (1) = 1/3, and for the interval [3, 5]
we will be approximating f by the value f (3) = 1/5. Our estimate of the area is then:
Notice here that a lower sum uses the lowest value the function takes on in the interval. Since f
is decreasing in this instance, the lowest value is given by evaluation of f at the right endpoint
of the interval.
(b) Since we’re using four rectangles now, we divide the interval [1, 5] into the four intervals [1, 2],
[2, 3], [3, 4], and [4, 5]. Here ∆x = 1. Since this is a lower sum, we will be approximating f on
[1, 2] by f (2) = 1/2, on [2, 3] by f (3) = 1/3, on [3, 4] by f (4) = 1/4, and on [4, 5] by f (5) = 1/5.
Our estimation of the area is then:
A ≈ ∆x[f (2) + f (3) + f (4) + f (5)] = (1)(1/2 + 1/3 + 1/4 + 1/5) = 77/60.
(c) We again divide the interval [1, 5] into the two intervals [1, 3] and [3, 5], notice that this is
unchanged from part (a). But now since this is an upper sum, for the interval [1, 3], we will be
approximating f by the value f (1) = 1, and for the interval [3, 5] we will be approximating f
by the value f (3) = 1/3. Our estimate of the area is then:
(d) Just as in part (c), we’re using four rectangles, so we divide the interval [1, 5] into the four
intervals [1, 2], [2, 3], [3, 4], and [4, 5]. Since this is an upper sum, we will be approximating f on
[1, 2] by f (1) = 1, on [2, 3] by f (2) = 1/2, on [3, 4] by f (3) = 1/3, and on [4, 5] by f (4) = 1/4.
Our estimation of the area is then:
A ≈ ∆x[f (1) + f (2) + f (3) + f (4)] = (1)(1 + 1/2 + 1/3 + 1/4) = 25/12.
2
5.1: 22
(a) Inscribe a regular n-sided polygon inside a circle of radius 1 and compute the area of one of the
n congruent triangles formed by drawing radii to the vertices of the polygon.
(b) Compute the limit of the area of the inscribed polygon as n → ∞.
(c) Repeat the computations in parts (a) and (b) for a circle of radius r.
(a) Notice that each isoceles triangle can be broken up into two right triangles. Once you’ve done
that, things should be much easier to compute. The hypotenuse will of course be 1, the radius
of the circle. One of the angles in the right triangle (the one at the center of the circle) will be
π/n, and so the two sides of the triangle will be cos(π/n) and sin(π/n). Hence the area of each
right triangle is 12 bh = 12 cos(π/n) sin(π/n). The area of each isoceles triangle is twice the area
of the right triangle, so it’s A = cos(π/n) sin(π/n).
(b) The area of the inscribed n-gon is n sin(π/n) cos(π/n). So to get the area of the inscribed
polygon as n → ∞, we simply have to take the limit:
Unfortunately, this is an indeterminate form, so we are forced to use L’Hôpitals rule. Let’s make
our life simpler before we do though. Certainly cos(π/n) has a nice finite limit: 1. So if we can
show that limn→∞ n sin(π/n) is well defined and finite, we’ll have saved ourselves a lot of work.
Let’s compute:
sin(π/n) cos(π/n) −π
n2
lim n sin(π/n) = lim = lim −1 = lim π cos(π/n) = π.
n→∞ n→∞ 1/n n→∞
n 2
n→∞
In case you haven’t used L’Hôpitals rule for a while, you should go back and brush up on it,
and make sure you understand the steps that I’ve done in the above computation. The first
step is simply putting the equation in a 0/0 or ∞/∞ form, the second step is where I actually
differentiate and apply L’Hôpitals rule. Now since limn→∞ n sin(π/n) exists and is finite, we
have that:
lim n sin(π/n) cos(π/n) = lim n sin(π/n) lim cos(π/n) = π.
n→∞ n→∞ n→∞
Notice that there are probably about as many ways to do this problem as there are trig identities.
3
5.2: 16
Write −1/5 + 2/5 − 3/5 + 4/5 − 5/5 in sigma notation.
Notice that:
1 2 3 4 5 1
− + − + − = (−1 + 2 − 3 + 4 − 5)
5 5 5 5 5 5
P5
If we were writing 1 + 2 + 3 + 4 + 5, that’d be easy, its given by k=1 k. But we have an
alternating sign, so we have to include that. We can do this with something that looks like (−1)k ,
but we have to remember to check that we have the sign correct. Here we’ll get:
5
X
−1 + 2 − 3 + 4 − 5 = (−1)k k.
k=1
Now we just have to remember that factor of 1/5, so our final answer should be:
5
1 2 3 4 5 1X
− + − + − = (−1)k k.
5 5 5 5 5 5
k=1
4
5.2: 45
For f (x) = 2x3 on the interval [0, 1], find a formula for the Riemann sum obtained by dividing the
interval [0, 1] into n equal subintervals and using the right-hand endpoint for each ck . Then take
the limit of these sums as n → ∞ to calculate the area under the curve over [0, 1].
P2
For say, n = 2, our estimate would be A2 = (1/2)(f (1/2) + f (1)) = 21 i=1 f (i/2). If you write
out the formula for a few more values of n, you should be able to see that this generalize this to:
n
1X
An = f (i/n), (1)
n i=1
where An is the estimate of the area under the curve using n equal subintervals. If we plug in our
particular choice of f , we find:
n n
1X 2 X 3
An = 2(i/n)3 = 4 i . (2)
n i=1 n i=1
Pn
We can evaluate this last sum using the formula from the book that i=1 i3 = 41 n2 (n+1)2 . Plugging
this in, we get:
n
2 X 3 2 1 1 (n + 1)2
An = 4 i = 4 n2 (n + 1)2 = . (3)
n i=1 n 4 2 n2
To find the exact area under the curve, we just take the limit of An as n → ∞:
1 (n + 1)2 1
A = lim An = lim 2
= . (4)
n→∞ n→∞ 2 n 2
(n+1)2
If you’re having trouble seeing that the limit of n2 as n → ∞ is 1, multiply both the numerator
and denominator by n12 and simplify.