How would I integrate the following?
$\int_a^\infty (w-a)dF(w)$
for any fixed $a$, where $F(0)=0$ and $F(w)$ is strictly increasing and converges to $1$ as $w\to \infty$ .
I've started by using the formula I've seen for integration by parts for Riemann-Stieltjes, modifying it slightly to be defined for unbounded intervals, so I've written,
$\int_a^\infty (w-a)dF(w)$=$\lim_{w \to \infty} (w-a) F(w) - (a-a)F(a) -\int_a^\infty F(w)dw$
$\int_a^\infty (w-a)dF(w)$=$\lim_{w \to \infty} (w-a) F(w) -\int_a^\infty F(w)dw$
Clearly, the limit of the first object on the right goes to $\infty$, so where have I gone wrong?
Thanks.