3.428 \(\int (2-3 \sin ^2(x))^{3/5} \sin (4 x) \, dx\)

Optimal. Leaf size=33 \[ \frac {5}{36} \left (2-3 \sin ^2(x)\right )^{8/5}-\frac {20}{117} \left (2-3 \sin ^2(x)\right )^{13/5} \]

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 33, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {12, 444, 43} \[ \frac {5}{36} \left (2-3 \sin ^2(x)\right )^{8/5}-\frac {20}{117} \left (2-3 \sin ^2(x)\right )^{13/5} \]

Antiderivative was successfully verified.

[In]

Int[(2 - 3*Sin[x]^2)^(3/5)*Sin[4*x],x]

[Out]

(5*(2 - 3*Sin[x]^2)^(8/5))/36 - (20*(2 - 3*Sin[x]^2)^(13/5))/117

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 444

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && EqQ[m
- n + 1, 0]

Rubi steps

\begin {align*} \int \left (2-3 \sin ^2(x)\right )^{3/5} \sin (4 x) \, dx &=\operatorname {Subst}\left (\int 4 x \left (2-3 x^2\right )^{3/5} \left (1-2 x^2\right ) \, dx,x,\sin (x)\right )\\ &=4 \operatorname {Subst}\left (\int x \left (2-3 x^2\right )^{3/5} \left (1-2 x^2\right ) \, dx,x,\sin (x)\right )\\ &=2 \operatorname {Subst}\left (\int (2-3 x)^{3/5} (1-2 x) \, dx,x,\sin ^2(x)\right )\\ &=2 \operatorname {Subst}\left (\int \left (-\frac {1}{3} (2-3 x)^{3/5}+\frac {2}{3} (2-3 x)^{8/5}\right ) \, dx,x,\sin ^2(x)\right )\\ &=\frac {5}{36} \left (2-3 \sin ^2(x)\right )^{8/5}-\frac {20}{117} \left (2-3 \sin ^2(x)\right )^{13/5}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 29, normalized size = 0.88 \[ -\frac {5 (3 \cos (2 x)+1)^{8/5} (24 \cos (2 x)-5)}{936\ 2^{3/5}} \]

Antiderivative was successfully verified.

[In]

Integrate[(2 - 3*Sin[x]^2)^(3/5)*Sin[4*x],x]

[Out]

(-5*(1 + 3*Cos[2*x])^(8/5)*(-5 + 24*Cos[2*x]))/(936*2^(3/5))

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (2-3 \sin ^2(x)\right )^{3/5} \sin (4 x) \, dx \]

Verification is Not applicable to the result.

[In]

IntegrateAlgebraic[(2 - 3*Sin[x]^2)^(3/5)*Sin[4*x],x]

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.50, size = 26, normalized size = 0.79 \[ -\frac {5}{468} \, {\left (144 \, \cos \relax (x)^{4} - 135 \, \cos \relax (x)^{2} + 29\right )} {\left (3 \, \cos \relax (x)^{2} - 1\right )}^{\frac {3}{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2-3*sin(x)^2)^(3/5)*sin(4*x),x, algorithm="fricas")

[Out]

-5/468*(144*cos(x)^4 - 135*cos(x)^2 + 29)*(3*cos(x)^2 - 1)^(3/5)

________________________________________________________________________________________

giac [A]  time = 0.66, size = 35, normalized size = 1.06 \[ -\frac {20}{117} \, {\left (3 \, \sin \relax (x)^{2} - 2\right )}^{2} {\left (-3 \, \sin \relax (x)^{2} + 2\right )}^{\frac {3}{5}} + \frac {5}{36} \, {\left (-3 \, \sin \relax (x)^{2} + 2\right )}^{\frac {8}{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2-3*sin(x)^2)^(3/5)*sin(4*x),x, algorithm="giac")

[Out]

-20/117*(3*sin(x)^2 - 2)^2*(-3*sin(x)^2 + 2)^(3/5) + 5/36*(-3*sin(x)^2 + 2)^(8/5)

________________________________________________________________________________________

maple [A]  time = 0.25, size = 38, normalized size = 1.15




method result size



default \(\frac {5 \left (3 \left (\cos ^{2}\relax (x )\right )-1\right )^{\frac {8}{5}}}{12}-\frac {20 \left (\frac {1}{2}+\frac {3 \cos \left (2 x \right )}{2}\right )^{\frac {13}{5}}}{117}-\frac {5 \left (\frac {1}{2}+\frac {3 \cos \left (2 x \right )}{2}\right )^{\frac {8}{5}}}{18}\) \(38\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2-3*sin(x)^2)^(3/5)*sin(4*x),x,method=_RETURNVERBOSE)

[Out]

5/12*(3*cos(x)^2-1)^(8/5)-20/117*(1/2+3/2*cos(2*x))^(13/5)-5/18*(1/2+3/2*cos(2*x))^(8/5)

________________________________________________________________________________________

maxima [A]  time = 0.44, size = 25, normalized size = 0.76 \[ -\frac {20}{117} \, {\left (-3 \, \sin \relax (x)^{2} + 2\right )}^{\frac {13}{5}} + \frac {5}{36} \, {\left (-3 \, \sin \relax (x)^{2} + 2\right )}^{\frac {8}{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2-3*sin(x)^2)^(3/5)*sin(4*x),x, algorithm="maxima")

[Out]

-20/117*(-3*sin(x)^2 + 2)^(13/5) + 5/36*(-3*sin(x)^2 + 2)^(8/5)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \sin \left (4\,x\right )\,{\left (2-3\,{\sin \relax (x)}^2\right )}^{3/5} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(4*x)*(2 - 3*sin(x)^2)^(3/5),x)

[Out]

int(sin(4*x)*(2 - 3*sin(x)^2)^(3/5), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2-3*sin(x)**2)**(3/5)*sin(4*x),x)

[Out]

Timed out

________________________________________________________________________________________