P2=(1,0,0)P3=(0,1,0)P4=(0,0,1)P5=(-1,0,0)P6=(0,-1,0)P7=(0,0,-1)x=60

In summary: Thak you for you help HallSofIvy and lurflurf.In summary, the conversation discusses finding the angle between two lines of a regular tetrahedron, with calculations and explanations provided by HallSofIvy and lurflurf. The angle is found to be 109.47 degrees using trigonometry and the coordinates of the vertices of the tetrahedron. The conversation also mentions the possibility of finding the angle between lines in a sphere, as well as the general case for N angles. Finally, lurflurf provides a formula for finding the angle between lines in a regular n-sided polygon.
  • #1
mabs239
85
1
Dear All,

My question goes as follows:

If we want equally distributed N-angles in a plane, then the angle between any two lines will be 360/N. e.g 5-equal angles will be calculated to 72-degs each.

Now if the same five lines (centred at one point) have to be equally spread in a sphere, then what should be the angle between any two lines?

OR

The angle between two lines of a tetrahedron is 109.47°. How is it calculated?
 
Physics news on Phys.org
  • #2
It s not correct that the angle between two lines of a tetrahedron is 109.47°. I would interpret the "lines" of a tetrahedron as being an edge and the angle between the edges is 60 degrees. Each of its faces is an equilateral triangle so each angle between two edges is 60 degrees or [itex]\pi/3[/itex] radians.

Do you mean lines from the center of a regular tetrahedron to its vertices, which is what you were saying at first?

I can't say this is simplest or best, but here is how I would do it off the top of my head: Set up coordinate system so that two vertices of the tetrahedron are at (0,0,0) and (1, 0, 0) and one face is in the xy-plane. Since the face is an equilateral triangle, it is easy to calculate that the third vertex of that face is at [itex](1/2, \sqrt{3}/2, 0)[/itex]. The fourth point of the tetrahedron is at the intersection of three spheres, centered at those points with radii 1. I won't go through the calculation here but it is easy to show that the point is [itex](1/2, \sqrt{3}/6, \sqrt{6}/3)[/itex].

