Determining Field Lines of a Vector Field in R^3

Kork
Messages
33
Reaction score
0

Homework Statement



Determine the field lines of the vector field f: R^3 --> R^3 defined by

f(x,y,z) = (x/(1+z2) , y/(x2+y2) , 0)

Homework Equations


The Attempt at a Solution



I know that my vector field is:

F(x,y,z) = (x/((1+z^2)*(x^2+y^2))*i + (y/((1+z^2)*(x^2+y^2))*j + 0k

I choose the point (1,1,1) and if I put that into F(1,1,1) I get

(1/8)i + (1/8)j + 0*k --> <1/8, 1/8>

I need a 3D graph right?

Well, first of all, I don't know how to plot (1/8,1/8) into a 3D graph. Second of all, what happens to the z-coordinate?
Third: I want more than one vector obviously, but when I try with (1,1,-1) I get ∞, which I cannot use to make a vector. Which coordinates can I use?
 
Physics news on Phys.org
i would like to know this as well
 
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