This is problem 3 from Spivak's calculus 4th edition, appendix of chapter 13. before stating problem 3, problem 2 is relevant.
Problem 2 asks to prove that if $f$ and $g$ are continuous and non negative on $[a,b]$ and $P = \{t_0, \dots , t_n\}$ is a partition of $[a,b]$ and we choose sets of points $x_i, u_i \in [t_{i-1}, t_i]$ we can make the sum $\sum_{i=1}^n \sqrt{f(x_i) + g(u_i)}\Delta t_i $ within $\epsilon$ of $\int_{a}^b \sqrt{f + g}$ provided that all $\Delta t_i$ are small enough(there exists $\delta$ such that mesh $P < \delta$ ).
Problem 3 Consider a curve $c$ given parametrically by two functions $u$ and $v$ on $[a,b]$ For a partition $P = \{t_0, \dots, t_n\}$ of $[a,b]$ we define
$$\mathcal{l}(c,P) = \sum_{i = 1}^n \sqrt{[u(t_i) -u(t_{i-1})]^2+ [v(t_i) -v(t_{i-1})]^2} $$.
We define the length of $c$ to be the least upper bound of all $\mathcal{l}(c,P)$ if it exists. Prove that if $u'$ and $v'$ are continuous then the length of $c$ is $$\int_a^b \sqrt{u'^2+v'^2}$$
What I've done is this:
By the mean value theorem, there exist sets of points $x_i, y_i \in [t_{i-1}, t_i]$ with $$\sum_{i = 1}^n \sqrt{u'^2(x_i) + v'^2(y_i)} = \sum_{i=1}^n \sqrt{\bigg{[}\frac{u(t_i) - u(t_{i-1})}{\Delta t_i}\bigg{]}^2 + \bigg{[}\frac{v(t_i)-v(t_{i-1})}{\Delta t_i}\bigg{]}^2} $$
Thus $$ \mathcal{l}(c,P) = \sum_{i= 1}^n \sqrt{u'^2(x_i) + v'^2(y_i)}\Delta t_i$$
Let $m_i, m'_i \in [t_{i-1}, t_i]$ such that $u'(m_i)$ is the minimum value of $u'$ in $[t_{i-1}, t_i]$ and similarly for $v'(m'_i)$ and $M_i, M'_i \in [t_{i-1}, t_i]$ such that $u'(M_i)$ is the maximum value of $u'$ in $[t_{i-1}, t_i]$ and similarly for $v'(M'_i)$
Thus
$$ \sum_{i = 1}^n \sqrt{u'^2(m_i) + v'^2(m'_i)}\Delta t_i \leq \mathcal{l}(c,P) \leq \sum_{i = 1}^n \sqrt{u'^2(M_i) + v'^2(M'_i)}\Delta t_i $$
By problem 2, there exists $\delta > 0$ such that for all partitions P with mesh $ P < \delta$ we have $$-\epsilon < \sum_{i = 1}^n \sqrt{u'^2(m_i) + v'^2(m'_i)}\Delta t_i - \int_a^b \sqrt{u'^2 + v'^2} \leq \mathcal{l}(c,P) - \int_a^b \sqrt{u'^2 + v'^2} \leq \sum_{i = 1}^n \sqrt{u'^2(M_i) + v'^2(M'_i)}\Delta t_i - \int_a^b \sqrt{u'^2 + v'^2} <\epsilon$$
So for all $\epsilon > 0$ there exists $\delta > 0$ such that for all partitions P with mesh $P < \delta$ we get $$|\mathcal{l}(c,P) - \int_a^b \sqrt{u'^2 + v'^2} | < \epsilon \tag{1}$$
This is where I am stuck, if $A = \sup\{\mathcal{l}(c,P), P \text{ a partition of } [a,b]\}$ I've been trying to show that for all $\epsilon > 0 $ $|A - \int_a^b \sqrt{u'^2 + v'^2} |<\epsilon$ but I don't know how to prove it from(1). Any ideas?