A particle moves along the top of the parabola $y^2 = 2x$ from left to right at a constant speed of 5 units per second. Find the velocity of the particle as it moves through the point $(2, 2)$.
So I isolate $y$, giving me $y=\sqrt{2x}$. I then find the derivative of $y$, which is $1/\sqrt{2x}$. And $\sqrt{2x}=y$ so the derivative of also equal to $1/y$. At $(2,2)$ the derivative is 0.5. Not sure where to go from there though. Any help is appreciated.
In that case is useful to use parametric equation that is
$$y^2=2x \implies \vec s(t)=(2c^2t^2,2ct) \implies \vec v(t)=s'(t)=(4c^2t,2c)$$
and since the point $(2,2)$ is reached at $t=1/c$, that is $\vec s(1/c)=(2,2)$, the velocity at that point is $\vec v(1/c)=(4c,2c)$ and since the speed is $5$ we have
$$\|v(1/c)\|=\sqrt{16c^2+4c^2}=5 \implies c=\frac{\sqrt 5}2$$
therefore the velocity at $(2,2)$ is
$$v(t)=\left(2\sqrt 5,\sqrt 5\right)$$
As an alternative
$$y^2=2x \implies 2ydy=2dx \implies \frac{dy}{dx}=\frac1y$$
therefore at the point $(2,2)$ the tangent vector is $(4,2)$ and then the velocity vector is $k(4,2)$ and form the condition on the speed we find
$$5=k\sqrt{16+4}\implies k=\frac{\sqrt 5}2$$