Let $U=\{(x,y)\in\Bbb{R}^2~|~1<x^2+y^2<4\}$. Let $p,q\in U$. Show that there is a continuous map $\gamma:[0,1]\to U$ such that $\gamma(0)=p,\gamma(1)=q$ and such that $\gamma$ is differentiable over $(0,1)$.
The existence of a continuous map is trivial because the given set $U$ is path connected. But how do I find a map that is also differentiable.
You can explicitly construct it here: $p=(r\cos(\alpha),r\sin(\alpha))$ and $q=(s\cos(\beta),s\sin(\beta))$ and thus by linear interpolation for both the radius and angle: $$\gamma(t)=((1-t)r+ts)(\cos((1-t)\alpha+t\beta),\sin((1-t)\alpha+t\beta))$$ which is obviously differentiable and lies within $U$, since $1<((1-t)r+ts)<2$ for $t\in[0,1]$.