Alteran
- 17
- 0
In order to find streamlines for vector field, we need to solve this system of differential equations:
\frac{dx}{dt} = -x+y+z
\frac{dy}{dt} = x-y+z
\frac{dz}{dt} = x+y-z
where
x(0) = a
y(0) = b
z(0) = c
I have used Mathematica in order to find solutions for these equations and it calculated the following:
x = \frac{2a-b-c+ae^{3t}+be^{3t}+ce^{3t}}{3e^{2t}}
y = \frac{-a+2b-c+ae^{3t}+be^{3t}+ce^{3t}}{3e^{2t}}
z = \frac{-a-b+2c+ae^{3t}+be^{3t}+ce^{3t}}{3e^{2t}}
it is, of course, right - I have check parametric plot and it is streamline, but I think how it came to that solution? Does anybody can explain how I can solve these equations (step-by-step would be very very helpful :roll: ) without using of Mathematica? I do not understand why there is 3e^{2t}?
Thank you
\frac{dx}{dt} = -x+y+z
\frac{dy}{dt} = x-y+z
\frac{dz}{dt} = x+y-z
where
x(0) = a
y(0) = b
z(0) = c
I have used Mathematica in order to find solutions for these equations and it calculated the following:
x = \frac{2a-b-c+ae^{3t}+be^{3t}+ce^{3t}}{3e^{2t}}
y = \frac{-a+2b-c+ae^{3t}+be^{3t}+ce^{3t}}{3e^{2t}}
z = \frac{-a-b+2c+ae^{3t}+be^{3t}+ce^{3t}}{3e^{2t}}
it is, of course, right - I have check parametric plot and it is streamline, but I think how it came to that solution? Does anybody can explain how I can solve these equations (step-by-step would be very very helpful :roll: ) without using of Mathematica? I do not understand why there is 3e^{2t}?
Thank you