Find integral curve over vector field

Alteran
Messages
17
Reaction score
0
The question should be very easy, its from topics of Differential Geometry, I just want to make sure that I understands it right :shy: . My question is:

in R^3 we have vector field X and for every point p(x,y,z) in R^3 space, vector field X(p) = (p; X_x(p), X_y(p), X_z(p)) has:
X_x(p) = -x+y+z
X_y(p) = x-y+z
X_z(p) = x+y-z

Find integral curve \alpha of this vector field and it should pass through point $q=(a,b,c) \in R^3 so that \alpha(0)=q.

Thanks for any advise.
 
Physics news on Phys.org
In other words, you are looking for \alpha (x,y,z) such that
\frac{\partial \alpha}{\partial x}= -x+ y+ z
\frac{\partial \alpha}{\partial y}= x- y+ z
\frac{\partial \alpha}{\partial z}= x+ y- z

Integrating the first with respect to x (treating y and z as constants) gives \alpha(x,y,z)= -\frac{1}{2}x^2+ xy+ xz+ u(y,z).
Note that the "constant of integration", since we are treating y and z as constants, may be a function of x and y. Do you remember dealing with "path integrals independent of the path" in Calculus? You should be able to finish this yourself.

We can't tell you whether you are "understanding it right" or not since you haven't told us how you understand it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top