1-n^dt just approximates the current frame rate, and should give you a constant speed of about 60 frames per second.
But what you are talking about is different speeds of different objects.
The best method for using lerp, and dt would be the speed you wish to move, in pixels per second, times dt.
Most behaviors are setup to use pixels per second btw.