Friday, September 9, 2022

Curl 3D: UNIZOR.COM - Physics4Teens - Waves - Field Waves

Notes to a video lecture on http://www.unizor.com

Curl in 3D

This lecture continues analyzing a concept of curl of a vector field, this time in three-dimensional space.
We will extensively use the material of a previous lecture on curl in two-dimensional space.

Consider a three-dimensional vector field - the one that really exists in our three-dimensional world V(x,y,z) with components
{Vx(x,y,z),Vy(x,y,z),Vz(x,y,z)}

As a working model, we will use velocities of air molecules as a vector field, sometimes calling it a "wind", and we assume that time does not participate in our analysis, so everything is related either to one particular moment in time or the wind does not change with time.
Wind might steadily blow in one direction, which would be an example of unidirectional vector field or might form a tornado, which is a perfect example of a vector field with a non-zero curl.

As in the two-dimensional case, let's consider a tiny pedal wheel that can be placed at any point in the air without fixing its axis of rotation, as we did in the two-dimensional case, where this axis was always parallel to Z-axis.

After some turning around with the wind, provided the wind is not changing, our pedal wheel will establish some position and will or will not spin in some direction with some angular speed.
Its axis of rotation then will point to a direction of the three-dimensional curl of our vector field at that point and the speed of rotation gives the magnitude. These direction and magnitude define a curl as a vector in three-dimensional vector field.

The complication in three-dimensional case is that our tiny pedal wheel can rotate around any axis directed anywhere in space.
Moreover, if it rotates around some axis at some point in space because a vector field curls around that axis, a slight change in the direction of this pedal wheel might still result in its rotation, maybe with lower velocity.

It helps to simplify the problem by breaking it in three already solved ones.
Consider a vector field V(x,y,z) with components
{Vx(x,y,z),Vy(x,y,z),Vz(x,y,z)}

Let curl V(x,y,z) be a vector K(x,y,z) with components
{Kx(x,y,z),Ky(x,y,z),Kz(x,y,z)}

Intuitively, the X-component Kx(x,y,z) of the vector K(x,y,z) should represent the curl of the projection of the vector field V(x,y,z) onto the YZ-plane, that is a curl of a two-dimensional vector field with fixed X-component and two other components equal to
{Vy(x,y,z),Vz(x,y,z)}
Therefore, Kx(x,y,z) equals to
Vz(x,y,z)/∂y − ∂Vy(x,y,z)/∂z

Analogously, the Y-component Ky(x,y,z) of the vector K(x,y,z) should represent the curl of the projection of the vector field V(x,y,z) onto the ZX-plane, that is a curl of a two-dimensional vector field with fixed Y-component and two other components equal to
{Vz(x,y,z),Vx(x,y,z)}
Therefore, Ky(x,y,z) equals to
Vx(x,y,z)/∂z − ∂Vz(x,y,z)/∂x

Similarly, the Z-component Kz(x,y,z) of the vector K(x,y,z) should represent the curl of the projection of the vector field V(x,y,z) onto the XY-plane, that is a curl of a two-dimensional vector field with fixed Z-component and two other components equal to
{Vx(x,y,z),Vy(x,y,z)}
Therefore, Kz(x,y,z) equals to
Vy(x,y,z)/∂x − ∂Vx(x,y,z)/∂y

Now we know all three components of the vector K(x,y,z) that represents curl V(x,y,z).

This vector can be represented as a sum of its components using the unit vectors along the coordinate axis i along OX axis, j along OY axis and k along OZ axis:
K(x,y,z) = Kx(x,y,z)·i +
+ Ky(x,y,z)·j + Kz(x,y,z)·k

where the components of the curl vector were calculated above:
Kx(x,y,z) =
=
Vz(x,y,z)/∂y − ∂Vy(x,y,z)/∂z

Ky(x,y,z) =
=
Vx(x,y,z)/∂z − ∂Vz(x,y,z)/∂x

Kz(x,y,z) =
=
Vy(x,y,z)/∂x − ∂Vx(x,y,z)/∂y


Curl as a Vector Product

All we need now to make all the formulae more beautiful is to apply some vector algebra.

Let's take any two vectors in their coordinates form:
P = Px·i + Py·j + Pz·k
Q = Qx·i + Qy·j + Qz·k

Now let's form a vector product of these two vectors and express it also in coordinate form, using trivial identities
ii=0; jj=0; kk=0;
ij=k; ji=−k;
jk=i; kj=−i;
ki=j; ik=−j.

Skipping the terms equaled to zero, the vector (cross) product of P by Q equals to
PQ =
= Px·Qy·i
j + Px·Qz·ik +
+ Py·Qx·j
i + Py·Qz·jk +
+ Pz·Qx·k
i + Pz·Qy·kj =
= Px·Qy·k + Px·Qz·(−j) +
+ Py·Qx·(−k) + Py·Qz·i +
+ Pz·Qx·j + Pz·Qy·(−i) =
= (PyQz−PzQyi +
+ (PzQx−PxQzj +
+ (PxQy−PyQxk


Now consider a pseudo-vector with components
{/x, /y, /z}
and a vector field V(x,y,z) with components
{Vx(x,y,z),Vy(x,y,z),Vz(x,y,z)}
Use pseudo-vector as vector P in the above expression for a vector (cross) product and vector V(x,y,z) as vector Q.
Then, omitting (x,y,z) in vector field and its components for brevity, their vector product would look like
V =
= (
Vz/y − Vy/z)·i +
+ (
Vx/z − Vz/x)·j +
+ (
Vy/x − Vx/y)·k

which exactly the same as an expression for curl V(x,y,z) derived earlier in this lecture.

We have come to a very short form of a vector K(x,y,z) representing a curl of a vector field V(x,y,z) at point {x,y,z}:

curl V(x,y,z) = V(x,y,z)


No comments: