InterviewSolution
Saved Bookmarks
| 1. |
If f(x) = x , g (x) = sinx , then `int` f(g(x)) dx is equal toA. sinx + cB. `-cos x + c`C. `(x^(2))/(2) + c`D. `x sin x + c` |
|
Answer» Correct Answer - B `int f(g (x) ) dx = int f (sin x ) dx` `= int sinx dx ` `= - cos x + c ` |
|