\(\int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx\) [475]

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

Optimal result

Integrand size = 24, antiderivative size = 92 \[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=-\frac {i 2^{-\frac {3}{2}+n} a \cos ^3(c+d x) \operatorname {Hypergeometric2F1}\left (-\frac {3}{2},\frac {5}{2}-n,-\frac {1}{2},\frac {1}{2} (1-i \tan (c+d x))\right ) (1+i \tan (c+d x))^{\frac {5}{2}-n} (a+i a \tan (c+d x))^{-1+n}}{3 d} \] Output:

-1/3*I*2^(-3/2+n)*a*cos(d*x+c)^3*hypergeom([-3/2, 5/2-n],[-1/2],1/2-1/2*I* 
tan(d*x+c))*(1+I*tan(d*x+c))^(5/2-n)*(a+I*a*tan(d*x+c))^(-1+n)/d
 

Mathematica [A] (warning: unable to verify)

Time = 13.25 (sec) , antiderivative size = 149, normalized size of antiderivative = 1.62 \[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=-\frac {i 2^{-3+n} e^{-3 i (c+d x)} \left (e^{i d x}\right )^n \left (\frac {e^{i (c+d x)}}{1+e^{2 i (c+d x)}}\right )^n \left (1+e^{2 i (c+d x)}\right )^4 \operatorname {Hypergeometric2F1}\left (1,\frac {5}{2},-\frac {1}{2}+n,-e^{2 i (c+d x)}\right ) \sec ^{-n}(c+d x) (\cos (d x)+i \sin (d x))^{-n} (a+i a \tan (c+d x))^n}{d (-3+2 n)} \] Input:

Integrate[Cos[c + d*x]^3*(a + I*a*Tan[c + d*x])^n,x]
 

Output:

((-I)*2^(-3 + n)*(E^(I*d*x))^n*(E^(I*(c + d*x))/(1 + E^((2*I)*(c + d*x)))) 
^n*(1 + E^((2*I)*(c + d*x)))^4*Hypergeometric2F1[1, 5/2, -1/2 + n, -E^((2* 
I)*(c + d*x))]*(a + I*a*Tan[c + d*x])^n)/(d*E^((3*I)*(c + d*x))*(-3 + 2*n) 
*Sec[c + d*x]^n*(Cos[d*x] + I*Sin[d*x])^n)
 

Rubi [A] (verified)

Time = 0.47 (sec) , antiderivative size = 94, normalized size of antiderivative = 1.02, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {3042, 3986, 3042, 4006, 80, 79}

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 \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {(a+i a \tan (c+d x))^n}{\sec (c+d x)^3}dx\)

\(\Big \downarrow \) 3986

\(\displaystyle \cos ^3(c+d x) (a-i a \tan (c+d x))^{3/2} (a+i a \tan (c+d x))^{3/2} \int \frac {(i \tan (c+d x) a+a)^{n-\frac {3}{2}}}{(a-i a \tan (c+d x))^{3/2}}dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \cos ^3(c+d x) (a-i a \tan (c+d x))^{3/2} (a+i a \tan (c+d x))^{3/2} \int \frac {(i \tan (c+d x) a+a)^{n-\frac {3}{2}}}{(a-i a \tan (c+d x))^{3/2}}dx\)

\(\Big \downarrow \) 4006

\(\displaystyle \frac {a^2 \cos ^3(c+d x) (a-i a \tan (c+d x))^{3/2} (a+i a \tan (c+d x))^{3/2} \int \frac {(i \tan (c+d x) a+a)^{n-\frac {5}{2}}}{(a-i a \tan (c+d x))^{5/2}}d\tan (c+d x)}{d}\)

\(\Big \downarrow \) 80

\(\displaystyle \frac {2^{n-\frac {5}{2}} \cos ^3(c+d x) (a-i a \tan (c+d x))^{3/2} (1+i \tan (c+d x))^{\frac {1}{2}-n} (a+i a \tan (c+d x))^{n+1} \int \frac {\left (\frac {1}{2} i \tan (c+d x)+\frac {1}{2}\right )^{n-\frac {5}{2}}}{(a-i a \tan (c+d x))^{5/2}}d\tan (c+d x)}{d}\)

\(\Big \downarrow \) 79

\(\displaystyle -\frac {i 2^{n-\frac {3}{2}} \cos ^3(c+d x) (1+i \tan (c+d x))^{\frac {1}{2}-n} (a+i a \tan (c+d x))^{n+1} \operatorname {Hypergeometric2F1}\left (-\frac {3}{2},\frac {5}{2}-n,-\frac {1}{2},\frac {1}{2} (1-i \tan (c+d x))\right )}{3 a d}\)

Input:

Int[Cos[c + d*x]^3*(a + I*a*Tan[c + d*x])^n,x]
 

Output:

((-1/3*I)*2^(-3/2 + n)*Cos[c + d*x]^3*Hypergeometric2F1[-3/2, 5/2 - n, -1/ 
2, (1 - I*Tan[c + d*x])/2]*(1 + I*Tan[c + d*x])^(1/2 - n)*(a + I*a*Tan[c + 
 d*x])^(1 + n))/(a*d)
 

