<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
					  "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<TITLE>Chapter1-6-3</TITLE>

<style type="text/css" media="all">
@import "../../Styles/basic-style1A.css";
</style>


</head>


  <body class="lightbluebody">

<div id="maincontainer">

<h2 id="chap_head"><div class="chap_num">Chapter 1 </div>
  
  Relationships</h2>
  
  <br/><br/><br/><br/>


  <h2 id="secthead">1.6 What's Significant about a Digit?</h2>
  
  <div id="chap_main">
  
  <p class="subsecthead">1.6.4 Loss of Significance </p>
  
  <div></div>

  <p><span class="defhead"><a name="anna" id="anna"></a></span>The information we get from our calculator or computer may be corrupted&mdash;in many different ways&mdash;by the sequence of operations we choose to perform. Sometimes this loss of significance is preventable, sometimes not. We have already given an example of preventable loss of significance in our tale of <a href="Chapter1-6-1M.xml">Anna and the exam problem</a>.</p>
  <table width="75%" border="1" align="center" cellpadding="5">
    <tr>
      <td><p><span class="defhead">Moral of Anna's Tale:</span> Don't discard digits in an intermediate result. The only time you should round off is at the <em>end</em> of your calculation.
      </p></td>
    </tr>
  </table>
  <p class="activityhead"><span class="defhead"><a name="act2" id="act2"></a></span>Activity 2 </p>
  <ol type="a">
    <li>Use <a href="Maple/Maple%20Tool4.mws">Maple Tool 4</a> to find an approximation to <m:math xmlns:m='http://www.w3.org/1998/Math/MathML'>

  <m:mrow>

    <m:mi mathsize='110%'>&pi;</m:mi>

    <m:mo mathsize='110%'>/</m:mo>

    <m:msqrt>

      <m:mrow>

        <m:mn mathsize='110%'>2</m:mn>

      </m:mrow>

    </m:msqrt>

  </m:mrow>

</m:math>

 to 12 digits. How many digits in your answer do you believe are correct?</li>
    <li>Write down a five-significant-digit approximation to <m:math xmlns:m='http://www.w3.org/1998/Math/MathML'>

  <m:mrow>

    <m:mi mathsize='110%'>&pi;</m:mi>

    <m:mo mathsize='110%'>/</m:mo>

    <m:msqrt>

      <m:mrow>

      <m:mn mathsize='110%'>2</m:mn></m:mrow></m:msqrt></m:mrow></m:math>.</li>
    <li>Use the approximations <m:math xmlns:m='http://www.w3.org/1998/Math/MathML'>

  <m:mrow>

    <m:mi mathsize='110%'>&pi;</m:mi>

    <m:mo>&ap;</m:mo>

    <m:mn>3.14</m:mn>

  </m:mrow>

</m:math>

 and <m:math xmlns:m='http://www.w3.org/1998/Math/MathML'>

  <m:mrow>

    <m:msqrt>

      <m:mrow>

        <m:mn>2</m:mn>

      </m:mrow>

    </m:msqrt>

    <m:mo>&ap;</m:mo>

    <m:mn>1.414</m:mn>

  </m:mrow>

