\(\int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx\) [514]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [A] (verified)
Fricas [A] (verification not implemented)
Sympy [F]
Maxima [A] (verification not implemented)
Giac [B] (verification not implemented)
Mupad [B] (verification not implemented)
Reduce [B] (verification not implemented)

Optimal result

Integrand size = 19, antiderivative size = 74 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\frac {3 a \text {arctanh}(\sin (c+d x))}{8 d}+\frac {b \sec ^5(c+d x)}{5 d}+\frac {3 a \sec (c+d x) \tan (c+d x)}{8 d}+\frac {a \sec ^3(c+d x) \tan (c+d x)}{4 d} \] Output:

3/8*a*arctanh(sin(d*x+c))/d+1/5*b*sec(d*x+c)^5/d+3/8*a*sec(d*x+c)*tan(d*x+ 
c)/d+1/4*a*sec(d*x+c)^3*tan(d*x+c)/d
 

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 74, normalized size of antiderivative = 1.00 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\frac {3 a \text {arctanh}(\sin (c+d x))}{8 d}+\frac {b \sec ^5(c+d x)}{5 d}+\frac {3 a \sec (c+d x) \tan (c+d x)}{8 d}+\frac {a \sec ^3(c+d x) \tan (c+d x)}{4 d} \] Input:

Integrate[Sec[c + d*x]^5*(a + b*Tan[c + d*x]),x]
 

Output:

(3*a*ArcTanh[Sin[c + d*x]])/(8*d) + (b*Sec[c + d*x]^5)/(5*d) + (3*a*Sec[c 
+ d*x]*Tan[c + d*x])/(8*d) + (a*Sec[c + d*x]^3*Tan[c + d*x])/(4*d)
 

Rubi [A] (verified)

Time = 0.42 (sec) , antiderivative size = 79, normalized size of antiderivative = 1.07, number of steps used = 8, number of rules used = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.421, Rules used = {3042, 3967, 3042, 4255, 3042, 4255, 3042, 4257}

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 \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \sec (c+d x)^5 (a+b \tan (c+d x))dx\)

\(\Big \downarrow \) 3967

\(\displaystyle a \int \sec ^5(c+d x)dx+\frac {b \sec ^5(c+d x)}{5 d}\)

\(\Big \downarrow \) 3042

\(\displaystyle a \int \csc \left (c+d x+\frac {\pi }{2}\right )^5dx+\frac {b \sec ^5(c+d x)}{5 d}\)

\(\Big \downarrow \) 4255

\(\displaystyle a \left (\frac {3}{4} \int \sec ^3(c+d x)dx+\frac {\tan (c+d x) \sec ^3(c+d x)}{4 d}\right )+\frac {b \sec ^5(c+d x)}{5 d}\)

\(\Big \downarrow \) 3042

\(\displaystyle a \left (\frac {3}{4} \int \csc \left (c+d x+\frac {\pi }{2}\right )^3dx+\frac {\tan (c+d x) \sec ^3(c+d x)}{4 d}\right )+\frac {b \sec ^5(c+d x)}{5 d}\)

\(\Big \downarrow \) 4255

\(\displaystyle a \left (\frac {3}{4} \left (\frac {1}{2} \int \sec (c+d x)dx+\frac {\tan (c+d x) \sec (c+d x)}{2 d}\right )+\frac {\tan (c+d x) \sec ^3(c+d x)}{4 d}\right )+\frac {b \sec ^5(c+d x)}{5 d}\)

\(\Big \downarrow \) 3042

\(\displaystyle a \left (\frac {3}{4} \left (\frac {1}{2} \int \csc \left (c+d x+\frac {\pi }{2}\right )dx+\frac {\tan (c+d x) \sec (c+d x)}{2 d}\right )+\frac {\tan (c+d x) \sec ^3(c+d x)}{4 d}\right )+\frac {b \sec ^5(c+d x)}{5 d}\)

