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