Find a two term asymptotic expansion of the following problem The Next CEO of Stack OverflowMatched asymptotic expansion with interior layer (corner layer?)Asymptotic expansion of $sinleft(pi + exp(-1/epsilon)right)$Asymptotic Inner and Outer Expansion for a FunctionFind the first two terms in the perturbation expansion of the solutionTwo-term asymptotic approximation for roots of an equationUsing the iterative method find terms in the asymptotic expansion of the roots of this polynomialFind a two-term expansion for the root of 1+sqrt(x^2+epsilon)=e^x.Asymptotic expansion for roots of singular cubic equationAsymptotic Expansion of PolynomialFind a two term expansion of the following equation

Why do professional authors make "consistency" mistakes? And how to avoid them?

What connection does MS Office have to Netscape Navigator?

Is micro rebar a better way to reinforce concrete than rebar?

What benefits would be gained by using human laborers instead of drones in deep sea mining?

Contours of a clandestine nature

Inappropriate reference requests from Journal reviewers

If a black hole is created from light, can this black hole then move at speed of light?

What is ( CFMCC ) on ILS approach chart?

How did people program for Consoles with multiple CPUs?

Does it take more energy to get to Venus or to Mars?

How do scammers retract money, while you can’t?

Are there any limitations on attacking while grappling?

What does convergence in distribution "in the Gromov–Hausdorff" sense mean?

Why do remote companies require working in the US?

Return the Closest Prime Number

How to avoid supervisors with prejudiced views?

Non-deterministic sum of floats

Indicator light circuit

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Unreliable Magic - Is it worth it?

Anatomically Correct Strange Women In Ponds Distributing Swords

MessageLevel in QGIS3

How do I transpose the 1st and -1th levels of an arbitrarily nested array?

Received an invoice from my ex-employer billing me for training; how to handle?



Find a two term asymptotic expansion of the following problem



The Next CEO of Stack OverflowMatched asymptotic expansion with interior layer (corner layer?)Asymptotic expansion of $sinleft(pi + exp(-1/epsilon)right)$Asymptotic Inner and Outer Expansion for a FunctionFind the first two terms in the perturbation expansion of the solutionTwo-term asymptotic approximation for roots of an equationUsing the iterative method find terms in the asymptotic expansion of the roots of this polynomialFind a two-term expansion for the root of 1+sqrt(x^2+epsilon)=e^x.Asymptotic expansion for roots of singular cubic equationAsymptotic Expansion of PolynomialFind a two term expansion of the following equation










0












$begingroup$


I want to find a two term asymptotic expansion, for small $epsilon$, of the solution of the following problem:
$$
y'' - epsilon y' - y = 1tag1, , y(0) = 0, ,y(1) = 1
$$

My approach: I assume that the solution has an asymptotic expansion that looks like this:
$$
ysim y_0 + epsilon^alpha y_1 + epsilon^beta y_2 + ldots tag2
$$

with $0<alpha <beta<ldots$.
If I substitute $(2)$ into $(1)$ I get the following equation:
$$
(y_0 + epsilon y_1 + ldots)'' - epsilon(y_0 + epsilon y_1 + ldots)' - (y_0 + epsilon y_1 + ldots) = 1
$$

I will now try to find $y_0, y_1$ by inspecting different order terms:



$mathcalO(1):$ In order to have balance in the equation, $y_0$ must satisfy
$$
y_0'' - y_0 = 1
$$

Solving this equation for $y_0$ gives
$$y_0 = c_1exp((frac12 + sqrt5/2)t) + c_2exp((frac12
) - sqrt5/2)t)$$

This solution needs to satisfy $y(0) = 0$. Substituting $t = 0$ and setting $y_0(0) = 0$ leads to the solution:
$$
y_0 = -dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t)
$$

Furthermore, to have balance we need $alpha = 1$.



$mathcalO(epsilon):$ In order to have balance in the equation $y_1$ must satisfy
$$
y_1'' - y_1 = -y_0'
$$

Or
$$
y_1'' - y_1 = dfracddt(-dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t))
$$

While I could plug this into wolfram to find a solution for $y_1$, I'm not sure whether this is the correct way to find a two term asyptotic expansion for the initial problem.



Question: Am I on the right track? It feels like there must be an easier way to do this. Could someone point me in the right direction?










share|cite|improve this question











