3.647 \(\int \csc ^2(a+b x) F(c,d,\cot (a+b x),r,s) \, dx\)

Optimal. Leaf size=22 \[ \text{CannotIntegrate}\left (\csc ^2(a+b x) F(c,d,\cot (a+b x),r,s),x\right ) \]

[Out]

CannotIntegrate[Csc[a + b*x]^2*F[c, d, Cot[a + b*x], r, s], x]

________________________________________________________________________________________

Rubi [A]  time = 0.0166877, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \csc ^2(a+b x) F(c,d,\cot (a+b x),r,s) \, dx \]

Verification is Not applicable to the result.

[In]

Int[Csc[a + b*x]^2*F[c, d, Cot[a + b*x], r, s],x]

[Out]

-(Defer[Subst][Defer[Int][F[c, d, x, r, s], x], x, Cot[a + b*x]]/b)

Rubi steps

\begin{align*} \int \csc ^2(a+b x) F(c,d,\cot (a+b x),r,s) \, dx &=-\frac{\operatorname{Subst}(\int F(c,d,x,r,s) \, dx,x,\cot (a+b x))}{b}\\ \end{align*}

Mathematica [A]  time = 0.0760555, size = 0, normalized size = 0. \[ \int \csc ^2(a+b x) F(c,d,\cot (a+b x),r,s) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Csc[a + b*x]^2*F[c, d, Cot[a + b*x], r, s],x]

[Out]

Integrate[Csc[a + b*x]^2*F[c, d, Cot[a + b*x], r, s], x]

________________________________________________________________________________________

Maple [A]  time = 0.028, size = 0, normalized size = 0. \begin{align*} \int \left ( \csc \left ( bx+a \right ) \right ) ^{2}F \left ( c,d,\cot \left ( bx+a \right ) ,r,s \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(b*x+a)^2*F(c,d,cot(b*x+a),r,s),x)

[Out]

int(csc(b*x+a)^2*F(c,d,cot(b*x+a),r,s),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int F\left (c, d, \cot \left (b x + a\right ), r, s\right ) \csc \left (b x + a\right )^{2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2*F(c,d,cot(b*x+a),r,s),x, algorithm="maxima")

[Out]

integrate(F(c, d, cot(b*x + a), r, s)*csc(b*x + a)^2, x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (F\left (c, d, \cot \left (b x + a\right ), r, s\right ) \csc \left (b x + a\right )^{2}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2*F(c,d,cot(b*x+a),r,s),x, algorithm="fricas")

[Out]

integral(F(c, d, cot(b*x + a), r, s)*csc(b*x + a)^2, x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int F{\left (c,d,\cot{\left (a + b x \right )},r,s \right )} \csc ^{2}{\left (a + b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)**2*F(c,d,cot(b*x+a),r,s),x)

[Out]

Integral(F(c, d, cot(a + b*x), r, s)*csc(a + b*x)**2, x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int F\left (c, d, \cot \left (b x + a\right ), r, s\right ) \csc \left (b x + a\right )^{2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2*F(c,d,cot(b*x+a),r,s),x, algorithm="giac")

[Out]

integrate(F(c, d, cot(b*x + a), r, s)*csc(b*x + a)^2, x)