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.
What is wrong is that using the parametric coordinates
$$s(t)=(ct,c^2t^2)$$
the point is not moving with unit speed. This can be easily seen by computing the norm of the speed, which is not constant. You need to normalize the speed for all $t$. Then find the time at which the point $(1/4,1/2)$ is reached. And finally compute the acceleration at this point.