4 / | | 1 /pi*n*x\ | -----*6*sin(4*pi*x)*sin|------| dx | ___ \ 4 / | \/ 2 | / 0
Integral((sqrt(1/2)*(6*sin((4*pi)*x)))*sin(((pi*n)*x)/4), (x, 0, 4))
// / pi*n*x\ / / pi*n*x\ \ || 8*tan|-2*pi*x + ------| | 8*tan|2*pi*x + ------| | || \ 8 / | \ 8 / | ||-------------------------------------------------------------------------- for n != 16 |----------------------------------------------------------------------- for n != -16| |< 2/ pi*n*x\ 2/ pi*n*x\ < 2/ pi*n*x\ 2/ pi*n*x\ | ||-16*pi + pi*n - 16*pi*tan |-2*pi*x + ------| + pi*n*tan |-2*pi*x + ------| |16*pi + pi*n + 16*pi*tan |2*pi*x + ------| + pi*n*tan |2*pi*x + ------| | / || \ 8 / \ 8 / | \ 8 / \ 8 / | | || | | | 1 /pi*n*x\ ___ |\ x otherwise \ x otherwise | | -----*6*sin(4*pi*x)*sin|------| dx = C + 3*\/ 2 *|---------------------------------------------------------------------------------------- - --------------------------------------------------------------------------------------| | ___ \ 4 / \ 2 2 / | \/ 2 | /
/ ___ | -6*\/ 2 for n = -16 | | ___ | 6*\/ 2 for n = 16 < | ___ |192*\/ 2 *sin(pi*n) |------------------- otherwise | 2 \ -256*pi + pi*n
=
/ ___ | -6*\/ 2 for n = -16 | | ___ | 6*\/ 2 for n = 16 < | ___ |192*\/ 2 *sin(pi*n) |------------------- otherwise | 2 \ -256*pi + pi*n
Piecewise((-6*sqrt(2), n = -16), (6*sqrt(2), n = 16), (192*sqrt(2)*sin(pi*n)/(-256*pi + pi*n^2), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.