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