How to calculate resultant force for a bike pedal stroke

AI Thread Summary
To calculate the resultant pedal force for a bike pedal stroke, the discussion emphasizes the need to consider the crank and spindle angles, as well as the tangential and normal forces applied to the pedal. Users are encouraged to create a diagram to clarify the forces involved, as the problem's description is deemed too vague. A Matlab code is suggested to analyze pedal force data for multiple cyclists, focusing on calculating the resultant pedal force and the effective pedal force based on the crank arm length. The importance of assuming no friction between the shoe and pedal is also noted. Overall, clear visual aids and structured data analysis are crucial for solving the problem effectively.
Toby

Homework Statement


To calculate the resultant pedal force from the variables given: Crank (degrees) measured clockwise from vertical, spindle (degrees) measured anti-clockwise from horizontal, tangent force (N) applied to the pedal surface, normal force (N) applied to the pedal surface and torque (Nm). For example a given reading is

Crank: 10° Spindle: -18.21° Tangent force: 55.96N Normal force: -126.7N Torque: 6.4Nm

Any help that can be provided is greatly appreciated.

Homework Equations

The Attempt at a Solution


I have been attempting to use equations with the tangent and normal forces acting as x and y. Then using the spindle angle to try and calculate the resultant force with little success.
 
Physics news on Phys.org
Please tell us what the actual problem is ? Forces on a bike pedal is a bit too vague . How about posting a diagram ?
 
Nidum said:
Please tell us what the actual problem is ? Forces on a bike pedal is a bit too vague . How about posting a diagram ?

This is what I have been given

Part 1

You have been given pedalling force data for 10 cyclists to analyse. Write a Matlab code to calculate the following for each cyclist:

Throughout the pedal stroke (i.e. additional columns of data):

  •  Resultant pedal force (F RESULTANT)
  •  Force tangential to the crank arm (crank arm length = 170 mm) (i.e. the effective pedal force, F EFFECTIVE)
NOTES:
Each worksheet contains the data for one cyclist and the five columns to data are:

1. CRANK crank angle measured clockwise from top dead centre (i.e. vertical pointing upwards)


2. SPINDLE
pedal spindle angle measured anti-clockwise from horizontal

3.
Ft and Fn
surface
are the forces applied to the pedals tangential and normal to the pedal

4. TORQUE torque applied to turning the crank arm (TCRANK)
 
  • Like
Likes david03
I would suggest making your own diagram showing that info if not given one.
 
Toby said:
pedal spindle angle measured anti-clockwise from horizontal
Based on that, I would guess you are to assume no frictional force between shoe and pedal.
 
Toby said:
This is what I have been given

Part 1

You have been given pedalling force data for 10 cyclists to analyse. Write a Matlab code to calculate the following for each cyclist:

Throughout the pedal stroke (i.e. additional columns of data):

  •  Resultant pedal force (F RESULTANT)
  •  Force tangential to the crank arm (crank arm length = 170 mm) (i.e. the effective pedal force, F EFFECTIVE)
NOTES:
Each worksheet contains the data for one cyclist and the five columns to data are:

1. CRANK crank angle measured clockwise from top dead centre (i.e. vertical pointing upwards)


2. SPINDLE
pedal spindle angle measured anti-clockwise from horizontal

3.
Ft and Fn
surface
are the forces applied to the pedals tangential and normal to the pedal

4. TORQUE torque applied to turning the crank arm (TCRANK)

I just got the same problem given now. Have you resolved this?
 
david03 said:
I just got the same problem given now. Have you resolved this?
The thread is five years old. Please post your diagram for the question as you understand it… preferably as a new thread.
 
  • Like
Likes topsquark
Back
Top