Demon117
- 162
- 1
Homework Statement
(a) Let \alpha:I=[a,b]→R^2 be a differentiable curve. Assume the parametrization is arc length. Show that for s_{1},s_{2}\in I, |\alpha(s_{1})-\alpha(s_{2})|≤|s_{1}-s_{2}| holds.
(b) Use the previous part to show that given \epsilon >0 there are finitely many two dimensional open discs B_{\epsilon}(x_{i}), i=1,..,n such that \alpha (I)\subset \cup _{i=1..n}B_{\epsilon}(x_{i}) and \sum_{i}Area(B_{\epsilon}(x_{i}))<\epsilon.
2. The attempt at a solution
(a) For this I made an argument using the mean value theorem for equality. For all s\in I, we have |\alpha '(s)|=1 since the curve is parametrized by arc length. Then, given some s_{o}\in (s_{1},s_{2}) for some s_{1},s_{2}\in[a,b] we have by the mean value theorem
\frac{\alpha(s_{1})-\alpha(s_{2})}{s_{1}-s_{2}}=\alpha'(s_{o})
whereby,
\frac{|\alpha(s_{1})-\alpha(s_{2})|}{|s_{1}-s_{2}|}=1, so equality holds.
I am unsure how I should show that it has to be less than. I will have to think of this more. What I am really stuck on is how to even attempt part (b). Any suggestions would be very appreciated.