</m:math>

 to calculate a decimal approximation to <m:math xmlns:m='http://www.w3.org/1998/Math/MathML'>

  <m:mrow>

    <m:mi mathsize='110%'>&pi;</m:mi>

    <m:mo mathsize='110%'>/</m:mo>

    <m:msqrt>

      <m:mrow>

      <m:mn mathsize='110%'>2</m:mn></m:mrow></m:msqrt></m:mrow></m:math>. How many digits of the answer are significant? </li>
  </ol>
  <p><a href="EAComments2.html" target="comment"><img src="../../graphics/thumbtack45.gif" alt="Comment 2"  align="absmiddle" border="0"/></a><a href="EAComments2.html" target="comment"><span class="commenthead">Comment on Activity 2 </span></a></p>
  <table width="75%" border="1" align="center" cellpadding="5">
    <tr>
      <td><p><span class="defhead">Moral of Activity 2:</span> You should not expect more significant digits in any answer than are in the <em>least</em> accurate input to the calculation.</p></td>
    </tr>
  </table>
  <p><a name="ex2"></a><span class="activityhead">Example 2 </span></p>
  <p>Now we explore a loss of significance that is <em>not </em>preventable. In <a href="Maple/Maple%20Tool5.mws">Maple Tool 5</a> we calculate a 10-significant-digit value of <m:math xmlns:m='http://www.w3.org/1998/Math/MathML'>

  <m:mstyle mathsize='110%'>

    <m:mrow>

    <m:mi>&pi;</m:mi></m:mrow></m:mstyle></m:math>, 3.141592654, which is correctly rounded to nine decimal places. We also calculate 355/113 and get 3.141592920  &mdash; almost the same number. What happens if we subtract the smaller number (<m:math xmlns:m='http://www.w3.org/1998/Math/MathML'><m:mstyle mathsize='110%'><m:mrow><m:mi>&pi;</m:mi></m:mrow></m:mstyle></m:math>) from the larger (355/113)? If we were doing it by hand, the calculation would look like this:</p>
  <div align="center">
  <table width="10%"  border="0" cellspacing="2" cellpadding="2">
    <tr>
      <td align="RIGHT">3.141592920</td>
    </tr>
    <tr>
      <td><u>-3.141592654</u></td>
    </tr>
    <tr>
      <td align="RIGHT">0.000000266</td>
    </tr>
  </table></div>
  <p>It looks like our answer has only three significant digits! And Maple Tool 5 confirms this by reporting 0.266&nbsp;10<sup>-6</sup> as the answer from the subtraction. Subtraction of nearly equal numbers can be a <em>significance killer</em>. In particular, subtraction of two 10-significant-digit numbers that agree in the first seven digits produces an answer that has only three significant digits.</p>
  <table width="75%" border="1" align="center" cellpadding="5">
  <tr>
    <td><p><span class="defhead">Moral of Example 2:</span> Watch out for <em>disastrous cancellations</em>. If you can't arrange your work to avoid them, at least be aware that your numbers have fewer significant digits as a result.
    </p>
    </td>
  </tr>
</table>
  <p>Anna's subtraction of the nearly equal numbers 0.525 and 0.524 resulted in a cancellation that was disastrous for her: From numbers with only three significant digits, she ended up with an answer that had only one significant digit. However, if she had prevented the preventable part of the problem &mdash; loss from twelve down to three significant digits &mdash; it wouldn't have mattered much that she had an unpreventable loss of two digits.</p>
  <p>There is another (small) significance issue in Example 2 &mdash; not the point of that example, but nevertheless worth noting. The 10-significant-digit answer for 355/113 was 3.141592920, which means the &quot;0&quot; at the end is both significant and necessary to indicate that the answer has 10 significant digits rather than 9. This is in contrast to Activity 1 (preceding page), in which the zeros at the end of 240,000,000 were all insignificant.  </p>
  <p><a href="checkpoint1-6-3.html" target="checkpoint"><img src="../../graphics/checkpoint.gif" alt="Checkpoint 3"  align="absmiddle" border="0"/></a><a href="checkpoint1-6-3.html" target="checkpoint"><span class="checkpointhead">Checkpoint 3</span></a><br/>
</p>

<div class="arrows">
<a href="Chapter1-6-3M.xml"><img src="../../graphics/back_arrow.gif" alt="Go to Back One Page" border="0"/></a>
<a href="Chapter1-6-5M.xml"><img src="../../graphics/forward_arrow.gif" alt="Go Forward One Page" border="0"/></a>
</div>

<br/>

<div>
<p><a href="../Contents1.html" target="Contents1"><img src="../../graphics/box45.gif" alt="Go to Contents for Chapter 1" border="0" align="absmiddle"/></a><a href="../Contents1.html" target="blank">Contents for Chapter 1</a></p>
</div>
</div>
</div>
<br/>
</body>
</html>
