How Can I Graph the Force Acting on a Bar During a Weightlifting Movement?

  • Thread starter Thread starter Enkidu90046
  • Start date Start date
AI Thread Summary
To graph the force acting on a bar during a weightlifting movement, one can film the lift from the side and track the bar's path frame by frame. By calculating the velocity and acceleration from the 2D data points using the time interval of 1/30th of a second, one can determine the forces acting on the bar. The force in both horizontal and vertical directions can be calculated by multiplying the mass of the bar plus weights by the respective accelerations, with gravity factored into the vertical force. The total force can then be found using the Pythagorean theorem to combine the horizontal and vertical forces. This method provides a systematic approach to analyze and improve lifting technique.
Enkidu90046
Messages
3
Reaction score
0
I train in the sport of weightlifting (i.e., the same event that you see in the Olympics that involves two lifts, the snatch and the clean and jerk). I am planning on using the diagnostic tool of filming my lifts with a camera positioned facing me directly from the side. I then plan to advance the frame of the lift 1 frame at a time (each frame will be 1/30th of a second) and plot the path of the bar (using the center of the bar as the point to track). If you would like to see an example of what I am talking about, please look at this website: bennsweightliftingvideos dot info (this site won't let me post the URL) (click on the link along the side that says "2004 Olympic Trials" and you can play any of the video clips and see the sort of plotting I am talking about).

Now, I haven't taken a physics course in something like 20 years, but I would like to be able to calculate (and graph) each moment of force acting on the bar throughout the movement. I will use this information, along with visual cues from watching the lift and the shape of the curve, to help correct flaws in my form, and to train using the correct exercises to perfect where I am weak in the movement.

The problem is, I simply cannot remember how to do this. Here is what I will know:

*The distance between each data point from frame to frame (I will be able to take take a known size, in this case, the diameter of the bar, and determine the what each pixel equates to).
*The time between each date point (1/30th of a second).
*The mass of the bar.

So can you help a dumb weightlifter figure out how I can graph how much force is acting on the bar from one data point to the next given that we will have a bar moving (from the perspective of the camera) in two dimensions?

Thanks for your help.
 
Physics news on Phys.org
I should also add that in weightlifting (for those that care, not sure that this really matters as far as figuring out the how I do what I want to do). The first pull is from the ground to just above the knee, where the weightlifter will have generated enough momentum on the bar to readjust his knees under the bar (the so-called double knee bend) and execute the second pull, which is from just above the knee to full extension of the legs, hips, and traps. As the bar continues to travel up, the weightlifter then executes the third pull, in which he is pulling himself down, underneath the bar into the catch position while the bar is still moving up (at least for part of the movement).
 
You came to the right place!

What you need to calculate is acceleration. You say you have 2D data points separated by 1/30 of a second. Is it by any chance is it in a spreadsheet like this:

X Y
3.24 4.56
3.13 4.59
... ...

etc

Where X and Y are horizontal and vertical coordinates at each moment in time. It is best to do the measurements in metric units, so the distance is in meters and the mass is in kilograms and the force is in Newtons.

You time step is 1/30 = 0.0333

Next you need to to calculate the velocity in both the horizontal and vertical directions.

velocity = (change in distance)/(change in time)

This means (in spreadsheet terms) to make a new column called VX and start with (X2 - X1)/(0.0333) and drag that down, and then do the same thing with a new column VY starting with (Y2 - Y1)(0.0333).

acceleration = (change in velocity)/(change in time)

To get columns of horizontal and vertical accelerations make AX and start with (VX2 -VX1)(0.0333) and for AY do (VY2 - VY1)(0.0333).

Force = (mass of the entire bar + weights) * (acceleration)

To find the force in the horizontal direction, make a new column FX and start with (mass of the bar + weights) * AX1 and drag that down. In the vertical direction you do the same thing but also add on 10*(entire mass of bar + weights) to account for gravity.

If you want to find the total force it is Sqrt(FX^2 + FY^2). Good luck!
 
Thank you very much! That actually makes sense to me, assuming I understood it correctly. Let me see if I get this right:

Step 1 = Plot data points both horizontally and vertically.

Step 2 = Find the velocity of the bar both horizontally and vertically from one data point to the next by simply finding the change in x and y respectively divided by 1/30th of a second.

Step 3 = Take the numbers I measured in Step 2, and find the change between them from one data point to the next both in the x and y axes and divide each by 1/30th of a second to find the acceleration.

Step 4 = Measure the force horizontally at each data point by multiplying the measurement in step 3 for the x-axis times the mass of the bar + weights.

Step 5 = Measure the force vertically at each data point by doing the same thing as in step 3, but multiply that number by 10 (9.8, actually, right?) to account for gravity.

Step 6 = Find the total resulting force at each data point by using Pythagorean's Theorem to find the hypotenuse (which would be the vector representing the total force, correct?)

Did I understand that correctly?

This is all vaguely ringing a bell in the far reaches of my mind.
 
Yes, it sounds like you understood the instructions well.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Thread 'Beam on an inclined plane'
Hello! I have a question regarding a beam on an inclined plane. I was considering a beam resting on two supports attached to an inclined plane. I was almost sure that the lower support must be more loaded. My imagination about this problem is shown in the picture below. Here is how I wrote the condition of equilibrium forces: $$ \begin{cases} F_{g\parallel}=F_{t1}+F_{t2}, \\ F_{g\perp}=F_{r1}+F_{r2} \end{cases}. $$ On the other hand...
Back
Top