Integrate without expansion?Finding $int^1_0 fraclog(1+x)xdx$ without series expansionSimplest way to integrate $int fracu^2+1(u^2-2u-1)^2mathrmdu$How do I integrate $x^frac32e^-x$ from 0 to inf?How to integrate $int_0^pi frac1a-b cos(x) dx$ with calculus tools?Multiple Integration order doesn't agree.Integrate area of function over a tetrahedronHow do I integrate $fracx+1log x$?How to integrate without trigonometric substitutionIntegrate over a triangle in the 2D normal distributionIntegration of an exponential function over a triangle. Numerically stable approximation to the infinite sum?

Why can't we feel the Earth's revolution?

Can Dive Down protect a creature against Pacifism?

Boss making me feel guilty for leaving the company at the end of my internship

Do the Shadow Magic sorcerer's Strength of the Grave feature and the half-orc's Relentless Endurance trait work together?

Why is C++ template use not recommended in space/radiated environment?

Can artificial satellite positions affect tides?

Difference between grep -R (uppercase) and -r (lowercase)

Co-worker is now managing my team, does this mean that I'm being demoted?

Does "aurea" have the second meaning?

How can this shape perfectly cover a cube?

Is it a good security practice to force employees hide their employer to avoid being targeted?

What happens when one target of Paradoxical Outcome becomes illegal?

Nth term of Van Eck Sequence

Is fission/fusion to iron the most efficient way to convert mass to energy?

How can I find out about the game world without meta-influencing it?

Is it ethical to cite a reviewer's papers even if they are rather irrelevant?

Integrate without expansion?

New Site Design!

Fastest way from 10 to 1 with everyone in between

What do I need to do, tax-wise, for a sudden windfall?

Any gotchas in buying second-hand sanitary ware?

ISP is not hashing the password I log in with online. Should I take any action?

Should I move out from my current apartment before the contract ends to save more money?

Harley Davidson clattering noise from engine, backfire and failure to start



Integrate without expansion?


Finding $int^1_0 fraclog(1+x)xdx$ without series expansionSimplest way to integrate $int fracu^2+1(u^2-2u-1)^2mathrmdu$How do I integrate $x^frac32e^-x$ from 0 to inf?How to integrate $int_0^pi frac1a-b cos(x) dx$ with calculus tools?Multiple Integration order doesn't agree.Integrate area of function over a tetrahedronHow do I integrate $fracx+1log x$?How to integrate without trigonometric substitutionIntegrate over a triangle in the 2D normal distributionIntegration of an exponential function over a triangle. Numerically stable approximation to the infinite sum?













2












$begingroup$


I want to evaluate
$$ int_0^1 ( 1 - x^2)^10 dx $$
One way I can do this is by expanding out $(1 - x^2)^10$ term by term, but is there a better way to do this?










share|cite|improve this question







New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$











  • $begingroup$
    Yes, by coming up with the reduction formula!
    $endgroup$
    – user209663
    8 hours ago















2












$begingroup$


I want to evaluate
$$ int_0^1 ( 1 - x^2)^10 dx $$
One way I can do this is by expanding out $(1 - x^2)^10$ term by term, but is there a better way to do this?










share|cite|improve this question







New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$











  • $begingroup$
    Yes, by coming up with the reduction formula!
    $endgroup$
    – user209663
    8 hours ago













2












2








2





$begingroup$


I want to evaluate
$$ int_0^1 ( 1 - x^2)^10 dx $$
One way I can do this is by expanding out $(1 - x^2)^10$ term by term, but is there a better way to do this?










share|cite|improve this question







New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






$endgroup$




I want to evaluate
$$ int_0^1 ( 1 - x^2)^10 dx $$
One way I can do this is by expanding out $(1 - x^2)^10$ term by term, but is there a better way to do this?







integration






share|cite|improve this question







New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|cite|improve this question







New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|cite|improve this question




share|cite|improve this question






New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 8 hours ago









MathStudentMathStudent

443




443




New contributor



MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




