Vector Calculus: Change of Variables problem

Tom31415926535
Messages
9
Reaction score
0

Homework Statement


Let D be the triangle with vertices (0,0), (1,0) and (0,1). Evaluate:

∫∫exp((y-x)/(y+x))dxdy for D

by making the substitutions u=y-x and v=y+x

Homework Equations

The Attempt at a Solution


So first I found an equation for y and x respectively:

y=(u+v)/2 and x=(v-u)/2

Then I found the Jacobian of this transformation to be 1.

Then I started solving using the terminals as:

-v<u<v and 0<v<1

However, the final solution that I got is undefined (however I can see I was on the right track. The only issue is that there was a log(0) that screwed things up)

Where have I gone wrong?

The correct answer is 1/4(e-1/e)
 
Physics news on Phys.org
How are we going to be able to know where you went wrong when you only describe your attempt in vague terms? Please show us your actual computations including your intermediate steps.

Tom31415926535 said:
Then I found the Jacobian of this transformation to be 1.
This is incorrect, but does not affect the whether your integral converges or not. Again, in order to have a chance at knowing how you went wrong, we need to see your intermediate steps.
 
IMG_0810.jpg
IMG_0811.jpg


You make a good point. Here are my steps
 

Attachments

  • IMG_0811.jpg
    IMG_0811.jpg
    24.8 KB · Views: 270
  • IMG_0810.jpg
    IMG_0810.jpg
    41.7 KB · Views: 312
It would be much better and more in line with forum rules if you typed it out instead of just attaching images (see Guidelines for students and helpers, point 5). One issue is that it is impossible to quote a particular line of your computations.

Regarding the Jacobian: What is ##0.5 \cdot 0.5##?

Regarding your integral: Your inner integral is not correctly done.
 
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