Find the expression of $\frac{1}{Dx^2-Dy^2} \sin (x-y)$
May I ask if anybody could, please, tell me how to do this? I am not getting anything on this.
$$ \frac{1}{Dx^2-Dy^2} \sin (x-y) = \frac{1}{D(x^2-y^2)} \sin (x-y) = \int \frac{\sin (x-y)}{x^2-y^2} $$
Not sure which one to tag. So including differential and partial differential tags
I do not know what details I need to add. I am preparing for a competitive exam and the question is asked in previous year model paper. I just posted it as it is. After seeing the explanation I got to see it belongs to partial differential equations, but I thought it is from differential equations. Please correct me if I am wrong somewhere.
The result of that expression actually gives a particular solution to the PDE $D_x^2u-D_y^2u=u_{xx}-u_{yy}=\sin(x-y).$ This is called an operator method to find particular solutions.
$u_p= \frac{1}{Dx^2-Dy^2} \sin (x-y)=\frac{1}{-1-1}\sin (x-y)=-\frac{1}{2}\sin(x-y),$
where we have used $D_x^2=-1$ and $D_y^2=-1$ coming from the general formula $$\frac{1}{P(Dx^2, Dy^2)} \sin (ax+by)=\frac{1}{P(-a^2, -b^2)} \sin (ax+by)$$ and in your case the partial differential operator $P$ is $P(Dx^2, Dy^2)=Dx^2-Dy^2$.
Edit: I have made a mistake because the above formula does not work as @achille hui commented because $P(-a^2, -b^2)=0$. To resolve this after factorizing the operator we use the formula $$\frac{1}{P(D_x, D_y)}e^{ax+by}=\frac{1}{P(a, b)}e^{ax+by}$$ provided that $P(a, b)\neq 0$. $$u_p= \frac{1}{Dx^2-Dy^2} \sin (x-y)=\frac{1}{Dx^2-Dy^2} \text{Im} e^{i(x-y)}=\frac{1}{(D_x+D_y)(D_x-D_y)} \text{Im} e^{i(x-y)}$$
$$=\frac{1}{(D_x+D_y)(D_x-D_y)} \text{Im} e^{i(x-y)}=\frac{1}{(D_x+D_y)} \text{Im}\frac{e^{i(x-y)}}{2i}=\frac{1}{2}(x+y)\text{Im} \frac{e^{i(x-y)}}{2i}=-\frac{1}{4}(x+y)\cos(x-y).$$
For the last two steps first we have to calculate $\frac{1}{bD_x-aD_y} e^{ax+by}$. Notice that in this case when $D_x=a$ and $D_y=b$, the denominator is zero. To do so, I have used this formula $$\frac{1}{bD_x-aD_y} e^{ax+by}=\frac{ay-bx}{2ab}e^{ax+by}.\qquad (1) $$
Applying (1) to $\frac{1}{D_x+D_y} e^{ix-iy}$ with $a=i$ and $b=-i$ we get $$\frac{1}{D_x+D_y} e^{ix-iy}=\frac{(-iy-ix)}{2(i)(-i)}e^{ix-iy}=-\frac{i}{2}(x+y)e^{ix-iy}=-\frac{i}{2}(x+y)e^{i(x-y)}.$$ Thus using this and Euler's formula $e^{it}=\cos t+i\sin t$ and taking the imaginary part of the resulting expression with $t=x-y$ we find $-\frac{1}{4}(x+y)\cos(x-y).$ Note: Of course for some operators it may be better to use another way to find a particular solutions. I have used this because your question about operator method.