A point is moving along the curve $y = x^2$ with unit speed. What is the magnitude of its acceleration at the point $(1/2, 1/4)$?
My approach : I use the parametric equation $s(t) = (ct, c^2t^2)$, then $v(t) = s'(t) = (c, 2c^2t)$ and $a(t) = v'(t) = (0, 2c^2)$. Now the point $(1/2, 1/4)$ is reached at time $t = \frac{1}{2c}$, so $v(\frac{1}{2c}) = (c, c)$. Now the unit speed condition gives us $\sqrt{c^2 + c^2} = 1 \implies c = \frac{1}{\sqrt{2}}$. So the magnitude of acceleration is $2c^2 = 1$.
But the answer is $\frac{1}{\sqrt{2}}$. Can someone help me what is wrong in my approach.