Related Questions

Assertion: When a body moves along a circular path, no work is done by the centripetal force. Reason: The centripetal force is used on moving the body along the circular path and hence no work is done.
If v and $$\omega $$ are linear and angular velocities, the centripetal acceleration of a moving body along the circular path of radius r, will be
Choose the correct statement
public class Circle{ private double radius; public Circle(double radius){ radius = radius; }}