

InterviewSolution
Saved Bookmarks
1. |
Integrate the following functions cos sqrtx/sqrtx |
Answer» <html><body><p></p>Solution :<a href="https://interviewquestions.tuteehub.com/tag/let-11597" style="font-weight:bold;" target="_blank" title="Click to know more about LET">LET</a>.` t =sqrtx`. Then `<a href="https://interviewquestions.tuteehub.com/tag/dt-960413" style="font-weight:bold;" target="_blank" title="Click to know more about DT">DT</a> = 1/(2sqrtx) dx` <br/> `<a href="https://interviewquestions.tuteehub.com/tag/gt-1013864" style="font-weight:bold;" target="_blank" title="Click to know more about GT">GT</a> 1/sqrtx dx = 2dt` <br/> therefore` int (<a href="https://interviewquestions.tuteehub.com/tag/cos-935872" style="font-weight:bold;" target="_blank" title="Click to know more about COS">COS</a> sqrtx)/sqrtx dx = int costxx2dt` <br/> =`2 sint t+c = 2sin sqrtx+c`</body></html> | |