New Reply

Double integral over the area of a square

 
Share Thread Thread Tools
Apr24-12, 01:45 AM   #1
 

Double integral over the area of a square


1. The problem statement, all variables and given/known data
Find the area of a square with each side measuring 1 using double integral and change of euclidean coordinates to polar coordinate.


2. Relevant equations
x=rcosθ
y=rsin0
dA=dxdy=rdrdθ


3. The attempt at a solution
int(int(rdr)dθ)
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Apr24-12, 06:25 AM   #2
 
Recognitions:
Gold Membership Gold Member
Is that the entire question? Have you been given a graph? Without knowing the coordinates of at least one corner of the square, you can't determine its limits, hence you can't evaluate the area. Unless, the answer is to be given in terms of r and θ?
 
Apr24-12, 06:45 AM   #3
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
hi chrisy2012!

(have an integral: ∫ )
Quote by chrisy2012 View Post
int(int(rdr)dθ)
yup! … but what are the limits?

(sharks, we can choose the origin wherever we like )
 
Apr24-12, 06:46 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Double integral over the area of a square


A "square" does not automatically have a coordinate system associated with it. So you have to be given the coordinates for at least some of the corners of the square.

For example, if one corner is at (0, 0) and another at (a, 0), then the other two are at (a, a) and (0, a). But you are still not going to have a smooth formula in polar coordinates. The line x= a becomes [itex]rcos(\theta)= a[/itex] or [itex]r= a sec(\theta)[/itex]. Of course, [itex]\theta= 0[/itex] along the line y= 0 and [itex]\theta= \pi/2[/itex] at (a, a) so the first integral would be
[tex]\int_{\theta= 0}^{\theta/4}\int_{r= 0}^{asec(\theta)} f(r,\theta)rdrd\theta[/tex].

The second half would along the top line, y= a so [itex]r sin(\theta)= a[/itex] or [itex]r= a csc(\theta)[/itex] and that extends from [itex]\theta= \pi/4[/itex] to [itex]3\pi/4[/itex].

Or you could choose a coordinate system so that the origin is at the center of the square. That might simplify the values but now, because you have to pass include all four corners so you will need four separate integrals.
 
Apr24-12, 08:44 AM   #5
 
Recognitions:
Gold Membership Gold Member
Quote by HallsofIvy View Post
A "square" does not automatically have a coordinate system associated with it. So you have to be given the coordinates for at least some of the corners of the square.

For example, if one corner is at (0, 0) and another at (a, 0), then the other two are at (a, a) and (0, a). But you are still not going to have a smooth formula in polar coordinates. The line x= a becomes [itex]rcos(\theta)= a[/itex] or [itex]r= a sec(\theta)[/itex]. Of course, [itex]\theta= 0[/itex] along the line y= 0 and [itex]\theta= \pi/2[/itex] at (a, a) so the first integral would be
[tex]\int_{\theta= 0}^{\theta/4}\int_{r= 0}^{asec(\theta)} f(r,\theta)rdrd\theta[/tex].

The second half would along the top line, y= a so [itex]r sin(\theta)= a[/itex] or [itex]r= a csc(\theta)[/itex] and that extends from [itex]\theta= \pi/4[/itex] to [itex]3\pi/4[/itex].

Or you could choose a coordinate system so that the origin is at the center of the square. That might simplify the values but now, because you have to pass include all four corners so you will need four separate integrals.
I didn't realise that we required the sum of 2 double integrals for a square expressed in terms of polar coordinates.

Suppose the square has the following Euclidean coordinates: (0,0), (1,0), (1,1) and (0,1). I've attached the graph to this post.

The area of the square in terms of Euclidean coordinates is the double integral:
[tex]\int^{y=1}_{y=0} \int^{x=1}_{x=0} dxdy[/tex]
Originally, i thought of converting the limits and dxdy directly into their respective polar forms, but i realise now that it would have been wrong.
Quote by HallsofIvy View Post
The second half would along the top line, y= a so [itex]r sin(\theta)= a[/itex] or [itex]r= a csc(\theta)[/itex] and that extends from [itex]\theta= \pi/4[/itex] to [itex]3\pi/4[/itex].
I think that's wrong. For the second half, [itex]\theta[/itex] varies from [itex]\frac{\pi}{4}[/itex] to [itex]\frac{\pi}{2}[/itex].

Also, instead of calculating the double integral for the second half and then adding to the double integral for the first half, why not simply write the total area like this:
[tex]2\int_{\theta= 0}^{\theta=\frac{\pi}{4}}\int_{r= 0}^{r=asec(\theta)} f(r,\theta)\,.rdrd\theta[/tex]
Attached Thumbnails
square.PNG  
 
Apr24-12, 10:56 AM   #6
 
Mentor
Please remember that this is a schoolwork questsion, and the OP has shown zero effort so far. We should not be doing his homework for him...
 
Apr24-12, 03:49 PM   #7
 
Thanks for the reply guys, I asked the TA today and she says you have to divide it up in to two identical triangles. so the answer would be
∫ 0 to ∏/4 of ( ∫ 0 to secθ (rdr))dθ
which would equal to 1/2.
But since there are two of the triangles the area would equate to 1. So it all works out :)
 
New Reply
Thread Tools


Similar Threads for: Double integral over the area of a square
Thread Forum Replies
double integral finding the area Calculus & Beyond Homework 6
Double Integral (underneath a surface and above a square) Calculus & Beyond Homework 4
Surface Area [Double Integral] Calculus & Beyond Homework 5
Double integral-Surface area Calculus 3
Surface Area Double Integral Calculus 36