Surface Integral: dot product of two unit vectors

I think I can remember how to do the division. :smile:In summary, the conversation discusses a problem involving the evaluation of an integral over the positive quadrant of a sphere. The conversation includes the necessary equations and an attempt at a solution, with a request for help understanding a particular step. Two different methods for solving the problem are discussed, with a preference for one method due to its simplicity. The conversation concludes with the clarification of a previous example and the realization that a trig substitution will be needed to integrate the problem.
  • #1
Matty R
83
0
Hello. :smile:

I understand most of the work involved with these types of questions, but there is one point in an example I'm following that I don't understand.

Homework Statement



Evaluate:

[tex]I = \int{(z^2)}dS[/tex] over the positive quadrant of a sphere, where (x,y > 0).


Homework Equations



[tex]x^2 + y^2 + z^2 = 1[/tex]
[tex]\underline{\hat{n}} = \frac{\nabla f}{|\underline{\nabla}f|}[/tex]

The Attempt at a Solution



Project onto the xy plane:

[tex]dS = \frac{dxdy}{\underline{\hat{n}} \cdot \underline{\hat{k}}}[/tex]

At any point on the surface:

[tex]z^2 = 1 - x^2 - y^2[/tex]

Therfore:

[tex]\int{(z^2)}dS = \int{\int{(1-x^2-y^2)}}\frac{dxdy}{\underline{\hat{n}} \cdot \underline{\hat{k}}}[/tex]

[tex]\underline{\hat{n}} = \frac{\nabla f}{|\underline{\nabla}f|}[/tex]

[tex]= x \underline{\hat{i}}+y\underline{\hat{j}}+\left (\sqrt{1-x^2-y^2} \right)\underline{\hat{k}}[/tex]

I don't understand how to get to the next step:

[tex]\underline{\hat{n}} \cdot \underline{\hat{k}} = \sqrt{1-x^2-y^2}[/tex]

Its probably something really simple, knowing me. :redface:

I've tried the dot product, but couldn't get the answer from that.

Would anyone be gracious enought to end my torment?

I hope my Tex is okay. Its changed since I was last here, though it could be my reinstallation of ProText. Everything is in bold and the gaps between equations are much bigger.

Thanks.
 
Physics news on Phys.org
  • #2
Personally, I wouldn't do it that way. I particularly dislike the notation
[tex]\vec{n}= \frac{\nabla f}{|\nabla f}[/tex]
because you also have a factor of [itex]|\nabla f|[/itex] in dS itself- they always cancel and so there is no need to calculate it.

Instead, I think of a surface integral this way: parametric coordinates for the surface of a sphere, of radius R can be got from the formulas for spherical coordinates with [itex]\rho[/itex] fixed at R. That is, [itex]x= Rcos(\theta)sin(\phi)[/itex], [itex]y= Rsin(\theta)sin(\phi)[/itex], [itex]z= Rcos(\phi)[/itex]. That is, we can write the "position vector" of any point on the surface of the sphere as
[tex]\vec{r}(\theta, \phi)= Rcos(\theta)sin(\phi)\vec{i}+ Rsin(\theta)sin(\phi)\vec{j}+ Rcos(\phi)\vec{k}[/tex]

The derivatives with respect to [itex]\theta[/itex] and [itex]\phi[/itex],
[tex]\vec{r}_\theta= -Rsin(\theta)sin(\phi)\vec{i}+ Rcos(\theta)sin(\phi)\vec{j}[/tex]
[tex]\vec{r}_\phi= Rcos(\theta)cos(\phi)\vec{i}+ Rsin(\theta)cos(\phi)\vec{j}- Rsin(\phi)\vec{k}[/tex]
are vectors lying in the tangent plane to the sphere. Their cross product,
[tex]R^2cos(\theta)sin^2(\phi)\vec{i}+ R^2sin(\theta)sin^2(\phi)\vec{j}+ R^2 sin(\phi)cos(\phi)\vec{k}[/tex]
where the order of multiplicatio/n has been chosen to give the outward pointing normal, is normal to the sphere and, with [itex]d\theta d\phi[/itex], gives the "vector differential of surface area".

dS itself, the "scalar differential of surface area" is given by the magnitude of that vector:
[itex]dS= R^2 sin(\phi)d\theta d\phi[/itex].

