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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top