Convert polar coordinates to rectangular coordinates and evaluate integral

jander

New member
Joined
Nov 23, 2014
Messages
1
I need help with a double integral.
I need to convert this double integral that is in polar coordinates to rectangular coordinates, then I need to evaluate the integral.

Integral[{0, Pi/2} Integral[{0, 2*a*sin(theta)} r*Sin(2*theta) dr d(theta)
 
I need help with a double integral.
I need to convert this double integral that is in polar coordinates to rectangular coordinates, then I need to evaluate the integral.

Integral[{0, Pi/2} Integral[{0, 2*a*sin(theta)} r*Sin(2*theta) dr d(theta)

Substitute:

x = r * cos(Θ)

y = r * sin(Θ)

What are your thoughts?

Please share your work with us ...

If you are stuck at the beginning tell us and we'll start with the definitions.

You need to read the rules of this forum. Please read the post titled "Read before Posting" at the following URL:

http://www.freemathhelp.com/forum/th...Before-Posting
 
Have you learned to change the differentials? That is, change drdθ\displaystyle drd\theta into something involving dx and dy? You can find the "Jacobian" to do that.
 
Top