$endgroup$
















    0












    $begingroup$


    I want to find a two term asymptotic expansion, for small $epsilon$, of the solution of the following problem:
    $$
    y'' - epsilon y' - y = 1tag1, , y(0) = 0, ,y(1) = 1
    $$

    My approach: I assume that the solution has an asymptotic expansion that looks like this:
    $$
    ysim y_0 + epsilon^alpha y_1 + epsilon^beta y_2 + ldots tag2
    $$

    with $0<alpha <beta<ldots$.
    If I substitute $(2)$ into $(1)$ I get the following equation:
    $$
    (y_0 + epsilon y_1 + ldots)'' - epsilon(y_0 + epsilon y_1 + ldots)' - (y_0 + epsilon y_1 + ldots) = 1
    $$

    I will now try to find $y_0, y_1$ by inspecting different order terms:



    $mathcalO(1):$ In order to have balance in the equation, $y_0$ must satisfy
    $$
    y_0'' - y_0 = 1
    $$

    Solving this equation for $y_0$ gives
    $$y_0 = c_1exp((frac12 + sqrt5/2)t) + c_2exp((frac12
    ) - sqrt5/2)t)$$

    This solution needs to satisfy $y(0) = 0$. Substituting $t = 0$ and setting $y_0(0) = 0$ leads to the solution:
    $$
    y_0 = -dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t)
    $$

    Furthermore, to have balance we need $alpha = 1$.



    $mathcalO(epsilon):$ In order to have balance in the equation $y_1$ must satisfy
    $$
    y_1'' - y_1 = -y_0'
    $$

    Or
    $$
    y_1'' - y_1 = dfracddt(-dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t))
    $$

    While I could plug this into wolfram to find a solution for $y_1$, I'm not sure whether this is the correct way to find a two term asyptotic expansion for the initial problem.



    Question: Am I on the right track? It feels like there must be an easier way to do this. Could someone point me in the right direction?










    share|cite|improve this question











    $endgroup$














      0












      0








      0





      $begingroup$


      I want to find a two term asymptotic expansion, for small $epsilon$, of the solution of the following problem:
      $$
      y'' - epsilon y' - y = 1tag1, , y(0) = 0, ,y(1) = 1
      $$

      My approach: I assume that the solution has an asymptotic expansion that looks like this:
      $$
      ysim y_0 + epsilon^alpha y_1 + epsilon^beta y_2 + ldots tag2
      $$

      with $0<alpha <beta<ldots$.
      If I substitute $(2)$ into $(1)$ I get the following equation:
      $$
      (y_0 + epsilon y_1 + ldots)'' - epsilon(y_0 + epsilon y_1 + ldots)' - (y_0 + epsilon y_1 + ldots) = 1
      $$

      I will now try to find $y_0, y_1$ by inspecting different order terms:



      $mathcalO(1):$ In order to have balance in the equation, $y_0$ must satisfy
      $$
      y_0'' - y_0 = 1
      $$

      Solving this equation for $y_0$ gives
      $$y_0 = c_1exp((frac12 + sqrt5/2)t) + c_2exp((frac12
      ) - sqrt5/2)t)$$

      This solution needs to satisfy $y(0) = 0$. Substituting $t = 0$ and setting $y_0(0) = 0$ leads to the solution:
      $$
      y_0 = -dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t)
      $$

      Furthermore, to have balance we need $alpha = 1$.



      $mathcalO(epsilon):$ In order to have balance in the equation $y_1$ must satisfy
      $$
      y_1'' - y_1 = -y_0'
      $$

      Or
      $$
      y_1'' - y_1 = dfracddt(-dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t))
      $$

      While I could plug this into wolfram to find a solution for $y_1$, I'm not sure whether this is the correct way to find a two term asyptotic expansion for the initial problem.



      Question: Am I on the right track? It feels like there must be an easier way to do this. Could someone point me in the right direction?










      share|cite|improve this question











      $endgroup$




      I want to find a two term asymptotic expansion, for small $epsilon$, of the solution of the following problem:
      $$
      y'' - epsilon y' - y = 1tag1, , y(0) = 0, ,y(1) = 1
      $$

      My approach: I assume that the solution has an asymptotic expansion that looks like this:
      $$
      ysim y_0 + epsilon^alpha y_1 + epsilon^beta y_2 + ldots tag2
      $$

      with $0<alpha <beta<ldots$.
      If I substitute $(2)$ into $(1)$ I get the following equation:
      $$
      (y_0 + epsilon y_1 + ldots)'' - epsilon(y_0 + epsilon y_1 + ldots)' - (y_0 + epsilon y_1 + ldots) = 1
      $$

      I will now try to find $y_0, y_1$ by inspecting different order terms:



      $mathcalO(1):$ In order to have balance in the equation, $y_0$ must satisfy
      $$
      y_0'' - y_0 = 1
      $$

      Solving this equation for $y_0$ gives
      $$y_0 = c_1exp((frac12 + sqrt5/2)t) + c_2exp((frac12
      ) - sqrt5/2)t)$$

      This solution needs to satisfy $y(0) = 0$. Substituting $t = 0$ and setting $y_0(0) = 0$ leads to the solution:
      $$
      y_0 = -dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t)
      $$

      Furthermore, to have balance we need $alpha = 1$.



      $mathcalO(epsilon):$ In order to have balance in the equation $y_1$ must satisfy
      $$
      y_1'' - y_1 = -y_0'
      $$

      Or
      $$
      y_1'' - y_1 = dfracddt(-dfrac1e^1/2 - sqrt5/2exp((1/2 + sqrt5/2)t) + dfrac1e^1/2 - sqrt5/2exp((1/2 - sqrt5/2)t))
      $$

      While I could plug this into wolfram to find a solution for $y_1$, I'm not sure whether this is the correct way to find a two term asyptotic expansion for the initial problem.



      Question: Am I on the right track? It feels like there must be an easier way to do this. Could someone point me in the right direction?







      calculus asymptotics perturbation-theory






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 26 at 10:35







      Titus

















      asked Mar 26 at 10:17









      TitusTitus

      634




      634




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          My calculation is different from yours. Let
          $$
          y=y_0 + epsilon y_1 +O(epsilon^2)
          $$

          in the equation to get
          $$ (y''_0 + epsilon y''_1 +O(epsilon^2))-epsilon(y'_0 + epsilon y'_1 +O(epsilon^2))-(y_0 + epsilon y_1 +O(epsilon^2))=1. tag1 $$
          Then the boundary conditions $y(0)=0,y(1)=1$ become
          $$ y_0(0)=y_1(0)=0, y_0(1)=1,y_1(0)=0.$$
          $O(1)$:
          $$ y''_0-y_0=1, y_0(0)=0,y_0(1)=1 $$
          which has the solution
          $$ y_0= frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1. $$
          $O(epsilon)$:
          $$ y''_1-y_1=y_0', y_1(0)=0,y_1(1)=0 $$
          which has the solution
          begineqnarray* y_1&=& frac12 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
          &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
          endeqnarray*

          Thus
          begineqnarray*
          y&=&y_0+epsilon y_1+O(epsilon^2)\
          &=&frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1\
          && +fracepsilon2 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
          &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
          endeqnarray*






          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%2f3162987%2ffind-a-two-term-asymptotic-expansion-of-the-following-problem%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









            0












            $begingroup$

            My calculation is different from yours. Let
            $$
            y=y_0 + epsilon y_1 +O(epsilon^2)
            $$

            in the equation to get
            $$ (y''_0 + epsilon y''_1 +O(epsilon^2))-epsilon(y'_0 + epsilon y'_1 +O(epsilon^2))-(y_0 + epsilon y_1 +O(epsilon^2))=1. tag1 $$
            Then the boundary conditions $y(0)=0,y(1)=1$ become
            $$ y_0(0)=y_1(0)=0, y_0(1)=1,y_1(0)=0.$$
            $O(1)$:
            $$ y''_0-y_0=1, y_0(0)=0,y_0(1)=1 $$
            which has the solution
            $$ y_0= frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1. $$
            $O(epsilon)$:
            $$ y''_1-y_1=y_0', y_1(0)=0,y_1(1)=0 $$
            which has the solution
            begineqnarray* y_1&=& frac12 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
            &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
            endeqnarray*

            Thus
            begineqnarray*
            y&=&y_0+epsilon y_1+O(epsilon^2)\
            &=&frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1\
            && +fracepsilon2 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
            &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
            endeqnarray*






            share|cite|improve this answer











            $endgroup$

















              0












              $begingroup$

              My calculation is different from yours. Let
              $$
              y=y_0 + epsilon y_1 +O(epsilon^2)
              $$

              in the equation to get
              $$ (y''_0 + epsilon y''_1 +O(epsilon^2))-epsilon(y'_0 + epsilon y'_1 +O(epsilon^2))-(y_0 + epsilon y_1 +O(epsilon^2))=1. tag1 $$
              Then the boundary conditions $y(0)=0,y(1)=1$ become
              $$ y_0(0)=y_1(0)=0, y_0(1)=1,y_1(0)=0.$$
              $O(1)$:
              $$ y''_0-y_0=1, y_0(0)=0,y_0(1)=1 $$
              which has the solution
              $$ y_0= frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1. $$
              $O(epsilon)$:
              $$ y''_1-y_1=y_0', y_1(0)=0,y_1(1)=0 $$
              which has the solution
              begineqnarray* y_1&=& frac12 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
              &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
              endeqnarray*

              Thus
              begineqnarray*
              y&=&y_0+epsilon y_1+O(epsilon^2)\
              &=&frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1\
              && +fracepsilon2 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
              &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
              endeqnarray*






              share|cite|improve this answer











              $endgroup$















                0












                0








                0





                $begingroup$

                My calculation is different from yours. Let
                $$
                y=y_0 + epsilon y_1 +O(epsilon^2)
                $$

                in the equation to get
                $$ (y''_0 + epsilon y''_1 +O(epsilon^2))-epsilon(y'_0 + epsilon y'_1 +O(epsilon^2))-(y_0 + epsilon y_1 +O(epsilon^2))=1. tag1 $$
                Then the boundary conditions $y(0)=0,y(1)=1$ become
                $$ y_0(0)=y_1(0)=0, y_0(1)=1,y_1(0)=0.$$
                $O(1)$:
                $$ y''_0-y_0=1, y_0(0)=0,y_0(1)=1 $$
                which has the solution
                $$ y_0= frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1. $$
                $O(epsilon)$:
                $$ y''_1-y_1=y_0', y_1(0)=0,y_1(1)=0 $$
                which has the solution
                begineqnarray* y_1&=& frac12 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
                &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
                endeqnarray*

                Thus
                begineqnarray*
                y&=&y_0+epsilon y_1+O(epsilon^2)\
                &=&frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1\
                && +fracepsilon2 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
                &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
                endeqnarray*






                share|cite|improve this answer











                $endgroup$



                My calculation is different from yours. Let
                $$
                y=y_0 + epsilon y_1 +O(epsilon^2)
                $$

                in the equation to get
                $$ (y''_0 + epsilon y''_1 +O(epsilon^2))-epsilon(y'_0 + epsilon y'_1 +O(epsilon^2))-(y_0 + epsilon y_1 +O(epsilon^2))=1. tag1 $$
                Then the boundary conditions $y(0)=0,y(1)=1$ become
                $$ y_0(0)=y_1(0)=0, y_0(1)=1,y_1(0)=0.$$
                $O(1)$:
                $$ y''_0-y_0=1, y_0(0)=0,y_0(1)=1 $$
                which has the solution
                $$ y_0= frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1. $$
                $O(epsilon)$:
                $$ y''_1-y_1=y_0', y_1(0)=0,y_1(1)=0 $$
                which has the solution
                begineqnarray* y_1&=& frac12 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
                &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
                endeqnarray*

                Thus
                begineqnarray*
                y&=&y_0+epsilon y_1+O(epsilon^2)\
                &=&frace^-x left(e^x-e^2 x-e^x+2+2 e^2 x+1-2 e+e^2right)e^2-1\
                && +fracepsilon2 left(e^2-1right)^2bigg[e^-x (-e^2 x+2 (x-4)+2 e^x-4 e^x+2+2 e^x+4+e^2 x (x-2)+2 e^2 x+3 (x-2)\
                &&-2 e^2 x+1 x+e^2 x-2 e x-e^4 (x+2)+2 e^3 (x+2))bigg].
                endeqnarray*







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited yesterday

























                answered 2 days ago









                xpaulxpaul

                23.4k24655




                23.4k24655



























                    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%2f3162987%2ffind-a-two-term-asymptotic-expansion-of-the-following-problem%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

                    Triangular numbers and gcdProving sum of a set is $0 pmod n$ if $n$ is odd, or $fracn2 pmod n$ if $n$ is even?Is greatest common divisor of two numbers really their smallest linear combination?GCD, LCM RelationshipProve a set of nonnegative integers with greatest common divisor 1 and closed under addition has all but finite many nonnegative integers.all pairs of a and b in an equation containing gcdTriangular Numbers Modulo $k$ - Hit All Values?Understanding the Existence and Uniqueness of the GCDGCD and LCM with logical symbolsThe greatest common divisor of two positive integers less than 100 is equal to 3. Their least common multiple is twelve times one of the integers.Suppose that for all integers $x$, $x|a$ and $x|b$ if and only if $x|c$. Then $c = gcd(a,b)$Which is the gcd of 2 numbers which are multiplied and the result is 600000?

                    Ingelân Ynhâld Etymology | Geografy | Skiednis | Polityk en bestjoer | Ekonomy | Demografy | Kultuer | Klimaat | Sjoch ek | Keppelings om utens | Boarnen, noaten en referinsjes Navigaasjemenuwww.gov.ukOffisjele webside fan it regear fan it Feriene KeninkrykOffisjele webside fan it Britske FerkearsburoNederlânsktalige ynformaasje fan it Britske FerkearsburoOffisjele webside fan English Heritage, de organisaasje dy't him ynset foar it behâld fan it Ingelske kultuergoedYnwennertallen fan alle Britske stêden út 'e folkstelling fan 2011Notes en References, op dizze sideEngland

                    Boston (Lincolnshire) Stedsbyld | Berne yn Boston | NavigaasjemenuBoston Borough CouncilBoston, Lincolnshire