Simplification of $ sqrt{(1-x^2)}$ to $(1-frac{x^2}{2})$












1












$begingroup$


While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:



$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$



I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
    $endgroup$
    – Galc127
    Dec 16 '18 at 13:52


















1












$begingroup$


While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:



$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$



I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).










share|cite|improve this question











$endgroup$








  • 3




    $begingroup$
    It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
    $endgroup$
    – Galc127
    Dec 16 '18 at 13:52
















1












1








1





$begingroup$


While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:



$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$



I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).










share|cite|improve this question











$endgroup$




While following a proof from an electrical engineering book (Design of Analog CMOS Integrated Circuits, second edition from Behzad Razavi ), I came across a simplification which I found curious. In equations 14.18 to 14.19 they state that the following holds for small values of $x$:



$$
sqrt{1-x^2} approx left(1-frac{x^2}{2}right)
$$



I can see that this appears to be the case after simulating this in matlab but it seems unintuitive to me, and I was wondering if anyone here knows the kind of mathematical terms I can use to find some kind of proof for this (or the proof itself).







calculus approximation






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 16 '18 at 14:00









Viktor Glombik

9381527




9381527










asked Dec 16 '18 at 13:48









eosuseosus

82




82








  • 3




    $begingroup$
    It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
    $endgroup$
    – Galc127
    Dec 16 '18 at 13:52
















  • 3




    $begingroup$
    It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
    $endgroup$
    – Galc127
    Dec 16 '18 at 13:52










3




3




$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52






$begingroup$
It's Taylor series of first order - $sqrt{1-x}=1-x+text{O}(x^2)$ or linear approximation.
$endgroup$
– Galc127
Dec 16 '18 at 13:52












3 Answers
3






active

oldest

votes


















9












$begingroup$

Term to look for: linear approximation



In general, the best linear approximation for a differentiable function near a point $c$ is
$$
f(x) approx f(c) + f'(c);(x-c)
$$

This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.



Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
$$
sqrt{1-x} approx 1 - frac{x}{2}
$$

To get your case, substitute $x^2$ for $x$.






share|cite|improve this answer











$endgroup$









  • 1




    $begingroup$
    I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
    $endgroup$
    – Botond
    Dec 16 '18 at 14:04



















3












$begingroup$

Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).



$$sqrt{1-t}approx 1-frac t2.$$



Hence for small $x$,



$$sqrt{1-x^2}approx 1-frac{x^2}2.$$



enter image description here



The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)



$$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
and
$$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$



enter image description here






share|cite|improve this answer











