Finding limits of integration after converting to polar coordinates

  • Context: Graduate 
  • Thread starter Thread starter vanceEE
  • Start date Start date
  • Tags Tags
    Laplace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
vanceEE
Messages
109
Reaction score
2
px = t
t = s^2

$$ I = \int_0^∞ e^{-s^2}ds$$
$$I*I = \int_0^∞ e^{-s^2}ds * \int_0^∞ e^{-u^2}du = \int_0^∞\int_0^∞ e^{-(s^2+u^2)}du ds$$
$$s = rsin\theta $$
$$u = rcos\theta $$
$$r = s^2 + u^2 $$
$$ I*I = \int_0^∞\int_\alpha^\beta e^-{r^2}rdrd\theta$$
How can I find my limits of integration in polar coordinates?
 
Last edited:
Physics news on Phys.org
vanceEE said:
px = t
t = s^2

$$ I = \int_0^∞ e^{-s^2}ds$$

What is your original integral? Is it
[tex] I = \int_0^\infty \frac{1}{\sqrt x}e^{-px}\,dx[/tex]
where the substitution [itex]px = s^2[/itex] is correct, yielding
[tex] I = \int_0^\infty \frac{1}{\sqrt x}e^{-px}\,dx = <br /> \int_0^\infty \frac{\sqrt {p}}{s} e^{-s^2} \frac{2s}{p}\,ds = <br /> \frac 2{\sqrt{p}} \int_0^\infty e^{-s^2}\,ds = \frac 1{\sqrt p} \int_{-\infty}^\infty e^{-s^2}\,ds.[/tex]

$$I*I = \int_0^∞ e^{-s^2}ds * \int_0^∞ e^{-u^2}du = \int_0^∞\int_0^∞ e^{-(s^2+u^2)}du ds$$
$$s = rsin\theta $$
$$u = rcos\theta $$
$$r = s^2 + u^2 $$
$$ I*I = \int_0^∞\int_\alpha^\beta e^-{r^2}rdrd\theta$$

You mean
[tex] I^2 = \int_\alpha^\beta \int_0^\infty e^{-r^2} r\,dr\,d\theta <br /> = \int_\alpha^\beta \left(\int_0^\infty e^{-r^2} r\,dr\right)\,d\theta[/tex]
not
[tex] \int_0^\infty \int_\alpha^\beta e^{-r^2} r\,dr\,d\theta <br /> = \int_0^\infty \left(\int_\alpha^\beta e^{-r^2} r\,dr\right)\,d\theta[/tex]

How can I find my limits of integration in polar coordinates?

You need both [itex]\sin \theta[/itex] and [itex]\cos \theta[/itex] to be positive. What does that give you?
 
Your two integrals, in x and y, were from 0 to infinity so the two integrals cover the first quadrant. In order to do that in polar coordinates you have to have r from 0 to infinity and [itex]\theta[itex]from 0 to [itex]\pi/2[/itex].[/itex][/itex]