$F(t)=int^infty_0 x^2e^-tx dx$ is a continuous function?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












$F(t)=int^infty_0 x^2e^-tx dx$ defined for $t>0$ is a continuous function? How prove?
I tried to use the definition of continuity, but I could not. Do you have another method?







share|cite|improve this question
























    up vote
    0
    down vote

    favorite












    $F(t)=int^infty_0 x^2e^-tx dx$ defined for $t>0$ is a continuous function? How prove?
    I tried to use the definition of continuity, but I could not. Do you have another method?







    share|cite|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      $F(t)=int^infty_0 x^2e^-tx dx$ defined for $t>0$ is a continuous function? How prove?
      I tried to use the definition of continuity, but I could not. Do you have another method?







      share|cite|improve this question












      $F(t)=int^infty_0 x^2e^-tx dx$ defined for $t>0$ is a continuous function? How prove?
      I tried to use the definition of continuity, but I could not. Do you have another method?









      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Aug 26 at 19:33









      Ricardo Freire

      1919




      1919




















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          0
          down vote













          You can either do integration by parts to find a better expression for the function or use the dominated convergence theorem, If you are familiar with measure theory.






          share|cite|improve this answer



























            up vote
            0
            down vote













            $$displaystyleintx^2mathrme^-tx,mathrmdx$$
            Using integration by parts, $int fg' = fg - int f'g$ where $f = x^2$ and $g = e^-tx$, you can show that
            $$displaystyleintx^2mathrme^-tx,mathrmdx =-dfracx^2mathrme^-txt-displaystyleint-dfrac2xmathrme^-txt,mathrmdx $$
            Notice that
            $$displaystyleint-dfrac2xmathrme^-txt,mathrmdx =-dfrac2tdisplaystyleintxmathrme^-tx,mathrmdx$$
            Using integration by parts, $int fg' = fg - int f'g$ where $f = x$ and $g = e^-tx$, you can show that



            beginequation
            int
            xmathrme^-tx
            =-dfracxmathrme^-txt+displaystyleintdfracmathrme^-txt,mathrmdx
            =
            -dfracxmathrme^-txt-frac1t^2e^-tx
            endequation
            Going back to the first equation, we get
            $$displaystyleintx^2mathrme^-tx,mathrmdx
            =
            -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3+A$$
            Including the limits, we get
            $$intlimits_0^inftyx^2mathrme^-tx,mathrmdx
            =
            -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3Bigvert_0^infty = frac2t^3$$
            So, now you have to check if $frac2t^3$ is continuous on $]0,infty[$.






            share|cite|improve this answer



























              up vote
              0
              down vote













              Substituting $u=tx$, we have
              $$ F(t) = int_0^infty x^2e^-tx,dx = frac1t^2 int_0^infty (tx)^2e^-tx ,dx
              = frac1t^2 int_0^infty u^2e^-u fracdut = fracF(1)t^3 $$
              so if you can prove that $F(t)$ always exists, it will be as continuous as $t^-3$.






              share|cite|improve this answer



























                up vote
                0
                down vote













                For fixed $t$, let
                $$ï¼£=int^infty_0 x^2e^-txdx.$$
                Choose $Delta tin R$ such that $t+Delta t>0$ and
                $$ |e^-xDelta t-1|le frac1C|Delta t| $$
                and hence
                begineqnarray
                |F(t+Delta t)-F(t)|&=&left|int^infty_0 x^2(e^-(t+Delta t)x-e^-t) dxright|\
                &=&left|int^infty_0 x^2e^-tx(e^-xDelta t-1) dxright|\
                &le&int^infty_0 x^2e^-txleft|e^-xDelta t-1right|dx\
                &le&C|Delta t|int^infty_0 x^2e^-txdx\
                &le&|Delta t|
                endeqnarray
                which implies
                $$ lim_Delta tto0F(t+Delta t)=F(t).$$
                So $F(t)$ is continuous.






                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',
                  convertImagesToLinks: true,
                  noModals: false,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: 10,
                  bindNavPrevention: true,
                  postfix: "",
                  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%2f2895427%2fft-int-infty-0-x2e-tx-dx-is-a-continuous-function%23new-answer', 'question_page');

                  );

                  Post as a guest






























                  4 Answers
                  4






                  active

                  oldest

                  votes








                  4 Answers
                  4






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes








                  up vote
                  0
                  down vote













                  You can either do integration by parts to find a better expression for the function or use the dominated convergence theorem, If you are familiar with measure theory.






                  share|cite|improve this answer
























                    up vote
                    0
                    down vote













                    You can either do integration by parts to find a better expression for the function or use the dominated convergence theorem, If you are familiar with measure theory.






                    share|cite|improve this answer






















                      up vote
                      0
                      down vote










                      up vote
                      0
                      down vote









                      You can either do integration by parts to find a better expression for the function or use the dominated convergence theorem, If you are familiar with measure theory.






                      share|cite|improve this answer












                      You can either do integration by parts to find a better expression for the function or use the dominated convergence theorem, If you are familiar with measure theory.







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Aug 26 at 19:42









                      Arthur Sinulis

                      186110




                      186110




















                          up vote
                          0
                          down vote













                          $$displaystyleintx^2mathrme^-tx,mathrmdx$$
                          Using integration by parts, $int fg' = fg - int f'g$ where $f = x^2$ and $g = e^-tx$, you can show that
                          $$displaystyleintx^2mathrme^-tx,mathrmdx =-dfracx^2mathrme^-txt-displaystyleint-dfrac2xmathrme^-txt,mathrmdx $$
                          Notice that
                          $$displaystyleint-dfrac2xmathrme^-txt,mathrmdx =-dfrac2tdisplaystyleintxmathrme^-tx,mathrmdx$$
                          Using integration by parts, $int fg' = fg - int f'g$ where $f = x$ and $g = e^-tx$, you can show that



                          beginequation
                          int
                          xmathrme^-tx
                          =-dfracxmathrme^-txt+displaystyleintdfracmathrme^-txt,mathrmdx
                          =
                          -dfracxmathrme^-txt-frac1t^2e^-tx
                          endequation
                          Going back to the first equation, we get
                          $$displaystyleintx^2mathrme^-tx,mathrmdx
                          =
                          -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3+A$$
                          Including the limits, we get
                          $$intlimits_0^inftyx^2mathrme^-tx,mathrmdx
                          =
                          -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3Bigvert_0^infty = frac2t^3$$
                          So, now you have to check if $frac2t^3$ is continuous on $]0,infty[$.






                          share|cite|improve this answer
























                            up vote
                            0
                            down vote













                            $$displaystyleintx^2mathrme^-tx,mathrmdx$$
                            Using integration by parts, $int fg' = fg - int f'g$ where $f = x^2$ and $g = e^-tx$, you can show that
                            $$displaystyleintx^2mathrme^-tx,mathrmdx =-dfracx^2mathrme^-txt-displaystyleint-dfrac2xmathrme^-txt,mathrmdx $$
                            Notice that
                            $$displaystyleint-dfrac2xmathrme^-txt,mathrmdx =-dfrac2tdisplaystyleintxmathrme^-tx,mathrmdx$$
                            Using integration by parts, $int fg' = fg - int f'g$ where $f = x$ and $g = e^-tx$, you can show that



                            beginequation
                            int
                            xmathrme^-tx
                            =-dfracxmathrme^-txt+displaystyleintdfracmathrme^-txt,mathrmdx
                            =
                            -dfracxmathrme^-txt-frac1t^2e^-tx
                            endequation
                            Going back to the first equation, we get
                            $$displaystyleintx^2mathrme^-tx,mathrmdx
                            =
                            -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3+A$$
                            Including the limits, we get
                            $$intlimits_0^inftyx^2mathrme^-tx,mathrmdx
                            =
                            -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3Bigvert_0^infty = frac2t^3$$
                            So, now you have to check if $frac2t^3$ is continuous on $]0,infty[$.






                            share|cite|improve this answer






















                              up vote
                              0
                              down vote










                              up vote
                              0
                              down vote









                              $$displaystyleintx^2mathrme^-tx,mathrmdx$$
                              Using integration by parts, $int fg' = fg - int f'g$ where $f = x^2$ and $g = e^-tx$, you can show that
                              $$displaystyleintx^2mathrme^-tx,mathrmdx =-dfracx^2mathrme^-txt-displaystyleint-dfrac2xmathrme^-txt,mathrmdx $$
                              Notice that
                              $$displaystyleint-dfrac2xmathrme^-txt,mathrmdx =-dfrac2tdisplaystyleintxmathrme^-tx,mathrmdx$$
                              Using integration by parts, $int fg' = fg - int f'g$ where $f = x$ and $g = e^-tx$, you can show that



                              beginequation
                              int
                              xmathrme^-tx
                              =-dfracxmathrme^-txt+displaystyleintdfracmathrme^-txt,mathrmdx
                              =
                              -dfracxmathrme^-txt-frac1t^2e^-tx
                              endequation
                              Going back to the first equation, we get
                              $$displaystyleintx^2mathrme^-tx,mathrmdx
                              =
                              -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3+A$$
                              Including the limits, we get
                              $$intlimits_0^inftyx^2mathrme^-tx,mathrmdx
                              =
                              -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3Bigvert_0^infty = frac2t^3$$
                              So, now you have to check if $frac2t^3$ is continuous on $]0,infty[$.






                              share|cite|improve this answer












                              $$displaystyleintx^2mathrme^-tx,mathrmdx$$
                              Using integration by parts, $int fg' = fg - int f'g$ where $f = x^2$ and $g = e^-tx$, you can show that
                              $$displaystyleintx^2mathrme^-tx,mathrmdx =-dfracx^2mathrme^-txt-displaystyleint-dfrac2xmathrme^-txt,mathrmdx $$
                              Notice that
                              $$displaystyleint-dfrac2xmathrme^-txt,mathrmdx =-dfrac2tdisplaystyleintxmathrme^-tx,mathrmdx$$
                              Using integration by parts, $int fg' = fg - int f'g$ where $f = x$ and $g = e^-tx$, you can show that



                              beginequation
                              int
                              xmathrme^-tx
                              =-dfracxmathrme^-txt+displaystyleintdfracmathrme^-txt,mathrmdx
                              =
                              -dfracxmathrme^-txt-frac1t^2e^-tx
                              endequation
                              Going back to the first equation, we get
                              $$displaystyleintx^2mathrme^-tx,mathrmdx
                              =
                              -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3+A$$
                              Including the limits, we get
                              $$intlimits_0^inftyx^2mathrme^-tx,mathrmdx
                              =
                              -dfracleft(t^2x^2+2tx+2right)mathrme^-txt^3Bigvert_0^infty = frac2t^3$$
                              So, now you have to check if $frac2t^3$ is continuous on $]0,infty[$.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Aug 26 at 19:44









                              Ahmad Bazzi

                              4,1881521




                              4,1881521




















                                  up vote
                                  0
                                  down vote













                                  Substituting $u=tx$, we have
                                  $$ F(t) = int_0^infty x^2e^-tx,dx = frac1t^2 int_0^infty (tx)^2e^-tx ,dx
                                  = frac1t^2 int_0^infty u^2e^-u fracdut = fracF(1)t^3 $$
                                  so if you can prove that $F(t)$ always exists, it will be as continuous as $t^-3$.






                                  share|cite|improve this answer
























                                    up vote
                                    0
                                    down vote













                                    Substituting $u=tx$, we have
                                    $$ F(t) = int_0^infty x^2e^-tx,dx = frac1t^2 int_0^infty (tx)^2e^-tx ,dx
                                    = frac1t^2 int_0^infty u^2e^-u fracdut = fracF(1)t^3 $$
                                    so if you can prove that $F(t)$ always exists, it will be as continuous as $t^-3$.






                                    share|cite|improve this answer






















                                      up vote
                                      0
                                      down vote










                                      up vote
                                      0
                                      down vote









                                      Substituting $u=tx$, we have
                                      $$ F(t) = int_0^infty x^2e^-tx,dx = frac1t^2 int_0^infty (tx)^2e^-tx ,dx
                                      = frac1t^2 int_0^infty u^2e^-u fracdut = fracF(1)t^3 $$
                                      so if you can prove that $F(t)$ always exists, it will be as continuous as $t^-3$.






                                      share|cite|improve this answer












                                      Substituting $u=tx$, we have
                                      $$ F(t) = int_0^infty x^2e^-tx,dx = frac1t^2 int_0^infty (tx)^2e^-tx ,dx
                                      = frac1t^2 int_0^infty u^2e^-u fracdut = fracF(1)t^3 $$
                                      so if you can prove that $F(t)$ always exists, it will be as continuous as $t^-3$.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Aug 26 at 19:50









                                      Henning Makholm

                                      230k16296527




                                      230k16296527




















                                          up vote
                                          0
                                          down vote













                                          For fixed $t$, let
                                          $$ï¼£=int^infty_0 x^2e^-txdx.$$
                                          Choose $Delta tin R$ such that $t+Delta t>0$ and
                                          $$ |e^-xDelta t-1|le frac1C|Delta t| $$
                                          and hence
                                          begineqnarray
                                          |F(t+Delta t)-F(t)|&=&left|int^infty_0 x^2(e^-(t+Delta t)x-e^-t) dxright|\
                                          &=&left|int^infty_0 x^2e^-tx(e^-xDelta t-1) dxright|\
                                          &le&int^infty_0 x^2e^-txleft|e^-xDelta t-1right|dx\
                                          &le&C|Delta t|int^infty_0 x^2e^-txdx\
                                          &le&|Delta t|
                                          endeqnarray
                                          which implies
                                          $$ lim_Delta tto0F(t+Delta t)=F(t).$$
                                          So $F(t)$ is continuous.






                                          share|cite|improve this answer
























                                            up vote
                                            0
                                            down vote













                                            For fixed $t$, let
                                            $$ï¼£=int^infty_0 x^2e^-txdx.$$
                                            Choose $Delta tin R$ such that $t+Delta t>0$ and
                                            $$ |e^-xDelta t-1|le frac1C|Delta t| $$
                                            and hence
                                            begineqnarray
                                            |F(t+Delta t)-F(t)|&=&left|int^infty_0 x^2(e^-(t+Delta t)x-e^-t) dxright|\
                                            &=&left|int^infty_0 x^2e^-tx(e^-xDelta t-1) dxright|\
                                            &le&int^infty_0 x^2e^-txleft|e^-xDelta t-1right|dx\
                                            &le&C|Delta t|int^infty_0 x^2e^-txdx\
                                            &le&|Delta t|
                                            endeqnarray
                                            which implies
                                            $$ lim_Delta tto0F(t+Delta t)=F(t).$$
                                            So $F(t)$ is continuous.






                                            share|cite|improve this answer






















                                              up vote
                                              0
                                              down vote










                                              up vote
                                              0
                                              down vote









                                              For fixed $t$, let
                                              $$ï¼£=int^infty_0 x^2e^-txdx.$$
                                              Choose $Delta tin R$ such that $t+Delta t>0$ and
                                              $$ |e^-xDelta t-1|le frac1C|Delta t| $$
                                              and hence
                                              begineqnarray
                                              |F(t+Delta t)-F(t)|&=&left|int^infty_0 x^2(e^-(t+Delta t)x-e^-t) dxright|\
                                              &=&left|int^infty_0 x^2e^-tx(e^-xDelta t-1) dxright|\
                                              &le&int^infty_0 x^2e^-txleft|e^-xDelta t-1right|dx\
                                              &le&C|Delta t|int^infty_0 x^2e^-txdx\
                                              &le&|Delta t|
                                              endeqnarray
                                              which implies
                                              $$ lim_Delta tto0F(t+Delta t)=F(t).$$
                                              So $F(t)$ is continuous.






                                              share|cite|improve this answer












                                              For fixed $t$, let
                                              $$ï¼£=int^infty_0 x^2e^-txdx.$$
                                              Choose $Delta tin R$ such that $t+Delta t>0$ and
                                              $$ |e^-xDelta t-1|le frac1C|Delta t| $$
                                              and hence
                                              begineqnarray
                                              |F(t+Delta t)-F(t)|&=&left|int^infty_0 x^2(e^-(t+Delta t)x-e^-t) dxright|\
                                              &=&left|int^infty_0 x^2e^-tx(e^-xDelta t-1) dxright|\
                                              &le&int^infty_0 x^2e^-txleft|e^-xDelta t-1right|dx\
                                              &le&C|Delta t|int^infty_0 x^2e^-txdx\
                                              &le&|Delta t|
                                              endeqnarray
                                              which implies
                                              $$ lim_Delta tto0F(t+Delta t)=F(t).$$
                                              So $F(t)$ is continuous.







                                              share|cite|improve this answer












                                              share|cite|improve this answer



                                              share|cite|improve this answer










                                              answered Aug 26 at 20:00









                                              xpaul

                                              21.8k14455




                                              21.8k14455



























                                                   

                                                  draft saved


                                                  draft discarded















































                                                   


                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function ()
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2895427%2fft-int-infty-0-x2e-tx-dx-is-a-continuous-function%23new-answer', 'question_page');

                                                  );

                                                  Post as a guest













































































                                                  這個網誌中的熱門文章

                                                  tkz-euclide: tkzDrawCircle[R] not working

                                                  How to combine Bézier curves to a surface?

                                                  1st Magritte Awards