\(\int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx\) [587]

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

Optimal result

Integrand size = 22, antiderivative size = 110 \[ \int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx=-\frac {5 \arcsin (\cos (a+b x)-\sin (a+b x))}{32 b}-\frac {5 \log \left (\cos (a+b x)+\sin (a+b x)+\sqrt {\sin (2 a+2 b x)}\right )}{32 b}+\frac {5 \sin (a+b x) \sqrt {\sin (2 a+2 b x)}}{16 b}+\frac {\cos (a+b x) \sin ^{\frac {3}{2}}(2 a+2 b x)}{8 b} \] Output:

-5/32*arcsin(cos(b*x+a)-sin(b*x+a))/b-5/32*ln(cos(b*x+a)+sin(b*x+a)+sin(2* 
b*x+2*a)^(1/2))/b+5/16*sin(b*x+a)*sin(2*b*x+2*a)^(1/2)/b+1/8*cos(b*x+a)*si 
n(2*b*x+2*a)^(3/2)/b
 

Mathematica [A] (verified)

Time = 0.21 (sec) , antiderivative size = 84, normalized size of antiderivative = 0.76 \[ \int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx=\frac {-5 \left (\arcsin (\cos (a+b x)-\sin (a+b x))+\log \left (\cos (a+b x)+\sin (a+b x)+\sqrt {\sin (2 (a+b x))}\right )\right )+2 \sqrt {\sin (2 (a+b x))} (6 \sin (a+b x)+\sin (3 (a+b x)))}{32 b} \] Input:

Integrate[Cos[a + b*x]^3*Sqrt[Sin[2*a + 2*b*x]],x]
 

Output:

(-5*(ArcSin[Cos[a + b*x] - Sin[a + b*x]] + Log[Cos[a + b*x] + Sin[a + b*x] 
 + Sqrt[Sin[2*(a + b*x)]]]) + 2*Sqrt[Sin[2*(a + b*x)]]*(6*Sin[a + b*x] + S 
in[3*(a + b*x)]))/(32*b)
 

Rubi [A] (verified)

Time = 0.43 (sec) , antiderivative size = 120, normalized size of antiderivative = 1.09, number of steps used = 6, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {3042, 4785, 3042, 4789, 3042, 4794}

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 \sqrt {\sin (2 a+2 b x)} \cos ^3(a+b x) \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \sqrt {\sin (2 a+2 b x)} \cos (a+b x)^3dx\)

\(\Big \downarrow \) 4785

\(\displaystyle \frac {5}{8} \int \cos (a+b x) \sqrt {\sin (2 a+2 b x)}dx+\frac {\sin ^{\frac {3}{2}}(2 a+2 b x) \cos (a+b x)}{8 b}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {5}{8} \int \cos (a+b x) \sqrt {\sin (2 a+2 b x)}dx+\frac {\sin ^{\frac {3}{2}}(2 a+2 b x) \cos (a+b x)}{8 b}\)

\(\Big \downarrow \) 4789

\(\displaystyle \frac {5}{8} \left (\frac {1}{2} \int \frac {\sin (a+b x)}{\sqrt {\sin (2 a+2 b x)}}dx+\frac {\sqrt {\sin (2 a+2 b x)} \sin (a+b x)}{2 b}\right )+\frac {\sin ^{\frac {3}{2}}(2 a+2 b x) \cos (a+b x)}{8 b}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {5}{8} \left (\frac {1}{2} \int \frac {\sin (a+b x)}{\sqrt {\sin (2 a+2 b x)}}dx+\frac {\sqrt {\sin (2 a+2 b x)} \sin (a+b x)}{2 b}\right )+\frac {\sin ^{\frac {3}{2}}(2 a+2 b x) \cos (a+b x)}{8 b}\)

\(\Big \downarrow \) 4794

\(\displaystyle \frac {5}{8} \left (\frac {1}{2} \left (-\frac {\arcsin (\cos (a+b x)-\sin (a+b x))}{2 b}-\frac {\log \left (\sin (a+b x)+\sqrt {\sin (2 a+2 b x)}+\cos (a+b x)\right )}{2 b}\right )+\frac {\sin (a+b x) \sqrt {\sin (2 a+2 b x)}}{2 b}\right )+\frac {\sin ^{\frac {3}{2}}(2 a+2 b x) \cos (a+b x)}{8 b}\)

