Chronology | Current Month | Current Thread | Current Date |
[Year List] [Month List (current year)] | [Date Index] [Thread Index] | [Thread Prev] [Thread Next] | [Date Prev] [Date Next] |
///....
I proceeded numerically and then tested the solution in a spreadsheet.
Calculations are shown below where t is time, q is theta, w is omega, and a
is alpha (for lack of Greek symbols). The spreadsheet follows this analysis.
t q w a
--------------------------
0 qo wo ao
t q1 w1 a1
2t q2 w2 a2
3t q3 w3 a3
4t q4 w4 a4
. . . .
. . . .
Using finite element differentiation:
w1 = (q2-qo)/2t
w2 = (q3-q1)/2t
w3 = (q4-q2)/2t
a2 = (w3-w1)/2t
a2 = (q4-2q2+qo)/4t^2
Bob Carlson