$endgroup$





















    2












    $begingroup$

    Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.






    share|cite|improve this answer











    $endgroup$













      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%2f3042624%2fsimplification-of-sqrt1-x2-to-1-fracx22%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      9












      $begingroup$

      Term to look for: linear approximation



      In general, the best linear approximation for a differentiable function near a point $c$ is
      $$
      f(x) approx f(c) + f'(c);(x-c)
      $$

      This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.



      Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
      $$
      sqrt{1-x} approx 1 - frac{x}{2}
      $$

      To get your case, substitute $x^2$ for $x$.






      share|cite|improve this answer











      $endgroup$









      • 1




        $begingroup$
        I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
        $endgroup$
        – Botond
        Dec 16 '18 at 14:04
















      9












      $begingroup$

      Term to look for: linear approximation



      In general, the best linear approximation for a differentiable function near a point $c$ is
      $$
      f(x) approx f(c) + f'(c);(x-c)
      $$

      This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.



      Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
      $$
      sqrt{1-x} approx 1 - frac{x}{2}
      $$

      To get your case, substitute $x^2$ for $x$.






      share|cite|improve this answer











      $endgroup$









      • 1




        $begingroup$
        I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
        $endgroup$
        – Botond
        Dec 16 '18 at 14:04














      9












      9








      9





      $begingroup$

      Term to look for: linear approximation



      In general, the best linear approximation for a differentiable function near a point $c$ is
      $$
      f(x) approx f(c) + f'(c);(x-c)
      $$

      This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.



      Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
      $$
      sqrt{1-x} approx 1 - frac{x}{2}
      $$

      To get your case, substitute $x^2$ for $x$.






      share|cite|improve this answer











      $endgroup$



      Term to look for: linear approximation



      In general, the best linear approximation for a differentiable function near a point $c$ is
      $$
      f(x) approx f(c) + f'(c);(x-c)
      $$

      This is essentially the definition of the derivative. And you should find this in your calculus book soon after the definition of derivative.



      Now if $f(x) = sqrt{1-x}$ and $c=0$, we get $f(0)=1$ and $f'(0)=-frac{1}{2}$. So
      $$
      sqrt{1-x} approx 1 - frac{x}{2}
      $$

      To get your case, substitute $x^2$ for $x$.







      share|cite|improve this answer














      share|cite|improve this answer



      share|cite|improve this answer








      edited Dec 16 '18 at 13:58

























      answered Dec 16 '18 at 13:53









      GEdgarGEdgar

      62.5k267171




      62.5k267171








      • 1




        $begingroup$
        I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
        $endgroup$
        – Botond
        Dec 16 '18 at 14:04














      • 1




        $begingroup$
        I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
        $endgroup$
        – Botond
        Dec 16 '18 at 14:04








      1




      1




      $begingroup$
      I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
      $endgroup$
      – Botond
      Dec 16 '18 at 14:04




      $begingroup$
      I think you could go a bit further and show that $(1+x)^r approx 1+rx$.
      $endgroup$
      – Botond
      Dec 16 '18 at 14:04











      3












      $begingroup$

      Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).



      $$sqrt{1-t}approx 1-frac t2.$$



      Hence for small $x$,



      $$sqrt{1-x^2}approx 1-frac{x^2}2.$$



      enter image description here



      The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)



      $$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
      and
      $$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$



      enter image description here






      share|cite|improve this answer











      $endgroup$


















        3












        $begingroup$

        Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).



        $$sqrt{1-t}approx 1-frac t2.$$



        Hence for small $x$,



        $$sqrt{1-x^2}approx 1-frac{x^2}2.$$



        enter image description here



        The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)



        $$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
        and
        $$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$



        enter image description here






        share|cite|improve this answer











        $endgroup$
















          3












          3








          3





          $begingroup$

          Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).



          $$sqrt{1-t}approx 1-frac t2.$$



          Hence for small $x$,



          $$sqrt{1-x^2}approx 1-frac{x^2}2.$$



          enter image description here



          The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)



          $$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
          and
          $$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$



          enter image description here






          share|cite|improve this answer











          $endgroup$



          Every smooth function can be locally approximated by its tangent (as a consequence of Taylor's theorem).



          $$sqrt{1-t}approx 1-frac t2.$$



          Hence for small $x$,



          $$sqrt{1-x^2}approx 1-frac{x^2}2.$$



          enter image description here



          The next approximation order is parabolic, corresponding to the "osculatrix parabola" (i.e. same tangent and same curvature)



          $$sqrt{1-t}approx 1-frac t2-frac{t^2}8,$$
          and
          $$sqrt{1-x^2}approx 1-frac{x^2}2-frac{x^4}8,$$



          enter image description here







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 16 '18 at 14:10

























          answered Dec 16 '18 at 14:00









          Yves DaoustYves Daoust

          128k675227




          128k675227























              2












              $begingroup$

              Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.






              share|cite|improve this answer











              $endgroup$


















                2












                $begingroup$

                Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.






                share|cite|improve this answer











                $endgroup$
















                  2












                  2








                  2





                  $begingroup$

                  Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.






                  share|cite|improve this answer











                  $endgroup$



                  Use the Taylor series expansion at $x=0$ to get $sqrt{1-x^2}approx1-frac{x^2}2+o(x^4)$.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Dec 16 '18 at 14:18

























                  answered Dec 16 '18 at 13:59









                  Chris CusterChris Custer

                  13.7k3827




                  13.7k3827






























                      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%2f3042624%2fsimplification-of-sqrt1-x2-to-1-fracx22%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

                      How do I know what Microsoft account the skydrive app is syncing to?

                      When does type information flow backwards in C++?

                      Grease: Live!