

InterviewSolution
Saved Bookmarks
1. |
What is `int (dx)/(sqrt(4 + x^(2)))` equal to ?A. `l n |sqrt(4 + x^(2)) + x| + c`B. `l n |sqrt(4 + x^(2)) -x| + c`C. `sin^(-1) ((x)/(2)) + c`D. None of these |
Answer» Correct Answer - A `int (dx)/(sqrt(4 + x^(2))) = int (dx)/(sqrt(2^(2) + x^(2))) = ln |sqrt(4 + x^(2)) + x| + C` |
|