Double Integration Using Polar Coordinates | Calculating Bounds of Integration

  • Thread starter Thread starter brad sue
  • Start date Start date
  • Tags Tags
    Integration
brad sue
270
0
Hi can someone help me with the double integration:
Sorry I don't know how to use the LATEX code.
it is a double integration
The first integration goes from 1/2 to1. the second integration goes from 0 to sqrt(1-x^2). there is no function after ,just dy dx.
I am asked to calculate the integral using polar coordinates.
I don't know how to find the bounds of integration corresponding for r.
Thank you
B
 
Physics news on Phys.org
I love giving a shot at the problems you post Brad, they're always a tad more challenging than the calculus problems we usually see.

To convert the bounds to polar coordinates, you must use (fiddle with) the coordinate transformations equations: they are

x=rcosO
y=rsinO

and also the inverse ones (what you probably missed):

r²=x²+y²
O = Arctg(y/x)

You can also draw the surface of integration and try to figure out what the bounds are in terms of r and O.
 
First rule for any problem like this: draw a picture.
Since the "outer integral" is \int_0^{\frac{1}{2}} dx, x can run from 0 to \frac{1}{2}. The "inner integral" is \int_0^\sqrt{1-x^2} dy so y ranges from 0 to \sqrt{1-x^2}.
y= \sqrt{1-x^2} is the upper half of the circle x^2+ y^2= 1, the circle of radius 1 centered at (0,0). Draw that circle and the line x= 1/2 to see the area of integration.
Now, imagine an line from the origin "sweeping" over that area. The line starts horizontal and rotates up until it passes through \left(\frac{1}{2}, \frac{\sqrt{3}}{2}\right). That is, the angle clearly starts at \theta= 0[/tex] and goes to \theta= \frac{\pi}{3}.<br /> Radially, for each \theta we move from the line x= 1/2 to the circle. x= rcos(\theta)= \frac{1}{2} is the same as r= \frac{1}{2cos(\theta)}= \frac{1}{2}sec(\theta). The limits of integration for the r integral are \frac{1}{2}sec(\theta) and 1.<br /> Don&#039;t forget to replace dxdy with rdrd\theta
 
Last edited by a moderator:
HallsofIvy posted the other way of doing it; what one might call the "geometric way", as opposed to the "algebraic way". If you doubt the answer you obtained through any of the two ways, do it the other way to see if you get the same thing.
 
Thak you to you both quasar987 and HallsofIvy. The both methods worked.
I found : pi/6 + sqrt(3)/8
sorry to reply now I was busy with exams.


B
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply . Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top