

InterviewSolution
Saved Bookmarks
1. |
The value of `int((ax^2-b)dx)/(xsqrt(c^2x^2-(ax^2+b)^2))` is equal toA. `(1)/(c)sin^(-1)(ax+(b)/(x))+k`B. `c sin^(-1)(a+(b)/(x))+k`C. `sin^(-1)((ax+(b)/(x))/(c))+k`D. none of these |
Answer» Correct Answer - C Let `I=int ((ax^(2)-b)dx)/(xsqrt(c^(2)x^(2)-(ax^(2)+b)^(2)))` `=int((a-(b)/(x^(2)))dx)/(sqrt(c^(2)-(ax+(b)/(x))^(2))), " "{("Put "ax+(b)/(x)=t),( :.(a-(b)/(x^(2)))dx=dt):}` `=int(dt)/(sqrt(c^(2)-t^(2)))` ` =sin^(-1)((t)/(c))+k` `=sin^(-1)((ax+(b)/(x))/(c))+C` |
|