3.210 \(\int \frac {r}{\sqrt {-\alpha ^2-\epsilon ^2+2 e r^2}} \, dr\)

Optimal. Leaf size=28 \[ \frac {\sqrt {-\alpha ^2+2 e r^2-\epsilon ^2}}{2 e} \]

[Out]

1/2*(2*e*r^2-alpha^2-epsilon^2)^(1/2)/e

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.043, Rules used = {261} \[ \frac {\sqrt {-\alpha ^2+2 e r^2-\epsilon ^2}}{2 e} \]

Antiderivative was successfully verified.

[In]

Int[r/Sqrt[-alpha^2 - epsilon^2 + 2*e*r^2],r]

[Out]

Sqrt[-alpha^2 - epsilon^2 + 2*e*r^2]/(2*e)

Rule 261

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

Rubi steps

\begin {align*} \int \frac {r}{\sqrt {-\alpha ^2-\epsilon ^2+2 e r^2}} \, dr &=\frac {\sqrt {-\alpha ^2-\epsilon ^2+2 e r^2}}{2 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 28, normalized size = 1.00 \[ \frac {\sqrt {-\alpha ^2+2 e r^2-\epsilon ^2}}{2 e} \]

Antiderivative was successfully verified.

[In]

Integrate[r/Sqrt[-alpha^2 - epsilon^2 + 2*e*r^2],r]

[Out]

Sqrt[-alpha^2 - epsilon^2 + 2*e*r^2]/(2*e)

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 24, normalized size = 0.86 \[ \frac {\sqrt {2 \, e r^{2} - \alpha ^{2} - \epsilon ^{2}}}{2 \, e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(2*e*r^2-alpha^2-epsilon^2)^(1/2),r, algorithm="fricas")

[Out]

1/2*sqrt(2*e*r^2 - alpha^2 - epsilon^2)/e

________________________________________________________________________________________

giac [A]  time = 1.22, size = 16, normalized size = 0.57 \[ 0.183939720586000 \, \sqrt {-1.00000000000000 \, \alpha ^{2} + 5.43656365692000 \, r^{2} - 1.00000000000000 \times 10^{-24}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(2*e*r^2-alpha^2-epsilon^2)^(1/2),r, algorithm="giac")

[Out]

0.183939720586000*sqrt(-1.00000000000000*alpha^2 + 5.43656365692000*r^2 - 1.00000000000000e-24)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 25, normalized size = 0.89 \[ \frac {\sqrt {2 e \,r^{2}-\alpha ^{2}-\epsilon ^{2}}}{2 e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(r/(2*e*r^2-alpha^2-epsilon^2)^(1/2),r)

[Out]

1/2*(2*e*r^2-alpha^2-epsilon^2)^(1/2)/e

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 24, normalized size = 0.86 \[ \frac {\sqrt {2 \, e r^{2} - \alpha ^{2} - \epsilon ^{2}}}{2 \, e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(2*e*r^2-alpha^2-epsilon^2)^(1/2),r, algorithm="maxima")

[Out]

1/2*sqrt(2*e*r^2 - alpha^2 - epsilon^2)/e

________________________________________________________________________________________

mupad [B]  time = 0.27, size = 24, normalized size = 0.86 \[ \frac {\sqrt {-\alpha ^2-\epsilon ^2+2\,e\,r^2}}{2\,e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(r/(2*e*r^2 - alpha^2 - epsilon^2)^(1/2),r)

[Out]

(2*e*r^2 - alpha^2 - epsilon^2)^(1/2)/(2*e)

________________________________________________________________________________________

sympy [A]  time = 0.59, size = 36, normalized size = 1.29 \[ \begin {cases} \frac {\sqrt {- \alpha ^{2} + 2 e r^{2} - \epsilon ^{2}}}{2 e} & \text {for}\: e \neq 0 \\\frac {r^{2}}{2 \sqrt {- \alpha ^{2} - \epsilon ^{2}}} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(r/(2*e*r**2-alpha**2-epsilon**2)**(1/2),r)

[Out]

Piecewise((sqrt(-alpha**2 + 2*e*r**2 - epsilon**2)/(2*e), Ne(e, 0)), (r**2/(2*sqrt(-alpha**2 - epsilon**2)), T
rue))

________________________________________________________________________________________