I am confused.
Suppose you are in charge of estimating the risk of catastrophic failure of the Space Shuttle. From engineers, component tests, and guesswork, you come to the conclusion that any given launch is about 1% likely to fail. On the strength of this you launch the Shuttle, and it does not blow up. Now, with this new information, what is your new probability estimate? I write down
P(failure next time | we observe one successful launch) = P (we observe one successful launch | failure next time) * P(failure) / P(observe one success)
or
P(FNT|1S) = P(1S|FNT)*P(F)/P(S)
We have P(F) = 1-P(S) = 0.03. Presumably your chances of success this time are not affected by the next one being a failure, so P(1S|FNT) is just P(S) = 0.97. So the two 97% chances cancel, and I'm left with the same estimate I had before, 3% chance of failure. Is this correct, that a successful launch does not give you new information about the chances of failure? This seems counterintuitive.
You need calculus if you're going to try to estimate any continuous quantities, but you can often avoid this by making the variable discrete. Instead of saying "the proportion is a number [0,1]" you say "the proportion is either 0, .25, .5, .75 or 1". This approximates the continuous version and can be done without any calculus.