Input:

Int[Cos[a + b*x]^3*Sqrt[Sin[2*a + 2*b*x]],x]
 

Output:

(5*((-1/2*ArcSin[Cos[a + b*x] - Sin[a + b*x]]/b - Log[Cos[a + b*x] + Sin[a 
 + b*x] + Sqrt[Sin[2*a + 2*b*x]]]/(2*b))/2 + (Sin[a + b*x]*Sqrt[Sin[2*a + 
2*b*x]])/(2*b)))/8 + (Cos[a + b*x]*Sin[2*a + 2*b*x]^(3/2))/(8*b)
 

Defintions of rubi rules used

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

rule 4785
Int[(cos[(a_.) + (b_.)*(x_)]*(e_.))^(m_)*((g_.)*sin[(c_.) + (d_.)*(x_)])^(p 
_), x_Symbol] :> Simp[e^2*(e*Cos[a + b*x])^(m - 2)*((g*Sin[c + d*x])^(p + 1 
)/(2*b*g*(m + 2*p))), x] + Simp[e^2*((m + p - 1)/(m + 2*p))   Int[(e*Cos[a 
+ b*x])^(m - 2)*(g*Sin[c + d*x])^p, x], x] /; FreeQ[{a, b, c, d, e, g, p}, 
x] && EqQ[b*c - a*d, 0] && EqQ[d/b, 2] &&  !IntegerQ[p] && GtQ[m, 1] && NeQ 
[m + 2*p, 0] && IntegersQ[2*m, 2*p]
 

rule 4789
Int[cos[(a_.) + (b_.)*(x_)]*((g_.)*sin[(c_.) + (d_.)*(x_)])^(p_), x_Symbol] 
 :> Simp[2*Sin[a + b*x]*((g*Sin[c + d*x])^p/(d*(2*p + 1))), x] + Simp[2*p*( 
g/(2*p + 1))   Int[Sin[a + b*x]*(g*Sin[c + d*x])^(p - 1), x], x] /; FreeQ[{ 
a, b, c, d, g}, x] && EqQ[b*c - a*d, 0] && EqQ[d/b, 2] &&  !IntegerQ[p] && 
GtQ[p, 0] && IntegerQ[2*p]
 

rule 4794
Int[sin[(a_.) + (b_.)*(x_)]/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Sim 
p[-ArcSin[Cos[a + b*x] - Sin[a + b*x]]/d, x] - Simp[Log[Cos[a + b*x] + Sin[ 
a + b*x] + Sqrt[Sin[c + d*x]]]/d, x] /; FreeQ[{a, b, c, d}, x] && EqQ[b*c - 
 a*d, 0] && EqQ[d/b, 2]
 
Maple [B] (warning: unable to verify)

result has leaf size over 500,000. Avoiding possible recursion issues.

Time = 39.62 (sec) , antiderivative size = 114426295, normalized size of antiderivative = 1040239.04

method result size
default \(\text {Expression too large to display}\) \(114426295\)

Input:

int(cos(b*x+a)^3*sin(2*b*x+2*a)^(1/2),x,method=_RETURNVERBOSE)
 

Output:

result too large to display
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 280 vs. \(2 (96) = 192\).

Time = 0.09 (sec) , antiderivative size = 280, normalized size of antiderivative = 2.55 \[ \int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx=\frac {8 \, \sqrt {2} {\left (4 \, \cos \left (b x + a\right )^{2} + 5\right )} \sqrt {\cos \left (b x + a\right ) \sin \left (b x + a\right )} \sin \left (b x + a\right ) + 10 \, \arctan \left (-\frac {\sqrt {2} \sqrt {\cos \left (b x + a\right ) \sin \left (b x + a\right )} {\left (\cos \left (b x + a\right ) - \sin \left (b x + a\right )\right )} + \cos \left (b x + a\right ) \sin \left (b x + a\right )}{\cos \left (b x + a\right )^{2} + 2 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) - 1}\right ) - 10 \, \arctan \left (-\frac {2 \, \sqrt {2} \sqrt {\cos \left (b x + a\right ) \sin \left (b x + a\right )} - \cos \left (b x + a\right ) - \sin \left (b x + a\right )}{\cos \left (b x + a\right ) - \sin \left (b x + a\right )}\right ) + 5 \, \log \left (-32 \, \cos \left (b x + a\right )^{4} + 4 \, \sqrt {2} {\left (4 \, \cos \left (b x + a\right )^{3} - {\left (4 \, \cos \left (b x + a\right )^{2} + 1\right )} \sin \left (b x + a\right ) - 5 \, \cos \left (b x + a\right )\right )} \sqrt {\cos \left (b x + a\right ) \sin \left (b x + a\right )} + 32 \, \cos \left (b x + a\right )^{2} + 16 \, \cos \left (b x + a\right ) \sin \left (b x + a\right ) + 1\right )}{128 \, b} \] Input:

