Surface Integrals and Average Surface Temperature of a Torus

In summary: The differential of surface area for a given surface is usually denoted as dS or dA. It is not the same as the differential of area in polar coordinates, which is dA = rdrdθ. The differential of surface area takes into account the curvature of the surface and is usually calculated using the formula dS = ||∂r/∂u x ∂r/∂v|| dudv, where ∂r/∂u and ∂r/∂v are the partial derivatives of the parametric form of the surface with respect to the parameters u and v. In the case of a torus
  • #1
modafroman
3
0

Homework Statement


A torus is a surface obtained by rotating a circle about a straight line. (It looks like a
doughnut.) If the z-axis is the axis of rotation and the circle has radius b, centre (0, a, 0)
with a > b, and lies in y − z plane, the torus obtained has the parametric form
r(u, v) = (a + b cos v) cos u i + (a + b cos v) sin u j + b sin v k
with 0 <= u, v < 2pi. Consider such a torus with the surface temperature given by
T(x, y, z) = 1 + z^2.
Calculate the average surface temperature.

Homework Equations


Average Value over surface = (1/area of s) * double int (s) f(x,y,z) dS

The Attempt at a Solution



Area of Torus = 4pi^2 R r = 4pi^2 ab (in given notation)

Surface integral for temperature => double int (s) t(x,y,z) dS, since T(x,y,z) = 1 + z^2, and z = b sin(v)

limits
0 < v < 2pi
0 < b < a (since b > 0 and a > 0

dS => rdrdtheta

=> double int (s) 1 + (b sin(v))^2 dS
=> int 0 to 2pi, int a to 0, b + b^(3)cos^(2)v db dv

which I solve and get 0.785398a^(2)(a^(2) + 4)

and then

Average Value over surface = (1/area of s) * double int (s) f(x,y,z) dS

=> (1/(4pi^2 ab)) * 0.785398a^(2)(a^(2) + 4)
=> 0.0198944a(a^(2) + 4) / b

Now, I'm not sure I've done the right thing for the surface integral, I wasn't sure what the limits of the surface integral were supposed to be, and if I was supposed to substitute the temperature equation for the z part of the area of the torus equation...

Edit: Wait, do I integrate with respect to u and v? If I'm supposed to, then what are the limits for u and v? I gather its 0 < v < 2pi, but what's the upper limit for u, since it only gives that u > 0?

And if that's the case, do I still substitute t(x,y,z) = 1 + z^2, for z = b sin v, in which case b becomes a constant?

Help please?

Thanks guys :)
 
Last edited:
Physics news on Phys.org
  • #2
modafroman said:

Homework Statement


A torus is a surface obtained by rotating a circle about a straight line. (It looks like a
doughnut.) If the z-axis is the axis of rotation and the circle has radius b, centre (0, a, 0)
with a > b, and lies in y − z plane, the torus obtained has the parametric form
r(u, v) = (a + b cos v) cos u i + (a + b cos v) sin u j + b sin v k
So a and b are constants, u and v are the parameters determining a specific point on the torus.

with 0 <= u, v < 2pi. Consider such a torus with the surface temperature given by
T(x, y, z) = 1 + z^2.
Calculate the average surface temperature.

Homework Equations


Average Value over surface = (1/area of s) * double int (s) f(x,y,z) dS

The Attempt at a Solution



Area of Torus = 4pi^2 R r = 4pi^2 ab (in given notation)

Surface integral for temperature => double int (s) t(x,y,z) dS, since T(x,y,z) = 1 + z^2, and z = b sin(v)

