\(\int \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx\) [286]

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

Optimal result

Integrand size = 30, antiderivative size = 35 \[ \int \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx=\frac {2 C E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}+\frac {2 B \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{d} \] Output:

2*C*EllipticE(sin(1/2*d*x+1/2*c),2^(1/2))/d+2*B*InverseJacobiAM(1/2*d*x+1/ 
2*c,2^(1/2))/d
                                                                                    
                                                                                    
 

Mathematica [A] (verified)

Time = 0.13 (sec) , antiderivative size = 35, normalized size of antiderivative = 1.00 \[ \int \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx=\frac {2 C E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}+\frac {2 B \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{d} \] Input:

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

Output:

(2*C*EllipticE[(c + d*x)/2, 2])/d + (2*B*EllipticF[(c + d*x)/2, 2])/d
 

Rubi [A] (verified)

Time = 0.35 (sec) , antiderivative size = 35, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.233, Rules used = {3042, 3489, 3042, 3227, 3042, 3119, 3120}

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 \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx\)

\(\Big \downarrow \) 3042

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

\(\Big \downarrow \) 3489

\(\displaystyle \int \frac {B+C \cos (c+d x)}{\sqrt {\cos (c+d x)}}dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {B+C \sin \left (c+d x+\frac {\pi }{2}\right )}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx\)

\(\Big \downarrow \) 3227

\(\displaystyle B \int \frac {1}{\sqrt {\cos (c+d x)}}dx+C \int \sqrt {\cos (c+d x)}dx\)

\(\Big \downarrow \) 3042

\(\displaystyle B \int \frac {1}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx+C \int \sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}dx\)

\(\Big \downarrow \) 3119

\(\displaystyle B \int \frac {1}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx+\frac {2 C E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}\)

\(\Big \downarrow \) 3120

\(\displaystyle \frac {2 B \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{d}+\frac {2 C E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}\)

Input:

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

Output:

(2*C*EllipticE[(c + d*x)/2, 2])/d + (2*B*EllipticF[(c + d*x)/2, 2])/d
 

Defintions of rubi rules used

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

rule 3119
Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)* 
(c - Pi/2 + d*x), 2], x] /; FreeQ[{c, d}, x]
 

rule 3120
Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2 
)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{c, d}, x]
 

rule 3227
Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x 
_)]), x_Symbol] :> Simp[c   Int[(b*Sin[e + f*x])^m, x], x] + Simp[d/b   Int 
[(b*Sin[e + f*x])^(m + 1), x], x] /; FreeQ[{b, c, d, e, f, m}, x]
 

rule 3489
Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((B_.)*sin[(e_.) + (f_.)*(x_)] + 
(C_.)*sin[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[1/b   Int[(b*Sin[e + f* 
x])^(m + 1)*(B + C*Sin[e + f*x]), x], x] /; FreeQ[{b, e, f, B, C, m}, x]
 
Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(151\) vs. \(2(38)=76\).

Time = 1.84 (sec) , antiderivative size = 152, normalized size of antiderivative = 4.34

method result size
default \(-\frac {2 \sqrt {\left (-1+2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}\right ) \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {-2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}+1}\, \left (B \operatorname {EllipticF}\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )-C \operatorname {EllipticE}\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right )}{\sqrt {-2 \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{4}+\sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {-1+2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, d}\) \(152\)
parts \(\frac {2 B \,\operatorname {InverseJacobiAM}\left (\frac {d x}{2}+\frac {c}{2}, \sqrt {2}\right )}{d}+\frac {2 C \sqrt {\left (-1+2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}\right ) \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {-2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}+1}\, \operatorname {EllipticE}\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )}{\sqrt {-2 \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{4}+\sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {-1+2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, d}\) \(153\)
risch \(-\frac {i C \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) \sqrt {2}\, {\mathrm e}^{-i \left (d x +c \right )}}{d \sqrt {\left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) {\mathrm e}^{-i \left (d x +c \right )}}}-\frac {i \left (\frac {i B \sqrt {-i \left ({\mathrm e}^{i \left (d x +c \right )}+i\right )}\, \sqrt {2}\, \sqrt {i \left ({\mathrm e}^{i \left (d x +c \right )}-i\right )}\, \sqrt {i {\mathrm e}^{i \left (d x +c \right )}}\, \operatorname {EllipticF}\left (\sqrt {-i \left ({\mathrm e}^{i \left (d x +c \right )}+i\right )}, \frac {\sqrt {2}}{2}\right )}{\sqrt {{\mathrm e}^{3 i \left (d x +c \right )}+{\mathrm e}^{i \left (d x +c \right )}}}+C \left (-\frac {2 \left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right )}{\sqrt {\left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) {\mathrm e}^{i \left (d x +c \right )}}}+\frac {i \sqrt {-i \left ({\mathrm e}^{i \left (d x +c \right )}+i\right )}\, \sqrt {2}\, \sqrt {i \left ({\mathrm e}^{i \left (d x +c \right )}-i\right )}\, \sqrt {i {\mathrm e}^{i \left (d x +c \right )}}\, \left (-2 i \operatorname {EllipticE}\left (\sqrt {-i \left ({\mathrm e}^{i \left (d x +c \right )}+i\right )}, \frac {\sqrt {2}}{2}\right )+i \operatorname {EllipticF}\left (\sqrt {-i \left ({\mathrm e}^{i \left (d x +c \right )}+i\right )}, \frac {\sqrt {2}}{2}\right )\right )}{\sqrt {{\mathrm e}^{3 i \left (d x +c \right )}+{\mathrm e}^{i \left (d x +c \right )}}}\right )\right ) \sqrt {2}\, \sqrt {\left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) {\mathrm e}^{i \left (d x +c \right )}}\, {\mathrm e}^{-i \left (d x +c \right )}}{d \sqrt {\left ({\mathrm e}^{2 i \left (d x +c \right )}+1\right ) {\mathrm e}^{-i \left (d x +c \right )}}}\) \(410\)