integrate(cos(b*x+a)^3*sin(2*b*x+2*a)^(1/2),x, algorithm="fricas")
 

Output:

1/128*(8*sqrt(2)*(4*cos(b*x + a)^2 + 5)*sqrt(cos(b*x + a)*sin(b*x + a))*si 
n(b*x + a) + 10*arctan(-(sqrt(2)*sqrt(cos(b*x + a)*sin(b*x + a))*(cos(b*x 
+ a) - sin(b*x + a)) + cos(b*x + a)*sin(b*x + a))/(cos(b*x + a)^2 + 2*cos( 
b*x + a)*sin(b*x + a) - 1)) - 10*arctan(-(2*sqrt(2)*sqrt(cos(b*x + a)*sin( 
b*x + a)) - cos(b*x + a) - sin(b*x + a))/(cos(b*x + a) - sin(b*x + a))) + 
5*log(-32*cos(b*x + a)^4 + 4*sqrt(2)*(4*cos(b*x + a)^3 - (4*cos(b*x + a)^2 
 + 1)*sin(b*x + a) - 5*cos(b*x + a))*sqrt(cos(b*x + a)*sin(b*x + a)) + 32* 
cos(b*x + a)^2 + 16*cos(b*x + a)*sin(b*x + a) + 1))/b
 

Sympy [F(-1)]

Timed out. \[ \int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx=\text {Timed out} \] Input:

integrate(cos(b*x+a)**3*sin(2*b*x+2*a)**(1/2),x)
 

Output:

Timed out
 

Maxima [F]

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

integrate(cos(b*x+a)^3*sin(2*b*x+2*a)^(1/2),x, algorithm="maxima")
 

Output:

integrate(cos(b*x + a)^3*sqrt(sin(2*b*x + 2*a)), x)
 

Giac [F(-2)]

Exception generated. \[ \int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(cos(b*x+a)^3*sin(2*b*x+2*a)^(1/2),x, algorithm="giac")
 

Output:

Exception raised: TypeError >> an error occurred running a Giac command:IN 
PUT:sage2:=int(sage0,sageVARx):;OUTPUT:Warning, need to choose a branch fo 
r the root of a polynomial with parameters. This might be wrong.The choice 
 was done
 

Mupad [F(-1)]

Timed out. \[ \int \cos ^3(a+b x) \sqrt {\sin (2 a+2 b x)} \, dx=\int {\cos \left (a+b\,x\right )}^3\,\sqrt {\sin \left (2\,a+2\,b\,x\right )} \,d x \] Input:

int(cos(a + b*x)^3*sin(2*a + 2*b*x)^(1/2),x)
 

Output:

int(cos(a + b*x)^3*sin(2*a + 2*b*x)^(1/2), x)
 

Reduce [F]

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

int(cos(b*x+a)^3*sin(2*b*x+2*a)^(1/2),x)
                                                                                    
                                                                                    
 

Output:

int(sqrt(sin(2*a + 2*b*x))*cos(a + b*x)**3,x)