\(\int (a+a \sec (c+d x))^{3/2} (B \sec (c+d x)+C \sec ^2(c+d x)) \, dx\) [368]

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

Optimal result

Integrand size = 34, antiderivative size = 101 \[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {8 a^2 (5 B+3 C) \tan (c+d x)}{15 d \sqrt {a+a \sec (c+d x)}}+\frac {2 a (5 B+3 C) \sqrt {a+a \sec (c+d x)} \tan (c+d x)}{15 d}+\frac {2 C (a+a \sec (c+d x))^{3/2} \tan (c+d x)}{5 d} \] Output:

8/15*a^2*(5*B+3*C)*tan(d*x+c)/d/(a+a*sec(d*x+c))^(1/2)+2/15*a*(5*B+3*C)*(a 
+a*sec(d*x+c))^(1/2)*tan(d*x+c)/d+2/5*C*(a+a*sec(d*x+c))^(3/2)*tan(d*x+c)/ 
d
 

Mathematica [A] (verified)

Time = 0.16 (sec) , antiderivative size = 62, normalized size of antiderivative = 0.61 \[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {2 a^2 \left (25 B+18 C+(5 B+9 C) \sec (c+d x)+3 C \sec ^2(c+d x)\right ) \tan (c+d x)}{15 d \sqrt {a (1+\sec (c+d x))}} \] Input:

Integrate[(a + a*Sec[c + d*x])^(3/2)*(B*Sec[c + d*x] + C*Sec[c + d*x]^2),x 
]
 

Output:

(2*a^2*(25*B + 18*C + (5*B + 9*C)*Sec[c + d*x] + 3*C*Sec[c + d*x]^2)*Tan[c 
 + d*x])/(15*d*Sqrt[a*(1 + Sec[c + d*x])])
 

Rubi [A] (verified)

Time = 0.49 (sec) , antiderivative size = 99, normalized size of antiderivative = 0.98, number of steps used = 7, number of rules used = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.206, Rules used = {3042, 4542, 27, 3042, 4280, 3042, 4279}

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 (a \sec (c+d x)+a)^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \left (a \csc \left (c+d x+\frac {\pi }{2}\right )+a\right )^{3/2} \left (B \csc \left (c+d x+\frac {\pi }{2}\right )+C \csc \left (c+d x+\frac {\pi }{2}\right )^2\right )dx\)

\(\Big \downarrow \) 4542

\(\displaystyle \frac {2 \int \frac {1}{2} a (5 B+3 C) \sec (c+d x) (\sec (c+d x) a+a)^{3/2}dx}{5 a}+\frac {2 C \tan (c+d x) (a \sec (c+d x)+a)^{3/2}}{5 d}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {1}{5} (5 B+3 C) \int \sec (c+d x) (\sec (c+d x) a+a)^{3/2}dx+\frac {2 C \tan (c+d x) (a \sec (c+d x)+a)^{3/2}}{5 d}\)

\(\Big \downarrow \) 3042

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

\(\Big \downarrow \) 4280

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

\(\Big \downarrow \) 3042

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

\(\Big \downarrow \) 4279

\(\displaystyle \frac {1}{5} (5 B+3 C) \left (\frac {8 a^2 \tan (c+d x)}{3 d \sqrt {a \sec (c+d x)+a}}+\frac {2 a \tan (c+d x) \sqrt {a \sec (c+d x)+a}}{3 d}\right )+\frac {2 C \tan (c+d x) (a \sec (c+d x)+a)^{3/2}}{5 d}\)

Input:

Int[(a + a*Sec[c + d*x])^(3/2)*(B*Sec[c + d*x] + C*Sec[c + d*x]^2),x]
 

Output:

(2*C*(a + a*Sec[c + d*x])^(3/2)*Tan[c + d*x])/(5*d) + ((5*B + 3*C)*((8*a^2 
*Tan[c + d*x])/(3*d*Sqrt[a + a*Sec[c + d*x]]) + (2*a*Sqrt[a + a*Sec[c + d* 
x]]*Tan[c + d*x])/(3*d)))/5
 

Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

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

rule 4279
Int[csc[(e_.) + (f_.)*(x_)]*Sqrt[csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_)], x_S 
ymbol] :> Simp[-2*b*(Cot[e + f*x]/(f*Sqrt[a + b*Csc[e + f*x]])), x] /; Free 
Q[{a, b, e, f}, x] && EqQ[a^2 - b^2, 0]
 

rule 4280
Int[csc[(e_.) + (f_.)*(x_)]*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_), x_ 
Symbol] :> Simp[(-b)*Cot[e + f*x]*((a + b*Csc[e + f*x])^(m - 1)/(f*m)), x] 
+ Simp[a*((2*m - 1)/m)   Int[Csc[e + f*x]*(a + b*Csc[e + f*x])^(m - 1), x], 
 x] /; FreeQ[{a, b, e, f}, x] && EqQ[a^2 - b^2, 0] && GtQ[m, 1/2] && Intege 
