1 / | | 1 | ----------------- dx | ______________ | / 2 | \/ 5 - 2*x - x | / 0
Integral(1/(sqrt(5 - 2*x - x^2)), (x, 0, 1))
1 / | | 1 | ----------------- dx | ______________ | / 2 | \/ 5 - x - 2*x | / 0
=
1 / | | 1 | ----------------- dx | ______________ | / 2 | \/ 5 - x - 2*x | / 0
Integral(1/sqrt(5 - x^2 - 2*x), (x, 0, 1))
Use the examples entering the upper and lower limits of integration.