Fast way to manually compute exponents (interest, probability)?












2












$begingroup$


When doing financial, actuarial or probability calculations, often a person is faced with computing exponentiations.



For example, let's say the chance of a particular ship sinking is 1% per year. Then to compute the chance of the ship sinking over the course of a 30 year lifetime is 1 - 99% × 99% ... × 99% (30 times) or $1-0.99^{30}$. So, we have the problem of computing $frac1{99}$ raised to the 30th power. Is there a fast way to do this kind of calculation manually in the head or using a pencil and paper?










share|cite|improve this question











$endgroup$

















    2












    $begingroup$


    When doing financial, actuarial or probability calculations, often a person is faced with computing exponentiations.



    For example, let's say the chance of a particular ship sinking is 1% per year. Then to compute the chance of the ship sinking over the course of a 30 year lifetime is 1 - 99% × 99% ... × 99% (30 times) or $1-0.99^{30}$. So, we have the problem of computing $frac1{99}$ raised to the 30th power. Is there a fast way to do this kind of calculation manually in the head or using a pencil and paper?










    share|cite|improve this question











    $endgroup$















      2












      2








      2





      $begingroup$


      When doing financial, actuarial or probability calculations, often a person is faced with computing exponentiations.



      For example, let's say the chance of a particular ship sinking is 1% per year. Then to compute the chance of the ship sinking over the course of a 30 year lifetime is 1 - 99% × 99% ... × 99% (30 times) or $1-0.99^{30}$. So, we have the problem of computing $frac1{99}$ raised to the 30th power. Is there a fast way to do this kind of calculation manually in the head or using a pencil and paper?










      share|cite|improve this question











      $endgroup$




      When doing financial, actuarial or probability calculations, often a person is faced with computing exponentiations.



      For example, let's say the chance of a particular ship sinking is 1% per year. Then to compute the chance of the ship sinking over the course of a 30 year lifetime is 1 - 99% × 99% ... × 99% (30 times) or $1-0.99^{30}$. So, we have the problem of computing $frac1{99}$ raised to the 30th power. Is there a fast way to do this kind of calculation manually in the head or using a pencil and paper?







      computational-mathematics






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 15 '18 at 15:58









      MJD

      47.5k29215396




      47.5k29215396










      asked Dec 15 '18 at 15:08









      Tyler DurdenTyler Durden

      5691621




      5691621






















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          I am not sure about anything precise, but I can give the following approximate rule which turns out to be rather useful: if $n geq 10$, $(1-frac{1}{n})^n approx frac{1}{e} approx 0.37$.



          So in your example, you want to approximate now $0.37^{3/10} approx 0.37^{1/3}$.
          Now, $0.7^3 =0.343$, $0.8^3=0.512$ so, since the cube function grows faster as the argument increases (eg: a linear function has constant growth, so if the cube was linear, you would approximate $0.37 approx 0.715^3$ but it is convex, albeit not too strongly), you are likely to have some sort of $0.73^3 approx 0.37$.



          So your quantity can be guessed at $0.73$. The actual value is $sim 0.739$...



          Of course, the hundredth-precision is a stroke of luck, but the tenth-precision is not.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            You've left a couple of dollar signs out near the beginning.
            $endgroup$
            – timtfj
            Dec 15 '18 at 16:11










          • $begingroup$
            Thanks, corrected!
            $endgroup$
            – Mindlack
            Dec 15 '18 at 16:12










          • $begingroup$
            Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
            $endgroup$
            – timtfj
            Dec 15 '18 at 17:09










          • $begingroup$
            You are right, I added it.
            $endgroup$
            – Mindlack
            Dec 15 '18 at 17:11










          • $begingroup$
            I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
            $endgroup$
            – MJD
            Dec 16 '18 at 15:28













          Your Answer





          StackExchange.ifUsing("editor", function () {
          return StackExchange.using("mathjaxEditing", function () {
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          });
          });
          }, "mathjax-editing");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "69"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3041585%2ffast-way-to-manually-compute-exponents-interest-probability%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2












          $begingroup$

          I am not sure about anything precise, but I can give the following approximate rule which turns out to be rather useful: if $n geq 10$, $(1-frac{1}{n})^n approx frac{1}{e} approx 0.37$.



          So in your example, you want to approximate now $0.37^{3/10} approx 0.37^{1/3}$.
          Now, $0.7^3 =0.343$, $0.8^3=0.512$ so, since the cube function grows faster as the argument increases (eg: a linear function has constant growth, so if the cube was linear, you would approximate $0.37 approx 0.715^3$ but it is convex, albeit not too strongly), you are likely to have some sort of $0.73^3 approx 0.37$.



          So your quantity can be guessed at $0.73$. The actual value is $sim 0.739$...



          Of course, the hundredth-precision is a stroke of luck, but the tenth-precision is not.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            You've left a couple of dollar signs out near the beginning.
            $endgroup$
            – timtfj
            Dec 15 '18 at 16:11










          • $begingroup$
            Thanks, corrected!
            $endgroup$
            – Mindlack
            Dec 15 '18 at 16:12










          • $begingroup$
            Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
            $endgroup$
            – timtfj
            Dec 15 '18 at 17:09










          • $begingroup$
            You are right, I added it.
            $endgroup$
            – Mindlack
            Dec 15 '18 at 17:11










          • $begingroup$
            I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
            $endgroup$
            – MJD
            Dec 16 '18 at 15:28


















          2












          $begingroup$

          I am not sure about anything precise, but I can give the following approximate rule which turns out to be rather useful: if $n geq 10$, $(1-frac{1}{n})^n approx frac{1}{e} approx 0.37$.



          So in your example, you want to approximate now $0.37^{3/10} approx 0.37^{1/3}$.
          Now, $0.7^3 =0.343$, $0.8^3=0.512$ so, since the cube function grows faster as the argument increases (eg: a linear function has constant growth, so if the cube was linear, you would approximate $0.37 approx 0.715^3$ but it is convex, albeit not too strongly), you are likely to have some sort of $0.73^3 approx 0.37$.



          So your quantity can be guessed at $0.73$. The actual value is $sim 0.739$...



          Of course, the hundredth-precision is a stroke of luck, but the tenth-precision is not.






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            You've left a couple of dollar signs out near the beginning.
            $endgroup$
            – timtfj
            Dec 15 '18 at 16:11










          • $begingroup$
            Thanks, corrected!
            $endgroup$
            – Mindlack
            Dec 15 '18 at 16:12










          • $begingroup$
            Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
            $endgroup$
            – timtfj
            Dec 15 '18 at 17:09










          • $begingroup$
            You are right, I added it.
            $endgroup$
            – Mindlack
            Dec 15 '18 at 17:11










          • $begingroup$
            I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
            $endgroup$
            – MJD
            Dec 16 '18 at 15:28
















          2












          2








          2





          $begingroup$

          I am not sure about anything precise, but I can give the following approximate rule which turns out to be rather useful: if $n geq 10$, $(1-frac{1}{n})^n approx frac{1}{e} approx 0.37$.



          So in your example, you want to approximate now $0.37^{3/10} approx 0.37^{1/3}$.
          Now, $0.7^3 =0.343$, $0.8^3=0.512$ so, since the cube function grows faster as the argument increases (eg: a linear function has constant growth, so if the cube was linear, you would approximate $0.37 approx 0.715^3$ but it is convex, albeit not too strongly), you are likely to have some sort of $0.73^3 approx 0.37$.



          So your quantity can be guessed at $0.73$. The actual value is $sim 0.739$...



          Of course, the hundredth-precision is a stroke of luck, but the tenth-precision is not.






          share|cite|improve this answer











          $endgroup$



          I am not sure about anything precise, but I can give the following approximate rule which turns out to be rather useful: if $n geq 10$, $(1-frac{1}{n})^n approx frac{1}{e} approx 0.37$.



          So in your example, you want to approximate now $0.37^{3/10} approx 0.37^{1/3}$.
          Now, $0.7^3 =0.343$, $0.8^3=0.512$ so, since the cube function grows faster as the argument increases (eg: a linear function has constant growth, so if the cube was linear, you would approximate $0.37 approx 0.715^3$ but it is convex, albeit not too strongly), you are likely to have some sort of $0.73^3 approx 0.37$.



          So your quantity can be guessed at $0.73$. The actual value is $sim 0.739$...



          Of course, the hundredth-precision is a stroke of luck, but the tenth-precision is not.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 15 '18 at 17:10

























          answered Dec 15 '18 at 15:48









          MindlackMindlack

          4,830210




          4,830210












          • $begingroup$
            You've left a couple of dollar signs out near the beginning.
            $endgroup$
            – timtfj
            Dec 15 '18 at 16:11










          • $begingroup$
            Thanks, corrected!
            $endgroup$
            – Mindlack
            Dec 15 '18 at 16:12










          • $begingroup$
            Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
            $endgroup$
            – timtfj
            Dec 15 '18 at 17:09










          • $begingroup$
            You are right, I added it.
            $endgroup$
            – Mindlack
            Dec 15 '18 at 17:11










          • $begingroup$
            I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
            $endgroup$
            – MJD
            Dec 16 '18 at 15:28




















          • $begingroup$
            You've left a couple of dollar signs out near the beginning.
            $endgroup$
            – timtfj
            Dec 15 '18 at 16:11










          • $begingroup$
            Thanks, corrected!
            $endgroup$
            – Mindlack
            Dec 15 '18 at 16:12










          • $begingroup$
            Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
            $endgroup$
            – timtfj
            Dec 15 '18 at 17:09










          • $begingroup$
            You are right, I added it.
            $endgroup$
            – Mindlack
            Dec 15 '18 at 17:11










          • $begingroup$
            I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
            $endgroup$
            – MJD
            Dec 16 '18 at 15:28


















          $begingroup$
          You've left a couple of dollar signs out near the beginning.
          $endgroup$
          – timtfj
          Dec 15 '18 at 16:11




          $begingroup$
          You've left a couple of dollar signs out near the beginning.
          $endgroup$
          – timtfj
          Dec 15 '18 at 16:11












          $begingroup$
          Thanks, corrected!
          $endgroup$
          – Mindlack
          Dec 15 '18 at 16:12




          $begingroup$
          Thanks, corrected!
          $endgroup$
          – Mindlack
          Dec 15 '18 at 16:12












          $begingroup$
          Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
          $endgroup$
          – timtfj
          Dec 15 '18 at 17:09




          $begingroup$
          Maybe it's also worth mentioning that the $0.37$ is an approximation to $frac1e$.
          $endgroup$
          – timtfj
          Dec 15 '18 at 17:09












          $begingroup$
          You are right, I added it.
          $endgroup$
          – Mindlack
          Dec 15 '18 at 17:11




          $begingroup$
          You are right, I added it.
          $endgroup$
          – Mindlack
          Dec 15 '18 at 17:11












          $begingroup$
          I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
          $endgroup$
          – MJD
          Dec 16 '18 at 15:28






          $begingroup$
          I tried something a little different. Arriving at $log xapprox -frac3{10}$, which is almost the same as where you got, we now need $e^{-3/10}$. This is approximately $$1-frac3{10}+frac9{200}-frac{27}{6000}.$$ Doing just the first three terms is not too hard and gets us $xapprox frac{149}{200}=7.45$, which is not too far off. We are lucky with the next term, which is equal to $frac9{2000}$, and has an easy denominator. So it is not too hard to include that and get $7.415$, which is quite close.
          $endgroup$
          – MJD
          Dec 16 '18 at 15:28




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3041585%2ffast-way-to-manually-compute-exponents-interest-probability%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Le Mesnil-Réaume

          Ida-Boy-Ed-Garten

          web3.py web3.isConnected() returns false always