SICP Exercise 2.13
Question
Show that under the assumption of small percentage tolerances there is a simple formula for the approximate percentage tolerance of the product of two intervals in terms of the tolerances of the factors. You may simplify the problem by assuming that all numbers are positive.
Answer
First of all, we need a way to write intervals with their centre and width:
Or:
This gives us a new formula for interval multiplication:
If we reduce both sides:
From the question text, we know already that
Well, this looks very much like the
And:
With that out of the way, let’s turn to how tolerance can be
expressed as a function of width and centre. We basically did
this in exercise 2.12, when we defined the percent
-procedure.
It is nothing other than:
Or:
So let’s plug in our (approximate) definitions for
And then, because we know that