\(\Big \downarrow \) 4257

\(\displaystyle a \left (\frac {3}{4} \left (\frac {\text {arctanh}(\sin (c+d x))}{2 d}+\frac {\tan (c+d x) \sec (c+d x)}{2 d}\right )+\frac {\tan (c+d x) \sec ^3(c+d x)}{4 d}\right )+\frac {b \sec ^5(c+d x)}{5 d}\)

Input:

Int[Sec[c + d*x]^5*(a + b*Tan[c + d*x]),x]
 

Output:

(b*Sec[c + d*x]^5)/(5*d) + a*((Sec[c + d*x]^3*Tan[c + d*x])/(4*d) + (3*(Ar 
cTanh[Sin[c + d*x]]/(2*d) + (Sec[c + d*x]*Tan[c + d*x])/(2*d)))/4)
 

Defintions of rubi rules used

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

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

rule 4255
Int[(csc[(c_.) + (d_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Simp[(-b)*Cos[c + d* 
x]*((b*Csc[c + d*x])^(n - 1)/(d*(n - 1))), x] + Simp[b^2*((n - 2)/(n - 1)) 
  Int[(b*Csc[c + d*x])^(n - 2), x], x] /; FreeQ[{b, c, d}, x] && GtQ[n, 1] 
&& IntegerQ[2*n]
 

rule 4257
Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-ArcTanh[Cos[c + d*x]]/d, x] 
 /; FreeQ[{c, d}, x]
 
Maple [A] (verified)

Time = 8.04 (sec) , antiderivative size = 63, normalized size of antiderivative = 0.85

method result size
derivativedivides \(\frac {\frac {b}{5 \cos \left (d x +c \right )^{5}}+a \left (-\left (-\frac {\sec \left (d x +c \right )^{3}}{4}-\frac {3 \sec \left (d x +c \right )}{8}\right ) \tan \left (d x +c \right )+\frac {3 \ln \left (\sec \left (d x +c \right )+\tan \left (d x +c \right )\right )}{8}\right )}{d}\) \(63\)
default \(\frac {\frac {b}{5 \cos \left (d x +c \right )^{5}}+a \left (-\left (-\frac {\sec \left (d x +c \right )^{3}}{4}-\frac {3 \sec \left (d x +c \right )}{8}\right ) \tan \left (d x +c \right )+\frac {3 \ln \left (\sec \left (d x +c \right )+\tan \left (d x +c \right )\right )}{8}\right )}{d}\) \(63\)
risch \(\frac {-15 i a \,{\mathrm e}^{9 i \left (d x +c \right )}-70 i a \,{\mathrm e}^{7 i \left (d x +c \right )}+128 b \,{\mathrm e}^{5 i \left (d x +c \right )}+70 i a \,{\mathrm e}^{3 i \left (d x +c \right )}+15 i a \,{\mathrm e}^{i \left (d x +c \right )}}{20 d \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right )^{5}}+\frac {3 a \ln \left ({\mathrm e}^{i \left (d x +c \right )}+i\right )}{8 d}-\frac {3 a \ln \left ({\mathrm e}^{i \left (d x +c \right )}-i\right )}{8 d}\) \(123\)

Input:

int(sec(d*x+c)^5*(a+b*tan(d*x+c)),x,method=_RETURNVERBOSE)
 

Output:

1/d*(1/5*b/cos(d*x+c)^5+a*(-(-1/4*sec(d*x+c)^3-3/8*sec(d*x+c))*tan(d*x+c)+ 
3/8*ln(sec(d*x+c)+tan(d*x+c))))
 

Fricas [A] (verification not implemented)

Time = 0.10 (sec) , antiderivative size = 88, normalized size of antiderivative = 1.19 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\frac {15 \, a \cos \left (d x + c\right )^{5} \log \left (\sin \left (d x + c\right ) + 1\right ) - 15 \, a \cos \left (d x + c\right )^{5} \log \left (-\sin \left (d x + c\right ) + 1\right ) + 10 \, {\left (3 \, a \cos \left (d x + c\right )^{3} + 2 \, a \cos \left (d x + c\right )\right )} \sin \left (d x + c\right ) + 16 \, b}{80 \, d \cos \left (d x + c\right )^{5}} \] Input:

integrate(sec(d*x+c)^5*(a+b*tan(d*x+c)),x, algorithm="fricas")
 

Output:

1/80*(15*a*cos(d*x + c)^5*log(sin(d*x + c) + 1) - 15*a*cos(d*x + c)^5*log( 
-sin(d*x + c) + 1) + 10*(3*a*cos(d*x + c)^3 + 2*a*cos(d*x + c))*sin(d*x + 
c) + 16*b)/(d*cos(d*x + c)^5)
 

Sympy [F]

\[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\int \left (a + b \tan {\left (c + d x \right )}\right ) \sec ^{5}{\left (c + d x \right )}\, dx \] Input:

integrate(sec(d*x+c)**5*(a+b*tan(d*x+c)),x)
 

Output:

Integral((a + b*tan(c + d*x))*sec(c + d*x)**5, x)
 

Maxima [A] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 86, normalized size of antiderivative = 1.16 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=-\frac {5 \, a {\left (\frac {2 \, {\left (3 \, \sin \left (d x + c\right )^{3} - 5 \, \sin \left (d x + c\right )\right )}}{\sin \left (d x + c\right )^{4} - 2 \, \sin \left (d x + c\right )^{2} + 1} - 3 \, \log \left (\sin \left (d x + c\right ) + 1\right ) + 3 \, \log \left (\sin \left (d x + c\right ) - 1\right )\right )} - \frac {16 \, b}{\cos \left (d x + c\right )^{5}}}{80 \, d} \] Input:

