Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
Along the x axis, the area you are interested goes from x = 0 to x = a. So the total width is a. When you divide it up into n slices, you get a/n.
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
The diagram shows the area under the exponential sliced into three rectangles ( n = 3 ). The left-hand edge of the first rectangle is at x = 0. The left-hand edge of the second rectangle is at x = a/n. The left-hand edge of the third rectangle is at x = 2a/n. The pattern appears to be that the left-hand edge of the kth rectangle is at x = (k-1)a/n.
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
Since you know that f(x) = 2x, and that the x for the left-hand edge of the kth rectangle is at x = (k-1)a/n, you can determine that the height, hk, of the kth rectangle is
hk = f( (k-1)a/n ) = 2(k-1)a/n
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
Area is the base times the height. You determined that the base of every rectangle is a/n. And you determined that the height of the kth rectangle is hk = 2(k-1)a/n. So the area, Ak of the kth rectangle is
Ak = (a/n) 2(k-1)a/n
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
You are going to have the summation of the rectangles' areas:
n
Atotal = ∑ Ak
k=1
Now you have to substitute Ak with the expression
for it that you got in the previous step.
n
Atotal = ∑ (a/n) 2(k-1)a/n
k=1
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
Clearly the a/n that is in multiplied by the exponential function is constant with respect to k. So we factor that out.
n
Atotal = (a/n) ∑ 2(k-1)a/n
k=1
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
Do you remember from algebra that
bpq = (bp)q = (bq)pThis is the identity you need to use here. Your exponent is the product of (k-1) and a/n. So we apply that to our equation. But there are two ways of doing it. Here are both:
Atotal = (a/n) |
n
∑ (2a/n)(k-1) = (a/n)
k=1
|
n
∑ (2(k-1))a/n
k=1
|
u = 2a/nYou would have
n
Atotal = (a/n) ∑ uk-1
k=1
Look familiar? You can apply the summation formula given at the beginning
of the problem to this.
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
The summation formula tells you that
n
∑ uk-1 =
k=1
|
un - 1 |
Atotal = (a/n) |
un - 1 |
Atotal = (a/n) |
(2a/n)n - 1 |
Atotal = (a/n) |
2a - 1 |
Intermediate Answers to Exercise 10.1-3© 2000 by Karl Hahn |
|
When you make the suggested substitution, you get
Atotal = h |
2a - 1 |
h
Atotal = (2a - 1)
2h - 1
Do you remember from Exponentials and Logarithms what the
limit definition of natural log is?
bh - 1
lim = ln(b)
h → 0 h
So when you take the limit as h goes to zero of
h
2h - 1
you're going to get 1/ln(2). So the final result is
Atotal = |
2a - 1 |
You can email me by clicking this button: