A Question based on series.












1














Find the sum of$$sum _{r=1}^inftyleft({frac{2}{4r-3}-frac{1}{2r}}right)$$ I tried to solve this problem by taking $2$ common from the expression and got the result as of$$2sum _{r=1}^inftyleft({frac{1}{4r-3}-frac{1}{4r}}right)$$ but I could not get any constant term on which I could apply the telescopic series formula please help me out.










share|cite|improve this question
























  • Not sure if this helps, but seems somewhat similar to series for $frac pi 4$: en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80#Convergence
    – Noble Mushtak
    Dec 29 '18 at 1:22
















1














Find the sum of$$sum _{r=1}^inftyleft({frac{2}{4r-3}-frac{1}{2r}}right)$$ I tried to solve this problem by taking $2$ common from the expression and got the result as of$$2sum _{r=1}^inftyleft({frac{1}{4r-3}-frac{1}{4r}}right)$$ but I could not get any constant term on which I could apply the telescopic series formula please help me out.










share|cite|improve this question
























  • Not sure if this helps, but seems somewhat similar to series for $frac pi 4$: en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80#Convergence
    – Noble Mushtak
    Dec 29 '18 at 1:22














1












1








1


1





Find the sum of$$sum _{r=1}^inftyleft({frac{2}{4r-3}-frac{1}{2r}}right)$$ I tried to solve this problem by taking $2$ common from the expression and got the result as of$$2sum _{r=1}^inftyleft({frac{1}{4r-3}-frac{1}{4r}}right)$$ but I could not get any constant term on which I could apply the telescopic series formula please help me out.










share|cite|improve this question















Find the sum of$$sum _{r=1}^inftyleft({frac{2}{4r-3}-frac{1}{2r}}right)$$ I tried to solve this problem by taking $2$ common from the expression and got the result as of$$2sum _{r=1}^inftyleft({frac{1}{4r-3}-frac{1}{4r}}right)$$ but I could not get any constant term on which I could apply the telescopic series formula please help me out.







sequences-and-series telescopic-series






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 29 '18 at 9:51









Ivan Neretin

8,83821535




8,83821535










asked Dec 29 '18 at 1:09









Bipul KumarBipul Kumar

355




355












  • Not sure if this helps, but seems somewhat similar to series for $frac pi 4$: en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80#Convergence
    – Noble Mushtak
    Dec 29 '18 at 1:22


















  • Not sure if this helps, but seems somewhat similar to series for $frac pi 4$: en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80#Convergence
    – Noble Mushtak
    Dec 29 '18 at 1:22
















Not sure if this helps, but seems somewhat similar to series for $frac pi 4$: en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80#Convergence
– Noble Mushtak
Dec 29 '18 at 1:22




Not sure if this helps, but seems somewhat similar to series for $frac pi 4$: en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80#Convergence
– Noble Mushtak
Dec 29 '18 at 1:22










2 Answers
2






active

oldest

votes


















4














This is not a telescopic series, though it might superficially resemble one.



The common technique with such problems is to transform them to power series (by putting $x^n$ or something in the numerator), then fiddle around with functions, their Taylor series, maybe some differentiation or other stuff, and then evaluate the series at $x=1$.



Short of that, we are reduced to using the following crude tools.



Suppose you know that $sumlimits_{n=1}^infty{(-1)^{n+1}over n}=ln2$ (because if you don't, we aren't going anywhere). Suppose you also know that $sumlimits_{n=1}^infty{(-1)^{n+1}over 2n+1}={piover4}$, which is also a mandatory prerequisite. Then, obviously
$$sum_{n=1}^infty{(-1)^{n+1}over 2n}={1over2}sum_{n=1}^infty{(-1)^{n+1}over n}={ln2over2}$$
Now I'm going to put it in a simple way, without all those fancy $sum$s:
$$begin{array}{ccccccccccc}
{piover4} &=& 1 & & -{1over3} & & +{1over5} & & -{1over7} &dots \
ln 2 &=& 1 & -{1over2} & +{1over3} & -{1over4} & +{1over5} & -{1over6} & +{1over7} &dots \
{ln 2over2} &=& & phantom{-}{1over2} & & -{1over4} & & +{1over6} & &dots \
end{array}$$

Now just add these three series together.






