Unit Normal Vector normal, but not normalized?

  • Context: Undergrad 
  • Thread starter Thread starter Joskoplas
  • Start date Start date
  • Tags Tags
    Normal Unit Vector
Click For Summary

Discussion Overview

The discussion revolves around the concept of normal vectors in the context of surface integrals, particularly addressing the distinction between normal vectors and unit normal vectors. Participants explore the implications of using a non-normalized normal vector in calculations related to surface area and flow.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant describes a problem involving the calculation of a normal vector using the cross product of partial derivatives and questions the necessity of normalization, noting that the provided solution does not normalize the vector.
  • Another participant clarifies that a normal vector is simply one that is perpendicular to the surface, while normalization refers to adjusting the vector's length to one, suggesting that normalization is not required for the surface integral calculation.
  • A subsequent reply acknowledges the importance of the length of the normal vector in calculating the differential area, emphasizing that the integral should consider the vector differential of surface area rather than a unit normal vector.
  • Further contributions highlight the relationship between the normal vector and the surface area integral, with one participant recalling a formula that incorporates the length of the normal vector.
  • Another participant reiterates the confusion stemming from references to the "unit normal vector" in the textbook, suggesting that the omission of certain steps in the explanation contributed to misunderstandings about the calculations involved.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of normalization for the normal vector in surface integrals. While some argue that normalization is not needed and that the length of the normal vector is crucial for area calculations, others seem to grapple with the implications of these points, indicating that the discussion remains unresolved.

Contextual Notes

There are references to missing steps in the textbook that may lead to confusion regarding the treatment of normal vectors and their lengths in surface integrals. The discussion reflects uncertainty about the definitions and applications of normal and unit normal vectors.

Joskoplas
Messages
35
Reaction score
0
I'm reading Matthew's Vector Calculus. In problem 2.8, I'm asked to find the surface integral for a surface which can be parametrized as [tex](x,y,x+y^2)[/tex]. I understand that to find a normal vector, I can cross product the x and y partial derivatives. When I do so, I get

[tex](1,0,1)\times(0,1,2y) = (-1, -2y, 1)[/tex]

The problem specifies that the normal has to have a negative z component. Not a complication -- reverse the signs: [tex](1,2y,-1)[/tex].

At this point, I thought, it's in the bag. Just normalize and work the double integral. BUT, when I checked my work up to that point with the answers in back, I saw that the solution DID NOT involve normalization at all. He just ran with (1, 2y, -1) as the unit normal vector.

Am I crazy in thinking this is wrong? Did I miss something? I just started, and I can't think that I'm already good enough at this to spot a major error by page 43. I keep thinking I've missed something, but the fact is, there's no way I can imagine anything of the form (1, whatever, -1) has length = 1. (Well, without throwing in a few imaginary numbers, but you know.)
 
Physics news on Phys.org
There are two different variations of "normal" involved here. A "normal" vector to a surface is simply a vector that is perpendicular to the surface. But to "normalize" a vector (I try never to use that term) means to make it of length 1.

And in this case, you don't WANT a unit vector.

If a surface is given by f(x,y)= constant, then with [itex]\vec{r}= x\vec{i}+ y\vec{j}+ f(x,y)\vec{k}[/itex], the [itex]\vec{r}_x[/itex] and [itex]\vec{r}_y[/itex], are vectors in the tangent plane to the surface and their cross product is "normal" (i.e. perpendicular) to the surface (which is true of the cross product of any two independent tangent vectors). More, the length of that cross product, often called the "fundamental vector product" for the surface, gives the "differential of area". That is, if dS is the differential of surface area for the surface, [itex]dS= |\vec{r}_x\times\vec{r}_y| dxdy[/itex]. [itex]d\vec{S}= \vec{r}_x\times\vec{r}_y| dxdy[/itex] is called the "vector differential of surface area".

You don't want to "normalize" that vector- its length gives important information about the surface.
 
I'll be darned. That makes perfect sense. I'm looking at n dS as two separate items, when in reality, it's no different than the parametric r and r' functions from a line integral. Those aren't normalized either. But the 'rate' at which they change is the key to making the whole integral work.

Brilliant! Thank you so much.
 
Many textbooks, by the way, deal with the integral of a vector function on a surface using "[itex]\vec{f}\cdot\vec{n}dS[/itex] where [itex]\vec{n}[/itex] is the unit normal vector to the surface. But finding dS itself involves finding the length of the "normal vector" which you then divide to find the unit normal vector! Much better to just think "[itex]\vec{f}\cdot d\vec{S}[/itex]".
 
After some investigation, I just figured that out this evening. My confusion came from a few steps that were elided in the Matthews book -- the ones you mentioned. I remembered a bit about surface integrals from years before, and I think the formula I'm recalling was used to find the actual area of the surface:

[tex] \int f dS = \int \int f(u,v) \left\| n \right\| du dv[/tex]

where n is the normal vector (which we can get from the cross product, as above) and [tex]\left\| n \right\|[/tex] is its length. Then -- of course -- if you alter this integral to measure flow, not surface area, you have to integrate the dot product of f and the unit normal vector. But since

[tex]\hat{n} = \frac{ n }{ \left\| n \right\|}[/tex]

this reduces to

[tex] \int f dS = \int \int f(u,v) \bullet n du dv[/tex]

just as you said. I think the sources of my confusion were the references to the "unit normal vector" throughout the chapter -- with the two former steps missing, the latter makes little sense in this context.
 
Joskoplas said:
After some investigation, I just figured that out this evening. My confusion came from a few steps that were elided in the Matthews book -- the ones you mentioned. I remembered a bit about surface integrals from years before, and I think the formula I'm recalling was used to find the actual area of the surface:

[tex] \int f dS = \int \int f(u,v) \left\| n \right\| du dv[/tex]

where n is the normal vector (which we can get from the cross product, as above) and [tex]\left\| n \right\|[/tex] is its length. Then -- of course -- if you alter this integral to measure flow, not surface area, you have to integrate the dot product of f and the unit normal vector. But since

[tex]\hat{n} = \frac{ n }{ \left\| n \right\|}[/tex]

this reduces to

[tex] \int f dS = \int \int f(u,v) \bullet n du dv[/tex]
Be careful. If u and v are general parameters, dS may not be du dv but the length of the "fundamental vector product" times du dv. Since that length is exactly what you need to divide the fundamental vector product by to get n, rather than finding that length and both multiplying and dividing by it, it is better to think
[tex]\int\int \vec{f}(u,v)\cdot d\vec{S}(u,v)[/tex]
where [itex]d\vec{S}(u,v)[/itex] is just the fundamental vector product times du dv.

just as you said. I think the sources of my confusion were the references to the "unit normal vector" throughout the chapter -- with the two former steps missing, the latter makes little sense in this context.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K