1 / | | 3 | ---------- dx | ___ 2 | \/ 3 - x | / 0
Integral(3/(sqrt(3) - x^2), (x, 0, 1))
La integral del producto de una función por una constante es la constante por la integral de esta función:
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=-1, c=sqrt(3), context=1/(-x**2 + sqrt(3)), symbol=x), False), (ArccothRule(a=1, b=-1, c=sqrt(3), context=1/(-x**2 + sqrt(3)), symbol=x), x**2 > sqrt(3)), (ArctanhRule(a=1, b=-1, c=sqrt(3), context=1/(-x**2 + sqrt(3)), symbol=x), x**2 < sqrt(3))], context=1/(-x**2 + sqrt(3)), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
// / 3/4\ \ || 3/4 |x*3 | | ||3 *acoth|------| | / || \ 3 / 2 ___| | ||------------------ for x > \/ 3 | | 3 || 3 | | ---------- dx = C + 3*|< | | ___ 2 || / 3/4\ | | \/ 3 - x || 3/4 |x*3 | | | ||3 *atanh|------| | / || \ 3 / 2 ___| ||------------------ for x < \/ 3 | \\ 3 /
3/4 / /4 ___\\ 3/4 / 4 ___\ 3/4 / / 4 ___\\ 3/4 /4 ___\ 3 *\pi*I + log\\/ 3 // 3 *log\1 + \/ 3 / 3 *\pi*I + log\-1 + \/ 3 // 3 *log\\/ 3 / ------------------------ + ------------------- - ----------------------------- - --------------- 2 2 2 2
=
3/4 / /4 ___\\ 3/4 / 4 ___\ 3/4 / / 4 ___\\ 3/4 /4 ___\ 3 *\pi*I + log\\/ 3 // 3 *log\1 + \/ 3 / 3 *\pi*I + log\-1 + \/ 3 // 3 *log\\/ 3 / ------------------------ + ------------------- - ----------------------------- - --------------- 2 2 2 2
3^(3/4)*(pi*i + log(3^(1/4)))/2 + 3^(3/4)*log(1 + 3^(1/4))/2 - 3^(3/4)*(pi*i + log(-1 + 3^(1/4)))/2 - 3^(3/4)*log(3^(1/4))/2
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.