InterviewSolution
Saved Bookmarks
| 1. |
Integrate the following functions cosx/sqrt(1+sinx) |
|
Answer» SOLUTION :LET t = 1+sinx. Then dt = COSX dx therefore` int cosx/sqrt(1+sinx) dx = int 1/sqrtt (dt)` `2sqrtt+c = 2sqrt(1+sinx+c)` |
|