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