I want to find a partial fraction expansion for the following: ($b$ is a constant)
$$\frac{1}{(b^2+x^2)(b^2+y^2)}$$
As there are two variables, I am unsure what form the decomposition should be of. I am looking for one where the coefficients of the terms in the numerator are independent of $x$ and $y$. My only idea at the moment is this form: ($f$ and $g$ are polynomial functions here)
$$\frac{1}{(b^2+x^2)(b^2+y^2)} = \frac{f(x,y)}{(b^2+x^2)} + \frac{g(x,y)}{(b^2+y^2)}$$
How should I chose the numerators?