A certain alien spaceship is capable of traveling at extremely high velocities and is able to change speed instantaneously. The ship travels from two points 's' km apart, at a speed of 'v' km/hr. After reaching its destination the spaceship immediately heads back to its starting point at the speed of 'v-1' km.hr. After reaching the starting point it again goes back at a speed of 'v-2'. This "back and forth' continues, reducing the ship's speed by 1 km/hr in each turn around.
Given an integer initial velocity, find the average speed of the spaceship througout its entire journey, until it finally stops. Please round-off your answer to the nearest integer.
NOTE: Use clasical physics only. Ignore any relativistic effects.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers18
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15801 Solvers
-
796 Solvers
-
Arrange vector in ascending order
819 Solvers
-
Implement a bubble sort technique and output the number of swaps required
395 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
400 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Nice set of problems, Ramon. I particularly like the red herring in this one's test suite.
Thanks Chris... :)
Tip: This is not a classical-physic-only problem. As far as I know, the digamma function is not taught in high school.
By definition classical physics means physics without modern relativity and quantum mechanics.