I'm trying to prove the following statement:
Let $a$ and $b$ be points in $\mathbb R^2$ and let $X$ be the set of all continuously differentiable functions $\gamma:[0,1]\to\mathbb R^2$, with $\gamma(0)=a$ and $\gamma(1)=b$. Further let $\delta$ be the metric on $X$ defined by $$\delta(\gamma_1,\gamma_2)=\sup_{[0,1]}\Vert\gamma_1-\gamma_2\Vert.$$ Then the metric space $X$ with metric $\delta$ is not complete.
At the point I am in the analysis book I'm working through, to do this I need to find a Cauchy sequence in $X$ which does not converge (in $X$). I tried considering the sequence $\gamma_n(t)=a+t^n(b-a)$, but I cannot seem to show that it's Cauchy (I can't figure out what to use for my $N$).
I did manage to show that, for $m\gt n$, $$\delta(\gamma_n,\gamma_m)=\Vert b-a\Vert\left(\frac{n}{m}\right)^{n/(m-n)}\frac{m-n}{m},$$ but I can't figure out how to work with this to ensure that it's smaller than $\epsilon\gt0$.
Thus my question is, does this sequence work? If not, how might I come up with one that does? If so, how might I show that it's Cauchy?

A rigorous way
Use
$$f_n(x)=\begin{cases}0&\text{for $x\le 0$}\\ x^{1+1/n}&\text{for $x>0$}\end{cases},\qquad f^*(x):=\begin{cases}0&\text{for $x\le 0$}\\x&\text{for $x>0$}\end{cases}$$
which gives the depicted sequence of functions and converges to $f^*$ on the interval $[-1,1]$.
$\qquad\qquad\qquad$
The important thing is: $f_n$ is differentiable for all $n$, but the limit curve is obviously not. Also, the end points are fixed, i.e. $f_n(-1)=0$ and $f_n(1)=1$ for all $n$. This means we can use this function to build our desired curve (assuming $a\not=b$)
$$\gamma_n(t)=a+f_n(2t-1)(b-a).$$
Proof.