MathStudent is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • $begingroup$
    Yes, by coming up with the reduction formula!
    $endgroup$
    – user209663
    8 hours ago
















  • $begingroup$
    Yes, by coming up with the reduction formula!
    $endgroup$
    – user209663
    8 hours ago















$begingroup$
Yes, by coming up with the reduction formula!
$endgroup$
– user209663
8 hours ago




$begingroup$
Yes, by coming up with the reduction formula!
$endgroup$
– user209663
8 hours ago










4 Answers
4






active

oldest

votes


















4












$begingroup$

When you encounter this type of problem, the first thing to do is to come up with a reduction formula. Let us find the reduction formula for $int(k^2 - x^2)^n dx $.



Using integration by parts:
$u = (k-x^2)^n $ and $dv = dx$ then $du = n(k^2 - x^2)^n-1(-2x)dx $ and $v =x$



Thus,



$$int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int x^2(k^2 - x^2)^n-1 \
= x(k^2 - x^2)^n-1 + 2n int bigg[ k^2(k^2 - x^2)^n-1 - (k^2 - x^2)^n bigg] dx \
= x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx
$$

From here you can see that:
$$2nint(k^2 - x^2)^n dx + int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx $$



Thus,
$$int(k^2 - x^2)^n dx = fracx(k^2 - x^2)^n-12n+1 + frac2nk^22n+1 int (k^2 - x^2)^n-1 dx$$



For your problem, $k=1$ and $n=10$. Can you take it from here?






share|cite|improve this answer









$endgroup$












  • $begingroup$
    wow! I knew there must be a shorter way. Thank you!
    $endgroup$
    – MathStudent
    8 hours ago










  • $begingroup$
    Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
    $endgroup$
    – SZN
    8 hours ago











  • $begingroup$
    @MathStudent No problem.
    $endgroup$
    – user209663
    8 hours ago










  • $begingroup$
    @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
    $endgroup$
    – user209663
    8 hours ago











  • $begingroup$
    @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
    $endgroup$
    – SZN
    8 hours ago



















7












$begingroup$

This answer is exactly what the asker is NOT asking for. However, I believe it will be useful to show the asker that expanding out "term-by-term" is not actually that hard.



We have



beginalign
int_0^1 (1-x^2)^10dx &= int_0^1 sum_i=0^10 C(10,i)(-x^2)^idx \
%
& = sum_i=0^10 (-1)^iC(10,i)int_0^1 x^2idx\
%
&= sum_i=0^10 frac(-1)^iC(10,i)2i+1,
endalign



where $$C(n,m) = fracn!m!(n-m)!.$$






share|cite|improve this answer









