

InterviewSolution
Saved Bookmarks
1. |
Find the derivative of `(sqrt(x)(x+4)^(3/2))/((4x-3)^(4/3))` |
Answer» `"Let y"=(sqrt(x)(x+4)^(3//2))/((4x-3)^(4//3))` Taking log of both sides, we get `log y=(1)/(2) log x +(3)/(2) log (x+4)-(4)/(3) log (4x-3)` `Differentiating both sides w.r.t x, we get |
|