Integral problem. Unsure of the approach.Calculate the integral $int_0^{x} (lfloor t+1 rfloor)^3dt$Cauchy...

How to know if I am a 'Real Developer'

Have the UK Conservatives lost the working majority and if so, what does this mean?

Buying a "Used" Router

What does it mean when an external ID field follows a DML Statement?

80-bit collision resistence because of 80-bit x87 registers?

Why do we divide Permutations to get to Combinations?

Badly designed reimbursement form. What does that say about the company?

What does @ mean in a hostname in DNS configuration?

Do these large-scale, human power-plant-tending robots from the Matrix movies have a name, in-universe or out?

How do I add a strong "onion flavor" to the biryani (in restaurant style)?

Build ASCII Podiums

Can a Hydra make multiple opportunity attacks at once?

Can I do anything else with aspersions other than cast them?

In the Lost in Space intro why was Dr. Smith actor listed as a special guest star?

Euler and minus sign

How can changes in personality/values of a person who turned into a vampire be explained?

What if you do not believe in the project benefits?

Multiple null checks in Java 8

Manager has noticed coworker's excessive breaks. Should I warn him?

SQL Server 2017 crashes when backing up because filepath is wrong

Why would you use 2 alternate layout buttons instead of 1, when only one can be selected at once

Aliased pipeline using head and cut

What is the name of this perspective and how is it constructed?

Why Doesn't It Completely Uninstall?



Integral problem. Unsure of the approach.


Calculate the integral $int_0^{x} (lfloor t+1 rfloor)^3dt$Cauchy integral formula problemWhy is are these expressions in Leibniz notation not equivalent?Double integral problemIs it neccessary to split the integral?Evaluate the following line integral.$f_n(x) = frac{x^n}{1 + x^n}$ does not converge uniformly, yet we can change the order of integralBizarre Definite IntegralWhat's the integral of $(df/dx)^2$?Problem with a Hypergeometric function integral













3












$begingroup$


I have this integral:



$$int_0^1 frac{1 + 12t}{1 + 3t}dt$$



I can split this up into:



$$int_0^1 frac{1}{1+3t} dt + int_0^1frac{12t}{1+3t}dt$$



The left side:



$u = 1+3t$ and $du = 3dt$ and $frac{du}{3} = dt$



so $$frac{1}{3} int_0^1 frac{1}{u} du = frac{1}{3} ln |u| + C$$



But what about the right?










share|cite|improve this question











