

InterviewSolution
Saved Bookmarks
1. |
A particle moves on a circle of radius r with centripetal acceleration as function of time as a_e = k^2 rt^2where k is a positive constant. Find the resultant acceleration. |
Answer» <html><body><p>`kt^2` <br/>`<a href="https://interviewquestions.tuteehub.com/tag/kr-534811" style="font-weight:bold;" target="_blank" title="Click to know more about KR">KR</a>` <br/>`kr <a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>(k^2 t^4 + <a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a>)` <br/>`kr sqrt(k^2 r^4 - 1)` </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> :<a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a></body></html> | |