Calculus · real student question

Evaluate the definite integral of sqrt(x - x^4) with respect to x, from x = 0 to x = 1.

Question

Evaluate

I=01xx4dx.I=\int_{0}^{1}\sqrt{x-x^{4}}\,dx.

Step-by-step solution

  1. Factor inside the radical. Writing xx4=x(1x3)x-x^{4}=x\left(1-x^{3}\right) splits the integrand into two independent powers:

    I=01x1/2(1x3)1/2dx.I=\int_{0}^{1}x^{1/2}\left(1-x^{3}\right)^{1/2}dx.

    On [0,1][0,1] both factors are non-negative, so the square root is real throughout and the integral is proper. The shape xp(1xq)rx^{p}(1-x^{q})^{r} is the signature of a Beta-function integral.

  2. Substitute u=x3u=x^{3} to match the Beta form. Then x=u1/3x=u^{1/3}, du=3x2dxdu=3x^{2}dx so dx=13u2/3dudx=\tfrac13u^{-2/3}du, and x1/2=u1/6x^{1/2}=u^{1/6}. The limits are unchanged, 000\to0 and 111\to1:

    I=01u1/6(1u)1/213u2/3du.I=\int_{0}^{1}u^{1/6}(1-u)^{1/2}\cdot\tfrac13u^{-2/3}\,du.

  3. Combine the powers of uu. Adding the exponents,

    1623=1646=12,\frac16-\frac23=\frac16-\frac46=-\frac12,

    so

    I=1301u1/2(1u)1/2du.I=\frac13\int_{0}^{1}u^{-1/2}(1-u)^{1/2}\,du.

    This is exactly the Beta integral B(a,b)=01ua1(1u)b1duB(a,b)=\int_{0}^{1}u^{a-1}(1-u)^{b-1}du with a1=12a-1=-\tfrac12 and b1=12b-1=\tfrac12, i.e. a=12a=\tfrac12, b=32b=\tfrac32.

  4. Evaluate with Gamma functions. Using B(a,b)=Γ(a)Γ(b)Γ(a+b)B(a,b)=\frac{\Gamma(a)\Gamma(b)}{\Gamma(a+b)} together with Γ ⁣(12)=π\Gamma\!\left(\tfrac12\right)=\sqrt{\pi}, Γ ⁣(32)=π2\Gamma\!\left(\tfrac32\right)=\tfrac{\sqrt{\pi}}{2} and Γ(2)=1\Gamma(2)=1:

    I=13ππ21=13π2=π6.I=\frac13\cdot\frac{\sqrt{\pi}\cdot\frac{\sqrt{\pi}}{2}}{1}=\frac13\cdot\frac{\pi}{2}=\frac{\pi}{6}.

  5. Confirm numerically. Composite Simpson quadrature on [0,1][0,1] with two million subintervals gives 0.523598780.52359878, against π6=0.52359878\frac{\pi}{6}=0.52359878 ✓. The agreement is slightly limited by the square-root singularity in the derivative at both endpoints, which is exactly why the Beta-function route is preferable to numerical integration here.

Answer

01xx4dx=13B ⁣(12,32)=π60.5235988\int_{0}^{1}\sqrt{x-x^{4}}\,dx=\frac13B\!\left(\tfrac12,\tfrac32\right)=\frac{\pi}{6}\approx 0.5235988

Need to solve a different problem like this? Open the solver →