1 / | | 1 | ------ dx | 2 | 7 - x | / 0
Integral(1/(7 - x^2), (x, 0, 1))
PiecewiseRule(subfunctions=[(ArctanRule(a=1, b=-1, c=7, context=1/(7 - x**2), symbol=x), False), (ArccothRule(a=1, b=-1, c=7, context=1/(7 - x**2), symbol=x), x**2 > 7), (ArctanhRule(a=1, b=-1, c=7, context=1/(7 - x**2), symbol=x), x**2 < 7)], context=1/(7 - x**2), symbol=x)
Add the constant of integration:
The answer is:
// / ___\ \
|| ___ |x*\/ 7 | |
||\/ 7 *acoth|-------| |
/ || \ 7 / 2 |
| ||-------------------- for x > 7|
| 1 || 7 |
| ------ dx = C + |< |
| 2 || / ___\ |
| 7 - x || ___ |x*\/ 7 | |
| ||\/ 7 *atanh|-------| |
/ || \ 7 / 2 |
||-------------------- for x < 7|
\\ 7 /
___ / / ___\\ ___ / ___\ ___ / / ___\\ ___ / ___\
\/ 7 *\pi*I + log\-1 + \/ 7 // \/ 7 *log\\/ 7 / \/ 7 *\pi*I + log\\/ 7 // \/ 7 *log\1 + \/ 7 /
- ------------------------------ - ---------------- + ------------------------- + --------------------
14 14 14 14
=
___ / / ___\\ ___ / ___\ ___ / / ___\\ ___ / ___\
\/ 7 *\pi*I + log\-1 + \/ 7 // \/ 7 *log\\/ 7 / \/ 7 *\pi*I + log\\/ 7 // \/ 7 *log\1 + \/ 7 /
- ------------------------------ - ---------------- + ------------------------- + --------------------
14 14 14 14
-sqrt(7)*(pi*i + log(-1 + sqrt(7)))/14 - sqrt(7)*log(sqrt(7))/14 + sqrt(7)*(pi*i + log(sqrt(7)))/14 + sqrt(7)*log(1 + sqrt(7))/14
Use the examples entering the upper and lower limits of integration.