InterviewSolution
Saved Bookmarks
| 1. |
`int (((x^(4) + 1))/((x^(2) + 1))) dx = ?`A. `(x^(3))/(3) + x - tan^(-1) x + C`B. `(x^(3))/(3) - x + 2 tan^(-1) x + C`C. `(x^(3))/(3)0 + x - 2 tan^(-1) x +C`D. none of these |
|
Answer» Correct Answer - B On dividing `(x^(4) + 1)` by `(x^(2) +1)`, we get `((x^(4)+1))/((x^(2) + 1)) = (x^(2) - 1) + 2/((1+x^(2)))`. |
|