integrate(sec(d*x+c)^5*(a+b*tan(d*x+c)),x, algorithm="maxima")
 

Output:

-1/80*(5*a*(2*(3*sin(d*x + c)^3 - 5*sin(d*x + c))/(sin(d*x + c)^4 - 2*sin( 
d*x + c)^2 + 1) - 3*log(sin(d*x + c) + 1) + 3*log(sin(d*x + c) - 1)) - 16* 
b/cos(d*x + c)^5)/d
 

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 141 vs. \(2 (66) = 132\).

Time = 0.22 (sec) , antiderivative size = 141, normalized size of antiderivative = 1.91 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\frac {15 \, a \log \left ({\left | \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) + 1 \right |}\right ) - 15 \, a \log \left ({\left | \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) - 1 \right |}\right ) + \frac {2 \, {\left (25 \, a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{9} - 40 \, b \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{8} - 10 \, a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{7} - 80 \, b \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{4} + 10 \, a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{3} - 25 \, a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right ) - 8 \, b\right )}}{{\left (\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - 1\right )}^{5}}}{40 \, d} \] Input:

integrate(sec(d*x+c)^5*(a+b*tan(d*x+c)),x, algorithm="giac")
 

Output:

1/40*(15*a*log(abs(tan(1/2*d*x + 1/2*c) + 1)) - 15*a*log(abs(tan(1/2*d*x + 
 1/2*c) - 1)) + 2*(25*a*tan(1/2*d*x + 1/2*c)^9 - 40*b*tan(1/2*d*x + 1/2*c) 
^8 - 10*a*tan(1/2*d*x + 1/2*c)^7 - 80*b*tan(1/2*d*x + 1/2*c)^4 + 10*a*tan( 
1/2*d*x + 1/2*c)^3 - 25*a*tan(1/2*d*x + 1/2*c) - 8*b)/(tan(1/2*d*x + 1/2*c 
)^2 - 1)^5)/d
 

Mupad [B] (verification not implemented)

