ATAR Notes: Forum
VCE Stuff => VCE Mathematics/Science/Technology => VCE Subjects + Help => VCE Mathematics => Topic started by: #1procrastinator on July 13, 2012, 09:37:37 am
-
Prove this:

using Riemann sums
This is the formula I've got and according to my TI-89, it's the right formula because it evaluates to the above but I'm really struggling with the algebra. A hint would be much appreciated.
i}{n}+a][\frac{b-a}{n}])
Also, what's the difference between

and

EDIT: not sure why tex isn't working cause it shows up fine in the sandbox
-
Prove this:

using Riemann sums
(Technical note: I'm assuming that you are assuming that you know that the integral exists, and you just want to calculate it's value using Riemann Sums, i.e we don't care about proving that it is Riemann integrable directly from the definition... it's probably doable but more work obviously)
So let
be the rectangular left hand approximation with n evenly spaced intervals.
)
)
)
Now the sum should be easy to evaluate.
Here is an extension exercise you may want to try:
a) Let
be a natural number,
. It is well known that
is a polynomial in
of degree
with leading coefficient (i.e coefficient of
) equal to \frac{1}{m+1}. Use this to evaluate
for natural number m using Riemann sums. (a=0,b=1 is a good enough exercise)
b) Prove the claim given in part a (hint,
, now expand and equate coefficients)
Also, what's the difference between

and

The former is the definition of the latter (infinite sums don't really make sense in the reals, but limits do)
-
^ Yeah, the question really just said to prove it. Didn't say which method to use but the whole chapter was on Riemann sums and there's not yet any mention of the antiderivative
I'm not sure how you got line 3 - which property of sums is that?
Also, I see that you don't put brackets around
when you multiply by the integer...just trying to understand that intuitively right not (in no way doubting! :p)...and you didn't write the limit thing, is that implied somewhere?
By the way, is the expression I got possible to do my hand?
EDIT: For the last question, so do you mean that it doesn't make sense for it to sum everything to infinity but only as n gets super close to infinitely close infinity? lol
-
I was calculating
the nth approximation. The idea is so simplify that sum (use the arithmetic sequence formula) to get a nice expression for I_n. Then let n go to infinity and you get the result.
I see that you don't put brackets around \frac{b-a}{n} when you multiply by the integer.
Yes, laziness.
I'm not sure how you got line 3 - which property of sums is that?
Linearity:
and
if a is a constant. Also if you sum a constant n times you get n times that constant.
EDIT: For the last question, so do you mean that it doesn't make sense for it to sum everything to infinity but only as n gets super close to infinitely close infinity? lol
what does
mean? it means that for every
there is a natural number
such that if
then
.
-
Ah thanks a lot, I don't think I was aware of the second property