U substitution and integration

3soteric
Messages
23
Reaction score
0

Homework Statement



use the substitution u= x+y and v=y-2x to evaluate double integral from
∫1-0∫(1−x) -(0) of (√x+y) (y−2x)^2 dydx

Homework Equations



integration tables I am assuming

The Attempt at a Solution


i tried to integrate directly but none of my integration tables match up to the format
 
Physics news on Phys.org
You should do as the assignment tells you to do.

So perform the change of variables first.
 
I will write it in latex for those who want to solve it:
\int^{1}_{0} \int^{1-x}_{0} \sqrt{x+y} (y-2x)^2\,dy\,dx
Also, the Jacobian of the transformation you are trying to perform is
\begin{vmatrix}<br /> 1 &amp; 1 \\<br /> -2 &amp; 1<br /> \end{vmatrix}
What does that equal?
 
the jacobian equals 3 but how is that related to the entire problem ? :s
 
3soteric said:

Homework Statement



use the substitution u= x+y and v=y-2x to evaluate double integral from
∫1-0∫(1−x) -(0) of (√(x+y)) (y−2x)^2 dydx

Homework Equations



integration tables I am assuming

The Attempt at a Solution


i tried to integrate directly but none of my integration tables match up to the format

3soteric said:
the Jacobian equals 3 but how is that related to the entire problem ? :s
You need the Jacobian to change dy dx to du dv or dv du .

You will also need to change the limits of integration.

Solving the system of equations,
u= x+y

v=y-2x​

for x & y, will help you to do that.

Sketch the region of integration for the given integral, \displaystyle \int^{1}_{0} \int^{1-x}_{0} \left(\sqrt{x+y\ }\, (y-2x)^2\right)\,dy\,dx\,,\ in the xy-plane. Then convert that to the corresponding region in the uv-plane.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top