InterviewSolution
Saved Bookmarks
| 1. |
Integrate the following intdx/(x^2+2x+2) |
|
Answer» SOLUTION :`INTDX/(x^2+2x+2)`[put(1+x=t then dx=dt] `INT(dt)/(1+t^2)=tan^(-1)t+C` `tan^(-1)(1+x)+C` |
|