Can Scalars Be Factored Out in Vector Cross Products?

Click For Summary
SUMMARY

The discussion centers on the mathematical operations involving the vector field F = kq((x)/(x^2+y^2), (y)/(x^2+y^2)) and its cross product with the gradient operator in the context of calculating flux. Participants confirm that the scalar kq can be factored out during the calculation of the cross product, but caution against confusing dot products with scalars and vectors. The divergence theorem is emphasized as a crucial tool for calculating flux, particularly in 2D scenarios, while addressing the challenges posed by the undefined nature of the vector field at the origin.

PREREQUISITES
  • Understanding of vector calculus, specifically cross products and gradients.
  • Familiarity with the divergence theorem and its applications in 2D and 3D.
  • Knowledge of polar coordinates and their relevance in flux calculations.
  • Concept of conservative vector fields and divergence-free conditions.
NEXT STEPS
  • Study the application of the Divergence Theorem in 2D vector fields.
  • Explore the properties of conservative vector fields and how to prove them.
  • Learn about the Dirac delta function and its implications in vector calculus.
  • Investigate the relationship between flux and the divergence of vector fields in various coordinate systems.
USEFUL FOR

Mathematicians, physicists, and engineering students who are working with vector calculus, particularly in the context of fluid dynamics and electromagnetism.

Dvsdvs
Messages
24
Reaction score
0
Hello, this is pretty straightforward. I need to take cross product:
kq(x/(x^2+y^2),y/(x^2+y^2)) x (d/dx,d/dy)

since kq is a scalar can i just leave it outside the calculation until the very end and for now just calculate the cross product of the two and once i get a definite answer, multiply that answer by kq. Basically can i do this:

((x/(x^2+y^2),y/(x^2+y^2)) x (d/dx,d/dy)) dot kq
 
Physics news on Phys.org
Yes, that's fine. (However, writing "dot" kq is confusing since the dot product is undefined between a scalar and a vector...I would write it as kq\left((x/(x^2+y^2),y/(x^2+y^2))\times (d/dx,d/dy)\right) instead)
 
yeah thank you. would you know if it would help to convert to polar coordinates when calculating the flux?
 
Am I missing something here? It looks like you are crossing two vectors in R2. The cross product I know about is defined only for two vectors in R3.
 
Dvsdvs said:
yeah thank you. would you know if it would help to convert to polar coordinates when calculating the flux?

It depends on which surface you are trying to calculate the flux through.

Also, are you actually trying to calculate the curl of (x/(x^2+y^2),y/(x^2+y^2))? If so, you need to realize that \vec{nabla}\time\vec{F} is very different from \vec{F}\times\vec{\nabla}! The former is the curl of F, which will be a vector. While the latter is a vector differential operator which operates on some vector.
 
well surface is x^2+y^2=a^2. and for curl ill add a 0 vector for z and the del operator will be (d/dx, d/dy, d/dz) making it R3. and i actually have to prove its conservative away from the region. so i will take \nabla X F in that order yeah i realize i have it swapped before hand. I don't really know what to do about the flux though. Thank you so much for help by the way

Edit-im gettng something weird for the k vector of cross product= (y/(x^2+y^2)) d/dx - (x/(x^2+y^2)) d/dy how does this equal 0? NVM, i see it after quotient rule
 
Last edited:
alrite so i said flux=\int\int\nabladotF dA.
since i just proved that dot product = 0. I am left with

\int\int (0) dx dy over the domain: x^2 + Y^2=a^2
sooo, what now
 
\int_{\mathcal{S}}\vec{\nabla}\cdot\vec{F}dA Does not represent the flux of F through \mathcal{S}...It doesn't even represent the flux of div(F) since the flux of a scalar is not well defined (to the best of my knowledge anyways).

I think perhaps you should post the entire original problem word for word so that we can see exactly what you are supposed to compute...
 
The 2D vector F = kq((x)/(x^2+y^2), (y)/(x^2+y^2))

Show that this vector eld is both conservative, and divergence free
away from the origin (0; 0). Done dot product=0 and cross product=0

Find the
Find the flux of this vector field over the circle C given by x2+y2 = a2 also says that flux is integral of F.Nds but in my book it says that this is equal to
double integral of the dot product of del operator FdA

and yeah youre right that integral doesn't but the double integral with the Domain being C of that does represent the flux
 
Last edited:
  • #10
and this Use the Divergence theorem to show that the flux will be the same
even if the curve C is not a circle, but a reasonably nice curve enclosing the origin
(closed, orientable, simple (i.e. doesn't cross itself), simply connected, enclosing the
origin). But this only makes things worse so...
 
  • #11
Dvsdvs said:
...but in my book it says that this is equal to
double integral of the dot product of del operator FdA

No, I'm sure your book doesn't say that. What your book probably says is:

\oint_{\mathcal{S}}\vec{F}\cdot\hat{N}dS=\int_{\mathcal{V}}(\vec{\nabla}\cdot\vec{F})dV

Where \mathcal{S} is the closed surface that bounds the volume \mathcal{V}

right? (this is known as the divergence theorem, which is sometimes called "Gauss' theorem" or "Green's theorem")

But(!) this doesn't help you here since the surface x^2+y^2\leq a^2 is just a disk of radius a; which is an open surface.

Instead you have to calculate the flux \int_{\mathcal{S}}\vec{F}\cdot\hat{N}dS directly.

Begin by expressing the unit normal to the surface in Cartesian unit vectors...does F have any component parallel to the normal n this case? If not, then F.NdS=0 and so the flux is zero.
 
  • #12
oooo alright i see this now thanks!
 
  • #13
Dvsdvs said:
and thus Use the Divergence theorem to show that the flux will be the same
even if the curve C is not a circle, but a reasonably nice curve enclosing the origin
(closed, orientable, simple (i.e. doesn't cross itself), simply connected, enclosing the
origin). But this only makes things worse so...

OH!:bugeye:

You should not have left this part of the problem description out of your previous post!

After reading this, it seems that they want you to use the 2D version of the divergence theorem. The version I posted above is the 3D version.

And the "flux" they want you to calculate is also the 2D version of flux; so instead of calculating \int_{\mathcal{S}} \vec{F}\cdot\hat{k}dxdy over the disk, they actually want you to calculate \int_{\mathcal{C}} \vec{F}\cdot\hat{r}rd\theta over the circle (I'm using r and \theta to represent polar coordinates, and \hat{r} to represent the radial unit vector)

And that is what you are supposed to apply the divergence theorem to.

The point of the problem is to show that div(F) is not actually zero everywhere, and is in fact infinite at the origin.
 
  • #14
but i can't calculate the flux at the origin. as the vector is undefined...so how do u take dot product of this \nabladot F when F doesn't even exist at the origin
 
  • #15
Dvsdvs said:
but i can't calculate the flux at the origin. as the vector is undefined...so how do u take dot product of this \nabladot F when F doesn't even exist at the origin

You can't calculate \vec{\nabla}\cdot\vec{F} directly (at the origin). But you can calculate

\int_{\mathcal{C}} \vec{F}\cdot\hat{N}ds

You will get the same non-zero answer no matter what curve \mathcal{C} you use (as long as it encloses the origin exactly once); and from that you can conclude that \vec{\nabla}\cdot\vec{F} cannot be zero at the origin.

Then, if you have been taught about the dirac delta function, you should be able to figure out what \vec{\nabla}\cdot\vec{F} actually is.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
20
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
12
Views
2K