Defintions of rubi rules used

rule 79
Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(( 
a + b*x)^(m + 1)/(b*(m + 1)*(b/(b*c - a*d))^n))*Hypergeometric2F1[-n, m + 1 
, m + 2, (-d)*((a + b*x)/(b*c - a*d))], x] /; FreeQ[{a, b, c, d, m, n}, x] 
&&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] 
 ||  !(RationalQ[n] && GtQ[-d/(b*c - a*d), 0]))
 

rule 80
Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(c 
 + d*x)^FracPart[n]/((b/(b*c - a*d))^IntPart[n]*(b*((c + d*x)/(b*c - a*d))) 
^FracPart[n])   Int[(a + b*x)^m*Simp[b*(c/(b*c - a*d)) + b*d*(x/(b*c - a*d) 
), x]^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] &&  !IntegerQ[m] &&  !Integ 
erQ[n] && (RationalQ[m] ||  !SimplerQ[n + 1, m + 1])
 

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

rule 3986
Int[((d_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*( 
x_)])^(n_.), x_Symbol] :> Simp[(d*Sec[e + f*x])^m/((a + b*Tan[e + f*x])^(m/ 
2)*(a - b*Tan[e + f*x])^(m/2))   Int[(a + b*Tan[e + f*x])^(m/2 + n)*(a - b* 
Tan[e + f*x])^(m/2), x], x] /; FreeQ[{a, b, d, e, f, m, n}, x] && EqQ[a^2 + 
 b^2, 0]
 

rule 4006
Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*tan[(e_.) + ( 
f_.)*(x_)])^(n_), x_Symbol] :> Simp[a*(c/f)   Subst[Int[(a + b*x)^(m - 1)*( 
c + d*x)^(n - 1), x], x, Tan[e + f*x]], x] /; FreeQ[{a, b, c, d, e, f, m, n 
}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 + b^2, 0]
 
Maple [F]

\[\int \cos \left (d x +c \right )^{3} \left (a +i a \tan \left (d x +c \right )\right )^{n}d x\]

Input:

int(cos(d*x+c)^3*(a+I*a*tan(d*x+c))^n,x)
 

Output:

int(cos(d*x+c)^3*(a+I*a*tan(d*x+c))^n,x)
 

Fricas [F]

\[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=\int { {\left (i \, a \tan \left (d x + c\right ) + a\right )}^{n} \cos \left (d x + c\right )^{3} \,d x } \] Input:

integrate(cos(d*x+c)^3*(a+I*a*tan(d*x+c))^n,x, algorithm="fricas")
 

Output:

integral(1/8*(2*a*e^(2*I*d*x + 2*I*c)/(e^(2*I*d*x + 2*I*c) + 1))^n*(e^(6*I 
*d*x + 6*I*c) + 3*e^(4*I*d*x + 4*I*c) + 3*e^(2*I*d*x + 2*I*c) + 1)*e^(-3*I 
*d*x - 3*I*c), x)
 

Sympy [F(-1)]

Timed out. \[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=\text {Timed out} \] Input:

integrate(cos(d*x+c)**3*(a+I*a*tan(d*x+c))**n,x)
 

Output:

Timed out
 

Maxima [F]

\[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=\int { {\left (i \, a \tan \left (d x + c\right ) + a\right )}^{n} \cos \left (d x + c\right )^{3} \,d x } \] Input:

integrate(cos(d*x+c)^3*(a+I*a*tan(d*x+c))^n,x, algorithm="maxima")
 

Output:

integrate((I*a*tan(d*x + c) + a)^n*cos(d*x + c)^3, x)
 

Giac [F]

\[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=\int { {\left (i \, a \tan \left (d x + c\right ) + a\right )}^{n} \cos \left (d x + c\right )^{3} \,d x } \] Input:

integrate(cos(d*x+c)^3*(a+I*a*tan(d*x+c))^n,x, algorithm="giac")
 

Output:

integrate((I*a*tan(d*x + c) + a)^n*cos(d*x + c)^3, x)
 

Mupad [F(-1)]

Timed out. \[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=\int {\cos \left (c+d\,x\right )}^3\,{\left (a+a\,\mathrm {tan}\left (c+d\,x\right )\,1{}\mathrm {i}\right )}^n \,d x \] Input:

int(cos(c + d*x)^3*(a + a*tan(c + d*x)*1i)^n,x)
 

Output:

int(cos(c + d*x)^3*(a + a*tan(c + d*x)*1i)^n, x)
 

Reduce [F]

\[ \int \cos ^3(c+d x) (a+i a \tan (c+d x))^n \, dx=\int \left (\tan \left (d x +c \right ) a i +a \right )^{n} \cos \left (d x +c \right )^{3}d x \] Input:

int(cos(d*x+c)^3*(a+I*a*tan(d*x+c))^n,x)
 

Output:

int((tan(c + d*x)*a*i + a)**n*cos(c + d*x)**3,x)