Possible errors in my professor's notes, Abel summation

141 Views Asked by At

In my professor's notes he has written this:

$$\int_1^N \frac{\{t\} - \frac{1}{2}}{t}dt = \int_1^N\frac{1}{t}d \left(\int_1^t B(y)dy \right) = \int_1^t B(y)dy|_1^N + \int_1^N \frac{\int_1^t B(y)dy}{t^2}dt$$

Where $\{x\}$ indicates the fractional part of $x$ and $B(x) = \{x\} - \frac{1}{2}$.

This is Abel summation with the Riemann-Stieltjes integral.

What I don't understand is I feel first that the lower bound of the $\displaystyle \int_1^t$ integrals should all be $\dfrac{1}{2}$ and not $1$, and second since this is integration by parts there should be a $\dfrac{1}{t}$ in front of the $\displaystyle \left. \int_1^t B(y)dy \right \vert_1^N$ term.

Am I missing something? Thanks.

1

There are 1 best solutions below

3
On BEST ANSWER

There should be a $\dfrac1t$ infront of the integral $\displaystyle \left( \int_1^{t} B(y) dy \right)$. $$\int_1^{N} \dfrac{\{t\} - \dfrac12}t dt = \int_1^{N} \dfrac1t d \left( \int_1^t B(y) dy\right)\\ = \left. \left(\dfrac1t \left( \int_1^{t} B(y) dy\right) \right) \right \rvert_{1}^{N} + \int_1^{N} \dfrac1{t^2} \left( \int_1^{t} B(y) dy\right) dt$$ The lower bound for the inner integral $\displaystyle \int_1^t (\cdot) dy$ can in principle be anything since $$d \left( \int_a^t B(y) dy\right) = B(t) dt = \left(\{t\} - \dfrac12 \right) dt$$ where $a$ is any fixed real number.