Questions tagged [vector-fields]

In vector calculus, a vector field is an assignment of a vector to each point in a subset of space. A vector field in the plane, for instance, can be visualized as a collection of arrows with a given magnitude and direction each attached to a point in the plane. Vector fields are often used to model, for example, the speed and direction of a moving fluid throughout space.

Given a subset $S$ in ${\bf R}^n$, a vector field is represented by a vector-valued function $V: S \rightarrow {\bf R}^n$ in standard Cartesian coordinates $(x_1, \cdots , x_n)$. If each component of $V$ is continuous, then $V$ is a continuous vector field, and more generally $V$ is a $C^k$ vector field if each component of $V$ is $k$ times continuously differentiable.

Given two $C^k$-vector fields $V,\ W$ defined on $S$ and a real valued $C^k$-function $f$ defined on $S$, the two operations scalar multiplication and vector addition $$(fV)(p) := f(p)V(p) $$ $$(V+W)(p) := V(p) + W(p)$$ define the module of $C^k$-vector fields over the ring of $C^k$-functions.

2822 questions
10
votes
1 answer

Explanation for example of flow generated by vector field

The text I am reading has an example for flow in a section titled "Flows and Lie derivatives." Below is the example: Let $M = \mathbb{R}^2$, and let $X((x,y)) = -y \partial/\partial x + x \partial/\partial y$ be a vector field in $M$. It is easy to…
Alex
  • 1,009
8
votes
3 answers

If the curl of some vector function = 0, Is it a must that this vector function is the gradient of some other scalar function?

I know of course that If the curl of a vector function is equal to zero, then the vector function is the gradient of some other scalar function, but is this a must? if so, please give mathematical proof.
3
votes
0 answers

Local coordinate expression for a vector field

I'm reading Semi-Riemannian Geometry by Newman - the following theorem Let $M$ be a smooth manifold, and let $X$ be a vector field on $M$. Then $X\in \mathfrak{X}(M)$ iff for every chart $(U,(x^i))$ on $M$, the components of $X$ are in…
3
votes
0 answers

Non-linear transformation of a vector field

Linear algebra has a lot to say about linear transformations of vectors. Which field studies non-linear transformations of vector spaces? What is a good introductory textbook on this matter? Update: Differential geometry might be an answer:…
Stepan
  • 1,093
3
votes
1 answer

Is vector field a field (in the algebraic sense) also?

This is something about basic confusion. Let $M$ be a smooth manifold of dimension $n$. We denote $X$ to mean the vector field. Is the vector field $X$, a field (in the sense of abstract algebra) also?
MAS
  • 10,638
3
votes
1 answer

Intuition on why a field is not conservative

I know the definition of a conservative vector field is that the integral $\int_{C} F \cdot dr$ is path independent, or it is zero if $C$ is a closed loop, or the curl of $F$ is zero (in a simply connected region), or there exists a scalar field…
2
votes
0 answers

Flow of a Vector Field

If $V_r$ be a vector field defined on $S^2_r$ that is always tangent to the sphere on which it is defined.Define a vector field $V$ on $R^3$ such that $V(x)$=$r^2(1-r^2)$$V_r(x)$.Prove that for each $t \in R$ the time $t$ flow associated to this…
Ester
  • 3,057
  • 2
  • 23
  • 34
2
votes
1 answer

Vector potential of magnetic dipole

When one calculates the vector potential of a magnetic dipole (current circuit), one can arrive at an integral of the form: \begin{equation*} \vec{A} = \frac{I}{cR^3} \oint\limits_L {\vec{dl}} ( {\vec{r}'} \cdot…
Sergio
  • 185
2
votes
1 answer

How can I infer a vector field from an arbitrary shape or equation?

For example, let's say I have a particle that is free to move in an XY plane. It's supposed to execute a task, which, to put it simply, is to travel through a given path. If it is outside of this path, the particle should be redirected to it,…
2
votes
1 answer

Understanding some (pictorial) points in the diagram of a vector field

The following example is from the book of Hubbard on Vector Calculus, Linear Algebra and Differential Forms. It considers the vector field $F(x,y)=(xy-2, x-y)$, and describes pictorially as below. From the picture, we can see two things, and they…
Maths Rahul
  • 2,877
2
votes
1 answer

work done by a vector field

I have a question about the work done by a vector field to a particle: motion of particle The red arrows represent the motion of the particle. The equation of the vector field is $F = [-2y, 3x]$. The particle moves from $(0,0)$ to $(1,2)$, then to…
2
votes
1 answer

How to find a line field in a vector field

I have a vector field described by $$\mathbf{F}(x,y) = y \hat{x} -x\hat y$$ I am trying to find the field lines for it, ideally by choosing a starting point and then having a parameter t that will lead me through all points that are on the field…
2
votes
1 answer

curl of a 2D field

How can I calculate the curl of a 2D field like $\textbf{F}= F_x(x,y)\textbf{i} + F_y(x,y)\textbf{j}$ if the curl is defined is 3D? My book says to apply the definition of curl to the associated 3D field $\textbf{F} = F_x(x,y)\textbf{i} +…
2
votes
1 answer

Integral curves and flows of bounded vector fields

Let $X=(X_1,\dots, X_n)\in L^\infty$ be a smooth (non Lipschitz) vector field such that \begin{equation}\tag{1} X_n \ge c|(X_1, \dots, X_{n-1})|\,. \end{equation} Does the cone condition (1) imply that the flow $\Phi(t,x)$ is globally defined? I…
2
votes
0 answers

Finding potential function: can I just remove this minus sign?

I'm trying to find the potential function for $F(x,y)=$ So I started by integrating the first component: $$\int (x^2-y) dx = \frac {x^3}{3}-yx+h(y)$$ From that, I took a partial derivative with respect to $y$ and got: $$f_y=-x+h'(y)$$ So…
Floella
  • 473
1
2 3 4 5 6