4 / | | 2 /x*p*k\ | x *cos|-----| dx | \ 4 / | / 0
Integral(x^2*cos(((x*p)*k)/4), (x, 0, 4))
// 3 \ || x | || -- for Or(And(k = 0, p = 0), k = 0, p = 0)| || 3 | || | / || // 0 for Or(k = 0, p = 0)\ | // x for Or(k = 0, p = 0)\ | || || | | || | | 2 /x*p*k\ || || /k*p*x\ /k*p*x\ | | 2 || /k*p*x\ | | x *cos|-----| dx = C - 2*|< ||16*sin|-----| 4*x*cos|-----| | | + x *|<4*sin|-----| | | \ 4 / ||4*|< \ 4 / \ 4 / | | || \ 4 / | | || ||------------- - -------------- otherwise | | ||------------ otherwise | / || || 2 2 k*p | | \\ k*p / || || k *p | | || \\ / | ||--------------------------------------------------------- otherwise | || k*p | \\ /
/ 64/3 for Or(And(k = 0, p = 0), k = 0, p = 0) | | 128*sin(k*p) 64*sin(k*p) 128*cos(k*p) <- ------------ + ----------- + ------------ otherwise | 3 3 k*p 2 2 | k *p k *p \
=
/ 64/3 for Or(And(k = 0, p = 0), k = 0, p = 0) | | 128*sin(k*p) 64*sin(k*p) 128*cos(k*p) <- ------------ + ----------- + ------------ otherwise | 3 3 k*p 2 2 | k *p k *p \
Piecewise((64/3, (k = 0)∨(p = 0)∨((k = 0)∧(p = 0))), (-128*sin(k*p)/(k^3*p^3) + 64*sin(k*p)/(k*p) + 128*cos(k*p)/(k^2*p^2), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.