

InterviewSolution
Saved Bookmarks
1. |
Findthe area boundedby theellipse(x^2)/( a^2) +(y^2)/(b^2) =1and thecordinatesx=0andx = ae,whereb^2= a^2 ( 1- e^2) ande lt 1 . |
Answer» <html><body><p><br/></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> :`ab [<a href="https://interviewquestions.tuteehub.com/tag/e-444102" style="font-weight:bold;" target="_blank" title="Click to know more about E">E</a> <a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>(1-e^2) + <a href="https://interviewquestions.tuteehub.com/tag/sin-1208945" style="font-weight:bold;" target="_blank" title="Click to know more about SIN">SIN</a>^(-1)e]`</body></html> | |