3.5.26 \(\int \frac {\sqrt {x}}{(-2+x^2)^{3/4}} \, dx\)

Optimal. Leaf size=35 \[ \tanh ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{x^2-2}}\right )-\tan ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{x^2-2}}\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {329, 331, 298, 203, 206} \begin {gather*} \tanh ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{x^2-2}}\right )-\tan ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{x^2-2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[x]/(-2 + x^2)^(3/4),x]

[Out]

-ArcTan[Sqrt[x]/(-2 + x^2)^(1/4)] + ArcTanh[Sqrt[x]/(-2 + x^2)^(1/4)]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 298

Int[(x_)^2/((a_) + (b_.)*(x_)^4), x_Symbol] :> With[{r = Numerator[Rt[-(a/b), 2]], s = Denominator[Rt[-(a/b),
2]]}, Dist[s/(2*b), Int[1/(r + s*x^2), x], x] - Dist[s/(2*b), Int[1/(r - s*x^2), x], x]] /; FreeQ[{a, b}, x] &
&  !GtQ[a/b, 0]

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 331

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 35, normalized size = 1.00 \begin {gather*} \tanh ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{x^2-2}}\right )-\tan ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{x^2-2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[x]/(-2 + x^2)^(3/4),x]

[Out]

-ArcTan[Sqrt[x]/(-2 + x^2)^(1/4)] + ArcTanh[Sqrt[x]/(-2 + x^2)^(1/4)]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.17, size = 35, normalized size = 1.00 \begin {gather*} -\tan ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{-2+x^2}}\right )+\tanh ^{-1}\left (\frac {\sqrt {x}}{\sqrt [4]{-2+x^2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[Sqrt[x]/(-2 + x^2)^(3/4),x]

[Out]

-ArcTan[Sqrt[x]/(-2 + x^2)^(1/4)] + ArcTanh[Sqrt[x]/(-2 + x^2)^(1/4)]

________________________________________________________________________________________

fricas [B]  time = 0.88, size = 83, normalized size = 2.37 \begin {gather*} -\frac {1}{2} \, \arctan \left (\frac {{\left (x^{2} - 2\right )}^{\frac {3}{4}} x^{\frac {3}{2}} - {\left (x^{2} - 2\right )}^{\frac {5}{4}} \sqrt {x}}{2 \, {\left (x^{3} - 2 \, x\right )}}\right ) + \frac {1}{2} \, \log \left (-x^{2} - {\left (x^{2} - 2\right )}^{\frac {1}{4}} x^{\frac {3}{2}} - \sqrt {x^{2} - 2} x - {\left (x^{2} - 2\right )}^{\frac {3}{4}} \sqrt {x} + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(1/2)/(x^2-2)^(3/4),x, algorithm="fricas")

[Out]

-1/2*arctan(1/2*((x^2 - 2)^(3/4)*x^(3/2) - (x^2 - 2)^(5/4)*sqrt(x))/(x^3 - 2*x)) + 1/2*log(-x^2 - (x^2 - 2)^(1
/4)*x^(3/2) - sqrt(x^2 - 2)*x - (x^2 - 2)^(3/4)*sqrt(x) + 1)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(1/2)/(x^2-2)^(3/4),x, algorithm="giac")

[Out]

integrate(sqrt(x)/(x^2 - 2)^(3/4), x)

________________________________________________________________________________________

maple [C]  time = 0.09, size = 42, normalized size = 1.20

method result size
meijerg \(\frac {\left (-\mathrm {signum}\left (-1+\frac {x^{2}}{2}\right )\right )^{\frac {3}{4}} 2^{\frac {1}{4}} \hypergeom \left (\left [\frac {3}{4}, \frac {3}{4}\right ], \left [\frac {7}{4}\right ], \frac {x^{2}}{2}\right ) x^{\frac {3}{2}}}{3 \mathrm {signum}\left (-1+\frac {x^{2}}{2}\right )^{\frac {3}{4}}}\) \(42\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(1/2)/(x^2-2)^(3/4),x,method=_RETURNVERBOSE)

[Out]

1/3*(-signum(-1+1/2*x^2))^(3/4)/signum(-1+1/2*x^2)^(3/4)*2^(1/4)*hypergeom([3/4,3/4],[7/4],1/2*x^2)*x^(3/2)

________________________________________________________________________________________

maxima [A]  time = 0.53, size = 45, normalized size = 1.29 \begin {gather*} \arctan \left (\frac {{\left (x^{2} - 2\right )}^{\frac {1}{4}}}{\sqrt {x}}\right ) + \frac {1}{2} \, \log \left (\frac {{\left (x^{2} - 2\right )}^{\frac {1}{4}}}{\sqrt {x}} + 1\right ) - \frac {1}{2} \, \log \left (\frac {{\left (x^{2} - 2\right )}^{\frac {1}{4}}}{\sqrt {x}} - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(1/2)/(x^2-2)^(3/4),x, algorithm="maxima")

[Out]

arctan((x^2 - 2)^(1/4)/sqrt(x)) + 1/2*log((x^2 - 2)^(1/4)/sqrt(x) + 1) - 1/2*log((x^2 - 2)^(1/4)/sqrt(x) - 1)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {\sqrt {x}}{{\left (x^2-2\right )}^{3/4}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(1/2)/(x^2 - 2)^(3/4),x)

[Out]

int(x^(1/2)/(x^2 - 2)^(3/4), x)

________________________________________________________________________________________

sympy [C]  time = 0.87, size = 41, normalized size = 1.17 \begin {gather*} \frac {\sqrt [4]{2} x^{\frac {3}{2}} e^{- \frac {3 i \pi }{4}} \Gamma \left (\frac {3}{4}\right ) {{}_{2}F_{1}\left (\begin {matrix} \frac {3}{4}, \frac {3}{4} \\ \frac {7}{4} \end {matrix}\middle | {\frac {x^{2}}{2}} \right )}}{4 \Gamma \left (\frac {7}{4}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(1/2)/(x**2-2)**(3/4),x)

[Out]

2**(1/4)*x**(3/2)*exp(-3*I*pi/4)*gamma(3/4)*hyper((3/4, 3/4), (7/4,), x**2/2)/(4*gamma(7/4))

________________________________________________________________________________________