1 / | | 3 | ----------- dx | ________ | / 2 | \/ 1 - x | / 0
Integral(3/(sqrt(1 - x^2)), (x, 0, 1))
The integral of a constant times a function is the constant times the integral of the function:
TrigSubstitutionRule(theta=_theta, func=sin(_theta), rewritten=1, substep=ConstantRule(constant=1, context=1, symbol=_theta), restriction=(x > -1) & (x < 1), context=1/(sqrt(1 - x**2)), symbol=x)
So, the result is:
Now simplify:
Add the constant of integration:
The answer is:
/
|
| 3
| ----------- dx = C + 3*({asin(x) for And(x > -1, x < 1))
| ________
| / 2
| \/ 1 - x
|
/
Use the examples entering the upper and lower limits of integration.