In a process, the number of cycles to failure decreases exponentially with an increase in load. At a load of 80 units, it takes 100 cycles for failure. When the load is halved, it takes 10000 cycles for failure. The load for which the failure will happen in 5000 cycles is?
Using the standard equation f(x) = a * b^x, I figured that when a = 1000000 and b = 8912509381337455, the answer would be 46.02.
Is this correct a fine approach? However it involves using calculator.
Further, this was a multiple choice question in some exam, and the options given were:
a) 40.00 b) 46.02 c) 60.01 d) 92.02.
I saw an explanation using the process of elimination as follows:
(down) load cycles for failure (increase) exponentially
Load = x
Cycles for failure = y
x/2 = y^2, x/3 = y^3, x/4 = y^4
Hence,
Option a) 80/2 = 100 ^ 2 = 10,000 cycles
Option d) Load is >80 hence it is not possible
Option c)
Load = 60.01 = 3/4 (80)
From the given relation,
3/4 (80) = 10 ^ 4/3 = 464 cycles which is not right
So the answer is option b)
Is this right?
I mean is the relation x/2 = y^2, x/3 = y^3, x/4 = y^4 correct?
I would have accepted if it is x/2 = y^1/2, X/3 = y^1/2, x/4 = y^1/4.