

InterviewSolution
Saved Bookmarks
1. |
Four particles , each of mass M and equidistant from each other, move along a circle of radius R under the action of their mutual gravitational attraction. The speed of each particle is: |
Answer» <html><body><p>`<a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>((<a href="https://interviewquestions.tuteehub.com/tag/gm-1008640" style="font-weight:bold;" target="_blank" title="Click to know more about GM">GM</a>)/<a href="https://interviewquestions.tuteehub.com/tag/r-611811" style="font-weight:bold;" target="_blank" title="Click to know more about R">R</a>)` <br/>`sqrt(2sqrt(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>)(GM)/R)` <br/>`sqrt((GM)/R(1+2sqrt(2)))` <br/>`1/2sqrt((GM)/R(1+2sqrt2))` </p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :D</body></html> | |