InterviewSolution
Saved Bookmarks
| 1. |
Integrate the following : int(2sqrtx+3/sqrtx)dx |
|
Answer» Solution :`int(2sqrtx+3/sqrtx)dx` =2`int(x)^(3/2)dx`+3`int(x)^(-1/2)dx` `2x^(3/2)/(3/2)`+`3X^(1/2)/(1/2)`+C=`(4/3)x^(3/2)`+`6X^(1/2)`+C |
|