Your integrand is [itex]z^2= R^2cos^2(\phi)[/itex] so your integral is
[tex]R^4 \int\int cos^2(\phi)sin(\phi)d\phi d\theta[/tex]
where the integral is to include only the first octant.

(Of course, in this problem, R= 1.)
 
  • #3
Having got that off my chest, you can, of course, to answer your actual question, yes, it is "something really simple"!

You arrived at the fact that [itex]\vec{n}= x\vec{i}+ y\vec{j}+ \sqrt{1- x^2- y^2}\vec{k}[/itex].

It's dot product with [itex]\vec{k}= 0\vec{i}+ 0\vec{j}+ 1\vec{k}[/itex] is
[tex]0(x)+ 0(y)+ 1(\sqrt{1- x^2- y^2})= \sqrt{1- x^2- y^2}[/tex]
 
Last edited by a moderator:
  • #4
Wow. Thanks for the replies. :smile:

I knew it would be something straightforwards like that. I keep overthinking.

I completely agree about the notation. The method I've been using looks very messy, so I'll give the method you prefer a go.

Just past the bit where I was stuck, the example has this:

[tex]\int{(z^2)dS} = \int{\int{(1-x^2-y^2)\frac{dxdy}{\sqrt{1-x^2-y^2}}}}[/tex]

[tex]= \int{\int{(1-x^2-y^2)}dxdy}[/tex]

Is that what you meant about the cancelling terms? I don't understand it, though it looks to be saying z = 1, or the dot product of the two unit vectors is 1.
 
  • #5
Matty R said:
Wow. Thanks for the replies. :smile:

I knew it would be something straightforwards like that. I keep overthinking.

I completely agree about the notation. The method I've been using looks very messy, so I'll give the method you prefer a go.

Just past the bit where I was stuck, the example has this:

[tex]\int{(z^2)dS} = \int{\int{(1-x^2-y^2)\frac{dxdy}{\sqrt{1-x^2-y^2}}}}[/tex]

[tex]= \int{\int{(1-x^2-y^2)}dxdy}[/tex]
What? No,
[tex]\frac{1- x^2- y^2}{\sqrt{1- x^2- y^2}}= \sqrt{1- x^2- y^2}[/tex]
not just [itex]1- x^2- y^2[/itex]. You will need a couple of trig substitutions to integrat that.

[tex]Is that what you meant about the cancelling terms? I don't understand it, though it looks to be saying z = 1, or the dot product of the two unit vectors is 1.[/QUOTE]
 
  • #6
Yup, my example is incorrect. It switches to polars coordinates on the next line and has the root sign there.

I'm so rusty with this. I'm stuggling to do the division. :redface:

EDIT

Its coming back now.
 
Last edited:

Related to Surface Integral: dot product of two unit vectors

1. What is a surface integral?

A surface integral is a type of double integral used to calculate the flux, or flow, of a vector field over a surface. It involves finding the dot product of the vector field with the unit normal vector of the surface at each point, and then integrating over the entire surface.

2. What is the dot product of two unit vectors?

The dot product of two unit vectors is a scalar quantity that represents the magnitude of the projection of one vector onto the other. It is calculated by multiplying the magnitudes of the two vectors and the cosine of the angle between them.

3. How is a surface integral related to a line integral?

A surface integral can be thought of as a generalization of a line integral, where instead of integrating over a curve in a plane, we are integrating over a surface in three-dimensional space. Just as a line integral calculates the net effect of a vector field along a curve, a surface integral calculates the net effect of a vector field over a surface.

4. What are some real-world applications of surface integrals?

Surface integrals have many practical applications in physics and engineering. They are used to calculate the flux of electric and magnetic fields, the flow of fluids, and the surface area of three-dimensional objects. They are also used in computer graphics to render 3D images and in geology to model underground structures.

5. What are some techniques for evaluating surface integrals?

There are several techniques for evaluating surface integrals, including parametrization, using surface normal vectors, and using the divergence theorem. The choice of technique depends on the specific problem and the type of surface involved.

Similar threads

  • Calculus and Beyond Homework Help
Replies
9
Views
848
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
20
Views
555
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
334
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
252
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
Back
Top