3.3.15 \(\int \frac {1}{x^4 (1+x^4)^{5/4}} \, dx\)

Optimal. Leaf size=23 \[ \frac {-4 x^4-1}{3 x^3 \sqrt [4]{x^4+1}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 31, normalized size of antiderivative = 1.35, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {271, 191} \begin {gather*} -\frac {4 x}{3 \sqrt [4]{x^4+1}}-\frac {1}{3 \sqrt [4]{x^4+1} x^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x^4*(1 + x^4)^(5/4)),x]

[Out]

-1/3*1/(x^3*(1 + x^4)^(1/4)) - (4*x)/(3*(1 + x^4)^(1/4))

Rule 191

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^(p + 1))/a, x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 271

Int[(x_)^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x^(m + 1)*(a + b*x^n)^(p + 1))/(a*(m + 1)), x]
 - Dist[(b*(m + n*(p + 1) + 1))/(a*(m + 1)), Int[x^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, m, n, p}, x]
&& ILtQ[Simplify[(m + 1)/n + p + 1], 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {1}{x^4 \left (1+x^4\right )^{5/4}} \, dx &=-\frac {1}{3 x^3 \sqrt [4]{1+x^4}}-\frac {4}{3} \int \frac {1}{\left (1+x^4\right )^{5/4}} \, dx\\ &=-\frac {1}{3 x^3 \sqrt [4]{1+x^4}}-\frac {4 x}{3 \sqrt [4]{1+x^4}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 23, normalized size = 1.00 \begin {gather*} -\frac {4 x^4+1}{3 x^3 \sqrt [4]{x^4+1}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x^4*(1 + x^4)^(5/4)),x]

[Out]

-1/3*(1 + 4*x^4)/(x^3*(1 + x^4)^(1/4))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.16, size = 23, normalized size = 1.00 \begin {gather*} \frac {-1-4 x^4}{3 x^3 \sqrt [4]{1+x^4}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[1/(x^4*(1 + x^4)^(5/4)),x]

[Out]

(-1 - 4*x^4)/(3*x^3*(1 + x^4)^(1/4))

________________________________________________________________________________________

fricas [A]  time = 0.44, size = 25, normalized size = 1.09 \begin {gather*} -\frac {{\left (4 \, x^{4} + 1\right )} {\left (x^{4} + 1\right )}^{\frac {3}{4}}}{3 \, {\left (x^{7} + x^{3}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^4/(x^4+1)^(5/4),x, algorithm="fricas")

[Out]

-1/3*(4*x^4 + 1)*(x^4 + 1)^(3/4)/(x^7 + x^3)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{{\left (x^{4} + 1\right )}^{\frac {5}{4}} x^{4}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^4/(x^4+1)^(5/4),x, algorithm="giac")

[Out]

integrate(1/((x^4 + 1)^(5/4)*x^4), x)

________________________________________________________________________________________

maple [A]  time = 0.07, size = 20, normalized size = 0.87

method result size
gosper \(-\frac {4 x^{4}+1}{3 x^{3} \left (x^{4}+1\right )^{\frac {1}{4}}}\) \(20\)
trager \(-\frac {4 x^{4}+1}{3 x^{3} \left (x^{4}+1\right )^{\frac {1}{4}}}\) \(20\)
meijerg \(-\frac {4 x^{4}+1}{3 x^{3} \left (x^{4}+1\right )^{\frac {1}{4}}}\) \(20\)
risch \(-\frac {4 x^{4}+1}{3 x^{3} \left (x^{4}+1\right )^{\frac {1}{4}}}\) \(20\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^4/(x^4+1)^(5/4),x,method=_RETURNVERBOSE)

[Out]

-1/3*(4*x^4+1)/x^3/(x^4+1)^(1/4)

________________________________________________________________________________________

maxima [A]  time = 0.34, size = 23, normalized size = 1.00 \begin {gather*} -\frac {x}{{\left (x^{4} + 1\right )}^{\frac {1}{4}}} - \frac {{\left (x^{4} + 1\right )}^{\frac {3}{4}}}{3 \, x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^4/(x^4+1)^(5/4),x, algorithm="maxima")

[Out]

-x/(x^4 + 1)^(1/4) - 1/3*(x^4 + 1)^(3/4)/x^3

________________________________________________________________________________________

mupad [B]  time = 0.20, size = 19, normalized size = 0.83 \begin {gather*} -\frac {4\,x^4+1}{3\,x^3\,{\left (x^4+1\right )}^{1/4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^4*(x^4 + 1)^(5/4)),x)

[Out]

-(4*x^4 + 1)/(3*x^3*(x^4 + 1)^(1/4))

________________________________________________________________________________________

sympy [B]  time = 0.77, size = 75, normalized size = 3.26 \begin {gather*} \frac {4 x^{4} \left (x^{4} + 1\right )^{\frac {3}{4}} \Gamma \left (- \frac {3}{4}\right )}{16 x^{7} \Gamma \left (\frac {5}{4}\right ) + 16 x^{3} \Gamma \left (\frac {5}{4}\right )} + \frac {\left (x^{4} + 1\right )^{\frac {3}{4}} \Gamma \left (- \frac {3}{4}\right )}{16 x^{7} \Gamma \left (\frac {5}{4}\right ) + 16 x^{3} \Gamma \left (\frac {5}{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**4/(x**4+1)**(5/4),x)

[Out]

4*x**4*(x**4 + 1)**(3/4)*gamma(-3/4)/(16*x**7*gamma(5/4) + 16*x**3*gamma(5/4)) + (x**4 + 1)**(3/4)*gamma(-3/4)
/(16*x**7*gamma(5/4) + 16*x**3*gamma(5/4))

________________________________________________________________________________________