I am trying to procure a generlization of the following result:
$\displaystyle \int_0^\infty \frac{e^{-cx} - e^{-dx}}{x} dx = \log(d/c)$ for $0<c<d$
This result is obtained by considering $$\int_a^b \int_c^d e^{-xy} dy dx = \int_c^d \int_a^b e^{-xy} dx dy$$
And the hint tells us to begin with
$$\int_a^b \int_c^d \varphi' (xy) dy dx$$
and introduce hypotheses in $\varphi$ where needed to justify the argument.
The problem I have is that this problem is very vague (doesn't tell us what result we should get, and doesn't tell us what "suitable hypotheses" are), and I don't see a natural generalization of the result. However, this is what I have so far:
The first hypothesis I introduce is that $\frac{d}{dy} \varphi = \frac{d}{dx} \varphi$, so that I can switch integrals.
So, I begin by integrating the inner integrals:
$$\int_a^b \varphi(dx) - \varphi(cx) dx = \int_c^d \varphi(ay) - \varphi(by) dy.$$
Let $a \to 0$ and $b \to \infty$. So I suppose that $\lim \limits_{a \to 0} \varphi(ay) = A$ and $\lim \limits_{b \to \infty} \varphi(by) = B$ for fixed, finite $y$. Now this becomes
$$\int_0^\infty \varphi(dx) - \varphi(cx) dx = \int_c^d (A - B) dy$$
but now I feel like I've gone off track because the result is different from the result that we're supposed to be generalizing.