Time = 4.31 (sec) , antiderivative size = 175, normalized size of antiderivative = 2.36 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\frac {3\,a\,\mathrm {atanh}\left (\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )\right )}{4\,d}-\frac {-\frac {5\,a\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^9}{4}+2\,b\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^8+\frac {a\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^7}{2}+4\,b\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^4-\frac {a\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^3}{2}+\frac {5\,a\,\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}{4}+\frac {2\,b}{5}}{d\,\left ({\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^{10}-5\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^8+10\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^6-10\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^4+5\,{\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^2-1\right )} \] Input:

int((a + b*tan(c + d*x))/cos(c + d*x)^5,x)
 

Output:

(3*a*atanh(tan(c/2 + (d*x)/2)))/(4*d) - ((2*b)/5 + (5*a*tan(c/2 + (d*x)/2) 
)/4 - (a*tan(c/2 + (d*x)/2)^3)/2 + (a*tan(c/2 + (d*x)/2)^7)/2 - (5*a*tan(c 
/2 + (d*x)/2)^9)/4 + 4*b*tan(c/2 + (d*x)/2)^4 + 2*b*tan(c/2 + (d*x)/2)^8)/ 
(d*(5*tan(c/2 + (d*x)/2)^2 - 10*tan(c/2 + (d*x)/2)^4 + 10*tan(c/2 + (d*x)/ 
2)^6 - 5*tan(c/2 + (d*x)/2)^8 + tan(c/2 + (d*x)/2)^10 - 1))
 

Reduce [B] (verification not implemented)

Time = 0.15 (sec) , antiderivative size = 272, normalized size of antiderivative = 3.68 \[ \int \sec ^5(c+d x) (a+b \tan (c+d x)) \, dx=\frac {-15 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right ) \sin \left (d x +c \right )^{4} a +30 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right ) \sin \left (d x +c \right )^{2} a -15 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right ) a +15 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right ) \sin \left (d x +c \right )^{4} a -30 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right ) \sin \left (d x +c \right )^{2} a +15 \cos \left (d x +c \right ) \mathrm {log}\left (\tan \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right ) a -8 \cos \left (d x +c \right ) \sin \left (d x +c \right )^{4} b -15 \cos \left (d x +c \right ) \sin \left (d x +c \right )^{3} a +16 \cos \left (d x +c \right ) \sin \left (d x +c \right )^{2} b +25 \cos \left (d x +c \right ) \sin \left (d x +c \right ) a -8 \cos \left (d x +c \right ) b +8 b}{40 \cos \left (d x +c \right ) d \left (\sin \left (d x +c \right )^{4}-2 \sin \left (d x +c \right )^{2}+1\right )} \] Input:

int(sec(d*x+c)^5*(a+b*tan(d*x+c)),x)
 

Output:

( - 15*cos(c + d*x)*log(tan((c + d*x)/2) - 1)*sin(c + d*x)**4*a + 30*cos(c 
 + d*x)*log(tan((c + d*x)/2) - 1)*sin(c + d*x)**2*a - 15*cos(c + d*x)*log( 
tan((c + d*x)/2) - 1)*a + 15*cos(c + d*x)*log(tan((c + d*x)/2) + 1)*sin(c 
+ d*x)**4*a - 30*cos(c + d*x)*log(tan((c + d*x)/2) + 1)*sin(c + d*x)**2*a 
+ 15*cos(c + d*x)*log(tan((c + d*x)/2) + 1)*a - 8*cos(c + d*x)*sin(c + d*x 
)**4*b - 15*cos(c + d*x)*sin(c + d*x)**3*a + 16*cos(c + d*x)*sin(c + d*x)* 
*2*b + 25*cos(c + d*x)*sin(c + d*x)*a - 8*cos(c + d*x)*b + 8*b)/(40*cos(c 
+ d*x)*d*(sin(c + d*x)**4 - 2*sin(c + d*x)**2 + 1))