\(\int \tan (e+f x) (b (c \tan (e+f x))^n)^p \, dx\) [419]

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

Optimal result

Integrand size = 21, antiderivative size = 63 \[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\frac {\operatorname {Hypergeometric2F1}\left (1,\frac {1}{2} (2+n p),\frac {1}{2} (4+n p),-\tan ^2(e+f x)\right ) \tan ^2(e+f x) \left (b (c \tan (e+f x))^n\right )^p}{f (2+n p)} \] Output:

hypergeom([1, 1/2*n*p+1],[1/2*n*p+2],-tan(f*x+e)^2)*tan(f*x+e)^2*(b*(c*tan 
(f*x+e))^n)^p/f/(n*p+2)
 

Mathematica [A] (verified)

Time = 0.08 (sec) , antiderivative size = 61, normalized size of antiderivative = 0.97 \[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\frac {\operatorname {Hypergeometric2F1}\left (1,1+\frac {n p}{2},2+\frac {n p}{2},-\tan ^2(e+f x)\right ) \tan ^2(e+f x) \left (b (c \tan (e+f x))^n\right )^p}{f (2+n p)} \] Input:

Integrate[Tan[e + f*x]*(b*(c*Tan[e + f*x])^n)^p,x]
 

Output:

(Hypergeometric2F1[1, 1 + (n*p)/2, 2 + (n*p)/2, -Tan[e + f*x]^2]*Tan[e + f 
*x]^2*(b*(c*Tan[e + f*x])^n)^p)/(f*(2 + n*p))
 

Rubi [A] (verified)

Time = 0.35 (sec) , antiderivative size = 63, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {3042, 4142, 2030, 3042, 3957, 278}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^pdx\)

\(\Big \downarrow \) 4142

\(\displaystyle (c \tan (e+f x))^{-n p} \left (b (c \tan (e+f x))^n\right )^p \int \tan (e+f x) (c \tan (e+f x))^{n p}dx\)

\(\Big \downarrow \) 2030

\(\displaystyle \frac {(c \tan (e+f x))^{-n p} \left (b (c \tan (e+f x))^n\right )^p \int (c \tan (e+f x))^{n p+1}dx}{c}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {(c \tan (e+f x))^{-n p} \left (b (c \tan (e+f x))^n\right )^p \int (c \tan (e+f x))^{n p+1}dx}{c}\)

\(\Big \downarrow \) 3957

\(\displaystyle \frac {(c \tan (e+f x))^{-n p} \left (b (c \tan (e+f x))^n\right )^p \int \frac {(c \tan (e+f x))^{n p+1}}{\tan ^2(e+f x) c^2+c^2}d(c \tan (e+f x))}{f}\)

\(\Big \downarrow \) 278

\(\displaystyle \frac {\tan ^2(e+f x) \operatorname {Hypergeometric2F1}\left (1,\frac {1}{2} (n p+2),\frac {1}{2} (n p+4),-\tan ^2(e+f x)\right ) \left (b (c \tan (e+f x))^n\right )^p}{f (n p+2)}\)

Input:

Int[Tan[e + f*x]*(b*(c*Tan[e + f*x])^n)^p,x]
 

Output:

(Hypergeometric2F1[1, (2 + n*p)/2, (4 + n*p)/2, -Tan[e + f*x]^2]*Tan[e + f 
*x]^2*(b*(c*Tan[e + f*x])^n)^p)/(f*(2 + n*p))
 

Defintions of rubi rules used

rule 278
Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> Simp[a^p*(( 
c*x)^(m + 1)/(c*(m + 1)))*Hypergeometric2F1[-p, (m + 1)/2, (m + 1)/2 + 1, ( 
-b)*(x^2/a)], x] /; FreeQ[{a, b, c, m, p}, x] &&  !IGtQ[p, 0] && (ILtQ[p, 0 
] || GtQ[a, 0])
 

