Integral of y*sin(2xy) dy
The solution
The answer (Indefinite)
[src]
// 0 for x = 0\
|| |
/ || //sin(2*x*y) \ | // 0 for x = 0\
| || ||---------- for 2*x != 0| | || |
| y*sin(2*x*y) dy = C - |<-|< 2*x | | + y*|<-cos(2*x*y) |
| || || | | ||------------ otherwise|
/ || \\ y otherwise / | \\ 2*x /
||----------------------------- otherwise|
\\ 2*x /
∫ysin(2xy)dy=C+y({0−2xcos(2xy)forx=0otherwise)−⎩⎨⎧0−2x{2xsin(2xy)yfor2x=0otherwiseforx=0otherwise
/ cos(2*x) sin(2*x)
|- -------- + -------- for And(x > -oo, x < oo, x != 0)
| 2*x 2
< 4*x
|
| 0 otherwise
\
{−2xcos(2x)+4x2sin(2x)0forx>−∞∧x<∞∧x=0otherwise
=
/ cos(2*x) sin(2*x)
|- -------- + -------- for And(x > -oo, x < oo, x != 0)
| 2*x 2
< 4*x
|
| 0 otherwise
\
{−2xcos(2x)+4x2sin(2x)0forx>−∞∧x<∞∧x=0otherwise
Piecewise((-cos(2*x)/(2*x) + sin(2*x)/(4*x^2), (x > -oo)∧(x < oo)∧(Ne(x, 0))), (0, True))
Use the examples entering the upper and lower limits of integration.