rQ[2*m]
 

rule 4542
Int[((A_.) + csc[(e_.) + (f_.)*(x_)]*(B_.) + csc[(e_.) + (f_.)*(x_)]^2*(C_. 
))*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.), x_Symbol] :> Simp[(-C)*Cot 
[e + f*x]*((a + b*Csc[e + f*x])^m/(f*(m + 1))), x] + Simp[1/(b*(m + 1))   I 
nt[(a + b*Csc[e + f*x])^m*Simp[A*b*(m + 1) + (a*C*m + b*B*(m + 1))*Csc[e + 
f*x], x], x], x] /; FreeQ[{a, b, e, f, A, B, C, m}, x] && EqQ[a^2 - b^2, 0] 
 &&  !LtQ[m, -2^(-1)]
 
Maple [A] (verified)

Time = 1.28 (sec) , antiderivative size = 82, normalized size of antiderivative = 0.81

method result size
default \(\frac {2 a \sqrt {a \left (1+\sec \left (d x +c \right )\right )}\, \left (\left (25 \sin \left (d x +c \right )+5 \tan \left (d x +c \right )\right ) B +\left (3 \sec \left (d x +c \right ) \tan \left (d x +c \right )+18 \sin \left (d x +c \right )+9 \tan \left (d x +c \right )\right ) C \right )}{15 d \left (\cos \left (d x +c \right )+1\right )}\) \(82\)
parts \(\frac {B \left (10 \sin \left (d x +c \right )+2 \tan \left (d x +c \right )\right ) a \sqrt {a \left (1+\sec \left (d x +c \right )\right )}}{d \left (3 \cos \left (d x +c \right )+3\right )}+\frac {C \left (12 \sin \left (d x +c \right )+6 \tan \left (d x +c \right )+2 \sec \left (d x +c \right ) \tan \left (d x +c \right )\right ) a \sqrt {a \left (1+\sec \left (d x +c \right )\right )}}{d \left (5 \cos \left (d x +c \right )+5\right )}\) \(110\)

Input:

int((a+a*sec(d*x+c))^(3/2)*(B*sec(d*x+c)+C*sec(d*x+c)^2),x,method=_RETURNV 
ERBOSE)
 

Output:

2/15/d*a*(a*(1+sec(d*x+c)))^(1/2)/(cos(d*x+c)+1)*((25*sin(d*x+c)+5*tan(d*x 
+c))*B+(3*sec(d*x+c)*tan(d*x+c)+18*sin(d*x+c)+9*tan(d*x+c))*C)
 

Fricas [A] (verification not implemented)

Time = 0.08 (sec) , antiderivative size = 89, normalized size of antiderivative = 0.88 \[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {2 \, {\left ({\left (25 \, B + 18 \, C\right )} a \cos \left (d x + c\right )^{2} + {\left (5 \, B + 9 \, C\right )} a \cos \left (d x + c\right ) + 3 \, C a\right )} \sqrt {\frac {a \cos \left (d x + c\right ) + a}{\cos \left (d x + c\right )}} \sin \left (d x + c\right )}{15 \, {\left (d \cos \left (d x + c\right )^{3} + d \cos \left (d x + c\right )^{2}\right )}} \] Input:

integrate((a+a*sec(d*x+c))^(3/2)*(B*sec(d*x+c)+C*sec(d*x+c)^2),x, algorith 
m="fricas")
 

Output:

2/15*((25*B + 18*C)*a*cos(d*x + c)^2 + (5*B + 9*C)*a*cos(d*x + c) + 3*C*a) 
*sqrt((a*cos(d*x + c) + a)/cos(d*x + c))*sin(d*x + c)/(d*cos(d*x + c)^3 + 
d*cos(d*x + c)^2)
 

Sympy [F]

\[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\int \left (a \left (\sec {\left (c + d x \right )} + 1\right )\right )^{\frac {3}{2}} \left (B + C \sec {\left (c + d x \right )}\right ) \sec {\left (c + d x \right )}\, dx \] Input:

integrate((a+a*sec(d*x+c))**(3/2)*(B*sec(d*x+c)+C*sec(d*x+c)**2),x)
 

Output:

Integral((a*(sec(c + d*x) + 1))**(3/2)*(B + C*sec(c + d*x))*sec(c + d*x), 
x)
 

Maxima [F]

\[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\int { {\left (C \sec \left (d x + c\right )^{2} + B \sec \left (d x + c\right )\right )} {\left (a \sec \left (d x + c\right ) + a\right )}^{\frac {3}{2}} \,d x } \] Input:

