Surface integral over an annulus

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 7K views
bobred
Messages
170
Reaction score
0

Homework Statement



Find the area integral of the surface [tex]z=y^2+2xy-x^2+2[/tex] in polar form lying over the annulus [tex]\frac{3}{8}\leq x^2+y^2\leq1[/tex]

Homework Equations



The equation in polar form is [tex]r^2\sin^2\theta+2r^2\cos\theta\sin\theta-r^2\cos^2\theta+2[/tex]

[tex]\displaystyle{\int^{\pi}_{-\pi}}\int^1_{\sqrt{\frac{3}{8}}}r^2\sin^2\theta+2r^2\cos\theta\sin\theta-r^2\cos^2\theta+2\, r\, dr\, d\theta[/tex]

The Attempt at a Solution


Hi, would just like to know if what I have done is correct.

Integrating with respect to [tex]r[/tex]

[tex]{\frac {55}{256}}\, \left( \sin \left( \theta \right) \right) ^{2}+{<br /> \frac {55}{128}}\,\cos \left( \theta \right) \sin \left( \theta<br /> \right) -{\frac {55}{256}}\, \left( \cos \left( \theta \right) <br /> \right) ^{2}+5/8[/tex]

and with respect to [tex]\theta[/tex], I get the area as

[tex]\frac{5}{4}\pi[/tex]

Does this look ok?
 
Physics news on Phys.org
effect, you've performed the integral
[tex]\int \int z(r,\theta) dr d \theta[/tex]

i'm not really sure what that represents, you need to find an area element dA and sum up all the elements over the r, theta range

note that an area element changes with coordinate representation, for example for a flat area element
[tex]dA = dxdy = rdr d \theta[/tex]

if you performed
[tex]\int \int z(r,\theta) dA = \int \int z(r,\theta) r dr d \theta[/tex]

that would give you the volume of the surface above the xy plane
 
Last edited:
So am I right in thinking I need to workout

[tex]\int \int \sqrt{(\frac{\partial}{\partial r})^2+(\frac{\partial}{\partial \theta})^2+1} r dr d \theta[/tex]

James
 
bobred said:
So am I right in thinking I need to workout

[tex]\int \int \sqrt{(\frac{\partial}{\partial r})^2+(\frac{\partial}{\partial \theta})^2+1} r dr d \theta[/tex]

James

Not really. That's not the form given in the reference lanedance gave. The derivatives are with respect to the wrong variables.
 
bobred said:

Homework Statement



Find the area integral of the surface [tex]z=y^2+2xy-x^2+2[/tex] in polar form lying over the annulus [tex]\frac{3}{8}\leq x^2+y^2\leq1[/tex]

Homework Equations



The equation in polar form is [tex]r^2\sin^2\theta+2r^2\cos\theta\sin\theta-r^2\cos^2\theta+2[/tex]

[tex]\displaystyle{\int^{\pi}_{-\pi}}\int^1_{\sqrt{\frac{3}{8}}}r^2\sin^2\theta+2r^2\cos\theta\sin\theta-r^2\cos^2\theta+2\, r\, dr\, d\theta[/tex]

The Attempt at a Solution


Hi, would just like to know if what I have done is correct.

Integrating with respect to [tex]r[/tex]

[tex]{\frac {55}{256}}\, \left( \sin \left( \theta \right) \right) ^{2}+{<br /> \frac {55}{128}}\,\cos \left( \theta \right) \sin \left( \theta<br /> \right) -{\frac {55}{256}}\, \left( \cos \left( \theta \right) <br /> \right) ^{2}+5/8[/tex]

and with respect to [tex]\theta[/tex], I get the area as

[tex]\frac{5}{4}\pi[/tex]

Does this look ok?

That's kinda' confusing Bob. It's just the area of a surface right? If so, then first start with just the formula for the surface area of the function z=f(x,y) over some region R:

[tex]A=\int\int_R \sqrt{1+z_x^2+z_y^2}\;dxdy[/tex]

See, that's nice and clean and no one would complain. You can do those derivatives right?

You end up with a very clean integral:

[tex]\int\int_R \sqrt{1+8y^2+8x^2}\; dxdy[/tex]

How convenient is that! Now switch to polar coordinates with r^2=x^2+y^2 and that dxdy=rdrdt. Can you now figure the integration limits in polar coordinates?
 
Got there in the end

[tex]\begin{aligned}\iint_R\sqrt{8r^2+1}\,rdrd\theta &= \int_0^{2\pi}\int_{\sqrt{3/8}}^1\sqrt{8r^2+1}\,rdrd\theta \\ &= \int_0^{2\pi}\Bigl[\tfrac1{24}(8r^2+1)^{3/2}\Bigr]_{\sqrt{3/8}}^1\,d\theta \\ &= \int_0^{2\pi}\!\!\tfrac{19}{24}\,d\theta = \tfrac{19}{12}\pi.\end{aligned}[/tex]