We can get the coordinates of the center (centroid) of a tetrahedron is just by averaging the coordinates of the vertices (that's not true of every figure but it is true of a triangle in 2 dimensions and a tetrahedron in 3). The centroid of this tetrahedron is at [itex](1/2, \sqrt{3}/6, \sqrt{6}/12)[/itex].

A vector from the centroid to (0, 0, 0) is [itex]<1/2, \sqrt{3}/6, \sqrt{6}/12>[/itex] and a vector from the centroid to (1, 0, 0) is [itex]<-1/2, \sqrt{3}/6, \sqrt{6}/12>[/itex]. Each of those has length [itex]3\sqrt{6}/12[/itex] and their dot product is -1/8. Since [itex]\vec{u}\cdot\vec{v}= |\vec{u}||\vec{v}| cos(\theta)[/itex], [itex]cos(\theta)= (\vec{u}\cdot\vec{v}/(|\vec{u}||\vec{v}|)[/itex].

Here, that is [itex]cos(\theta)= (-1/8)(24/9)= -1/3[/itex]. The arccos of -1/3 is indeed 109.47... degrees.
 
  • #3
working in degrees
we know among the vertices of a regular tetrahedron any 3 form a circle and the other is on a line perpendicular to the circle and passing through the center
suppose wlog that the 4 points are
P1=(0,0,1)
P2=(sin(x),0,cos(x))
P3=(sin(x)cos(120),sin(x)sin(120),cos(x))
P4=(sin(x)cos(120),-sin(x)sin(120),cos(x))
where we know (trig)
cos(120)=-1/2
sin(120)=sqrt(3)/2
now we choose x so that all the distances are equal
thus all dot products are equal in particular
P1.P2=c
P3.P4=1.5c^2-.5
where c=cos(x)
we solve
c=1.5c^2-.5
3c^2-2c-1=0
(3c+1)(c-1)
thus
c=-1/3
(we discard c=1)
thus
x=Arccos(-1/3)=109.471220634 degrees
 
Last edited:
  • #4
Thak you so much for you help HallSofIvy and lurflurf,

Your explanations are great help. I am satisfied with what HallSof has said, in fact I understood it easily. You have done exactally what I was looking for. However my origional problem is to find five such angles (and may be the general case for N angles).

I see that the symmetry of the hexagon is much help to solve it for four points. Perhaps more points would make the figure more complex to forsee in symmetry for help.

Quote: "We can get the coordinates of the center (centroid) of a tetrahedron is just by averaging the coordinates of the vertices"
I think same can be helpful for a star configuration also.

Dear lurflurf,
I have difficulty to figure out the coordinates of P1 through P4. Are these from 3-D parameteric equations of a sphere? If I put my problems:

How you come to 120deg angle?
What is c?

Anyway I appreciate your help and request for a little more elaboration.
 
  • #5
c was just cos(x) where x is the desired angle Arccos(-1/3)=109.471220634 degrees
S(x,y)=(sin(x)cos(y),sin(x)sin(y),cos(x))
is the parametric equation for a unit sphere
I let P1=S(0,0)=(0,0,1)
next we want P2,P3,and P4 to form an equilateral triangle
since each is also equidistant to P1 each will have the same 3rd coordinate (and first angle x)
Thus they lie on the circle
C(y)=S(x,y)
since they are equally spaced and 360/3=120 we can have
P2=S(x,y)
P3=S(x,y+120)
P4=S(x,y-120)
and since no generality is lost we can let y=0
P2=S(x,0)=(sin(x),0,cos(x))
P3=S(x,120)=(sin(x)cos(120),sin(x)sin(120),cos(x))
P4=S(x,-120)=(sin(x)cos(120),-sin(x)sin(120),cos(x))

now we need to solve for x it could be solved using distance, but dot products determine distance and are neater so
P1.P2=cos(x)
=c
P3.P4={(sin(x))^2}[(cos(120))^2-(sin(120)^2]+(cos(x))^2
={1-(cos(x))^2}[(cos(240)^2]+(cos(x))^2
={1-(cos(x))^2}[-.5]+(cos(x))^2
=1.5(cos(x))^2-.5
=1.5c^2-.5
we solve
c=1.5c^2-.5
3c^2-2c-1=0
(3c+1)(c-1)
thus
c=-1/3
(we discard c=1)
thus
x=Arccos(-1/3)=109.471220634 degrees

Another neat thing
P1+P2+P3+P4=0
(since they are equidistant to 0)
so
0=(P1+P2+P3+P4).P1=P1.P1+P2.P2+P3.P3+P4.P1=1+3c
c=-1/3

This can be generalized but there are complications
One thing, the requirement that each point by equidistant from all others is impossible when n>4
we might however only require each point to be equidistant to some of the others
or require the inverse square forces to balance
then the n=5 case is an easy direct generalization
P1=(0,0,1)
P2=(sin(x),0,cos(x))
360/4=90
P3=(sin(x)cos(90),sin(x)sin(90),cos(x))=(0,sin(x),cos(x))
P4=(sin(x)cos(180),sin(x)sin(180),cos(x))=(-sin(x),0,cos(x))
P5=(sin(x)cos(270),sin(x)sin(270),cos(x))=(0,-sin(x),cos(x))
(algebra)
x=Arcos(-1/4)=104.477512186 Degrees

or

0=(P1+P2+P3+P4+P5).P1=P1.P1+P2.P2+P3.P3+P4.P1+P1.P5=1+4c
c=-1/4

The n=6 case is easy but different
P1=(0,0,1)
P2=(1,0,0)
P3=(0,1,0)
P4=(-1,0,0)
P5=(0,-1,0)
P6=(0,0,-1)

x=90
 

1. What is the difference between 2D and 3D angles distribution?

2D angles distribution refers to the distribution of angles in a two-dimensional plane, while 3D angles distribution takes into account the distribution of angles in a three-dimensional space. In 2D, angles are measured using two axes (x and y), while in 3D, angles are measured using three axes (x, y, and z).

2. How is angles distribution in 3D relevant in scientific research?

Angles distribution in 3D is relevant in various scientific fields such as crystallography, molecular biology, and materials science. It helps in understanding the structural properties of molecules, crystals, and materials, which is crucial for predicting their behavior and properties.

3. What is the most common way to represent angles distribution in 3D?

The most common way to represent angles distribution in 3D is by using a polar plot. This type of plot shows the distribution of angles around a central point, with the angles represented by the distance from the center and the direction represented by the angle from a reference axis.

4. How can angles distribution in 3D be analyzed and quantified?

Angles distribution in 3D can be analyzed and quantified using statistical measures such as mean, standard deviation, and skewness. These measures can provide information about the central tendency, variability, and symmetry of the angle distribution.

5. What factors can affect angles distribution in 3D?

Angles distribution in 3D can be affected by various factors such as the shape and arrangement of molecules or particles, external forces or interactions, and temperature or pressure. These factors can cause changes in the distribution of angles, leading to different structural and functional properties.

Similar threads

Replies
1
Views
1K
Replies
177
Views
28K
Back
Top