pi / | | sin(t) | ------------ dt | 1 - k*cos(t) | / 0
Integral(sin(t)/(1 - k*cos(t)), (t, 0, pi))
/ | //log(1 - k*cos(t)) \ | sin(t) ||----------------- for k != 0| | ------------ dt = C + |< k | | 1 - k*cos(t) || | | \\ -cos(t) otherwise / /
/ / 1\ / 1\ |log|-1 - -| log|1 - -| | \ k/ \ k/ <----------- - ---------- for And(k > -oo, k < oo, k != 0) | k k | \ 2 otherwise
=
/ / 1\ / 1\ |log|-1 - -| log|1 - -| | \ k/ \ k/ <----------- - ---------- for And(k > -oo, k < oo, k != 0) | k k | \ 2 otherwise
Piecewise((log(-1 - 1/k)/k - log(1 - 1/k)/k, (k > -oo)∧(k < oo)∧(Ne(k, 0))), (2, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.