3.2.9 \(\int \frac {r}{\sqrt {-a^2+2 e r^2}} \, dx\) [109]

Optimal. Leaf size=19 \[ \frac {r x}{\sqrt {-a^2+2 e r^2}} \]

[Out]

r*x/(-a^2+2*exp(1)*r^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {8} \begin {gather*} \frac {r x}{\sqrt {2 e r^2-a^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[r/Sqrt[-a^2 + 2*E*r^2],x]

[Out]

(r*x)/Sqrt[-a^2 + 2*E*r^2]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {align*} \int \frac {r}{\sqrt {-a^2+2 e r^2}} \, dx &=\frac {r x}{\sqrt {-a^2+2 e r^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 19, normalized size = 1.00 \begin {gather*} \frac {r x}{\sqrt {-a^2+2 e r^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[r/Sqrt[-a^2 + 2*E*r^2],x]

[Out]

(r*x)/Sqrt[-a^2 + 2*E*r^2]

________________________________________________________________________________________

Mathics [A]
time = 1.75, size = 17, normalized size = 0.89 \begin {gather*} \frac {r x}{\sqrt {-a^2+2 E r^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[r/Sqrt[2*E*r^2 - a^2],x]')

[Out]

r x / Sqrt[-a ^ 2 + 2 E r ^ 2]

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 19, normalized size = 1.00

method result size
default \(\frac {r x}{\sqrt {-a^{2}+2 \,{\mathrm e} r^{2}}}\) \(19\)
norman \(\frac {r x}{\sqrt {-a^{2}+2 \,{\mathrm e} r^{2}}}\) \(19\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(r/(-a^2+2*exp(1)*r^2)^(1/2),x,method=_RETURNVERBOSE)

[Out]

r*x/(-a^2+2*exp(1)*r^2)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 18, normalized size = 0.95 \begin {gather*} \frac {r x}{\sqrt {2 \, r^{2} e - a^{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(-a^2+2*exp(1)*r^2)^(1/2),x, algorithm="maxima")

[Out]

r*x/sqrt(2*r^2*e - a^2)

________________________________________________________________________________________

Fricas [A]
time = 0.30, size = 18, normalized size = 0.95 \begin {gather*} \frac {r x}{\sqrt {2 \, r^{2} e - a^{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(-a^2+2*exp(1)*r^2)^(1/2),x, algorithm="fricas")

[Out]

r*x/sqrt(2*r^2*e - a^2)

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 17, normalized size = 0.89 \begin {gather*} \frac {r x}{\sqrt {- a^{2} + 2 e r^{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(2*E*r**2-a**2)**(1/2),x)

[Out]

r*x/sqrt(-a**2 + 2*E*r**2)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 20, normalized size = 1.05 \begin {gather*} \frac {r x}{\sqrt {-a^{2}+2 r^{2} \mathrm {e}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(-a^2+2*exp(1)*r^2)^(1/2),x)

[Out]

r*x/sqrt(2*e*r^2 - a^2)

________________________________________________________________________________________

Mupad [B]
time = 0.00, size = 18, normalized size = 0.95 \begin {gather*} \frac {r\,x}{\sqrt {2\,r^2\,\mathrm {e}-a^2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(r/(2*r^2*exp(1) - a^2)^(1/2),x)

[Out]

(r*x)/(2*r^2*exp(1) - a^2)^(1/2)

________________________________________________________________________________________