Appendix/Ramblings/ForCohlHoward: Difference between revisions
| Line 134: | Line 134: | ||
===Determination of Higher-Order Expressions=== | ===Determination of Higher-Order Expressions=== | ||
Howard's Mathematica notebook performs brute-force integrations to evaluate various higher-order index-symbol expressions. Why doesn't he instead use recurrence relations, which point back to the elliptic-integral-based expressions for <math>A_1, A_2, A_3</math>? | Howard's Mathematica notebook performs brute-force integrations to evaluate various higher-order index-symbol expressions. Why doesn't he instead use recurrence relations, which point back to the elliptic-integral-based expressions for <math>A_1, A_2, A_3</math>? Specifically … | ||
<table border="0" cellpadding="5" align="center"> | |||
<tr> | |||
<td align="center" colspan="3"> | |||
<font color="#770000">'''Index-Symbol Recurrence Relations'''</font> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
<math>B_{ijk\ell\ldots}</math> | |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
A_{jkl\ldots} - a_i^2 A_{ijkl\ldots} | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="center" colspan="3"> | |||
[<b>[[Appendix/References#EFE|<font color="red">EFE</font>]]</b>], §21, p. 54, Eq. (105) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
<math>a_i^2A_{ikl\ldots} - a_j^2 A_{jkl\ldots}</math> | |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
+ (a_i^2 - a_j^2) B_{ijk\ell\ldots} | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="center" colspan="3"> | |||
[<b>[[Appendix/References#EFE|<font color="red">EFE</font>]]</b>], §21, p. 54, Eq. (106) | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
<math>A_{ikl\ldots} - A_{jkl\ldots}</math> | |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
- (a_i^2 - a_j^2) A_{ijk\ell\ldots} | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="center" colspan="3"> | |||
[<b>[[Appendix/References#EFE|<font color="red">EFE</font>]]</b>], §21, p. 54, Eq. (107) | |||
</td> | |||
</tr> | |||
</table> | |||
For example, setting <math>i = 1</math> and <math>j = 2</math> in the third of these expressions gives, | |||
<table border="0" cellpadding="5" align="center"> | |||
<tr> | |||
<td align="right"> | |||
<math>A_{1} - A_{2}</math> | |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
- (a_1^2 - a_2^2) A_{12} | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
<math>\Rightarrow ~~~ A_{12}</math> | |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
\frac{A_{2} - A_{1}}{(a_1^2 - a_2^2)} \, ; | |||
</math> | |||
</td> | |||
</tr> | |||
</table> | |||
and, from the first of the relations, | |||
<table border="0" cellpadding="5" align="center"> | |||
<tr> | |||
<td align="right"> | |||
<math>B_{12}</math> | |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
A_{2} - a_1^2 A_{12} | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
| |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
A_{2} - a_1^2 \biggl[ \frac{A_{2} - A_{1}}{(a_1^2 - a_2^2)} \biggr] | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
| |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
\frac{1}{(a_1^2 - a_2^2)} \biggl[(a_1^2 - a_2^2)A_2 | |||
- a_1^2 ( A_{2} - A_{1} )\biggr] | |||
</math> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="right"> | |||
| |||
</td> | |||
<td align="center"> | |||
<math>=</math> | |||
</td> | |||
<td align="left"> | |||
<math> | |||
\frac{1}{(a_1^2 - a_2^2)} \biggl[a_1^2 A_1 - a_2^2A_2\biggr]\, . | |||
</math> | |||
</td> | |||
</tr> | |||
</table> | |||
Also, consider using the set of relations labeled "LEMMA 7" on p. 54 of [<b>[[Appendix/References#EFE|<font color="red">EFE</font>]]</b>]. | |||
{{ SGFfooter }} | {{ SGFfooter }} | ||
Revision as of 16:01, 11 January 2022
Discussions With Howard Cohl
These discussions began in late 2021, when Howard asked if I would be interested in working with him on establishing a better understanding of the stability of Riemann S-Type Ellipsoids.
Understanding the Dimensionality of EFE Index Symbols
Howard put together a Mathematica script intended to provide — for any specification of the semi-axis length triplet — very high-precision, numerical evaluations of any of the index symbols, and as defined by Eqs. (103 - 104) in §21 of [EFE]. Originally I suggested that, without loss of generality, he should only need to specify the pair of length ratios, . In response, Howard pointed out that evaluation of all but a few of the lowest-numbered index symbols — as defined by [EFE] — does explicitly depend on specification of (various powers of) the semi-axis length, .
Joel's response: Howard is correct! He should leave the explicit dependence of — to various powers — in his Mathematica notebook's determination of all the EFE index symbols.
Instead, what we should expect is that the evaluation of various physically relevant parameters will produce results that are independent of the semi-axis length, ; these evaluations should involve combining various index symbols in such a way that the dependence on disappears. Consider, for example, our accompanying discussion (click to see relevant expressions) of the virial-equilibrium-based determination of the frequency ratio, , in equilibrium S-Type Riemann Ellipsoids. Although most of the required index symbols, and , are dimensionless parameters, the index symbol has the unit of inverse-length-squared. Notice, however, that when appears along with any of these other dimensionless parameters in the definition of , it is accompanied by an extra "length-squared" factor, such as . Hence, although I strongly agree that Howard should continue to include various powers of (etc.) in his Mathematica notebook expressions, I suspect that, without loss of generality, in the end we will always be able to set and only need to specify the pair of length ratios, .
Evaluation of Index Symbols
Three Lowest-Order Expressions
In our accompanying derivation of expressions for the three lowest-order index symbols , we have used subscripts instead of in order to identify which associated semi-axis length is (largest, medium-length, smallest). We have derived the following expressions:
|
The corresponding expressions that appear in Howard's Mathematica notebook are:
|
Determination of Higher-Order Expressions
Howard's Mathematica notebook performs brute-force integrations to evaluate various higher-order index-symbol expressions. Why doesn't he instead use recurrence relations, which point back to the elliptic-integral-based expressions for ? Specifically …
|
Index-Symbol Recurrence Relations |
||
|
|
|
|
|
[EFE], §21, p. 54, Eq. (105) |
||
|
|
|
|
|
[EFE], §21, p. 54, Eq. (106) |
||
|
|
|
|
|
[EFE], §21, p. 54, Eq. (107) |
||
For example, setting and in the third of these expressions gives,
|
|
|
|
|
|
|
|
and, from the first of the relations,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, consider using the set of relations labeled "LEMMA 7" on p. 54 of [EFE].
|
Appendices: | VisTrailsEquations | VisTrailsVariables | References | Ramblings | VisTrailsImages | myphys.lsu | ADS | |