Solving for the Double Integral: A Change of Variables Problem

jordanl122
Messages
14
Reaction score
0
let f be continuous on [0,1] and R be a triangular region with vertices (0,0), (1,0) and (0,1). Show:

the double integral over the region R of f(x+y)dxdy = the integral from 0 to 1 over u f(u)du


I recognize it is a change of variables problem but I'll be damned if I can create a set of functions u and v that yield the right jacobian. If anyone can help, its much appreciated.
 
Physics news on Phys.org
I think it's obvious that u=x+y, v=x for example for v...this leads to |det(Jacob)|=1..then byconstruction of u and v, f(x+y)=f(u) which is independent of v, hence you can integrate over v (take care of the limit of integration, i was not able at first glance to be convinced of the u limit, but for v you get integral from 0 to 1 dv, which gives 1, and hence "disappears")...which hence lead an integral of the form integral from 0 to 1 over f(u) du...
 
yeah that certainly would be a nice result if that were the answer to the problem but theree is a u out front and so a jacobian of 1 will not get the right results, but thanks anyway.
 
Oh, ok, then u could do something like : int{0,1}du[u f(u)]=F(1)-int{0,1}du[ F(u)] .where F(u)=int{0,u}ds[ f(s)]+C...by integration by parts,you have to adjust the integration constant c so that only the double integral remains...then use the first computation backward and get x+y as argument...does it work like this better...?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top