I am trying to determine whether the $f(x) = \sqrt x$ is of bounded variation but only what I can proceed to is the definition of bounded variation:
$$V_a^bf=\sup\left\{\sum_{i=1}^{n}\left|\sqrt{x_i} - \sqrt {x_{i-1}}\right|, n \in \Bbb N, a=x_0<x_1<..<x_n=b\right\}$$
From above which step do I have to take to get to the conclusion of whether $f$ is of bounded variation or not?
$f(x)=\sqrt x$ is increasing function ,so $|\sqrt x_i - \sqrt {x_{i-1}}|=\sqrt x_i - \sqrt {x_{i-1}}$ then $$V_a^bf=\sup\left\{\sum_{i=1}^{n}\left|\sqrt{x_i} - \sqrt {x_{i-1}}\right|, n \in \Bbb N, a=x_0<x_1<..<x_n=b\right\}=\\ \sup\left\{\sum_{i=1}^{n}\left(\sqrt{x_i} - \sqrt {x_{i-1}}\right), n \in \Bbb N, a=x_0<x_1<..<x_n=b\right\}=\\ \sup\left\{(\sqrt{x_n}-\sqrt{x_{n-1}})+(\sqrt{x_{n-1}}-\sqrt{x_{n-2}})+(\sqrt{x_{n-2}}-\sqrt{x_{n-3}})+...+(\sqrt{x_2}-\sqrt{x_{1}})\right\}\\ \sup\left\{(\sqrt{x_n}-\sqrt{x_{1}})\right\}=\\b-a$$