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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top