A cyclist (perhaps including our famed Codysolver the cyclist http://www.mathworks.com/matlabcentral/cody/players/1841757-the-cyclist) operates a bicycle most efficiently when turning the pedals at a specific rotational rate. it turns out that almost all real engines are most efficient in a limited range of rotation rates. You'll be given a minimum and a maximum cyclist pedaling rate in revolutions per minute (rpm). You get a wheel diameter in inches and the height of the compressed tire above the wheel in inches. You will be given a speed that the bicyclist wants to travel in miles per hour (mph). You need to compute the gear ratios required to allow the cyclist to travel at the pedaling rates from the input and provide it as a two element row vector.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers162
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53138 Solvers
-
5874 Solvers
-
Mysterious digits operation (easy)
323 Solvers
-
Find out sum and carry of Binary adder
1733 Solvers
-
368 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Had to take the conversion factor out to exactly 7 decimal places to solve.
fun problem!
do we have to consider the units while solving, then the solution is totally different and nowhere close.