Finding integral using sum of limits?

theBEAST
Messages
361
Reaction score
0

Homework Statement


Find \int^{2}_{1}x^{-2}dx. Hint: Choose x^{*}_{i} to be the geometric mean of x_{i-1} and x_{i} (that is, x^{*}_{i} = \sqrt{x_{i-1}x_{i}}) and use the identity

\frac{1}{m(m+1)} = \frac{1}{m} - \frac{1}{m+1}


The Attempt at a Solution


First off I am very confused by x^{*}_{i} and the term geometric mean. Of the 70 questions prior to this question x^{*}_{i} = x_{i} but in this question x^{*}_{i} is the square root of... Yeah I am confused by that too. Could someone please explain how to go about solving this question? I know I have to use the sum of limits as suggested by my notes, but I am not sure where to start.
 
Physics news on Phys.org
well, first of all, it should be clear that:

x_i^* = \sqrt{x_{i-1}x_i} \leq \sqrt{x_i^2} = x_i and

x_i^* = \sqrt{x_{i-1}x_i} \geq \sqrt{x_{i-1}^2} = x_{i-1}

since everything in sight is greater than or equal to 1. so x_i^* is indeed "some" point in [x_{i-1},x_i], as taking a riemann sum requires.

this particular x_i^* is chosen for you as a kindness, to make it easier to evaluate f(x_i^*). so evaluate f(x_i^*), and use the identity provided.
 
Deveno said:
well, first of all, it should be clear that:

x_i^* = \sqrt{x_{i-1}x_i} \leq \sqrt{x_i^2} = x_i and

x_i^* = \sqrt{x_{i-1}x_i} \geq \sqrt{x_{i-1}^2} = x_{i-1}

since everything in sight is greater than or equal to 1. so x_i^* is indeed "some" point in [x_{i-1},x_i], as taking a riemann sum requires.

this particular x_i^* is chosen for you as a kindness, to make it easier to evaluate f(x_i^*). so evaluate f(x_i^*), and use the identity provided.

Oh I see, so you don't have to take the right, left or mid points to find the integral you can use any point?
 
theBEAST said:
Oh I see, so you don't have to take the right, left or mid points to find the integral you can use any point?

if a function is integrable, than ANY riemann sum will converge to the value of the integral. this is basic.

now, proving that a given function is actually integrable, can be an arduous process. however, in your class, you should have at least been told (and hopefully proved) that continuous functions, at least, are integrable (there are also a lot of non-continuous functions that are integrable, too...most notably "step functions").

since f(x) = 1/x2 is indeed continuous on the interval [1,2], you're good to go.

(the basic idea, is that no matter which point in our subinterval we pick, and no matter how we come up with a partition of [a,b], when the mesh size (the length of the largest subinterval) approaches 0, all the points in that subinterval get "closer together". for a continuous function, this means the values of f(x) on that subinterval also get closer together, so "getting the wrong one" isn't going to affect the sum very much. as a matter of practicality, if one actually has to (for some reason) find a bona-fide riemann sum, it is often convenient to choose a REGULAR partition, and choose either

a) an endpoint
b) the mid-point

of the sub-intervals. but if some other point in the (sub-)interval is more convenient for a particular function, yes, we can use that one instead. that's why there's a star on xi, to indicate that it is arbitrarily chosen (so any method of choosing one, is as good as any other...but maybe the calculations aren't so nice).).
 
I was refreshing myself on calculus earlier and came across this problem in a textbook. If we consider that x0 = 1 and x1* = √[1 * (1 + 1/n)] or equivalently √[(1 + 0/n)(1 + 1/n)], this may help you find that, in general, xi* = √[(1 + (i-1)/n)(1 + i/n)].

Expand it and simplify the result and you will eventually reach a point where you can apply that identity and divide the resultant summation into a difference of summations. Then carefully analyze the only distinction between the summations. Write out the summations explicitly if required. You will find that almost everything cancels except two terms. This will be your final answer.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top