share|cite|improve this answer































    -1














    $$S_n=sum _{r=1}^n left(frac{2}{4r-3}-frac{1}{2r}right)=frac12sum _{r=1}^n left(frac{1}{r+frac14-1}-frac{1}{r+1-1}right)$$
    It is a easy problem to people familiar with the polygamma functions.
    $$sum _{r=1}^n frac{1}{r+a-1}=psi(a+n)-psi(a)$$
    $psi(x)$ is the digamma function.



    Successively with $a=frac14$ and $a=1$ :
    $$S_n=frac12left(psileft(frac14+nright)-psileft(frac14right)-psileft(1+nright)+psileft(1right)right)$$
    $ntoinftyquad psi(a+n)sim ln(n)+Oleft(frac{1}{x}right)$



    $lim_{ntoinfty}left(psileft(frac14+nright)-psileft(1+nright)right)=0$
    $$S_infty=frac12left(-psileft(-frac14right)+psileft(1right)right)$$
    $psi(1)=-gamma$ Euler-Mascheroni constant. And $psi(1/4)=-gamma-frac{pi}{2}-3ln(2)$
    $$S_infty=frac12left(frac{pi}{2}+3ln(2)right)$$
    $$sum _{r=1}^infty left(frac{2}{4r-3}-frac{1}{2r}right)=frac{pi}{4}+frac32ln(2)$$
    For reference : http://mathworld.wolfram.com/DigammaFunction.html






    share|cite|improve this answer





















      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%2f3055440%2fa-question-based-on-series%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4














      This is not a telescopic series, though it might superficially resemble one.



      The common technique with such problems is to transform them to power series (by putting $x^n$ or something in the numerator), then fiddle around with functions, their Taylor series, maybe some differentiation or other stuff, and then evaluate the series at $x=1$.



      Short of that, we are reduced to using the following crude tools.



      Suppose you know that $sumlimits_{n=1}^infty{(-1)^{n+1}over n}=ln2$ (because if you don't, we aren't going anywhere). Suppose you also know that $sumlimits_{n=1}^infty{(-1)^{n+1}over 2n+1}={piover4}$, which is also a mandatory prerequisite. Then, obviously
      $$sum_{n=1}^infty{(-1)^{n+1}over 2n}={1over2}sum_{n=1}^infty{(-1)^{n+1}over n}={ln2over2}$$
      Now I'm going to put it in a simple way, without all those fancy $sum$s:
      $$begin{array}{ccccccccccc}
      {piover4} &=& 1 & & -{1over3} & & +{1over5} & & -{1over7} &dots \
      ln 2 &=& 1 & -{1over2} & +{1over3} & -{1over4} & +{1over5} & -{1over6} & +{1over7} &dots \
      {ln 2over2} &=& & phantom{-}{1over2} & & -{1over4} & & +{1over6} & &dots \
      end{array}$$

      Now just add these three series together.






      share|cite|improve this answer




























        4














        This is not a telescopic series, though it might superficially resemble one.



        The common technique with such problems is to transform them to power series (by putting $x^n$ or something in the numerator), then fiddle around with functions, their Taylor series, maybe some differentiation or other stuff, and then evaluate the series at $x=1$.



        Short of that, we are reduced to using the following crude tools.



        Suppose you know that $sumlimits_{n=1}^infty{(-1)^{n+1}over n}=ln2$ (because if you don't, we aren't going anywhere). Suppose you also know that $sumlimits_{n=1}^infty{(-1)^{n+1}over 2n+1}={piover4}$, which is also a mandatory prerequisite. Then, obviously
        $$sum_{n=1}^infty{(-1)^{n+1}over 2n}={1over2}sum_{n=1}^infty{(-1)^{n+1}over n}={ln2over2}$$
        Now I'm going to put it in a simple way, without all those fancy $sum$s:
        $$begin{array}{ccccccccccc}
        {piover4} &=& 1 & & -{1over3} & & +{1over5} & & -{1over7} &dots \
        ln 2 &=& 1 & -{1over2} & +{1over3} & -{1over4} & +{1over5} & -{1over6} & +{1over7} &dots \
        {ln 2over2} &=& & phantom{-}{1over2} & & -{1over4} & & +{1over6} & &dots \
        end{array}$$

        Now just add these three series together.






        share|cite|improve this answer


























          4












          4








          4






          This is not a telescopic series, though it might superficially resemble one.



          The common technique with such problems is to transform them to power series (by putting $x^n$ or something in the numerator), then fiddle around with functions, their Taylor series, maybe some differentiation or other stuff, and then evaluate the series at $x=1$.



          Short of that, we are reduced to using the following crude tools.



          Suppose you know that $sumlimits_{n=1}^infty{(-1)^{n+1}over n}=ln2$ (because if you don't, we aren't going anywhere). Suppose you also know that $sumlimits_{n=1}^infty{(-1)^{n+1}over 2n+1}={piover4}$, which is also a mandatory prerequisite. Then, obviously
          $$sum_{n=1}^infty{(-1)^{n+1}over 2n}={1over2}sum_{n=1}^infty{(-1)^{n+1}over n}={ln2over2}$$
          Now I'm going to put it in a simple way, without all those fancy $sum$s:
          $$begin{array}{ccccccccccc}
          {piover4} &=& 1 & & -{1over3} & & +{1over5} & & -{1over7} &dots \
          ln 2 &=& 1 & -{1over2} & +{1over3} & -{1over4} & +{1over5} & -{1over6} & +{1over7} &dots \
          {ln 2over2} &=& & phantom{-}{1over2} & & -{1over4} & & +{1over6} & &dots \
          end{array}$$

          Now just add these three series together.






          share|cite|improve this answer














          This is not a telescopic series, though it might superficially resemble one.



          The common technique with such problems is to transform them to power series (by putting $x^n$ or something in the numerator), then fiddle around with functions, their Taylor series, maybe some differentiation or other stuff, and then evaluate the series at $x=1$.



          Short of that, we are reduced to using the following crude tools.



          Suppose you know that $sumlimits_{n=1}^infty{(-1)^{n+1}over n}=ln2$ (because if you don't, we aren't going anywhere). Suppose you also know that $sumlimits_{n=1}^infty{(-1)^{n+1}over 2n+1}={piover4}$, which is also a mandatory prerequisite. Then, obviously
          $$sum_{n=1}^infty{(-1)^{n+1}over 2n}={1over2}sum_{n=1}^infty{(-1)^{n+1}over n}={ln2over2}$$
          Now I'm going to put it in a simple way, without all those fancy $sum$s:
          $$begin{array}{ccccccccccc}
          {piover4} &=& 1 & & -{1over3} & & +{1over5} & & -{1over7} &dots \
          ln 2 &=& 1 & -{1over2} & +{1over3} & -{1over4} & +{1over5} & -{1over6} & +{1over7} &dots \
          {ln 2over2} &=& & phantom{-}{1over2} & & -{1over4} & & +{1over6} & &dots \
          end{array}$$

          Now just add these three series together.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Dec 29 '18 at 9:42

























          answered Dec 29 '18 at 9:28









          Ivan NeretinIvan Neretin

          8,83821535




          8,83821535























              -1














              $$S_n=sum _{r=1}^n left(frac{2}{4r-3}-frac{1}{2r}right)=frac12sum _{r=1}^n left(frac{1}{r+frac14-1}-frac{1}{r+1-1}right)$$
              It is a easy problem to people familiar with the polygamma functions.
              $$sum _{r=1}^n frac{1}{r+a-1}=psi(a+n)-psi(a)$$
              $psi(x)$ is the digamma function.



              Successively with $a=frac14$ and $a=1$ :
              $$S_n=frac12left(psileft(frac14+nright)-psileft(frac14right)-psileft(1+nright)+psileft(1right)right)$$
              $ntoinftyquad psi(a+n)sim ln(n)+Oleft(frac{1}{x}right)$



              $lim_{ntoinfty}left(psileft(frac14+nright)-psileft(1+nright)right)=0$
              $$S_infty=frac12left(-psileft(-frac14right)+psileft(1right)right)$$
              $psi(1)=-gamma$ Euler-Mascheroni constant. And $psi(1/4)=-gamma-frac{pi}{2}-3ln(2)$
              $$S_infty=frac12left(frac{pi}{2}+3ln(2)right)$$
              $$sum _{r=1}^infty left(frac{2}{4r-3}-frac{1}{2r}right)=frac{pi}{4}+frac32ln(2)$$
              For reference : http://mathworld.wolfram.com/DigammaFunction.html






              share|cite|improve this answer


























                -1














                $$S_n=sum _{r=1}^n left(frac{2}{4r-3}-frac{1}{2r}right)=frac12sum _{r=1}^n left(frac{1}{r+frac14-1}-frac{1}{r+1-1}right)$$
                It is a easy problem to people familiar with the polygamma functions.
                $$sum _{r=1}^n frac{1}{r+a-1}=psi(a+n)-psi(a)$$
                $psi(x)$ is the digamma function.



                Successively with $a=frac14$ and $a=1$ :
                $$S_n=frac12left(psileft(frac14+nright)-psileft(frac14right)-psileft(1+nright)+psileft(1right)right)$$
                $ntoinftyquad psi(a+n)sim ln(n)+Oleft(frac{1}{x}right)$



                $lim_{ntoinfty}left(psileft(frac14+nright)-psileft(1+nright)right)=0$
                $$S_infty=frac12left(-psileft(-frac14right)+psileft(1right)right)$$
                $psi(1)=-gamma$ Euler-Mascheroni constant. And $psi(1/4)=-gamma-frac{pi}{2}-3ln(2)$
                $$S_infty=frac12left(frac{pi}{2}+3ln(2)right)$$
                $$sum _{r=1}^infty left(frac{2}{4r-3}-frac{1}{2r}right)=frac{pi}{4}+frac32ln(2)$$
                For reference : http://mathworld.wolfram.com/DigammaFunction.html






                share|cite|improve this answer
























                  -1












                  -1








                  -1






                  $$S_n=sum _{r=1}^n left(frac{2}{4r-3}-frac{1}{2r}right)=frac12sum _{r=1}^n left(frac{1}{r+frac14-1}-frac{1}{r+1-1}right)$$
                  It is a easy problem to people familiar with the polygamma functions.
                  $$sum _{r=1}^n frac{1}{r+a-1}=psi(a+n)-psi(a)$$
                  $psi(x)$ is the digamma function.



                  Successively with $a=frac14$ and $a=1$ :
                  $$S_n=frac12left(psileft(frac14+nright)-psileft(frac14right)-psileft(1+nright)+psileft(1right)right)$$
                  $ntoinftyquad psi(a+n)sim ln(n)+Oleft(frac{1}{x}right)$



                  $lim_{ntoinfty}left(psileft(frac14+nright)-psileft(1+nright)right)=0$
                  $$S_infty=frac12left(-psileft(-frac14right)+psileft(1right)right)$$
                  $psi(1)=-gamma$ Euler-Mascheroni constant. And $psi(1/4)=-gamma-frac{pi}{2}-3ln(2)$
                  $$S_infty=frac12left(frac{pi}{2}+3ln(2)right)$$
                  $$sum _{r=1}^infty left(frac{2}{4r-3}-frac{1}{2r}right)=frac{pi}{4}+frac32ln(2)$$
                  For reference : http://mathworld.wolfram.com/DigammaFunction.html






                  share|cite|improve this answer












                  $$S_n=sum _{r=1}^n left(frac{2}{4r-3}-frac{1}{2r}right)=frac12sum _{r=1}^n left(frac{1}{r+frac14-1}-frac{1}{r+1-1}right)$$
                  It is a easy problem to people familiar with the polygamma functions.
                  $$sum _{r=1}^n frac{1}{r+a-1}=psi(a+n)-psi(a)$$
                  $psi(x)$ is the digamma function.



                  Successively with $a=frac14$ and $a=1$ :
                  $$S_n=frac12left(psileft(frac14+nright)-psileft(frac14right)-psileft(1+nright)+psileft(1right)right)$$
                  $ntoinftyquad psi(a+n)sim ln(n)+Oleft(frac{1}{x}right)$



                  $lim_{ntoinfty}left(psileft(frac14+nright)-psileft(1+nright)right)=0$
                  $$S_infty=frac12left(-psileft(-frac14right)+psileft(1right)right)$$
                  $psi(1)=-gamma$ Euler-Mascheroni constant. And $psi(1/4)=-gamma-frac{pi}{2}-3ln(2)$
                  $$S_infty=frac12left(frac{pi}{2}+3ln(2)right)$$
                  $$sum _{r=1}^infty left(frac{2}{4r-3}-frac{1}{2r}right)=frac{pi}{4}+frac32ln(2)$$
                  For reference : http://mathworld.wolfram.com/DigammaFunction.html







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 29 '18 at 9:21









                  JJacquelinJJacquelin

                  42.8k21750




                  42.8k21750






























                      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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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.


                      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%2f3055440%2fa-question-based-on-series%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

                      Human spaceflight

                      Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                      File:DeusFollowingSea.jpg