InterviewSolution
Saved Bookmarks
| 1. |
int(x^(4) - 1)/(x^(2)(x^(4) + x^(2)+1)^(1//2)) dx iseqal to |
|
Answer» `sqrt((X^(4) + x^(2) + 1)/(x))+c` `=int(d)/( dx) ((sqrt(x^(4) + x^(2) +1))/( x))dx = ( sqrt( x^(4)+x^(2)+1))/(x ) + c ` |
|