Input:

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

Output:

-2*((-1+2*cos(1/2*d*x+1/2*c)^2)*sin(1/2*d*x+1/2*c)^2)^(1/2)*(sin(1/2*d*x+1 
/2*c)^2)^(1/2)*(-2*cos(1/2*d*x+1/2*c)^2+1)^(1/2)*(B*EllipticF(cos(1/2*d*x+ 
1/2*c),2^(1/2))-C*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2)))/(-2*sin(1/2*d*x+1 
/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)/sin(1/2*d*x+1/2*c)/(-1+2*cos(1/2*d*x+1 
/2*c)^2)^(1/2)/d
 

Fricas [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.11 (sec) , antiderivative size = 107, normalized size of antiderivative = 3.06 \[ \int \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx=\frac {-i \, \sqrt {2} B {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right ) + i \, \sqrt {2} B {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right ) + i \, \sqrt {2} C {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right )\right ) - i \, \sqrt {2} C {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right )\right )}{d} \] Input:

integrate((B*cos(d*x+c)+C*cos(d*x+c)^2)/cos(d*x+c)^(3/2),x, algorithm="fri 
cas")
 

Output:

(-I*sqrt(2)*B*weierstrassPInverse(-4, 0, cos(d*x + c) + I*sin(d*x + c)) + 
I*sqrt(2)*B*weierstrassPInverse(-4, 0, cos(d*x + c) - I*sin(d*x + c)) + I* 
sqrt(2)*C*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(d*x + c) + 
 I*sin(d*x + c))) - I*sqrt(2)*C*weierstrassZeta(-4, 0, weierstrassPInverse 
(-4, 0, cos(d*x + c) - I*sin(d*x + c))))/d
 

Sympy [F(-1)]

Timed out. \[ \int \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx=\text {Timed out} \] Input:

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

Output:

Timed out
 

Maxima [F]

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

integrate((B*cos(d*x+c)+C*cos(d*x+c)^2)/cos(d*x+c)^(3/2),x, algorithm="max 
ima")
 

Output:

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

Giac [F]

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

integrate((B*cos(d*x+c)+C*cos(d*x+c)^2)/cos(d*x+c)^(3/2),x, algorithm="gia 
c")
 

Output:

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

Mupad [B] (verification not implemented)

Time = 0.28 (sec) , antiderivative size = 33, normalized size of antiderivative = 0.94 \[ \int \frac {B \cos (c+d x)+C \cos ^2(c+d x)}{\cos ^{\frac {3}{2}}(c+d x)} \, dx=\frac {2\,B\,\mathrm {F}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{d}+\frac {2\,C\,\mathrm {E}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{d} \] Input:

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

Output:

(2*B*ellipticF(c/2 + (d*x)/2, 2))/d + (2*C*ellipticE(c/2 + (d*x)/2, 2))/d
 

Reduce [F]

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

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

Output:

int(sqrt(cos(c + d*x))/cos(c + d*x),x)*b + int(sqrt(cos(c + d*x)),x)*c