1 / | | / 2\ | sin(n*pi*x)*\x - x / | -------------------- dx | n*pi | / 0
Integral((sin((n*pi)*x)*(x - x^2))/((n*pi)), (x, 0, 1))
/ // 0 for n = 0\ \ | || | | / | // 0 for n = 0\ || //cos(pi*n*x) x*sin(pi*n*x) \ | | | | || | || ||----------- + ------------- for n != 0| | | | / 2\ | || //sin(pi*n*x) \ | || || 2 2 pi*n | | // 0 for n = 0\ // 0 for n = 0\| | sin(n*pi*x)*\x - x / 1 | || ||----------- for pi*n != 0| | || || pi *n | | || | 2 || || | -------------------- dx = C + ----*|- |<-|< pi*n | | + 2*|<-|< | | + x*|<-cos(pi*n*x) | - x *|<-cos(pi*n*x) || | n*pi pi*n | || || | | || || 2 | | ||------------- otherwise| ||------------- otherwise|| | | || \\ x otherwise / | || || x | | \\ pi*n / \\ pi*n /| / | ||------------------------------- otherwise| || || -- otherwise | | | | \\ pi*n / || \\ 2 / | | | ||-------------------------------------------- otherwise| | \ \\ pi*n / /
/ sin(pi*n) 2*cos(pi*n) | - --------- - ----------- | 2 2 3 3 | 2 pi *n pi *n <------ + ------------------------- for And(n > -oo, n < oo, n != 0) | 4 4 pi*n |pi *n | \ 0 otherwise
=
/ sin(pi*n) 2*cos(pi*n) | - --------- - ----------- | 2 2 3 3 | 2 pi *n pi *n <------ + ------------------------- for And(n > -oo, n < oo, n != 0) | 4 4 pi*n |pi *n | \ 0 otherwise
Piecewise((2/(pi^4*n^4) + (-sin(pi*n)/(pi^2*n^2) - 2*cos(pi*n)/(pi^3*n^3))/(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.