CNX said:
Homework Statement
I'm trying to do some numerical stuff with vibrations of H20 and I'm working in mdyne, angstroms, atomic mass units, and angles are given in radians. What would the corresponding unit of time be when I calculate my normal mode frequencies? femtosecond, 10e-15?
Have to think about this one a little.
The "given" units are force, distance, and mass.
We know that Force units, in terms of Mass, Distance, and Time, are
F = M*D/T2
(Eg., 1 Newton = 1 kg*m/s
2)
Solving for Time units, we have
T = (M*D/F)1/2
If you convert mdyne, Angstroms, and amu into N, m, and kg, you can calculate the time unit in seconds. The answer is comparable, but not equal, to a femtosecond.
EDIT:
Two things I see wrong with your code.
1. You're using 1 fs for the time units, which is wrong.
2. You're using cm/sec for c. Use Angstroms and your correct time unit instead.