Can the gradient be used to find a normal for a surface integral?

  • Thread starter Thread starter schaefera
  • Start date Start date
  • Tags Tags
    Normal
schaefera
Messages
208
Reaction score
0
In evaluating a surface integral, I know that the surface integral of 1, dS over the surface S will give me surface area. That means that a regular double integral of the magnitude of the normal over the region R, in the xy-plane, will give the surface area.

For a general sphere, x^2+y^2+z^2=a^2, can I use the normal obtained from the gradient? Or must I solve g(x,y)=sqrt(a^2-x^2-y^2) and then take the magnitude? The first way, I get that the normal is 2a and the second way I get that the normal is a/z.

What is wrong?
 
Physics news on Phys.org
Hi schaefera! :smile:

You're talking about the length of the gradient, but that's not what a normal unit vector is.

Btw, you do not just need a normal vector, but you need a normal unit vector.

A normal unit vector is perpendicular to the surface and has length 1.

You can use the gradient to find the direction of a normal vector.
But you need to divide it by its length to get a normal unit vector.
 
A normal is a normal! It doesn't matter how you get it. However, the normal is a vector, not a number, so neither of those is correct. If you write f(x,y,z)= x^2+ y^2+ z^2= a^2, then the normal to that is the gradient, 2x\vec{i}+ 2y\vec{j}+ 2z\vec{k}. The length of that normal is
\sqrt{4x^2+ 4y^2+ 4z^2}= 2\sqrt{x^2+ y^2+ z^2}= 2a

I'm not sure what you mean by "solve g(x,y)= sqrt(a^2- x^2- y^2) and then take the magnitude". What do you mean by "solve g(x,y)"? Of course,
z= \sqrt{a^2- x^2- y^2}
but then what are you going to do with it?
 
Sorry, above I did mean to write the length of the normal.

From that z that you solved, you can then make a parametric surface, with parameters x and y, where g(x,y)=z, correct? Then, cross the partial derivatives with respect to each parameter to get a normal.

Also, in a surface integral isn't it actually dS=(magnitude of normal) dA?
 
schaefera said:
Sorry, above I did mean to write the length of the normal.

From that z that you solved, you can then make a parametric surface, with parameters x and y, where g(x,y)=z, correct? Then, cross the partial derivatives with respect to each parameter to get a normal.

Also, in a surface integral isn't it actually dS=(magnitude of normal) dA?

Sorry, but as HoI already stated, the magnitude of the normal is irrelevant.
In your case dS = dA.

The question is, how big is dS or dA in terms of the coordinates and their infinitesimals.

Usually the surface of a sphere is integrated with spherical coordinates (r, \theta, \phi).
In this case we have \text{d}S = a^2 \sin \theta \text{ d}\theta \text{ d}\phi.

With your z = g(x, y) you could integrate as well, but that becomes way too complicated.

Cheers! :smile:
 
First off, thanks for your help- you guys are great!

But here, for example, I see them showing that dS= |n| dA, where |n| is the magnitude of the normal. (The link: http://www-users.math.umd.edu/~jmr/241/surfint.html).

Why do you say dS=dA in my original case?
 
schaefera said:
First off, thanks for your help- you guys are great!

But here, for example, I see them showing that dS= |n| dA, where |n| is the magnitude of the normal. (The link: http://www-users.math.umd.edu/~jmr/241/surfint.html).

Why do you say dS=dA in my original case?

My bad. I misinterpreted your questions. But then, you did not define dA.

I take it, dA = dxdy in your case?

Well, the length of the normal unit vector n is still 1.
It is the surface dS that has a different size from dxdy.

However, the gradient is not involved, nor its length.
In your text a definition for a vector P is made.
Based on your definition of g(x,y), you would have:
\vec P(x,y) = \begin{pmatrix}x \\ y \\ g(x,y) \end{pmatrix}

The outer product mentioned, would be:
\frac {\partial \vec P} {\partial x} \times \frac {\partial \vec P} {\partial y} = \begin{pmatrix}\frac x {g(x,y)} \\ \frac y {g(x,y)} \\ 1 \end{pmatrix}

This is indeed a normal vector, but one with the very special property that its length defines the ratio between the surface dS and dxdy.
The normal unit vector \vec n will have the same direction, but length 1.

The result would be:
dS = \sqrt {1 + \left(\frac x {g(x,y)} \right)^2 + \left(\frac y {g(x,y)} \right)^2} dxdy

To calculate the top half surface of the sphere with radius a, you would get:
\int_{-a}^{+a} \int_{-\sqrt{a^2-x^2}}^{+\sqrt{a^2-x^2}} \sqrt {1 + \left(\frac x {g(x,y)} \right)^2 + \left(\frac y {g(x,y)} \right)^2} dy dx

Note that this is a difficult integral to integrate.
 
Last edited:
I suppose that is the heart of my question! You obtain the normal there by crossing the partials of the parametrized surface. Why couldn't you, instead, use the gradient to find a normal that works to define the proportionality between dS and dxdy?
 
schaefera said:
I suppose that is the heart of my question! You obtain the normal there by crossing the partials of the parametrized surface. Why couldn't you, instead, use the gradient to find a normal that works to define the proportionality between dS and dxdy?

You need the ratio between dS and dxdy.
This is given by the length of the outer product of the partial derivatives of the parametrized surface.
As you can see the gradient simply does not give this ratio.

A more detailed explanation is as follows.

dS is an infinitesimal surface element that can be approximated by a parallelogram
The 2 relevant sides as vectors are given by the partial derivatives.
The length of the outer product gives the surface area, which is what we need.

The gradient gives a measure how "fast" your sphere "expands".
This will give you a vector that is perpendicular to the surface, but its length has nothing to do with the surface area.
 
Back
Top