Double integral new coordinate system calculation

cambo86
Messages
25
Reaction score
0

Homework Statement


This is a 2 part question. I'm fine with the first part but the 2nd part I'm struggling with.

The first part asks us to calculate the double integral,
\int\intDx2dA
for, D = {(x,y)|0≤ x ≤1, x≤ y ≤1}
For this part I got an answer of 1/4.

For the 2nd part we introduce a new coordinate system for D,
x = 1-st, 0≤ s ≤1
y = s, 0≤ t ≤1

The Attempt at a Solution


\int\intDx2dA
= \int_0^1\int_0^1(1-st)2dt ds
= \int_0^1\int_0^1(1-2st+s2t2)dt ds
= \int_0^1t-st2+\frac{1}{3}s2t3 ds, from t=0 to t=1
= \int_0^11-s+\frac{1}{3}s2 ds
= s-\frac{1}{2}s2+\frac{1}{9}s3, from s=0 to s=1
= 1-\frac{1}{2}+\frac{1}{9}
= \frac{11}{18}

I feel like,
dA \neq dt ds
I'm not sure what it equals though. I thought I could use polar coordinates but I don't have a constant radius.
 
Physics news on Phys.org
cambo86 said:

Homework Statement


This is a 2 part question. I'm fine with the first part but the 2nd part I'm struggling with.

The first part asks us to calculate the double integral,
\int\intDx2dA
for, D = {(x,y)|0≤ x ≤1, x≤ y ≤1}
For this part I got an answer of 1/4.
Okay, so you got this wrong. In more detail this is
\int_{x= 0}^1\int_{y= x}^1 x^2dydx= \int_0^1 (1- x)x^2 dx
What do you get for that?

For the 2nd part we introduce a new coordinate system for D,
x = 1-st, 0≤ s ≤1
y = s, 0≤ t ≤1

The Attempt at a Solution


\int\intDx2dA
= \int_0^1\int_0^1(1-st)2dt ds
You can't just replace "dydx" with "dtds". Since you are now measuring distance differently, the area will be measured differently. Use the Jacobian:
\left|\begin{array}{cc}\frac{\partial x}{\partial s} & \frac{\partial x}{\partial t} \\ \frac{\partial y}{\partial s} & \frac{\partial y}{\partial t}\end{array}\right|= \left|\begin{array}{cc}-s & -t \\ 0 & 1 \end{array}\right|= -s

So you have to replace "dxdt" with -s dsdt as well as replacing x^2 with (1- st)^2.

= \int_0^1\int_0^1(1-2st+s2t2)dt ds
= \int_0^1t-st2+\frac{1}{3}s2t3 ds, from t=0 to t=1
= \int_0^11-s+\frac{1}{3}s2 ds
= s-\frac{1}{2}s2+\frac{1}{9}s3, from s=0 to s=1
= 1-\frac{1}{2}+\frac{1}{9}
= \frac{11}{18}

I feel like,
dA \neq dt ds
Yes, that is the difficulty. Use the Jacobian, as I said before.

I'm not sure what it equals though. I thought I could use polar coordinates but I don't have a constant radius.
 
Sorry, the lower bound on y for the first part should have been 1-x but I should be able to work through the rest of the reply and get an answer. Thank you for the detailed reply.
 
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