limits
0 < v < 2pi
0 < b < a (since b > 0 and a > 0
b is not a parameter, it is a constant. The parameter u goes from 0 to [itex]2\pi/[/itex] also.

dS => rdrdtheta
NO! For one thing, there is no "r" in your formulas nor is there any "[itex]\theta[/itex]! For another, that is the differential of area in polar coordinates which has nothing to do with this problem. You want the differential of surface area for a torus. Do you know how to find the differential of surface area for a given surface?

=> double int (s) 1 + (b sin(v))^2 dS
=> int 0 to 2pi, int a to 0, b + b^(3)cos^(2)v db dv
What, exactly is "dS"? It certainly cannot involve "db"- b is a constant, not a parameter.

which I solve and get 0.785398a^(2)(a^(2) + 4)

and then

Average Value over surface = (1/area of s) * double int (s) f(x,y,z) dS

=> (1/(4pi^2 ab)) * 0.785398a^(2)(a^(2) + 4)
=> 0.0198944a(a^(2) + 4) / b

Now, I'm not sure I've done the right thing for the surface integral, I wasn't sure what the limits of the surface integral were supposed to be, and if I was supposed to substitute the temperature equation for the z part of the area of the torus equation...

Edit: Wait, do I integrate with respect to u and v? If I'm supposed to, then what are the limits for u and v? I gather its 0 < v < 2pi, but what's the upper limit for u, since it only gives that u > 0?

And if that's the case, do I still substitute t(x,y,z) = 1 + z^2, for z = b sin v, in which case b becomes a constant?

Help please?

Thanks guys :)
 
Last edited by a moderator:
  • #3
HallsofIvy said:
So a and b are constants, u and v are the parameters determining a specific point on the torus.What, exactly is "dS"? It certainly cannot involve "db"- b is a constant, not a parameter.

I was reading my notes and there was a similar question where he used dS, but I think that was just because it was in polar co-ords, which confused me.

I think I ended up getting it out, where I did:

int int T(u,v) du dv => int 0->2pi int 0->2pi 1 + b^2 sin^2 (v) du dv

where T(u,v) was T(x,y,z) with the parameterised form substituted in, so it was 1 + b^2 sin^2 v, and using the limits 0 < u < 2pi and 0 < v < 2pi, I ended up getting a nice answer of

2 pi^2(b^2 + 2)

so my answer for the average surface temperature came out to be:
(b^2 + 2)/2ab.

Sounds right, yea?
 
  • #4
No, the differential of surface area is NOT just "dudv".
 
  • #5
HallsofIvy said:
No, the differential of surface area is NOT just "dudv".

Well then I'm lost as to what else it could be. None of my notes say anything differently than what I have done (in post 3, I see now what I did in the OP is crazy wrong :p)(even tho the example given uses polar co-ordinates)...

The only other thing I can find after some googling is this page: http://math.etsu.edu/multicalc/Chap5/Chap5-5/index.htm

that says that it also involves ||ru x rv || in the integral, but where do these come from? and is that what I'm supposed to be using?

Thanks for you help so far :)
 
Last edited by a moderator:

1. What is a surface integral?

A surface integral is a mathematical concept used to calculate the total flux (or flow) of a vector field through a surface. It involves breaking up the surface into small pieces and adding up the contributions from each piece.

2. How is a surface integral different from a regular integral?

A regular integral involves calculating the area under a curve on a two-dimensional plane. A surface integral, on the other hand, involves calculating the flux through a three-dimensional surface. It is essentially an extension of the concept of a regular integral to higher dimensions.

3. What is the average surface temperature of a torus?

The average surface temperature of a torus (donut-shaped object) can be calculated using a surface integral. This involves integrating the temperature function over the surface of the torus and dividing by the surface area of the torus. The resulting value represents the average temperature on the surface of the torus.

4. How is the average surface temperature of a torus affected by its shape and size?

The average surface temperature of a torus is affected by its shape and size because these factors determine the surface area of the torus. A larger torus will have a larger surface area, resulting in a lower average surface temperature if the temperature function is constant. The shape of the torus can also affect the distribution of temperature on its surface, which can impact the average surface temperature.

5. In what real-world scenarios are surface integrals and average surface temperature of a torus useful?

Surface integrals and average surface temperature of a torus are useful in many real-world scenarios, including heat transfer analysis in engineering and physics, calculating the average temperature of a planet or star, and determining the average concentration of a substance in a given region. They can also be used to calculate the average temperature of a body or object with a complex shape, such as a toroidal-shaped spacecraft or a curved building.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
596
  • Calculus and Beyond Homework Help
Replies
3
Views
544
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
453
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
966
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
774
Back
Top