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