Finding positive orientation for a surface

Miike012
Messages
1,009
Reaction score
0
If I parameterized a surface by the vector function r(a,b) I would then proceed to find the normal to the surface by crossing ra and rb. But how would I determine which normal raXrb or rbXra has the positive orientation?

Im assuming you would first need to know if the concave side of the surface is facing away or towards the origin? But from there I don't know.
 
Physics news on Phys.org
I don't see how it could be related to second order derivatives. Consider e.g. just moving around in the XY plane. Let's say the cross product is defined with a right-hand corkscrew rule, so (1,0,0)x(0,1,0) = (0,0,1). If increasing a moves r in the +ve x-direction and increasing b moves r in the +ve y-direction then raxrb is in the +ve z direction. But if you swap the sign of ra it will be in the negative z-direction.
 
The distinction between "positive" and "negative" orientation for a surface is purely arbitrary. A surface can have either of two "orientations", the normal vector pointing in either of two directions out of the surface. But to designate one of those as the "postive orientation" and the other as "negative orientation" requires some other information.

Could you give us the exact wording of an example. Usually such "surface orientation" probles will say "oriented by postive z component" or in the case of a closed surface oriented by "outward" or "inward" normals.
 
HallsofIvy said:
The distinction between "positive" and "negative" orientation for a surface is purely arbitrary. A surface can have either of two "orientations", the normal vector pointing in either of two directions out of the surface. But to designate one of those as the "postive orientation" and the other as "negative orientation" requires some other information.

Could you give us the exact wording of an example. Usually such "surface orientation" probles will say "oriented by postive z component" or in the case of a closed surface oriented by "outward" or "inward" normals.


I parameterized the surface
x = x
y = x^2+ z^2
z=z

Wrong picture look at the picture in post # 5
Now to find the orientation towards the origin do I do rxXrz or rzXrx?
 

Attachments

  • Orientation.jpg
    Orientation.jpg
    3.7 KB · Views: 572
Last edited:
Correct problem
 

Attachments

  • OR1.jpg
    OR1.jpg
    3.5 KB · Views: 574
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top