InterviewSolution
Saved Bookmarks
| 1. |
Evaluate the following integrals int (x^3-x^2 +x -1)/(x-1) dx |
| Answer» SOLUTION :`INT (x^3-x^2+x-1)/(x-1) DX = int(x^2(x-1)+x-1)/(x-1) dx = int (x^2+1)dx = x^3/3 +x+c` | |