- 1,142
- 0
To integrate functions as the limit of an integral sum, how can we know which way to take the partition points in the interval?
For example, in
\int_{a}^{b} x dx
I can take the partition points as
x_o = a
x_1 = a + \delta x
...
x_k = a+ k\delta x
where \delta x = \frac{b-a}{n}
So that the sum is \sum_{k=1}^{n} f(x_{k-1}) \delta x
But to integrate
\int_{a}^{b} \sqrt{x} dx
If I take the partition points as above the sum will be
(\delta x)(\sqrt{a} + \sqrt{a+ \delta x} + ... )
which I cannot find.
I can solve the question if I take the partition points as
x_0 = a
x_1 = aq
...
x_k=aq^k
Where q=(\frac{b}{a})^(1/n).
{The idea to take it this way was given as a hint in the book}
So, is there any other specific manner in which I should spilt the partition points and if so is there a general method in which I can know how to take the values of x_0, x_1, x_2 to solve the problem?
For example, in
\int_{a}^{b} x dx
I can take the partition points as
x_o = a
x_1 = a + \delta x
...
x_k = a+ k\delta x
where \delta x = \frac{b-a}{n}
So that the sum is \sum_{k=1}^{n} f(x_{k-1}) \delta x
But to integrate
\int_{a}^{b} \sqrt{x} dx
If I take the partition points as above the sum will be
(\delta x)(\sqrt{a} + \sqrt{a+ \delta x} + ... )
which I cannot find.
I can solve the question if I take the partition points as
x_0 = a
x_1 = aq
...
x_k=aq^k
Where q=(\frac{b}{a})^(1/n).
{The idea to take it this way was given as a hint in the book}
So, is there any other specific manner in which I should spilt the partition points and if so is there a general method in which I can know how to take the values of x_0, x_1, x_2 to solve the problem?