Generally speaking, for framerate independence when using physics, you'll want to set stepping mode to framerate independant, and NOT use dt in your expressions.
However, framerates less than 30fps will still result in variance, as that is the limit of the dt value used by the behavior.