- #246
waynexk8
- 398
- 1
sophiecentaur said:Absolutely. But you still are not accepting that the energy that a machine needs to supply can be near ZERO, the average force will be ZERO and the net Impulse will also be ZERO.
You would be right in saying that the Maximum force for a fast repetition rate would be greater than the maximum force for a slow rep rate.
But how does this machine help you to analyse what you think your muscles are doing? Where's the essential connection in your mind between the two entirely separate things?
DaleSpam said:OK, I am glad you understand that. I apologize that you think it was an odd question, but from several of your previous comments it was not clear that you understood that point. I am glad that you do and it was just a miscommunication.
K great, thank you.
sophiecentaur said:So, let's take the scenario of a machine or a person lifting a 50 kg weight up and down 500 mm in 3 s as smoothly as possible. I generated the attached plot to represent a typical position over time graph for such a lift. Look at it and see if it seems like a reasonable approximation to you.
The plot is generated in Mathematica using the following code:
Code:y[t_] := -.25 Cos[2 \[Pi] t/3] + .25; Plot[y[t], {t, 0, 3}, Frame -> True, FrameLabel -> {Style["Time (s)", Larger], Style["Height (m)", Larger]}, PlotLabel -> Style["Position of Weight During Lift", Larger]]
Yes that look quite ok, I think. We are lifting 80% are we not, or close too ?
Wayne