2
$\begingroup$

I am taking a numerical analysis course and I am doing some practice problems dealing with IEEE floating point arithmetic. A big part of this process seems to be the identity: $3\times2^{-53} = 2^{-52}+2^{-53}$.

The book claims this to be true due to the mantissa (truncating) after the 52nd bit. However, I cannot comprehend how this can be true. The book also states that $3\times2^{-52} = 2^{-51}+2^{-52}$ is also true.

How can I show such an equality to be true?

  • 1
    $3\times 2^{-52}=2\times 2^{-52}+2^{-52}$2017-01-19

5 Answers 5

0

Notice this one..... (( enter image description here

Hope it helps

4

Hint

Write $3$ like this:

$$3=2+1$$

  • 2
    Best answer by far :D2017-01-19
2

$2^{-52}+2^{-53} = 2\cdot2^{-53} + 2^{-53} = 3\cdot 2^{-53}.$

2

$3\cdot \frac{1}{2^{53}} = 2\cdot \frac{1}{2^{53}}+\frac{1}{2^{53}} = \frac{1}{2^{52}}+\frac{1}{2^{53}}$

2

Multiply each side by $2^{53}$.