$endgroup$

















    3












    $begingroup$


    I have this integral:



    $$int_0^1 frac{1 + 12t}{1 + 3t}dt$$



    I can split this up into:



    $$int_0^1 frac{1}{1+3t} dt + int_0^1frac{12t}{1+3t}dt$$



    The left side:



    $u = 1+3t$ and $du = 3dt$ and $frac{du}{3} = dt$



    so $$frac{1}{3} int_0^1 frac{1}{u} du = frac{1}{3} ln |u| + C$$



    But what about the right?










    share|cite|improve this question











    $endgroup$















      3












      3








      3





      $begingroup$


      I have this integral:



      $$int_0^1 frac{1 + 12t}{1 + 3t}dt$$



      I can split this up into:



      $$int_0^1 frac{1}{1+3t} dt + int_0^1frac{12t}{1+3t}dt$$



      The left side:



      $u = 1+3t$ and $du = 3dt$ and $frac{du}{3} = dt$



      so $$frac{1}{3} int_0^1 frac{1}{u} du = frac{1}{3} ln |u| + C$$



      But what about the right?










      share|cite|improve this question











      $endgroup$




      I have this integral:



      $$int_0^1 frac{1 + 12t}{1 + 3t}dt$$



      I can split this up into:



      $$int_0^1 frac{1}{1+3t} dt + int_0^1frac{12t}{1+3t}dt$$



      The left side:



      $u = 1+3t$ and $du = 3dt$ and $frac{du}{3} = dt$



      so $$frac{1}{3} int_0^1 frac{1}{u} du = frac{1}{3} ln |u| + C$$



      But what about the right?







      calculus integration






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 31 mins ago









      Eevee Trainer

      6,54811237




      6,54811237










      asked 40 mins ago









      Jwan622Jwan622

      2,16211530




      2,16211530






















          2 Answers
          2






          active

          oldest

          votes


















          6












          $begingroup$

          Hint:



          $$frac{12t}{1+3t} = 4 - frac{4}{1+3t}.$$ Now use the same approach as you did for the first part.
          In fact you should’ve simplified the fraction before splitting into parts.



          Remember to evaluate the integral at t=0 and t=1! ;)






          share|cite|improve this answer











          $endgroup$





















            1












            $begingroup$

            At least on an initial glance, I'd make the substitution



            $$u = 1+3t implies du = 3dt implies dt = frac{du}{3}$$



            Note that $t = (u-1)/3$ and thus $12t = 4(u-1)$.



            Then the integral becomes



            $$int_0^1 frac{12t}{1 + 3t} dt = int_ast^ast frac{4(u-1)}{u} frac{dt}{3} = frac 4 3 int_ast^ast frac{u-1}{u}du = frac 4 3 int_ast^ast 1 - frac{1}{u}du$$



            But this seems a bit excessive and unnecessary, even if it's the first thing to come to mind. (That's why I left the bounds as $ast$'s: in cases like these, overcomplication suggests an alternative approach.)





            Another trick is to "add and subtract the same thing from the top"; this can be handy in a lot of math classes for manipulations if you add and subtract the right thing. In this case, we notice:



            $$12t = 12t + 4 - 4 = 4(3t+1) - 4$$



            Thus,



            $$int_0^1 frac{12t}{1 + 3t} dt = int_0^1 frac{4(3t+1) - 4}{1 + 3t} dt = int_0^1 4 - frac{4}{1 + 3t} dt$$






            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%2f3122196%2fintegral-problem-unsure-of-the-approach%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









              6












              $begingroup$

              Hint:



              $$frac{12t}{1+3t} = 4 - frac{4}{1+3t}.$$ Now use the same approach as you did for the first part.
              In fact you should’ve simplified the fraction before splitting into parts.



              Remember to evaluate the integral at t=0 and t=1! ;)






              share|cite|improve this answer











              $endgroup$


















                6












                $begingroup$

                Hint:



                $$frac{12t}{1+3t} = 4 - frac{4}{1+3t}.$$ Now use the same approach as you did for the first part.
                In fact you should’ve simplified the fraction before splitting into parts.



                Remember to evaluate the integral at t=0 and t=1! ;)






                share|cite|improve this answer











                $endgroup$
















                  6












                  6








                  6





                  $begingroup$

                  Hint:



                  $$frac{12t}{1+3t} = 4 - frac{4}{1+3t}.$$ Now use the same approach as you did for the first part.
                  In fact you should’ve simplified the fraction before splitting into parts.



                  Remember to evaluate the integral at t=0 and t=1! ;)






                  share|cite|improve this answer











                  $endgroup$



                  Hint:



                  $$frac{12t}{1+3t} = 4 - frac{4}{1+3t}.$$ Now use the same approach as you did for the first part.
                  In fact you should’ve simplified the fraction before splitting into parts.



                  Remember to evaluate the integral at t=0 and t=1! ;)







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 21 mins ago









                  Jyrki Lahtonen

                  109k13169374




                  109k13169374










                  answered 37 mins ago









                  Gareth MaGareth Ma

                  416213




                  416213























                      1












                      $begingroup$

                      At least on an initial glance, I'd make the substitution



                      $$u = 1+3t implies du = 3dt implies dt = frac{du}{3}$$



                      Note that $t = (u-1)/3$ and thus $12t = 4(u-1)$.



                      Then the integral becomes



                      $$int_0^1 frac{12t}{1 + 3t} dt = int_ast^ast frac{4(u-1)}{u} frac{dt}{3} = frac 4 3 int_ast^ast frac{u-1}{u}du = frac 4 3 int_ast^ast 1 - frac{1}{u}du$$



                      But this seems a bit excessive and unnecessary, even if it's the first thing to come to mind. (That's why I left the bounds as $ast$'s: in cases like these, overcomplication suggests an alternative approach.)





                      Another trick is to "add and subtract the same thing from the top"; this can be handy in a lot of math classes for manipulations if you add and subtract the right thing. In this case, we notice:



                      $$12t = 12t + 4 - 4 = 4(3t+1) - 4$$



                      Thus,



                      $$int_0^1 frac{12t}{1 + 3t} dt = int_0^1 frac{4(3t+1) - 4}{1 + 3t} dt = int_0^1 4 - frac{4}{1 + 3t} dt$$






                      share|cite|improve this answer









                      $endgroup$


















                        1












                        $begingroup$

                        At least on an initial glance, I'd make the substitution



                        $$u = 1+3t implies du = 3dt implies dt = frac{du}{3}$$



                        Note that $t = (u-1)/3$ and thus $12t = 4(u-1)$.



                        Then the integral becomes



                        $$int_0^1 frac{12t}{1 + 3t} dt = int_ast^ast frac{4(u-1)}{u} frac{dt}{3} = frac 4 3 int_ast^ast frac{u-1}{u}du = frac 4 3 int_ast^ast 1 - frac{1}{u}du$$



                        But this seems a bit excessive and unnecessary, even if it's the first thing to come to mind. (That's why I left the bounds as $ast$'s: in cases like these, overcomplication suggests an alternative approach.)





                        Another trick is to "add and subtract the same thing from the top"; this can be handy in a lot of math classes for manipulations if you add and subtract the right thing. In this case, we notice:



                        $$12t = 12t + 4 - 4 = 4(3t+1) - 4$$



                        Thus,



                        $$int_0^1 frac{12t}{1 + 3t} dt = int_0^1 frac{4(3t+1) - 4}{1 + 3t} dt = int_0^1 4 - frac{4}{1 + 3t} dt$$






                        share|cite|improve this answer









                        $endgroup$
















                          1












                          1








                          1





                          $begingroup$

                          At least on an initial glance, I'd make the substitution



                          $$u = 1+3t implies du = 3dt implies dt = frac{du}{3}$$



                          Note that $t = (u-1)/3$ and thus $12t = 4(u-1)$.



                          Then the integral becomes



                          $$int_0^1 frac{12t}{1 + 3t} dt = int_ast^ast frac{4(u-1)}{u} frac{dt}{3} = frac 4 3 int_ast^ast frac{u-1}{u}du = frac 4 3 int_ast^ast 1 - frac{1}{u}du$$



                          But this seems a bit excessive and unnecessary, even if it's the first thing to come to mind. (That's why I left the bounds as $ast$'s: in cases like these, overcomplication suggests an alternative approach.)





                          Another trick is to "add and subtract the same thing from the top"; this can be handy in a lot of math classes for manipulations if you add and subtract the right thing. In this case, we notice:



                          $$12t = 12t + 4 - 4 = 4(3t+1) - 4$$



                          Thus,



                          $$int_0^1 frac{12t}{1 + 3t} dt = int_0^1 frac{4(3t+1) - 4}{1 + 3t} dt = int_0^1 4 - frac{4}{1 + 3t} dt$$






                          share|cite|improve this answer









                          $endgroup$



                          At least on an initial glance, I'd make the substitution



                          $$u = 1+3t implies du = 3dt implies dt = frac{du}{3}$$



                          Note that $t = (u-1)/3$ and thus $12t = 4(u-1)$.



                          Then the integral becomes



                          $$int_0^1 frac{12t}{1 + 3t} dt = int_ast^ast frac{4(u-1)}{u} frac{dt}{3} = frac 4 3 int_ast^ast frac{u-1}{u}du = frac 4 3 int_ast^ast 1 - frac{1}{u}du$$



                          But this seems a bit excessive and unnecessary, even if it's the first thing to come to mind. (That's why I left the bounds as $ast$'s: in cases like these, overcomplication suggests an alternative approach.)





                          Another trick is to "add and subtract the same thing from the top"; this can be handy in a lot of math classes for manipulations if you add and subtract the right thing. In this case, we notice:



                          $$12t = 12t + 4 - 4 = 4(3t+1) - 4$$



                          Thus,



                          $$int_0^1 frac{12t}{1 + 3t} dt = int_0^1 frac{4(3t+1) - 4}{1 + 3t} dt = int_0^1 4 - frac{4}{1 + 3t} dt$$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered 32 mins ago









                          Eevee TrainerEevee Trainer

                          6,54811237




                          6,54811237






























                              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%2f3122196%2fintegral-problem-unsure-of-the-approach%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

                              Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

                              Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

                              How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...