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