Multivariable integration of a piecewise function

Click For Summary
The discussion focuses on the integration of a piecewise function using a double integral approach. The proposed solution involves rewriting the integral as a limit of two nested integrals, addressing the conditions for the variables x and y. The method emphasizes taking the inner limit first to simplify the calculations before proceeding with the outer integral. The participants express appreciation for the clarity gained through this approach. Overall, the discussion highlights effective techniques for multivariable integration of complex functions.
nomadreid
Gold Member
Messages
1,754
Reaction score
243
Homework Statement
Given f(x,y) = exp(y-x) for x>y>=0, and -exp(x-y) for 0<=x<=y, show that the integral from 0 to infinity of (the integral from 0 to infinity of f(x,y) dx)dy=1, and reversing the order of integration, -1.
Relevant Equations
Integrating with respect to one variable, one keeps the other variable as a constant. The integral to infinity is the limit of the integral to an index. Integrating a piecewise function, one integrates each piece.
The problem, neater:
1731590735782.png

Attempt at a solution:
1731590836259.png

1731590877990.png
 

Attachments

  • 1731590152038.png
    1731590152038.png
    2.1 KB · Views: 47
Physics news on Phys.org
Write <br /> \int_0^\infty \left( \int_0^\infty f(x,y)\,dx\right)\,dy = \lim_{Y \to \infty} \int_0^Y \left( \int_0^y f(x,y)\,dx + \lim_{X \to \infty} \int_y^X f(x,y)\,dx \right)\,dy. In the first integral on the right, we have 0 \leq x \leq y; in the second we have 0 \leq y \leq x. Take the inner limit first, and simplify the result before doing the outer integral.
 
Thanks, pasmith. I will try that.
 
Super! I tried it, and not only did it work, but even more important, while doing it I thus understood the reasoning. Thanks again, pasmith!😊
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...