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 Solvers190
Suggested Problems
-
4195 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15815 Solvers
-
757 Solvers
-
359 Solvers
-
1037 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.