407096: GYM102697 067 Tangential Velocity
Description
When an object is rotating around a central point in circular motion, a force called centripetal force exists. Centripetal force is the force that pulls the object towards the center, preventing it from flying off in a straight line. An equation exists to relate the centripetal force $$$F_c$$$, the mass of the object $$$m$$$, the tangential velocity $$$v$$$, and the radius of the circle $$$r$$$. This equation is represented as follows: $$$F_c = \frac{mv^{2}}{r}$$$. To solve this problem, you will be given the centripetal force, the mass of the object, and the radius of the rotation. With this information, determine the tangential velocity of the moving object.
InputThe first line contains three space-separated floating point values that represent the centripetal force, the mass of the object, and the radius of the rotation respectively.
OutputOutput a single floating point value that represents the tangential velocity of the movement.
ExampleInput100 10 5Output
7.0710678118654755