Problem statement:
A sphere is rolling in rain from point A to point B. The vertical speed of rain is V and horizontal speed of rain is v, as shown in the picture. Angle between horizontal component of rain's velocity and sphere's velocity is $\varphi$. What is the optimal speed of sphere so that it would be as dry as possible?
So here's what I tried to do:
The velocity of rain in respect to the sphere is $\vec{v} = \vec{v_s} - \vec{v_r}; v=\sqrt{v_s^2 + v_r^2} = \sqrt{v_s^2+(\sqrt{V^2+v^2})^2}=\sqrt{v_s^2+V^2+v^2}$. I thought that maybe if I found the derivative of this function in respect to $v_s$ and equated it to 0, that could be the answer. But I don't know how to find the derivative of such function and the solution doesn't seem right to me, though I couldn't come up with anything better.. Any help appreciated!
