How to Determine the Sign of the Square Root in ODEs for Photon Orbits?

nocks
Messages
24
Reaction score
0
hi there,
I'm trying to plot r against \phi by solving the following ODEs using runge-kutta. The problem I'm having is with the square root. How do I know when it will be positive and when it will be negative? If this is a simple question I apologise I'm not that great with the maths :).

E and L and M are constants.
r>0.
<br /> V^2(r) = \left(1 - \frac{2M}{r} \right)\frac{L^2}{r^2}<br />
<br /> \frac{d \phi}{d \lambda} &amp;= \frac{L}{r^2} <br />
<br /> \frac{dr}{d\lambda} &amp;= \pm\sqrt{E^2 - V^2(r)}<br />

Thanks
 
Last edited:
Physics news on Phys.org
\pm sign shouldn't be there in the first place. You have to decide whether it is positive or negative sign. Just look back at your model again.
 
matematikawan said:
\pm sign shouldn't be there in the first place. You have to decide whether it is positive or negative sign. Just look back at your model again.

The model is of a photon's path around a black hole. The \pm is due to the fact that the photons distance from the black hole can increase and decrease in the same orbit.

I've been advised to differentiate dr/d\lambda to get around the \pm but I am unsure as to how this will solve my problem.

I have the d^2r/d \lambda ^2 as \frac{d^2r}{d\lambda^2} &amp;= \frac{L^2(r - 3M)}{r^4}
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top