Cartesian to Polar in Double Integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
manenbu
Messages
101
Reaction score
0

Homework Statement



Solve:
[tex]\iint_{\frac{x^2}{a^2}+\frac{y^2}{b^2} \leq 1} \sqrt{1-\frac{x^2}{a^2}-\frac{y^2}{b^2}} dx dy[/tex]

Homework Equations



Cartesian to Polar

The Attempt at a Solution



Well - this Integral should be solved as a polar function (the radical should be [tex]\sqrt{1-r^2}ab[/tex] when expressed in polar coordinates. I just can't get this right. Guidance please?
 
Physics news on Phys.org
manenbu said:

Homework Statement



Solve:
[tex]\iint_{\frac{x^2}{a^2}+\frac{y^2}{b^2} \leq 1} \sqrt{1-\frac{x^2}{a^2}-\frac{y^2}{b^2}} dx dy[/tex]

Homework Equations



Cartesian to Polar

The Attempt at a Solution



Well - this Integral should be solved as a polar function (the radical should be [tex]\sqrt{1-r^2}ab[/tex] when expressed in polar coordinates. I just can't get this right. Guidance please?
No, the radical is NOT of that form in polar coordinates. But you can modify the coordinate system to "elliptic coordinates". Let [itex]x= r a cos(\theta)[/itex], [itex]y= r a sin(\theta)[/itex]. Then [itex]x^2/a^2= r^2 cos^2(\theta)[/itex] and [itex]y^2/b^2= r^2 sin^2(\theta)[/itex]. You will need to use the Jacobian to get the correct differential dx dy is not just "[itex]r dr d\theta[/itex]" now.
 
ok, so maybe the "ab" is part of the differential. I guess that it comes from the Jacobian, which I have no idea how to use.