| New Reply |
Boyer-Lindquist Cooridinates - incorrect sign on cross term? |
Share Thread | Thread Tools |
| May31-12, 06:43 AM | #1 |
|
|
Boyer-Lindquist Cooridinates - incorrect sign on cross term?
OK, I realize I am probably on a hiding to nothing here, but please bear with me for now, I have tested my calculations so carefully that I am totally convinced that I have found an error in two published accounts of the BL line element . . .
The first is Visser, equation (57) http://arxiv.org/abs/0706.0622 The second is a document by someone (possibly) with initials "ELR" Chapter 7: The Kerr Metric – Rotation and Rotating Black Holes: pisces.as.utexas.edu/GenRel/KerrMetric.pdf Basically, in both cases the sign of the dt dPhi cross term is given as negative, but I can only get sensible answers with a positive term (changing no other signs in the line element). In my defence, I should explain that I am doing a full 4D geodesic simulation in GNU Octave, using BL coordinates to set initial conditions by specifying L and E, noting the 4-velocity norm is exactly -1.0, then converting to Doran coordinates for the integration, noting absolute rock-solid constancy of conserved energy, momentum, and of course the 4-velocity norm is absolutely stable at -1.0 at all times. To reiterate, this all happens with my positive signed cross term, if I change it back to the (supposedly correct) negative value, all the 4-velocity norms are off, and of course the trajectory is completely different. So, is anyone here able to check the validity of the two references above? I can of course give more information as required, but I think this is plenty for now. |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| May31-12, 06:45 AM | #2 |
|
|
Pardon typo in title, I can't see how to edit it :(
|
| May31-12, 07:20 AM | #3 |
|
|
I've scanned the Visser paper but I can't determine if a >= 0. This could be relevant because the cross term is the only one that depends on a and not a2.
Sounds like some very interesting stuff you're doing. |
| May31-12, 07:44 AM | #4 |
|
|
Boyer-Lindquist Cooridinates - incorrect sign on cross term?Now I'm happy with the calculations, I need to think of a way of encapsulating them in to something grander and more visual than Octave plots . . . |
| May31-12, 08:20 AM | #5 |
|
|
I can understand the problems you have with the Maxima simplifications. It's not too clever sometimes.
Have you tried checking if the metric in (57) is a vacuum ? I doubt if it is with both signs of the cross term. I could do this but not until the weekend. |
| May31-12, 08:46 AM | #6 |
|
|
As to the vacuum question, I have taken it that the metric is a vacuum solution, particularly bearing in mind section 2 - "No Birkhoff Theorem", in which he says that the Kerr metric in general is ONLY applicable to black holes, and not a general rotating mass. I have to accept that for the time being because he lost me at the word "quadrupole". On reflection I think the point you made about the ambiguity in definition of the sign of a is key here, and on that basis I am happy to assume that my work has resolved it (for me) ;) I forgot to mention that I am also comparing results with GROrbits http://stuleja.org/grorbits/ for the equatorial case, to which I also agree with good accuracy (6 significant figures or better). |
| May31-12, 08:51 AM | #7 |
|
|
A good way to cross check the sign conventions is to compute the 4-velocity of a "zero angular momentum observer" or ZAMO, i.e, of a worldline that is orthogonal to a surface of constant time, and find that it has a nonzero phi component (i.e., a ZAMO is not static but "rotates with the hole" at an angular velocity that depends on radius). Here's a quick computation (I'm simplifying to the equatorial plane, theta = pi/2, since the metric looks simpler there, but the key result generalizes): we write the line element (with dr = dtheta = 0) in the equatorial plane as: [tex]ds^2 = - \left( 1 - \frac{2m}{r} \right) dt^{2} - \frac{4ma}{r} dt d\phi + \left( r^{2} + a^{2} + \frac{2ma}{r} \right) d\phi^{2} = g_{tt} dt^{2} + 2 g_{t\phi} dt d\phi + g_{\phi\phi} d\phi^{2}[/tex] So we have three nonzero terms of interest in the metric, [itex]g_{tt}[/itex], [itex]g_{t\phi}[/itex], and [itex]g_{\phi\phi}[/itex]. We consider the 4-velocity of a ZAMO, [itex]u^{a} = u^{t} \partial_{t} + u^{\phi} \partial_{\phi}[/itex], and compute its inner product with any vector we like in a surface of constant t, the simplest one being [itex]e^{\phi} \partial_\phi[/itex], where [itex]e^{\phi} = 1[/itex]. The condition for orthogonality is then inner product = 0, or (nonzero terms only): [tex]0 = g_{t\phi} u^{t} e^{\phi} + g_{\phi\phi} u^{\phi} e^{\phi} = - \frac{2ma}{r} u^{t} + \left( r^{2} + a^{2} + \frac{2ma}{r} \right) u^{\phi}[/tex] This has the obvious solution: [tex]u^{\phi} = \frac{\frac{2ma}{r}}{r^{2} + a^{2} + \frac{2ma}{r}} u^{t}[/tex] Note that the sign of [itex]u^{\phi}[/itex] depends on the sign of a, so the sign of a defines the "sense of rotation" of the hole, as above. But note also that this solution depends on the signs of the two metric coefficients, [itex]g_{t\phi}[/itex] and [itex]g_{\phi \phi}[/itex], being opposite; if they were the same sign there would be no solution at all for positive a, which is obviously wrong. So I think the signs given in the papers you linked to are correct. |
| May31-12, 09:02 AM | #8 |
|
|
|
| May31-12, 09:07 AM | #9 |
|
|
|
| May31-12, 09:27 AM | #10 |
|
|
With agreement that good I'd be confident. |
| May31-12, 10:09 AM | #11 |
|
|
BTW I'm working through Peter's explanation, getting there slowly, but I do seem to be getting the right answers for the wrong reasons ;) Still, the pressure's off, I can sort this one out at my leisure. Thanks guys! |
| May31-12, 02:55 PM | #12 |
|
|
They are both vacuums (vacua ?). Of course I could have made a mistake. m4r35n357, this is the Maxima script, perhaps you could check I haven't mistranscribed the metric into matrix form. Changing the sign of the off-diagonal term still gives a null Ricci tensor. Code:
/******************************** Kerr spacetime in Boyer-Lindquist coords ***************************/ kill(all); load(ctensor); ratflag:true; ratricci:true; ratriemann:true; ct_coords:[t,r,theta,phi]; lg:matrix([(2*m*r)/(a^2*cos(theta)^2+r^2)-1,0,0,(-2*a*m*r*sin(theta)^2)/(a^2*cos(theta)^2+r^2)],[0,(a^2*cos(theta)^2+r^2)/(r^2-2*m*r+a^2),0,0],[0,0,a^2*cos(theta)^2+r^2,0],[(-2*a*m*r*sin(theta)^2)/(a^2*cos(theta)^2+r^2),0,0,sin(theta)^2*((2*a^2*m*r*sin(theta)^2)/(a^2*cos(theta)^2+r^2)+r^2+a^2)])$ ug:trigsimp(invert(lg)); ricci(false); Ric:zeromatrix(4,4)$ for _a thru 4 do for _b thru 4 do Ric[_a,_b]:trigsimp(ric[_a,_b]); Ric; |
| May31-12, 04:13 PM | #13 |
|
|
|
| May31-12, 04:40 PM | #14 |
|
|
I'm surprised your script hangs. When my machine hits the ricci(false) line it pauses for about a second. So it's doing a heavy calculation. cmetric() is necessary if cframe_flag is true, but otherwise just giving lg and ug is enough. If you want to talk about Maxima, I'm open to private messages (PMs). |
| May31-12, 07:25 PM | #15 |
|
|
According to Hartle's book "Gravity An introduction to Einstein's general relativity" the d phi dt term has the same sign as the dt^2 term. I've done a detailed derivation and got the same answer as Hartle (my calculation was based on Alder's book where he gets the sign wrong!). You can find my calculation at: http://www.ianbay.comeze.com/, Volume I, chapter 3.
|
| Jun1-12, 04:22 AM | #16 |
|
|
I'm going to have another go at resolving this today, rest assured if I find out the problem I'll report back here! |
| Jun1-12, 04:33 AM | #17 |
|
|
I haven't yet got my head around signs of cross terms for non-diagonal metrics, particularly WRT changes in metric signature (ie. I'm not intentionally messing about with signs). In fact the only reliable way I can tell the metric signature is via the sign of the 4-velocity norm. In my particular case, I am using a -1 metric (Boyer-Lindquist) to set initial conditions, and a +1 metric (Doran) to do the simulation! Anyway, the sooner I resolve this, the sooner I can stop waffling . . . |
| New Reply |
| Thread Tools | |
Similar Threads for: Boyer-Lindquist Cooridinates - incorrect sign on cross term?
|
||||
| Thread | Forum | Replies | ||
| Incorrect Sign In Trigonometric Integral Problem | Calculus & Beyond Homework | 2 | ||
| Find angle to eliminate cross product term | Calculus & Beyond Homework | 1 | ||
| Kerr metric, singularities in Boyer-Lindquist and Cartesian coordinates | Special & General Relativity | 1 | ||
| Cross term gives the autocorrelation? | General Math | 2 | ||
| Sign Conventions Incorrect? | Introductory Physics Homework | 0 | ||