InterviewSolution
Saved Bookmarks
| 1. |
Integrate the following functions sinx/(1+cosx). |
|
Answer» Solution :LET t = 1+cosx. Then DT = -SINX DX therefore` int sinx/(1+cosx) dx = int 1/t xx -dt` =`-log|t|+c` =`-log|1+cosx|+c` |
|