1 / | | 2 | sin (w*t) dw | / 0
Integral(sin(w*t)^2, (w, 0, 1))
/ w for t = 0
|
/
/t cos(t)*sin(t) |- - ------------- |2 2 <----------------- for And(t > -oo, t < oo, t != 0) | t | \ 0 otherwise
=
/t cos(t)*sin(t) |- - ------------- |2 2 <----------------- for And(t > -oo, t < oo, t != 0) | t | \ 0 otherwise
Piecewise(((t/2 - cos(t)*sin(t)/2)/t, (t > -oo)∧(t < oo)∧(Ne(t, 0))), (0, True))
Use the examples entering the upper and lower limits of integration.