\(\int \frac {(a+b \arccos (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}))^n}{1-c^2 x^2} \, dx\) [101]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [F(-1)]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 40, antiderivative size = 40 \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\text {Int}\left (\frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2},x\right ) \]

[Out]

Unintegrable((a+b*arccos((-c*x+1)^(1/2)/(c*x+1)^(1/2)))^n/(-c^2*x^2+1),x)

Rubi [N/A]

Not integrable

Time = 0.03 (sec) , antiderivative size = 40, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx \]

[In]

Int[(a + b*ArcCos[Sqrt[1 - c*x]/Sqrt[1 + c*x]])^n/(1 - c^2*x^2),x]

[Out]

Defer[Int][(a + b*ArcCos[Sqrt[1 - c*x]/Sqrt[1 + c*x]])^n/(1 - c^2*x^2), x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.28 (sec) , antiderivative size = 42, normalized size of antiderivative = 1.05 \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx \]

[In]

Integrate[(a + b*ArcCos[Sqrt[1 - c*x]/Sqrt[1 + c*x]])^n/(1 - c^2*x^2),x]

[Out]

Integrate[(a + b*ArcCos[Sqrt[1 - c*x]/Sqrt[1 + c*x]])^n/(1 - c^2*x^2), x]

Maple [N/A] (verified)

Not integrable

Time = 2.84 (sec) , antiderivative size = 36, normalized size of antiderivative = 0.90

\[\int \frac {\left (a +b \arccos \left (\frac {\sqrt {-c x +1}}{\sqrt {c x +1}}\right )\right )^{n}}{-c^{2} x^{2}+1}d x\]

[In]

int((a+b*arccos((-c*x+1)^(1/2)/(c*x+1)^(1/2)))^n/(-c^2*x^2+1),x)

[Out]

int((a+b*arccos((-c*x+1)^(1/2)/(c*x+1)^(1/2)))^n/(-c^2*x^2+1),x)

Fricas [N/A]

Not integrable

Time = 0.29 (sec) , antiderivative size = 38, normalized size of antiderivative = 0.95 \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\int { -\frac {{\left (b \arccos \left (\frac {\sqrt {-c x + 1}}{\sqrt {c x + 1}}\right ) + a\right )}^{n}}{c^{2} x^{2} - 1} \,d x } \]

[In]

integrate((a+b*arccos((-c*x+1)^(1/2)/(c*x+1)^(1/2)))^n/(-c^2*x^2+1),x, algorithm="fricas")

[Out]

integral(-(b*arccos(sqrt(-c*x + 1)/sqrt(c*x + 1)) + a)^n/(c^2*x^2 - 1), x)

Sympy [F(-1)]

Timed out. \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\text {Timed out} \]

[In]

integrate((a+b*acos((-c*x+1)**(1/2)/(c*x+1)**(1/2)))**n/(-c**2*x**2+1),x)

[Out]

Timed out

Maxima [N/A]

Not integrable

Time = 1.01 (sec) , antiderivative size = 39, normalized size of antiderivative = 0.98 \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\int { -\frac {{\left (b \arccos \left (\frac {\sqrt {-c x + 1}}{\sqrt {c x + 1}}\right ) + a\right )}^{n}}{c^{2} x^{2} - 1} \,d x } \]

[In]

integrate((a+b*arccos((-c*x+1)^(1/2)/(c*x+1)^(1/2)))^n/(-c^2*x^2+1),x, algorithm="maxima")

[Out]

-integrate((b*arccos(sqrt(-c*x + 1)/sqrt(c*x + 1)) + a)^n/(c^2*x^2 - 1), x)

Giac [N/A]

Not integrable

Time = 0.95 (sec) , antiderivative size = 38, normalized size of antiderivative = 0.95 \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=\int { -\frac {{\left (b \arccos \left (\frac {\sqrt {-c x + 1}}{\sqrt {c x + 1}}\right ) + a\right )}^{n}}{c^{2} x^{2} - 1} \,d x } \]

[In]

integrate((a+b*arccos((-c*x+1)^(1/2)/(c*x+1)^(1/2)))^n/(-c^2*x^2+1),x, algorithm="giac")

[Out]

integrate(-(b*arccos(sqrt(-c*x + 1)/sqrt(c*x + 1)) + a)^n/(c^2*x^2 - 1), x)

Mupad [N/A]

Not integrable

Time = 0.74 (sec) , antiderivative size = 39, normalized size of antiderivative = 0.98 \[ \int \frac {\left (a+b \arccos \left (\frac {\sqrt {1-c x}}{\sqrt {1+c x}}\right )\right )^n}{1-c^2 x^2} \, dx=-\int \frac {{\left (a+b\,\mathrm {acos}\left (\frac {\sqrt {1-c\,x}}{\sqrt {c\,x+1}}\right )\right )}^n}{c^2\,x^2-1} \,d x \]

[In]

int(-(a + b*acos((1 - c*x)^(1/2)/(c*x + 1)^(1/2)))^n/(c^2*x^2 - 1),x)

[Out]

-int((a + b*acos((1 - c*x)^(1/2)/(c*x + 1)^(1/2)))^n/(c^2*x^2 - 1), x)