3.130 \(\int \frac {(g \cos (e+f x))^{3/2}}{\sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}} \, dx\)

Optimal. Leaf size=68 \[ \frac {2 g \sqrt {\cos (e+f x)} E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \sqrt {g \cos (e+f x)}}{f \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}} \]

[Out]

2*g*(cos(1/2*f*x+1/2*e)^2)^(1/2)/cos(1/2*f*x+1/2*e)*EllipticE(sin(1/2*f*x+1/2*e),2^(1/2))*cos(f*x+e)^(1/2)*(g*
cos(f*x+e))^(1/2)/f/(a+a*sin(f*x+e))^(1/2)/(c-c*sin(f*x+e))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.28, antiderivative size = 68, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 42, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {2842, 2640, 2639} \[ \frac {2 g \sqrt {\cos (e+f x)} E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) \sqrt {g \cos (e+f x)}}{f \sqrt {a \sin (e+f x)+a} \sqrt {c-c \sin (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[(g*Cos[e + f*x])^(3/2)/(Sqrt[a + a*Sin[e + f*x]]*Sqrt[c - c*Sin[e + f*x]]),x]

[Out]

(2*g*Sqrt[Cos[e + f*x]]*Sqrt[g*Cos[e + f*x]]*EllipticE[(e + f*x)/2, 2])/(f*Sqrt[a + a*Sin[e + f*x]]*Sqrt[c - c
*Sin[e + f*x]])

Rule 2639

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

Rule 2640

Int[Sqrt[(b_)*sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Dist[Sqrt[b*Sin[c + d*x]]/Sqrt[Sin[c + d*x]], Int[Sqrt[Si
n[c + d*x]], x], x] /; FreeQ[{b, c, d}, x]

Rule 2842

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)/(Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]]*Sqrt[(c_) + (d_.)*sin[(e_
.) + (f_.)*(x_)]]), x_Symbol] :> Dist[(g*Cos[e + f*x])/(Sqrt[a + b*Sin[e + f*x]]*Sqrt[c + d*Sin[e + f*x]]), In
t[(g*Cos[e + f*x])^(p - 1), x], x] /; FreeQ[{a, b, c, d, e, f, g, p}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2
, 0]

Rubi steps

\begin {align*} \int \frac {(g \cos (e+f x))^{3/2}}{\sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}} \, dx &=\frac {(g \cos (e+f x)) \int \sqrt {g \cos (e+f x)} \, dx}{\sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}\\ &=\frac {\left (g \sqrt {\cos (e+f x)} \sqrt {g \cos (e+f x)}\right ) \int \sqrt {\cos (e+f x)} \, dx}{\sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}\\ &=\frac {2 g \sqrt {\cos (e+f x)} \sqrt {g \cos (e+f x)} E\left (\left .\frac {1}{2} (e+f x)\right |2\right )}{f \sqrt {a+a \sin (e+f x)} \sqrt {c-c \sin (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.36, size = 111, normalized size = 1.63 \[ \frac {2 E\left (\left .\frac {1}{2} (e+f x)\right |2\right ) (g \cos (e+f x))^{3/2} \left (\cos \left (\frac {1}{2} (e+f x)\right )-\sin \left (\frac {1}{2} (e+f x)\right )\right ) \left (\sin \left (\frac {1}{2} (e+f x)\right )+\cos \left (\frac {1}{2} (e+f x)\right )\right )}{f \cos ^{\frac {3}{2}}(e+f x) \sqrt {a (\sin (e+f x)+1)} \sqrt {c-c \sin (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[(g*Cos[e + f*x])^(3/2)/(Sqrt[a + a*Sin[e + f*x]]*Sqrt[c - c*Sin[e + f*x]]),x]

[Out]

(2*(g*Cos[e + f*x])^(3/2)*EllipticE[(e + f*x)/2, 2]*(Cos[(e + f*x)/2] - Sin[(e + f*x)/2])*(Cos[(e + f*x)/2] +
Sin[(e + f*x)/2]))/(f*Cos[e + f*x]^(3/2)*Sqrt[a*(1 + Sin[e + f*x])]*Sqrt[c - c*Sin[e + f*x]])

________________________________________________________________________________________

fricas [F]  time = 0.51, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\sqrt {g \cos \left (f x + e\right )} \sqrt {a \sin \left (f x + e\right ) + a} \sqrt {-c \sin \left (f x + e\right ) + c} g}{a c \cos \left (f x + e\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*cos(f*x+e))^(3/2)/(a+a*sin(f*x+e))^(1/2)/(c-c*sin(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(g*cos(f*x + e))*sqrt(a*sin(f*x + e) + a)*sqrt(-c*sin(f*x + e) + c)*g/(a*c*cos(f*x + e)), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (g \cos \left (f x + e\right )\right )^{\frac {3}{2}}}{\sqrt {a \sin \left (f x + e\right ) + a} \sqrt {-c \sin \left (f x + e\right ) + c}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*cos(f*x+e))^(3/2)/(a+a*sin(f*x+e))^(1/2)/(c-c*sin(f*x+e))^(1/2),x, algorithm="giac")

[Out]

integrate((g*cos(f*x + e))^(3/2)/(sqrt(a*sin(f*x + e) + a)*sqrt(-c*sin(f*x + e) + c)), x)

________________________________________________________________________________________

maple [C]  time = 0.50, size = 334, normalized size = 4.91 \[ \frac {2 \left (g \cos \left (f x +e \right )\right )^{\frac {3}{2}} \left (i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \cos \left (f x +e \right ) \sin \left (f x +e \right ) \EllipticF \left (\frac {i \left (-1+\cos \left (f x +e \right )\right )}{\sin \left (f x +e \right )}, i\right )-i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \cos \left (f x +e \right ) \sin \left (f x +e \right ) \EllipticE \left (\frac {i \left (-1+\cos \left (f x +e \right )\right )}{\sin \left (f x +e \right )}, i\right )+i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \sin \left (f x +e \right ) \EllipticF \left (\frac {i \left (-1+\cos \left (f x +e \right )\right )}{\sin \left (f x +e \right )}, i\right )-i \sqrt {\frac {1}{\cos \left (f x +e \right )+1}}\, \sqrt {\frac {\cos \left (f x +e \right )}{\cos \left (f x +e \right )+1}}\, \sin \left (f x +e \right ) \EllipticE \left (\frac {i \left (-1+\cos \left (f x +e \right )\right )}{\sin \left (f x +e \right )}, i\right )-\left (\cos ^{2}\left (f x +e \right )\right )+\cos \left (f x +e \right )\right )}{f \sqrt {a \left (1+\sin \left (f x +e \right )\right )}\, \sqrt {-c \left (\sin \left (f x +e \right )-1\right )}\, \sin \left (f x +e \right ) \cos \left (f x +e \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g*cos(f*x+e))^(3/2)/(a+a*sin(f*x+e))^(1/2)/(c-c*sin(f*x+e))^(1/2),x)

[Out]

2/f*(g*cos(f*x+e))^(3/2)*(I*EllipticF(I*(-1+cos(f*x+e))/sin(f*x+e),I)*(1/(cos(f*x+e)+1))^(1/2)*sin(f*x+e)*cos(
f*x+e)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)-I*EllipticE(I*(-1+cos(f*x+e))/sin(f*x+e),I)*(1/(cos(f*x+e)+1))^(1/2)*
sin(f*x+e)*cos(f*x+e)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)+I*EllipticF(I*(-1+cos(f*x+e))/sin(f*x+e),I)*sin(f*x+e)
*(1/(cos(f*x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)-I*EllipticE(I*(-1+cos(f*x+e))/sin(f*x+e),I)*sin(f*
x+e)*(1/(cos(f*x+e)+1))^(1/2)*(cos(f*x+e)/(cos(f*x+e)+1))^(1/2)-cos(f*x+e)^2+cos(f*x+e))/(a*(1+sin(f*x+e)))^(1
/2)/(-c*(sin(f*x+e)-1))^(1/2)/sin(f*x+e)/cos(f*x+e)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (g \cos \left (f x + e\right )\right )^{\frac {3}{2}}}{\sqrt {a \sin \left (f x + e\right ) + a} \sqrt {-c \sin \left (f x + e\right ) + c}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*cos(f*x+e))^(3/2)/(a+a*sin(f*x+e))^(1/2)/(c-c*sin(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

integrate((g*cos(f*x + e))^(3/2)/(sqrt(a*sin(f*x + e) + a)*sqrt(-c*sin(f*x + e) + c)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\left (g\,\cos \left (e+f\,x\right )\right )}^{3/2}}{\sqrt {a+a\,\sin \left (e+f\,x\right )}\,\sqrt {c-c\,\sin \left (e+f\,x\right )}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g*cos(e + f*x))^(3/2)/((a + a*sin(e + f*x))^(1/2)*(c - c*sin(e + f*x))^(1/2)),x)

[Out]

int((g*cos(e + f*x))^(3/2)/((a + a*sin(e + f*x))^(1/2)*(c - c*sin(e + f*x))^(1/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (g \cos {\left (e + f x \right )}\right )^{\frac {3}{2}}}{\sqrt {a \left (\sin {\left (e + f x \right )} + 1\right )} \sqrt {- c \left (\sin {\left (e + f x \right )} - 1\right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*cos(f*x+e))**(3/2)/(a+a*sin(f*x+e))**(1/2)/(c-c*sin(f*x+e))**(1/2),x)

[Out]

Integral((g*cos(e + f*x))**(3/2)/(sqrt(a*(sin(e + f*x) + 1))*sqrt(-c*(sin(e + f*x) - 1))), x)

________________________________________________________________________________________