I just solved question #2 on p. 248 from Spivak's Calculus Fourth Edition (2008). Solving it wasn't the issue. I'm trying to understand the idea behind it. This is a screenshot of the question:
I'm trying to understand what is meant by "reparameterizing hides a corner". What does the author mean by "hide" in what sense is it being hidden? For reference, the function that this is being applied to is the following:
$$ f(x) = \left\{ \begin{array}\ x^{2},\ x \geq 0 \\ -x^{2},\ x \leq 0 \\ \end{array} \right.$$
EDIT: Image of fig 21 as requested




The corner here is the point $(0,0)$, as it is a non-differentiable corner of the curve represented by the graph of $h(x)=|x|$ (parametrized by $(t,h(t))$).
This non-differentiability is what is being hidden by this reparametrization of the curve as both $f(t)$ and $t^2$ are differentiable functions. The way it does this is by having derivative $0$ for both the $f(t)$ and $t^2$ at $(0,0)$.