I'm new to degree level mathematics and am gradually working my way through 'Mathematical Analysis' by Apostol. I am having difficulty trying to visualise the concept of Riemann-Stieltjes integration.
Is it possible to graph / visualise the Riemann-Stieltjes sums? For example, in this post "Calculate the Riemann Stieltjes integral", the user Tao provides a link to the following document: http://math2.eku.edu/jones/analysis_e_084.pdf
The following example is calculated:
Let $f(x) = -8+6x-x^{2}$ on $[2,5]$ and let $P = \{2,2.6,3,5\}$.
If $\alpha(x) = \sqrt{x}$, then
\begin{align} RS^{+}(f,\alpha,P) &= \Sigma_{k=1}^{n} M_{k} (\alpha(x_k)-\alpha(x_{k-1})\\ &= f(2.6)(\alpha(2.6)-\alpha(2)) + f(3)(\alpha(3)-\alpha(2.6)) + f(3)(\alpha(5)-\alpha(3))\\ &= 0.7901 \end{align} and \begin{align} RS^{-}(f,\alpha,P) &= \Sigma_{k=1}^{n} M_{k} (\alpha(x_k)-\alpha(x_{k-1})\\ &= f(0)(\alpha(2.6)-\alpha(2)) + f(2.6)(\alpha(3)-\alpha(2.6)) + f(5)(\alpha(5)-\alpha(3))\\ &= -11.8039 \end{align}
$\textbf{Questions:}$
I believe I understand the concepts of least upper bounds and greatest lower bounds but I'm having trouble understanding what the "width" really refers to in the above example (it seems we are taking the difference between partitions using $\sqrt{x}$, yet multiplying by lub or glb from $f(x)$?)
Is it possible to plot both $f(x)$ and $\alpha=\sqrt{x}$ and show the areas being summed? Or am I barking up the wrong tree?
Many thanks,
John