InterviewSolution
Saved Bookmarks
| 1. |
`int(dx)/((1+cos^(2)x))` |
|
Answer» Correct Answer - `(1)/(sqrt(2))tan^(-1)((tanx)/(sqrt(2)))+C` On dividing num and denom by `cos^(2)x` , we get `I=int(sec^(2)x)/((2+tan^(2)x))dx=int(dt)/((2+t^(2)))` , where tan x =t. |
|