$endgroup$




















    5












    $begingroup$

    An alternate approach is through the beta function. We start by u-substitution and try to make our way towards an integral form of the beta function:



    $$beginalign*
    int_0^1(1-x^2)^10,mathrm dx &= frac12 int_0^1 (1-u)^10u^-1/2,mathrm du,qquad x=sqrtu \
    &= frac12 int_0^1 (1-u)^11-1u^1/2-1,mathrm du\
    &= frac12cdotfracGamma(11)Gamma(1/2)Gamma(11+1/2)\
    &= frac12cdotfrac10!sqrtpifrac22!4^11cdot11!sqrtpi\
    &= frac262144969969.
    endalign*$$






    share|cite|improve this answer









    $endgroup$








    • 1




      $begingroup$
      Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
      $endgroup$
      – SZN
      8 hours ago



















    1












    $begingroup$

    Similar to dxdydz's answer, let $x=sin(t)$
    $$int_0^1 ( 1 - x^2)^10, dx=int_0^frac pi 2cos^21(t),dt$$ and remember that
    $$int_0^frac pi 2cos^n(t),dt=fracsqrtpi 2 frac Gamma left(fracn+12right) Gamma
    left(fracn+22right)$$






    share|cite|improve this answer









    $endgroup$













      Your Answer








      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
      );



      );






      MathStudent is a new contributor. Be nice, and check out our Code of Conduct.









      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3260371%2fintegrate-without-expansion%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      4












      $begingroup$

      When you encounter this type of problem, the first thing to do is to come up with a reduction formula. Let us find the reduction formula for $int(k^2 - x^2)^n dx $.



      Using integration by parts:
      $u = (k-x^2)^n $ and $dv = dx$ then $du = n(k^2 - x^2)^n-1(-2x)dx $ and $v =x$



      Thus,



      $$int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int x^2(k^2 - x^2)^n-1 \
      = x(k^2 - x^2)^n-1 + 2n int bigg[ k^2(k^2 - x^2)^n-1 - (k^2 - x^2)^n bigg] dx \
      = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx
      $$

      From here you can see that:
      $$2nint(k^2 - x^2)^n dx + int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx $$



      Thus,
      $$int(k^2 - x^2)^n dx = fracx(k^2 - x^2)^n-12n+1 + frac2nk^22n+1 int (k^2 - x^2)^n-1 dx$$



      For your problem, $k=1$ and $n=10$. Can you take it from here?






      share|cite|improve this answer









      $endgroup$












      • $begingroup$
        wow! I knew there must be a shorter way. Thank you!
        $endgroup$
        – MathStudent
        8 hours ago










      • $begingroup$
        Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
        $endgroup$
        – SZN
        8 hours ago











      • $begingroup$
        @MathStudent No problem.
        $endgroup$
        – user209663
        8 hours ago










      • $begingroup$
        @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
        $endgroup$
        – user209663
        8 hours ago











      • $begingroup$
        @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
        $endgroup$
        – SZN
        8 hours ago
















      4












      $begingroup$

      When you encounter this type of problem, the first thing to do is to come up with a reduction formula. Let us find the reduction formula for $int(k^2 - x^2)^n dx $.



      Using integration by parts:
      $u = (k-x^2)^n $ and $dv = dx$ then $du = n(k^2 - x^2)^n-1(-2x)dx $ and $v =x$



      Thus,



      $$int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int x^2(k^2 - x^2)^n-1 \
      = x(k^2 - x^2)^n-1 + 2n int bigg[ k^2(k^2 - x^2)^n-1 - (k^2 - x^2)^n bigg] dx \
      = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx
      $$

      From here you can see that:
      $$2nint(k^2 - x^2)^n dx + int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx $$



      Thus,
      $$int(k^2 - x^2)^n dx = fracx(k^2 - x^2)^n-12n+1 + frac2nk^22n+1 int (k^2 - x^2)^n-1 dx$$



      For your problem, $k=1$ and $n=10$. Can you take it from here?






      share|cite|improve this answer









      $endgroup$












      • $begingroup$
        wow! I knew there must be a shorter way. Thank you!
        $endgroup$
        – MathStudent
        8 hours ago










      • $begingroup$
        Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
        $endgroup$
        – SZN
        8 hours ago











      • $begingroup$
        @MathStudent No problem.
        $endgroup$
        – user209663
        8 hours ago










      • $begingroup$
        @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
        $endgroup$
        – user209663
        8 hours ago











      • $begingroup$
        @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
        $endgroup$
        – SZN
        8 hours ago














      4












      4








      4





      $begingroup$

      When you encounter this type of problem, the first thing to do is to come up with a reduction formula. Let us find the reduction formula for $int(k^2 - x^2)^n dx $.



      Using integration by parts:
      $u = (k-x^2)^n $ and $dv = dx$ then $du = n(k^2 - x^2)^n-1(-2x)dx $ and $v =x$



      Thus,



      $$int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int x^2(k^2 - x^2)^n-1 \
      = x(k^2 - x^2)^n-1 + 2n int bigg[ k^2(k^2 - x^2)^n-1 - (k^2 - x^2)^n bigg] dx \
      = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx
      $$

      From here you can see that:
      $$2nint(k^2 - x^2)^n dx + int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx $$



      Thus,
      $$int(k^2 - x^2)^n dx = fracx(k^2 - x^2)^n-12n+1 + frac2nk^22n+1 int (k^2 - x^2)^n-1 dx$$



      For your problem, $k=1$ and $n=10$. Can you take it from here?






      share|cite|improve this answer









      $endgroup$



      When you encounter this type of problem, the first thing to do is to come up with a reduction formula. Let us find the reduction formula for $int(k^2 - x^2)^n dx $.



      Using integration by parts:
      $u = (k-x^2)^n $ and $dv = dx$ then $du = n(k^2 - x^2)^n-1(-2x)dx $ and $v =x$



      Thus,



      $$int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int x^2(k^2 - x^2)^n-1 \
      = x(k^2 - x^2)^n-1 + 2n int bigg[ k^2(k^2 - x^2)^n-1 - (k^2 - x^2)^n bigg] dx \
      = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx
      $$

      From here you can see that:
      $$2nint(k^2 - x^2)^n dx + int(k^2 - x^2)^n dx = x(k^2 - x^2)^n-1 + 2n int k^2(k^2 - x^2)^n-1 dx - 2n int (k^2 - x^2)^n dx $$



      Thus,
      $$int(k^2 - x^2)^n dx = fracx(k^2 - x^2)^n-12n+1 + frac2nk^22n+1 int (k^2 - x^2)^n-1 dx$$



      For your problem, $k=1$ and $n=10$. Can you take it from here?







      share|cite|improve this answer












      share|cite|improve this answer



      share|cite|improve this answer










      answered 8 hours ago









      user209663user209663

      864411




      864411











      • $begingroup$
        wow! I knew there must be a shorter way. Thank you!
        $endgroup$
        – MathStudent
        8 hours ago










      • $begingroup$
        Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
        $endgroup$
        – SZN
        8 hours ago











      • $begingroup$
        @MathStudent No problem.
        $endgroup$
        – user209663
        8 hours ago










      • $begingroup$
        @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
        $endgroup$
        – user209663
        8 hours ago











      • $begingroup$
        @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
        $endgroup$
        – SZN
        8 hours ago

















      • $begingroup$
        wow! I knew there must be a shorter way. Thank you!
        $endgroup$
        – MathStudent
        8 hours ago










      • $begingroup$
        Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
        $endgroup$
        – SZN
        8 hours ago











      • $begingroup$
        @MathStudent No problem.
        $endgroup$
        – user209663
        8 hours ago










      • $begingroup$
        @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
        $endgroup$
        – user209663
        8 hours ago











      • $begingroup$
        @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
        $endgroup$
        – SZN
        8 hours ago
















      $begingroup$
      wow! I knew there must be a shorter way. Thank you!
      $endgroup$
      – MathStudent
      8 hours ago




      $begingroup$
      wow! I knew there must be a shorter way. Thank you!
      $endgroup$
      – MathStudent
      8 hours ago












      $begingroup$
      Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
      $endgroup$
      – SZN
      8 hours ago





      $begingroup$
      Is this really a shorter way? Evaluating all of the terms of the recursion seems like just as much effort as simply using the binomial expansion.
      $endgroup$
      – SZN
      8 hours ago













      $begingroup$
      @MathStudent No problem.
      $endgroup$
      – user209663
      8 hours ago




      $begingroup$
      @MathStudent No problem.
      $endgroup$
      – user209663
      8 hours ago












      $begingroup$
      @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
      $endgroup$
      – user209663
      8 hours ago





      $begingroup$
      @SZN Note that this is a definite integral... look at the recursion.... what happen to the first part? This is similar to $int_0^pi sin^n(x) dx$. You also get a recursion... but the trick is the bound of the integral. It makes it easier to evaluate
      $endgroup$
      – user209663
      8 hours ago













      $begingroup$
      @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
      $endgroup$
      – SZN
      8 hours ago





      $begingroup$
      @user209663 what you say is perfectly fine. But by using the binomial expansion I can evaluate the integral in just a few lines without any recursion or argument about bounds.
      $endgroup$
      – SZN
      8 hours ago












      7












      $begingroup$

      This answer is exactly what the asker is NOT asking for. However, I believe it will be useful to show the asker that expanding out "term-by-term" is not actually that hard.



      We have



      beginalign
      int_0^1 (1-x^2)^10dx &= int_0^1 sum_i=0^10 C(10,i)(-x^2)^idx \
      %
      & = sum_i=0^10 (-1)^iC(10,i)int_0^1 x^2idx\
      %
      &= sum_i=0^10 frac(-1)^iC(10,i)2i+1,
      endalign



      where $$C(n,m) = fracn!m!(n-m)!.$$






      share|cite|improve this answer









      $endgroup$

















        7












        $begingroup$

        This answer is exactly what the asker is NOT asking for. However, I believe it will be useful to show the asker that expanding out "term-by-term" is not actually that hard.



        We have



        beginalign
        int_0^1 (1-x^2)^10dx &= int_0^1 sum_i=0^10 C(10,i)(-x^2)^idx \
        %
        & = sum_i=0^10 (-1)^iC(10,i)int_0^1 x^2idx\
        %
        &= sum_i=0^10 frac(-1)^iC(10,i)2i+1,
        endalign



        where $$C(n,m) = fracn!m!(n-m)!.$$






        share|cite|improve this answer









        $endgroup$















          7












          7








          7





          $begingroup$

          This answer is exactly what the asker is NOT asking for. However, I believe it will be useful to show the asker that expanding out "term-by-term" is not actually that hard.



          We have



          beginalign
          int_0^1 (1-x^2)^10dx &= int_0^1 sum_i=0^10 C(10,i)(-x^2)^idx \
          %
          & = sum_i=0^10 (-1)^iC(10,i)int_0^1 x^2idx\
          %
          &= sum_i=0^10 frac(-1)^iC(10,i)2i+1,
          endalign



          where $$C(n,m) = fracn!m!(n-m)!.$$






          share|cite|improve this answer









          $endgroup$



          This answer is exactly what the asker is NOT asking for. However, I believe it will be useful to show the asker that expanding out "term-by-term" is not actually that hard.



          We have



          beginalign
          int_0^1 (1-x^2)^10dx &= int_0^1 sum_i=0^10 C(10,i)(-x^2)^idx \
          %
          & = sum_i=0^10 (-1)^iC(10,i)int_0^1 x^2idx\
          %
          &= sum_i=0^10 frac(-1)^iC(10,i)2i+1,
          endalign



          where $$C(n,m) = fracn!m!(n-m)!.$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 8 hours ago









          SZNSZN

          3,172721




          3,172721





















              5












              $begingroup$

              An alternate approach is through the beta function. We start by u-substitution and try to make our way towards an integral form of the beta function:



              $$beginalign*
              int_0^1(1-x^2)^10,mathrm dx &= frac12 int_0^1 (1-u)^10u^-1/2,mathrm du,qquad x=sqrtu \
              &= frac12 int_0^1 (1-u)^11-1u^1/2-1,mathrm du\
              &= frac12cdotfracGamma(11)Gamma(1/2)Gamma(11+1/2)\
              &= frac12cdotfrac10!sqrtpifrac22!4^11cdot11!sqrtpi\
              &= frac262144969969.
              endalign*$$






              share|cite|improve this answer









              $endgroup$








              • 1




                $begingroup$
                Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
                $endgroup$
                – SZN
                8 hours ago
















              5












              $begingroup$

              An alternate approach is through the beta function. We start by u-substitution and try to make our way towards an integral form of the beta function:



              $$beginalign*
              int_0^1(1-x^2)^10,mathrm dx &= frac12 int_0^1 (1-u)^10u^-1/2,mathrm du,qquad x=sqrtu \
              &= frac12 int_0^1 (1-u)^11-1u^1/2-1,mathrm du\
              &= frac12cdotfracGamma(11)Gamma(1/2)Gamma(11+1/2)\
              &= frac12cdotfrac10!sqrtpifrac22!4^11cdot11!sqrtpi\
              &= frac262144969969.
              endalign*$$






              share|cite|improve this answer









              $endgroup$








              • 1




                $begingroup$
                Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
                $endgroup$
                – SZN
                8 hours ago














              5












              5








              5





              $begingroup$

              An alternate approach is through the beta function. We start by u-substitution and try to make our way towards an integral form of the beta function:



              $$beginalign*
              int_0^1(1-x^2)^10,mathrm dx &= frac12 int_0^1 (1-u)^10u^-1/2,mathrm du,qquad x=sqrtu \
              &= frac12 int_0^1 (1-u)^11-1u^1/2-1,mathrm du\
              &= frac12cdotfracGamma(11)Gamma(1/2)Gamma(11+1/2)\
              &= frac12cdotfrac10!sqrtpifrac22!4^11cdot11!sqrtpi\
              &= frac262144969969.
              endalign*$$






              share|cite|improve this answer









              $endgroup$



              An alternate approach is through the beta function. We start by u-substitution and try to make our way towards an integral form of the beta function:



              $$beginalign*
              int_0^1(1-x^2)^10,mathrm dx &= frac12 int_0^1 (1-u)^10u^-1/2,mathrm du,qquad x=sqrtu \
              &= frac12 int_0^1 (1-u)^11-1u^1/2-1,mathrm du\
              &= frac12cdotfracGamma(11)Gamma(1/2)Gamma(11+1/2)\
              &= frac12cdotfrac10!sqrtpifrac22!4^11cdot11!sqrtpi\
              &= frac262144969969.
              endalign*$$







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered 8 hours ago









              dxdydzdxdydz

              8571714




              8571714







              • 1




                $begingroup$
                Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
                $endgroup$
                – SZN
                8 hours ago













              • 1




                $begingroup$
                Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
                $endgroup$
                – SZN
                8 hours ago








              1




              1




              $begingroup$
              Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
              $endgroup$
              – SZN
              8 hours ago





              $begingroup$
              Upvoted. There's a special place in my heart for using special functions to solve problems that look like they only admit basic methods :-)
              $endgroup$
              – SZN
              8 hours ago












              1












              $begingroup$

              Similar to dxdydz's answer, let $x=sin(t)$
              $$int_0^1 ( 1 - x^2)^10, dx=int_0^frac pi 2cos^21(t),dt$$ and remember that
              $$int_0^frac pi 2cos^n(t),dt=fracsqrtpi 2 frac Gamma left(fracn+12right) Gamma
              left(fracn+22right)$$






              share|cite|improve this answer









              $endgroup$

















                1












                $begingroup$

                Similar to dxdydz's answer, let $x=sin(t)$
                $$int_0^1 ( 1 - x^2)^10, dx=int_0^frac pi 2cos^21(t),dt$$ and remember that
                $$int_0^frac pi 2cos^n(t),dt=fracsqrtpi 2 frac Gamma left(fracn+12right) Gamma
                left(fracn+22right)$$






                share|cite|improve this answer









                $endgroup$















                  1












                  1








                  1





                  $begingroup$

                  Similar to dxdydz's answer, let $x=sin(t)$
                  $$int_0^1 ( 1 - x^2)^10, dx=int_0^frac pi 2cos^21(t),dt$$ and remember that
                  $$int_0^frac pi 2cos^n(t),dt=fracsqrtpi 2 frac Gamma left(fracn+12right) Gamma
                  left(fracn+22right)$$






                  share|cite|improve this answer









                  $endgroup$



                  Similar to dxdydz's answer, let $x=sin(t)$
                  $$int_0^1 ( 1 - x^2)^10, dx=int_0^frac pi 2cos^21(t),dt$$ and remember that
                  $$int_0^frac pi 2cos^n(t),dt=fracsqrtpi 2 frac Gamma left(fracn+12right) Gamma
                  left(fracn+22right)$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 57 mins ago









                  Claude LeiboviciClaude Leibovici

                  129k1158139




                  129k1158139




















                      MathStudent is a new contributor. Be nice, and check out our Code of Conduct.









                      draft saved

                      draft discarded


















                      MathStudent is a new contributor. Be nice, and check out our Code of Conduct.












                      MathStudent is a new contributor. Be nice, and check out our Code of Conduct.











                      MathStudent is a new contributor. Be nice, and check out our Code of Conduct.














                      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%2f3260371%2fintegrate-without-expansion%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

                      Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                      Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                      Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її