Getting the image of integration

  • Thread starter Thread starter farmd684
  • Start date Start date
  • Tags Tags
    Image Integration
farmd684
Messages
48
Reaction score
0
How can i get the image of a integral. Say i have a integral function like this
<br /> \int_{\pi/2}^{\pi} \int_{0}^{2} r\sqrt{4-r^2} drd\theta <br />

Now i want to see what volume the integral giving me. Which software i have to use for this purpose.

Thanks
 
Physics news on Phys.org
For this particular integral, you can use any software that plots functions of two variables. In this case, I am assuming the third variable is z, as in cylindrical coordinates, and the integral is evaluating the volume under this surface:
attachment.php?attachmentid=27146&stc=1&d=1279912547.png

A lot of free software offers this capability, including GraphCalc and Maxima. Note that you can replace r with \sqrt{x^2+y^2} in order to enter the equation as z = f(x, y) if necessary.
 

Attachments

  • section_1.png
    section_1.png
    14.4 KB · Views: 652
farmd684 said:
How can i get the image of a integral. Say i have a integral function like this
<br /> \int_{\pi/2}^{\pi} \int_{0}^{2} r\sqrt{4-r^2} drd\theta <br />

Now i want to see what volume the integral giving me. Which software i have to use for this purpose.

Thanks
That's in polar coordinates with \theta going from \pi/2 to \pi- in Cartesian coordinates, that is the second quadrant. r ranges from 0 to 2 so, within the second quadrant, we are within a circle of radius 2. Finally, the upper boundary is r\sqrt{4- r^2} we can put that in Cartesian Coordinates by setting = \sqrt{x^2+ y^2} so that z= r\sqrt{4- r^2}= \sqrt[x^2+ y^2}\sqrt{4- x^2- y^2}. I doubt that is any 'standard' figure.
 
Back
Top