Integral de sin(w*x) dx
Solución
Respuesta (Indefinida)
[src]
/ //-cos(w*x) \
| ||---------- for w != 0|
| sin(w*x) dx = C + |< w |
| || |
/ \\ 0 otherwise /
∫sin(wx)dx=C+{−wcos(wx)0forw=0otherwise
/1 cos(w)
|- - ------ for And(w > -oo, w < oo, w != 0)
{−wcos(w)+w10forw>−∞∧w<∞∧w=0otherwise
=
/1 cos(w)
|- - ------ for And(w > -oo, w < oo, w != 0)
{−wcos(w)+w10forw>−∞∧w<∞∧w=0otherwise
Piecewise((1/w - cos(w)/w, (w > -oo)∧(w < oo)∧(Ne(w, 0))), (0, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.