90 Kilograms of rocket fuel is necessary to propel 100 Kilograms of mass into Earth's orbit from sea level. However, this becomes tricky as, now the mass of the rocket is (100 + 90) = 190 Kilograms, inclusive of the original mass and the mass of the required fuel. This would now mean that we need an additional 81 KG of fuel to send the extra weight of the required fuel. Thus requiring 271 KG of total mass.
And the problem goes on and on forever, where we need to add additional fuel for the additional mass of the additional fuel. Seems like a O (∞) problem.
I am confused as to how to design a O(1) constant time algorithm to compute the rocket mass inorder to send M kg of mass. Also please let me know if there are other examples of O (∞).