Why is the unit normal of a sphere important in vector calculations?

  • Level: Undergrad 
  • Thread starter Thread starter Hypersquare
  • Start date Start date
  • Tags Tags
    Normal Sphere Unit
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 6K views
Hypersquare
Messages
14
Reaction score
0
I was looking at this example:

http://keep2.sjfc.edu/faculty/kgreen/vector/block3/flux/node10.html

and was confused between the difference between [itex]\hat{}n[/itex] and [itex]\vec{}r[/itex]

Why is the original vector field not given in terms of a unit vector? And what difference does this make?

Thanks :)
 
Physics news on Phys.org
Sorry that's supposed to be n hat and the vector r, I am a latex noob.
 
I also don't quite get why the is unit vector is not just r hat
 
"r", with the arrow over it is the "position vector" at a given point on the sphere. n with a hat is the unit vector in that direction. I presume they are using "n" to represent the unit vector because it is "normal" to the spherical surface and "n" is the standard notation for a normal vector.

For a sphere with center at the origin, the normal vector at any point is in the direction of the position vector. For any other surface that would not be true.
 
I got [itex]\vec{f}[/itex].[itex]\hat{n}[/itex] as 1/[itex]r^{4}[/itex] not 1/[itex]r^{2}[/itex] as they got. What have I done wrong?
 
There is no "f" so I assume you mean "F" at the site linked to. That is defined by
[tex]\vec{F}= \frac{\vec{r}}{r^3}[/tex]
[itex]\frac{\vec{r}}{r}[/itex] is the unit vector [itex]\vec{n}[/itex] normal to the sphere so the length of [itex]\vec{F}[/itex] is [itex]1/r^2[/itex]. I don't know how you would have gotten [itex]1/r^4[/itex].
 
I got it by doing:

[itex]\vec{F}[/itex] . [itex]\hat{n}[/itex] = [itex]\frac{\vec{r}}{r^{3}}[/itex] .[itex]\frac{\vec{r}}{r}[/itex] = [itex]\frac{1}{r^{4}}[/itex]

I don't see what is wrong with that.