A way to express scalar triple product from inter-vector angles?

Click For Summary

Discussion Overview

The discussion revolves around finding a general expression for the scalar triple product of three vectors based solely on the angles between them, referred to as inter-vector angles A1, A2, and A3. Participants explore the relationship between these angles and the scalar triple product, considering the use of spherical polar coordinates and spherical trigonometry.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant seeks a general expression for the scalar triple product in terms of inter-vector angles and has attempted to relate it using spherical coordinates.
  • Another participant requests clarification on the specific vectors involved to assist with computational methods, suggesting they may help input the data into Mathematica.
  • A participant elaborates on the problem by relating the scalar triple product to the volume of a pyramid formed by three vertices at the center of a spherical triangle, indicating a potential method using spherical trigonometry.
  • One participant shares their Mathematica setup, specifying vectors in spherical polar coordinates and providing formulas for the cosine of the inter-vector angles, expressing interest in reformulating the scalar triple product in terms of these angles.

Areas of Agreement / Disagreement

Participants have not reached a consensus on a general expression for the scalar triple product based on inter-vector angles. Multiple approaches and methods are being discussed without resolution.

Contextual Notes

The discussion includes various assumptions about the configuration of vectors and their representation in spherical coordinates, which may affect the derivation of the scalar triple product. There are also unresolved mathematical steps related to expressing the scalar triple product solely in terms of the inter-vector angles.

DanAbnormal
Messages
21
Reaction score
0
Hi,

I'm trying to find a general expression for the scalar triple product for 3 vectors in a simultaneous configuration, that depends only on the inter-vector angles, A1, A2 and A3.

I have expressed this quantity in terms of the spherical polar coordinates of the vectors (the length being unity for simplicity), and I have also expressed 3 equations for the dot product of each possible pair using spherical coordinates, to get a relation to the inter-vector angles.

Now I don't know if this is just a simple case of rearranging with trig identities, but I've been trying it for hours, can't find anything on the net and I'm not too good with Mathematica etc, so I was just wondering if there was a general expression, or a good lead to one.

Thanks.
 
Physics news on Phys.org
Could you give an example of what you have?(the vectors) If I can't manually solve them, I may be able to help you punch them into mathematica.
 
Hi DanAbnormal :smile:
DanAbnormal said:
I'm trying to find a general expression for the scalar triple product for 3 vectors in a simultaneous configuration, that depends only on the inter-vector angles, A1, A2 and A3.

I have expressed this quantity in terms of the spherical polar coordinates of the vectors (the length being unity for simplicity) …

In other words: given the lengths of three sides of a spherical triangle (the lengths are the same as your inter-vector angles),

find the volume of the pyramid formed by the three vertices and the centre?

If you use one of the standard spherical trig formulas to find one of the angles of the triangle, you can put that vertex at the north pole, and then it's easy to find the cartesian coordinates of the other two vertices. :wink:
 
Im not sure if your answer is equivalent, though I'll post what I have more explicitly.

In Mathematica, I have specified the three following vectors in terms of their spherical polar angles:

x1 = 0 Degree;
x2 = 0 Degree;
x3 = 180 Degree;
z1 = 0 Degree;
z2 = 120 Degree;
z3 = 240 Degree;

where the preceding x's mean angle from x axis, and the same for z.
Now I have the cosine of each inter vector angle given by:

Angle1 = Sin[z2]*Sin[z3]*Cos[x2 - x3] + Cos[z2]*Cos[z3];
Angle2 = Sin[z1]*Sin[z3]*Cos[x1 - x3] + Cos[z1]*Cos[z3];
Angle3 = Sin[z1]*Sin[z3]*Cos[x1 - x3] + Cos[z1]*Cos[z3];

I can express the Scalar Triple Product in the following way:

Needs["VectorAnalysis`"]
(*First express our vectors in Spherical Polar Coordinates*)
v1 = CoordinatesToCartesian[{1, x1, z1}, Spherical];
v2 = CoordinatesToCartesian[{1, x2, z2}, Spherical];
v3 = CoordinatesToCartesian[{1, x3, z3}, Spherical];

N[ScalarTripleProduct[v1, v2, v3]]

I was wondering if there is a way to express this same triple product as a function of Angle1, Angle2, and Angle3 only, defined above. Can this be done in Mathematica?
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
8K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K