3.4.1 \(\int \frac {(1-2 x^2)^m}{\sqrt {1-x^2}} \, dx\) [301]

Optimal. Leaf size=62 \[ -\frac {2^{-2-m} \sqrt {x^2} \left (2-4 x^2\right )^{1+m} \, _2F_1\left (\frac {1}{2},\frac {1+m}{2};\frac {3+m}{2};\left (1-2 x^2\right )^2\right )}{(1+m) x} \]

[Out]

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

________________________________________________________________________________________

Rubi [C] Result contains higher order function than in optimal. Order 6 vs. order 5 in optimal.
time = 0.01, antiderivative size = 23, normalized size of antiderivative = 0.37, number of steps used = 1, number of rules used = 1, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {440} \begin {gather*} x F_1\left (\frac {1}{2};-m,\frac {1}{2};\frac {3}{2};2 x^2,x^2\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 - 2*x^2)^m/Sqrt[1 - x^2],x]

[Out]

x*AppellF1[1/2, -m, 1/2, 3/2, 2*x^2, x^2]

Rule 440

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, (-b)*(x^n/a), (-d)*(x^n/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rubi steps

\begin {align*} \int \frac {\left (1-2 x^2\right )^m}{\sqrt {1-x^2}} \, dx &=x F_1\left (\frac {1}{2};-m,\frac {1}{2};\frac {3}{2};2 x^2,x^2\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 6 vs. order 5 in optimal.
time = 1.39, size = 122, normalized size = 1.97 \begin {gather*} \frac {3 x \left (1-2 x^2\right )^m F_1\left (\frac {1}{2};-m,\frac {1}{2};\frac {3}{2};2 x^2,x^2\right )}{\sqrt {1-x^2} \left (3 F_1\left (\frac {1}{2};-m,\frac {1}{2};\frac {3}{2};2 x^2,x^2\right )+x^2 \left (-4 m F_1\left (\frac {3}{2};1-m,\frac {1}{2};\frac {5}{2};2 x^2,x^2\right )+F_1\left (\frac {3}{2};-m,\frac {3}{2};\frac {5}{2};2 x^2,x^2\right )\right )\right )} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[(1 - 2*x^2)^m/Sqrt[1 - x^2],x]

[Out]

(3*x*(1 - 2*x^2)^m*AppellF1[1/2, -m, 1/2, 3/2, 2*x^2, x^2])/(Sqrt[1 - x^2]*(3*AppellF1[1/2, -m, 1/2, 3/2, 2*x^
2, x^2] + x^2*(-4*m*AppellF1[3/2, 1 - m, 1/2, 5/2, 2*x^2, x^2] + AppellF1[3/2, -m, 3/2, 5/2, 2*x^2, x^2])))

________________________________________________________________________________________

Maple [F]
time = 0.04, size = 0, normalized size = 0.00 \[\int \frac {\left (-2 x^{2}+1\right )^{m}}{\sqrt {-x^{2}+1}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-2*x^2+1)^m/(-x^2+1)^(1/2),x)

[Out]

int((-2*x^2+1)^m/(-x^2+1)^(1/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((-2*x^2 + 1)^m/sqrt(-x^2 + 1), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(-sqrt(-x^2 + 1)*(-2*x^2 + 1)^m/(x^2 - 1), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (1 - 2 x^{2}\right )^{m}}{\sqrt {- \left (x - 1\right ) \left (x + 1\right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*x**2+1)**m/(-x**2+1)**(1/2),x)

[Out]

Integral((1 - 2*x**2)**m/sqrt(-(x - 1)*(x + 1)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*x^2+1)^m/(-x^2+1)^(1/2),x, algorithm="giac")

[Out]

integrate((-2*x^2 + 1)^m/sqrt(-x^2 + 1), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {{\left (1-2\,x^2\right )}^m}{\sqrt {1-x^2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1 - 2*x^2)^m/(1 - x^2)^(1/2),x)

[Out]

int((1 - 2*x^2)^m/(1 - x^2)^(1/2), x)

________________________________________________________________________________________