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