rule 2030
Int[(Fx_.)*(v_)^(m_.)*((b_)*(v_))^(n_), x_Symbol] :> Simp[1/b^m   Int[(b*v) 
^(m + n)*Fx, x], x] /; FreeQ[{b, n}, x] && IntegerQ[m]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3957
Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[b/d   Subst[Int 
[x^n/(b^2 + x^2), x], x, b*Tan[c + d*x]], x] /; FreeQ[{b, c, d, n}, x] && 
!IntegerQ[n]
 

rule 4142
Int[(u_.)*((b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_), x_Symbol] :> S 
imp[b^IntPart[p]*((b*(c*Tan[e + f*x])^n)^FracPart[p]/(c*Tan[e + f*x])^(n*Fr 
acPart[p]))   Int[ActivateTrig[u]*(c*Tan[e + f*x])^(n*p), x], x] /; FreeQ[{ 
b, c, e, f, n, p}, x] &&  !IntegerQ[p] &&  !IntegerQ[n] && (EqQ[u, 1] || Ma 
tchQ[u, ((d_.)*(trig_)[e + f*x])^(m_.) /; FreeQ[{d, m}, x] && MemberQ[{sin, 
 cos, tan, cot, sec, csc}, trig]])
 
Maple [F]

\[\int \tan \left (f x +e \right ) \left (b \left (c \tan \left (f x +e \right )\right )^{n}\right )^{p}d x\]

Input:

int(tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p,x)
 

Output:

int(tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p,x)
 

Fricas [F]

\[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\int { \left (\left (c \tan \left (f x + e\right )\right )^{n} b\right )^{p} \tan \left (f x + e\right ) \,d x } \] Input:

integrate(tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p,x, algorithm="fricas")
 

Output:

integral(((c*tan(f*x + e))^n*b)^p*tan(f*x + e), x)
 

Sympy [F]

\[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\int \left (b \left (c \tan {\left (e + f x \right )}\right )^{n}\right )^{p} \tan {\left (e + f x \right )}\, dx \] Input:

integrate(tan(f*x+e)*(b*(c*tan(f*x+e))**n)**p,x)
 

Output:

Integral((b*(c*tan(e + f*x))**n)**p*tan(e + f*x), x)
 

Maxima [F]

\[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\int { \left (\left (c \tan \left (f x + e\right )\right )^{n} b\right )^{p} \tan \left (f x + e\right ) \,d x } \] Input:

integrate(tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p,x, algorithm="maxima")
 

Output:

integrate(((c*tan(f*x + e))^n*b)^p*tan(f*x + e), x)
 

Giac [F]

\[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\int { \left (\left (c \tan \left (f x + e\right )\right )^{n} b\right )^{p} \tan \left (f x + e\right ) \,d x } \] Input:

integrate(tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p,x, algorithm="giac")
 

Output:

integrate(((c*tan(f*x + e))^n*b)^p*tan(f*x + e), x)
 

Mupad [F(-1)]

Timed out. \[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\int \mathrm {tan}\left (e+f\,x\right )\,{\left (b\,{\left (c\,\mathrm {tan}\left (e+f\,x\right )\right )}^n\right )}^p \,d x \] Input:

int(tan(e + f*x)*(b*(c*tan(e + f*x))^n)^p,x)
 

Output:

int(tan(e + f*x)*(b*(c*tan(e + f*x))^n)^p, x)
 

Reduce [F]

\[ \int \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p \, dx=\frac {c^{n p} b^{p} \left (\tan \left (f x +e \right )^{n p}-\left (\int \frac {\tan \left (f x +e \right )^{n p}}{\tan \left (f x +e \right )}d x \right ) f n p \right )}{f n p} \] Input:

int(tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p,x)
 

Output:

(c**(n*p)*b**p*(tan(e + f*x)**(n*p) - int(tan(e + f*x)**(n*p)/tan(e + f*x) 
,x)*f*n*p))/(f*n*p)