integrate((a+a*sec(d*x+c))^(3/2)*(B*sec(d*x+c)+C*sec(d*x+c)^2),x, algorith 
m="maxima")
 

Output:

2/15*(15*(cos(2*d*x + 2*c)^2 + sin(2*d*x + 2*c)^2 + 2*cos(2*d*x + 2*c) + 1 
)^(1/4)*(((3*B + 2*C)*a*d*cos(2*d*x + 2*c)^2 + (3*B + 2*C)*a*d*sin(2*d*x + 
 2*c)^2 + 2*(3*B + 2*C)*a*d*cos(2*d*x + 2*c) + (3*B + 2*C)*a*d)*integrate( 
(cos(2*d*x + 2*c)^2 + sin(2*d*x + 2*c)^2 + 2*cos(2*d*x + 2*c) + 1)^(1/4)*( 
((cos(6*d*x + 6*c)*cos(2*d*x + 2*c) + 2*cos(4*d*x + 4*c)*cos(2*d*x + 2*c) 
+ cos(2*d*x + 2*c)^2 + sin(6*d*x + 6*c)*sin(2*d*x + 2*c) + 2*sin(4*d*x + 4 
*c)*sin(2*d*x + 2*c) + sin(2*d*x + 2*c)^2)*cos(5/2*arctan2(sin(2*d*x + 2*c 
), cos(2*d*x + 2*c))) + (cos(2*d*x + 2*c)*sin(6*d*x + 6*c) + 2*cos(2*d*x + 
 2*c)*sin(4*d*x + 4*c) - cos(6*d*x + 6*c)*sin(2*d*x + 2*c) - 2*cos(4*d*x + 
 4*c)*sin(2*d*x + 2*c))*sin(5/2*arctan2(sin(2*d*x + 2*c), cos(2*d*x + 2*c) 
)))*cos(3/2*arctan2(sin(2*d*x + 2*c), cos(2*d*x + 2*c) + 1)) - ((cos(2*d*x 
 + 2*c)*sin(6*d*x + 6*c) + 2*cos(2*d*x + 2*c)*sin(4*d*x + 4*c) - cos(6*d*x 
 + 6*c)*sin(2*d*x + 2*c) - 2*cos(4*d*x + 4*c)*sin(2*d*x + 2*c))*cos(5/2*ar 
ctan2(sin(2*d*x + 2*c), cos(2*d*x + 2*c))) - (cos(6*d*x + 6*c)*cos(2*d*x + 
 2*c) + 2*cos(4*d*x + 4*c)*cos(2*d*x + 2*c) + cos(2*d*x + 2*c)^2 + sin(6*d 
*x + 6*c)*sin(2*d*x + 2*c) + 2*sin(4*d*x + 4*c)*sin(2*d*x + 2*c) + sin(2*d 
*x + 2*c)^2)*sin(5/2*arctan2(sin(2*d*x + 2*c), cos(2*d*x + 2*c))))*sin(3/2 
*arctan2(sin(2*d*x + 2*c), cos(2*d*x + 2*c) + 1)))/((cos(2*d*x + 2*c)^4 + 
sin(2*d*x + 2*c)^4 + (cos(2*d*x + 2*c)^2 + sin(2*d*x + 2*c)^2 + 2*cos(2*d* 
x + 2*c) + 1)*cos(6*d*x + 6*c)^2 + 4*(cos(2*d*x + 2*c)^2 + sin(2*d*x + ...
 

Giac [A] (verification not implemented)

Time = 0.63 (sec) , antiderivative size = 170, normalized size of antiderivative = 1.68 \[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {4 \, {\left ({\left (2 \, \sqrt {2} {\left (5 \, B a^{4} \mathrm {sgn}\left (\cos \left (d x + c\right )\right ) + 3 \, C a^{4} \mathrm {sgn}\left (\cos \left (d x + c\right )\right )\right )} \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - 5 \, \sqrt {2} {\left (5 \, B a^{4} \mathrm {sgn}\left (\cos \left (d x + c\right )\right ) + 3 \, C a^{4} \mathrm {sgn}\left (\cos \left (d x + c\right )\right )\right )}\right )} \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + 15 \, \sqrt {2} {\left (B a^{4} \mathrm {sgn}\left (\cos \left (d x + c\right )\right ) + C a^{4} \mathrm {sgn}\left (\cos \left (d x + c\right )\right )\right )}\right )} \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )}{15 \, {\left (a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} - a\right )}^{2} \sqrt {-a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + a} d} \] Input:

integrate((a+a*sec(d*x+c))^(3/2)*(B*sec(d*x+c)+C*sec(d*x+c)^2),x, algorith 
m="giac")
 

Output:

4/15*((2*sqrt(2)*(5*B*a^4*sgn(cos(d*x + c)) + 3*C*a^4*sgn(cos(d*x + c)))*t 
an(1/2*d*x + 1/2*c)^2 - 5*sqrt(2)*(5*B*a^4*sgn(cos(d*x + c)) + 3*C*a^4*sgn 
(cos(d*x + c))))*tan(1/2*d*x + 1/2*c)^2 + 15*sqrt(2)*(B*a^4*sgn(cos(d*x + 
c)) + C*a^4*sgn(cos(d*x + c))))*tan(1/2*d*x + 1/2*c)/((a*tan(1/2*d*x + 1/2 
*c)^2 - a)^2*sqrt(-a*tan(1/2*d*x + 1/2*c)^2 + a)*d)
 

Mupad [B] (verification not implemented)

Time = 16.14 (sec) , antiderivative size = 213, normalized size of antiderivative = 2.11 \[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=-\frac {2\,a\,\left ({\mathrm {e}}^{c\,1{}\mathrm {i}+d\,x\,1{}\mathrm {i}}-1\right )\,\sqrt {a+\frac {a}{\frac {{\mathrm {e}}^{-c\,1{}\mathrm {i}-d\,x\,1{}\mathrm {i}}}{2}+\frac {{\mathrm {e}}^{c\,1{}\mathrm {i}+d\,x\,1{}\mathrm {i}}}{2}}}\,\left (B\,25{}\mathrm {i}+C\,18{}\mathrm {i}+B\,{\mathrm {e}}^{c\,1{}\mathrm {i}+d\,x\,1{}\mathrm {i}}\,10{}\mathrm {i}+B\,{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,50{}\mathrm {i}+B\,{\mathrm {e}}^{c\,3{}\mathrm {i}+d\,x\,3{}\mathrm {i}}\,10{}\mathrm {i}+B\,{\mathrm {e}}^{c\,4{}\mathrm {i}+d\,x\,4{}\mathrm {i}}\,25{}\mathrm {i}+C\,{\mathrm {e}}^{c\,1{}\mathrm {i}+d\,x\,1{}\mathrm {i}}\,18{}\mathrm {i}+C\,{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,48{}\mathrm {i}+C\,{\mathrm {e}}^{c\,3{}\mathrm {i}+d\,x\,3{}\mathrm {i}}\,18{}\mathrm {i}+C\,{\mathrm {e}}^{c\,4{}\mathrm {i}+d\,x\,4{}\mathrm {i}}\,18{}\mathrm {i}\right )}{15\,d\,\left ({\mathrm {e}}^{c\,1{}\mathrm {i}+d\,x\,1{}\mathrm {i}}+1\right )\,{\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1\right )}^2} \] Input:

int((B/cos(c + d*x) + C/cos(c + d*x)^2)*(a + a/cos(c + d*x))^(3/2),x)
 

Output:

-(2*a*(exp(c*1i + d*x*1i) - 1)*(a + a/(exp(- c*1i - d*x*1i)/2 + exp(c*1i + 
 d*x*1i)/2))^(1/2)*(B*25i + C*18i + B*exp(c*1i + d*x*1i)*10i + B*exp(c*2i 
+ d*x*2i)*50i + B*exp(c*3i + d*x*3i)*10i + B*exp(c*4i + d*x*4i)*25i + C*ex 
p(c*1i + d*x*1i)*18i + C*exp(c*2i + d*x*2i)*48i + C*exp(c*3i + d*x*3i)*18i 
 + C*exp(c*4i + d*x*4i)*18i))/(15*d*(exp(c*1i + d*x*1i) + 1)*(exp(c*2i + d 
*x*2i) + 1)^2)
 

Reduce [F]

\[ \int (a+a \sec (c+d x))^{3/2} \left (B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\sqrt {a}\, a \left (\left (\int \sqrt {\sec \left (d x +c \right )+1}\, \sec \left (d x +c \right )^{3}d x \right ) c +\left (\int \sqrt {\sec \left (d x +c \right )+1}\, \sec \left (d x +c \right )^{2}d x \right ) b +\left (\int \sqrt {\sec \left (d x +c \right )+1}\, \sec \left (d x +c \right )^{2}d x \right ) c +\left (\int \sqrt {\sec \left (d x +c \right )+1}\, \sec \left (d x +c \right )d x \right ) b \right ) \] Input:

int((a+a*sec(d*x+c))^(3/2)*(B*sec(d*x+c)+C*sec(d*x+c)^2),x)
 

Output:

sqrt(a)*a*(int(sqrt(sec(c + d*x) + 1)*sec(c + d*x)**3,x)*c + int(sqrt(sec( 
c + d*x) + 1)*sec(c + d*x)**2,x)*b + int(sqrt(sec(c + d*x) + 1)*sec(c + d* 
x)**2,x)*c + int(sqrt(sec(c + d*x) + 1)*sec(c + d*x),x)*b)