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