What are physics constant in Kerr metric?

zerop
Messages
1
Reaction score
0
1. What are the value of physics constant in Kerr metric, including G, M, c, a, r, or others?
I expect to simplify Gamma

2. why g_compts[1,4] has element and not [4,1]?

3. Some book assume G = c = 1, what is the meaning of this setting?

4. Different material have different metric, are there a metric table for element table?

5. What is theta in Kerr metric?

************** Kerr metric *****************
t r theta phi
t
r
theta
phi

with(tensor):
coord := [t, r, theta, Phi]:

g_compts:=array(sparse,1..4,1..4):

G := 6.67*10^(-11)

triangle := r^2 - 2*G*M*r/c^2 + a^2:
p2 := r^2 + ((cos(theta))^2)*a^2:
A := (r^2+a^2)^2 - (a^2)*triangle*(sin(theta))^2:

g_compts[1,1]:= (triangle - (a^2)*(sin(theta))^2)*(c^2)/p2:
g_compts[1,4]:= 4*G*M*a*r*(sin(theta))^2/(c*p2):
g_compts[2,2]:= -p2/triangle:
g_compts[3,3]:= -p2:
g_compts[4,4]:= -A*(sin(theta)^2)/(p2):

g1 := create([-1,-1], eval(g_compts)):
g1_inv := invert( g1, 'detg' ):

D1g := d1metric( g1, coord ):

Cf1_1 := Christoffel1(D1g):
Cf2_1 := Christoffel2(g1_inv, Cf1_1):
displayGR(Christoffel2,Cf2_1):
 
Physics news on Phys.org
G is the gravitational constant in units m^3/(kg s^2) (1 in geometric units)

m is mass in kg where M is the geometric unit for mass (M=Gm/c^2) in metres

c is the speed of light in m/s (or 1 in geometric units)

a is the geometric units for angular momentum in metres (a=J/mc where J is angular momentum in SI units)

r is radius in metres

Delta (or triangle as you call it) is the radial parameter in m^2.

when writing delta, you have written delta=r^2-2*G*m*r/c^2+a^2. If geometric units are used, you can simply write delta=r^2-2M+a^2 where M=*G*m*r/c^2, the answers are the same.

g_compts[1,4] does include for [4,1], they've just substituted the 2*(2*.. with a 4*.., it can be rewritten-

g_compts[1,4]=2*(2*M*a*r*(sin(theta))^2/(p2)), [1,4] & [4,1] being the same, another way of writing it is 2*g_compts[1,4].

theta is the latitude approach, 90 degrees (or pi/2) at the equator and 0 at the poles.

You may also find this web page useful-
http://www.astro.ku.dk/~milvang/RelViz/000_node12.html
 
The text above relating to delta should read-

'when writing delta, you have written delta=r^2-2*G*m*r/c^2+a^2. If geometric units are used, you can simply write delta=r^2-2Mr+a^2 where M=G*m/c^2, the answers are the same.'
 
In this video I can see a person walking around lines of curvature on a sphere with an arrow strapped to his waist. His task is to keep the arrow pointed in the same direction How does he do this ? Does he use a reference point like the stars? (that only move very slowly) If that is how he keeps the arrow pointing in the same direction, is that equivalent to saying that he orients the arrow wrt the 3d space that the sphere is embedded in? So ,although one refers to intrinsic curvature...
ASSUMPTIONS 1. Two identical clocks A and B in the same inertial frame are stationary relative to each other a fixed distance L apart. Time passes at the same rate for both. 2. Both clocks are able to send/receive light signals and to write/read the send/receive times into signals. 3. The speed of light is anisotropic. METHOD 1. At time t[A1] and time t[B1], clock A sends a light signal to clock B. The clock B time is unknown to A. 2. Clock B receives the signal from A at time t[B2] and...
So, to calculate a proper time of a worldline in SR using an inertial frame is quite easy. But I struggled a bit using a "rotating frame metric" and now I'm not sure whether I'll do it right. Couls someone point me in the right direction? "What have you tried?" Well, trying to help truly absolute layppl with some variation of a "Circular Twin Paradox" not using an inertial frame of reference for whatevere reason. I thought it would be a bit of a challenge so I made a derivation or...
Back
Top