3.105 \(\int (a+a \sec (c+d x)) (e \tan (c+d x))^{3/2} \, dx\)

Optimal. Leaf size=282 \[ \frac {a e^{3/2} \tan ^{-1}\left (1-\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}\right )}{\sqrt {2} d}-\frac {a e^{3/2} \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}+1\right )}{\sqrt {2} d}+\frac {a e^{3/2} \log \left (\sqrt {e} \tan (c+d x)-\sqrt {2} \sqrt {e \tan (c+d x)}+\sqrt {e}\right )}{2 \sqrt {2} d}-\frac {a e^{3/2} \log \left (\sqrt {e} \tan (c+d x)+\sqrt {2} \sqrt {e \tan (c+d x)}+\sqrt {e}\right )}{2 \sqrt {2} d}-\frac {a e^2 \sqrt {\sin (2 c+2 d x)} \sec (c+d x) F\left (\left .c+d x-\frac {\pi }{4}\right |2\right )}{3 d \sqrt {e \tan (c+d x)}}+\frac {2 e (a \sec (c+d x)+3 a) \sqrt {e \tan (c+d x)}}{3 d} \]

[Out]

1/2*a*e^(3/2)*arctan(1-2^(1/2)*(e*tan(d*x+c))^(1/2)/e^(1/2))/d*2^(1/2)-1/2*a*e^(3/2)*arctan(1+2^(1/2)*(e*tan(d
*x+c))^(1/2)/e^(1/2))/d*2^(1/2)+1/4*a*e^(3/2)*ln(e^(1/2)-2^(1/2)*(e*tan(d*x+c))^(1/2)+e^(1/2)*tan(d*x+c))/d*2^
(1/2)-1/4*a*e^(3/2)*ln(e^(1/2)+2^(1/2)*(e*tan(d*x+c))^(1/2)+e^(1/2)*tan(d*x+c))/d*2^(1/2)+1/3*a*e^2*(sin(c+1/4
*Pi+d*x)^2)^(1/2)/sin(c+1/4*Pi+d*x)*EllipticF(cos(c+1/4*Pi+d*x),2^(1/2))*sec(d*x+c)*sin(2*d*x+2*c)^(1/2)/d/(e*
tan(d*x+c))^(1/2)+2/3*e*(3*a+a*sec(d*x+c))*(e*tan(d*x+c))^(1/2)/d

________________________________________________________________________________________

Rubi [A]  time = 0.27, antiderivative size = 282, normalized size of antiderivative = 1.00, number of steps used = 16, number of rules used = 13, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.565, Rules used = {3881, 3884, 3476, 329, 211, 1165, 628, 1162, 617, 204, 2614, 2573, 2641} \[ \frac {a e^{3/2} \tan ^{-1}\left (1-\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}\right )}{\sqrt {2} d}-\frac {a e^{3/2} \tan ^{-1}\left (\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}+1\right )}{\sqrt {2} d}+\frac {a e^{3/2} \log \left (\sqrt {e} \tan (c+d x)-\sqrt {2} \sqrt {e \tan (c+d x)}+\sqrt {e}\right )}{2 \sqrt {2} d}-\frac {a e^{3/2} \log \left (\sqrt {e} \tan (c+d x)+\sqrt {2} \sqrt {e \tan (c+d x)}+\sqrt {e}\right )}{2 \sqrt {2} d}-\frac {a e^2 \sqrt {\sin (2 c+2 d x)} \sec (c+d x) F\left (\left .c+d x-\frac {\pi }{4}\right |2\right )}{3 d \sqrt {e \tan (c+d x)}}+\frac {2 e (a \sec (c+d x)+3 a) \sqrt {e \tan (c+d x)}}{3 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(a*e^(3/2)*ArcTan[1 - (Sqrt[2]*Sqrt[e*Tan[c + d*x]])/Sqrt[e]])/(Sqrt[2]*d) - (a*e^(3/2)*ArcTan[1 + (Sqrt[2]*Sq
rt[e*Tan[c + d*x]])/Sqrt[e]])/(Sqrt[2]*d) + (a*e^(3/2)*Log[Sqrt[e] + Sqrt[e]*Tan[c + d*x] - Sqrt[2]*Sqrt[e*Tan
[c + d*x]]])/(2*Sqrt[2]*d) - (a*e^(3/2)*Log[Sqrt[e] + Sqrt[e]*Tan[c + d*x] + Sqrt[2]*Sqrt[e*Tan[c + d*x]]])/(2
*Sqrt[2]*d) - (a*e^2*EllipticF[c - Pi/4 + d*x, 2]*Sec[c + d*x]*Sqrt[Sin[2*c + 2*d*x]])/(3*d*Sqrt[e*Tan[c + d*x
]]) + (2*e*(3*a + a*Sec[c + d*x])*Sqrt[e*Tan[c + d*x]])/(3*d)

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 211

Int[((a_) + (b_.)*(x_)^4)^(-1), x_Symbol] :> With[{r = Numerator[Rt[a/b, 2]], s = Denominator[Rt[a/b, 2]]}, Di
st[1/(2*r), Int[(r - s*x^2)/(a + b*x^4), x], x] + Dist[1/(2*r), Int[(r + s*x^2)/(a + b*x^4), x], x]] /; FreeQ[
{a, b}, x] && (GtQ[a/b, 0] || (PosQ[a/b] && AtomQ[SplitProduct[SumBaseQ, a]] && AtomQ[SplitProduct[SumBaseQ, b
]]))

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 1162

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[(2*d)/e, 2]}, Dist[e/(2*c), Int[1/S
imp[d/e + q*x + x^2, x], x], x] + Dist[e/(2*c), Int[1/Simp[d/e - q*x + x^2, x], x], x]] /; FreeQ[{a, c, d, e},
 x] && EqQ[c*d^2 - a*e^2, 0] && PosQ[d*e]

Rule 1165

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[(-2*d)/e, 2]}, Dist[e/(2*c*q), Int[
(q - 2*x)/Simp[d/e + q*x - x^2, x], x], x] + Dist[e/(2*c*q), Int[(q + 2*x)/Simp[d/e - q*x - x^2, x], x], x]] /
; FreeQ[{a, c, d, e}, x] && EqQ[c*d^2 - a*e^2, 0] && NegQ[d*e]

Rule 2573

Int[1/(Sqrt[cos[(e_.) + (f_.)*(x_)]*(b_.)]*Sqrt[(a_.)*sin[(e_.) + (f_.)*(x_)]]), x_Symbol] :> Dist[Sqrt[Sin[2*
e + 2*f*x]]/(Sqrt[a*Sin[e + f*x]]*Sqrt[b*Cos[e + f*x]]), Int[1/Sqrt[Sin[2*e + 2*f*x]], x], x] /; FreeQ[{a, b,
e, f}, x]

Rule 2614

Int[sec[(e_.) + (f_.)*(x_)]/Sqrt[(b_.)*tan[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[Sqrt[Sin[e + f*x]]/(Sqrt[Co
s[e + f*x]]*Sqrt[b*Tan[e + f*x]]), Int[1/(Sqrt[Cos[e + f*x]]*Sqrt[Sin[e + f*x]]), x], x] /; FreeQ[{b, e, f}, x
]

Rule 2641

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

Rule 3476

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[b/d, Subst[Int[x^n/(b^2 + x^2), x], x, b*Tan[c + d
*x]], x] /; FreeQ[{b, c, d, n}, x] &&  !IntegerQ[n]

Rule 3881

Int[(cot[(c_.) + (d_.)*(x_)]*(e_.))^(m_)*(csc[(c_.) + (d_.)*(x_)]*(b_.) + (a_)), x_Symbol] :> -Simp[(e*(e*Cot[
c + d*x])^(m - 1)*(a*m + b*(m - 1)*Csc[c + d*x]))/(d*m*(m - 1)), x] - Dist[e^2/m, Int[(e*Cot[c + d*x])^(m - 2)
*(a*m + b*(m - 1)*Csc[c + d*x]), x], x] /; FreeQ[{a, b, c, d, e}, x] && GtQ[m, 1]

Rule 3884

Int[(cot[(c_.) + (d_.)*(x_)]*(e_.))^(m_.)*(csc[(c_.) + (d_.)*(x_)]*(b_.) + (a_)), x_Symbol] :> Dist[a, Int[(e*
Cot[c + d*x])^m, x], x] + Dist[b, Int[(e*Cot[c + d*x])^m*Csc[c + d*x], x], x] /; FreeQ[{a, b, c, d, e, m}, x]

Rubi steps

\begin {align*} \int (a+a \sec (c+d x)) (e \tan (c+d x))^{3/2} \, dx &=\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}-\frac {1}{3} \left (2 e^2\right ) \int \frac {\frac {3 a}{2}+\frac {1}{2} a \sec (c+d x)}{\sqrt {e \tan (c+d x)}} \, dx\\ &=\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}-\frac {1}{3} \left (a e^2\right ) \int \frac {\sec (c+d x)}{\sqrt {e \tan (c+d x)}} \, dx-\left (a e^2\right ) \int \frac {1}{\sqrt {e \tan (c+d x)}} \, dx\\ &=\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}-\frac {\left (a e^3\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {x} \left (e^2+x^2\right )} \, dx,x,e \tan (c+d x)\right )}{d}-\frac {\left (a e^2 \sqrt {\sin (c+d x)}\right ) \int \frac {1}{\sqrt {\cos (c+d x)} \sqrt {\sin (c+d x)}} \, dx}{3 \sqrt {\cos (c+d x)} \sqrt {e \tan (c+d x)}}\\ &=\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}-\frac {\left (2 a e^3\right ) \operatorname {Subst}\left (\int \frac {1}{e^2+x^4} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{d}-\frac {\left (a e^2 \sec (c+d x) \sqrt {\sin (2 c+2 d x)}\right ) \int \frac {1}{\sqrt {\sin (2 c+2 d x)}} \, dx}{3 \sqrt {e \tan (c+d x)}}\\ &=-\frac {a e^2 F\left (\left .c-\frac {\pi }{4}+d x\right |2\right ) \sec (c+d x) \sqrt {\sin (2 c+2 d x)}}{3 d \sqrt {e \tan (c+d x)}}+\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}-\frac {\left (a e^2\right ) \operatorname {Subst}\left (\int \frac {e-x^2}{e^2+x^4} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{d}-\frac {\left (a e^2\right ) \operatorname {Subst}\left (\int \frac {e+x^2}{e^2+x^4} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{d}\\ &=-\frac {a e^2 F\left (\left .c-\frac {\pi }{4}+d x\right |2\right ) \sec (c+d x) \sqrt {\sin (2 c+2 d x)}}{3 d \sqrt {e \tan (c+d x)}}+\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}+\frac {\left (a e^{3/2}\right ) \operatorname {Subst}\left (\int \frac {\sqrt {2} \sqrt {e}+2 x}{-e-\sqrt {2} \sqrt {e} x-x^2} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{2 \sqrt {2} d}+\frac {\left (a e^{3/2}\right ) \operatorname {Subst}\left (\int \frac {\sqrt {2} \sqrt {e}-2 x}{-e+\sqrt {2} \sqrt {e} x-x^2} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{2 \sqrt {2} d}-\frac {\left (a e^2\right ) \operatorname {Subst}\left (\int \frac {1}{e-\sqrt {2} \sqrt {e} x+x^2} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{2 d}-\frac {\left (a e^2\right ) \operatorname {Subst}\left (\int \frac {1}{e+\sqrt {2} \sqrt {e} x+x^2} \, dx,x,\sqrt {e \tan (c+d x)}\right )}{2 d}\\ &=\frac {a e^{3/2} \log \left (\sqrt {e}+\sqrt {e} \tan (c+d x)-\sqrt {2} \sqrt {e \tan (c+d x)}\right )}{2 \sqrt {2} d}-\frac {a e^{3/2} \log \left (\sqrt {e}+\sqrt {e} \tan (c+d x)+\sqrt {2} \sqrt {e \tan (c+d x)}\right )}{2 \sqrt {2} d}-\frac {a e^2 F\left (\left .c-\frac {\pi }{4}+d x\right |2\right ) \sec (c+d x) \sqrt {\sin (2 c+2 d x)}}{3 d \sqrt {e \tan (c+d x)}}+\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}-\frac {\left (a e^{3/2}\right ) \operatorname {Subst}\left (\int \frac {1}{-1-x^2} \, dx,x,1-\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}\right )}{\sqrt {2} d}+\frac {\left (a e^{3/2}\right ) \operatorname {Subst}\left (\int \frac {1}{-1-x^2} \, dx,x,1+\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}\right )}{\sqrt {2} d}\\ &=\frac {a e^{3/2} \tan ^{-1}\left (1-\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}\right )}{\sqrt {2} d}-\frac {a e^{3/2} \tan ^{-1}\left (1+\frac {\sqrt {2} \sqrt {e \tan (c+d x)}}{\sqrt {e}}\right )}{\sqrt {2} d}+\frac {a e^{3/2} \log \left (\sqrt {e}+\sqrt {e} \tan (c+d x)-\sqrt {2} \sqrt {e \tan (c+d x)}\right )}{2 \sqrt {2} d}-\frac {a e^{3/2} \log \left (\sqrt {e}+\sqrt {e} \tan (c+d x)+\sqrt {2} \sqrt {e \tan (c+d x)}\right )}{2 \sqrt {2} d}-\frac {a e^2 F\left (\left .c-\frac {\pi }{4}+d x\right |2\right ) \sec (c+d x) \sqrt {\sin (2 c+2 d x)}}{3 d \sqrt {e \tan (c+d x)}}+\frac {2 e (3 a+a \sec (c+d x)) \sqrt {e \tan (c+d x)}}{3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 2.11, size = 214, normalized size = 0.76 \[ -\frac {a e \cos (2 (c+d x)) \csc \left (\frac {1}{2} (c+d x)\right ) \sec \left (\frac {1}{2} (c+d x)\right ) \sqrt {\sec ^2(c+d x)} \sqrt {e \tan (c+d x)} \left (\sqrt {\sec ^2(c+d x)} \left (12 \sin (c+d x)+4 \tan (c+d x)+3 \sqrt {\sin (2 (c+d x))} \sin ^{-1}(\cos (c+d x)-\sin (c+d x))-3 \sqrt {\sin (2 (c+d x))} \log \left (\sin (c+d x)+\sqrt {\sin (2 (c+d x))}+\cos (c+d x)\right )\right )+4 \sqrt [4]{-1} \sqrt {\tan (c+d x)} F\left (\left .i \sinh ^{-1}\left (\sqrt [4]{-1} \sqrt {\tan (c+d x)}\right )\right |-1\right )\right )}{12 d \left (\tan ^2(c+d x)-1\right )} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-1/12*(a*e*Cos[2*(c + d*x)]*Csc[(c + d*x)/2]*Sec[(c + d*x)/2]*Sqrt[Sec[c + d*x]^2]*Sqrt[e*Tan[c + d*x]]*(4*(-1
)^(1/4)*EllipticF[I*ArcSinh[(-1)^(1/4)*Sqrt[Tan[c + d*x]]], -1]*Sqrt[Tan[c + d*x]] + Sqrt[Sec[c + d*x]^2]*(12*
Sin[c + d*x] + 3*ArcSin[Cos[c + d*x] - Sin[c + d*x]]*Sqrt[Sin[2*(c + d*x)]] - 3*Log[Cos[c + d*x] + Sin[c + d*x
] + Sqrt[Sin[2*(c + d*x)]]]*Sqrt[Sin[2*(c + d*x)]] + 4*Tan[c + d*x])))/(d*(-1 + Tan[c + d*x]^2))

________________________________________________________________________________________

fricas [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((a+a*sec(d*x+c))*(e*tan(d*x+c))^(3/2),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (a \sec \left (d x + c\right ) + a\right )} \left (e \tan \left (d x + c\right )\right )^{\frac {3}{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*tan(d*x+c))^(3/2),x, algorithm="giac")

[Out]

integrate((a*sec(d*x + c) + a)*(e*tan(d*x + c))^(3/2), x)

________________________________________________________________________________________

maple [C]  time = 1.80, size = 688, normalized size = 2.44 \[ \frac {a \left (-1+\cos \left (d x +c \right )\right ) \left (-3 i \cos \left (d x +c \right ) \sin \left (d x +c \right ) \sqrt {\frac {-1+\cos \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {-1+\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \EllipticPi \left (\sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}, \frac {1}{2}+\frac {i}{2}, \frac {\sqrt {2}}{2}\right )+3 i \cos \left (d x +c \right ) \sin \left (d x +c \right ) \sqrt {\frac {-1+\cos \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {-1+\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \EllipticPi \left (\sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}, \frac {1}{2}-\frac {i}{2}, \frac {\sqrt {2}}{2}\right )+3 \cos \left (d x +c \right ) \sin \left (d x +c \right ) \sqrt {\frac {-1+\cos \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {-1+\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \EllipticPi \left (\sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}, \frac {1}{2}+\frac {i}{2}, \frac {\sqrt {2}}{2}\right )+3 \cos \left (d x +c \right ) \sin \left (d x +c \right ) \sqrt {\frac {-1+\cos \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {-1+\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \EllipticPi \left (\sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}, \frac {1}{2}-\frac {i}{2}, \frac {\sqrt {2}}{2}\right )-4 \cos \left (d x +c \right ) \sin \left (d x +c \right ) \sqrt {\frac {-1+\cos \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {-1+\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}\, \EllipticF \left (\sqrt {\frac {1-\cos \left (d x +c \right )+\sin \left (d x +c \right )}{\sin \left (d x +c \right )}}, \frac {\sqrt {2}}{2}\right )+6 \left (\cos ^{2}\left (d x +c \right )\right ) \sqrt {2}-4 \cos \left (d x +c \right ) \sqrt {2}-2 \sqrt {2}\right ) \left (1+\cos \left (d x +c \right )\right )^{2} \left (\frac {e \sin \left (d x +c \right )}{\cos \left (d x +c \right )}\right )^{\frac {3}{2}} \sqrt {2}}{6 d \sin \left (d x +c \right )^{5}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+a*sec(d*x+c))*(e*tan(d*x+c))^(3/2),x)

[Out]

1/6*a/d*(-1+cos(d*x+c))*(-3*I*cos(d*x+c)*sin(d*x+c)*((-1+cos(d*x+c))/sin(d*x+c))^(1/2)*((-1+cos(d*x+c)+sin(d*x
+c))/sin(d*x+c))^(1/2)*((1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*EllipticPi(((1-cos(d*x+c)+sin(d*x+c))/sin(
d*x+c))^(1/2),1/2+1/2*I,1/2*2^(1/2))+3*I*cos(d*x+c)*sin(d*x+c)*((-1+cos(d*x+c))/sin(d*x+c))^(1/2)*((-1+cos(d*x
+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*((1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*EllipticPi(((1-cos(d*x+c)+sin(d
*x+c))/sin(d*x+c))^(1/2),1/2-1/2*I,1/2*2^(1/2))+3*cos(d*x+c)*sin(d*x+c)*((-1+cos(d*x+c))/sin(d*x+c))^(1/2)*((-
1+cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*((1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*EllipticPi(((1-cos(d*x
+c)+sin(d*x+c))/sin(d*x+c))^(1/2),1/2+1/2*I,1/2*2^(1/2))+3*cos(d*x+c)*sin(d*x+c)*((-1+cos(d*x+c))/sin(d*x+c))^
(1/2)*((-1+cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*((1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*EllipticPi(((
1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2),1/2-1/2*I,1/2*2^(1/2))-4*cos(d*x+c)*sin(d*x+c)*((-1+cos(d*x+c))/sin
(d*x+c))^(1/2)*((-1+cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*((1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2)*Elli
pticF(((1-cos(d*x+c)+sin(d*x+c))/sin(d*x+c))^(1/2),1/2*2^(1/2))+6*cos(d*x+c)^2*2^(1/2)-4*cos(d*x+c)*2^(1/2)-2*
2^(1/2))*(1+cos(d*x+c))^2*(e*sin(d*x+c)/cos(d*x+c))^(3/2)/sin(d*x+c)^5*2^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.50, size = 171, normalized size = 0.61 \[ -\frac {{\left (2 \, \sqrt {2} e^{\frac {5}{2}} \arctan \left (\frac {\sqrt {2} {\left (\sqrt {2} \sqrt {e} + 2 \, \sqrt {e \tan \left (d x + c\right )}\right )}}{2 \, \sqrt {e}}\right ) + 2 \, \sqrt {2} e^{\frac {5}{2}} \arctan \left (-\frac {\sqrt {2} {\left (\sqrt {2} \sqrt {e} - 2 \, \sqrt {e \tan \left (d x + c\right )}\right )}}{2 \, \sqrt {e}}\right ) + \sqrt {2} e^{\frac {5}{2}} \log \left (e \tan \left (d x + c\right ) + \sqrt {2} \sqrt {e \tan \left (d x + c\right )} \sqrt {e} + e\right ) - \sqrt {2} e^{\frac {5}{2}} \log \left (e \tan \left (d x + c\right ) - \sqrt {2} \sqrt {e \tan \left (d x + c\right )} \sqrt {e} + e\right ) - 8 \, \sqrt {e \tan \left (d x + c\right )} e^{2}\right )} a}{4 \, d e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*tan(d*x+c))^(3/2),x, algorithm="maxima")

[Out]

-1/4*(2*sqrt(2)*e^(5/2)*arctan(1/2*sqrt(2)*(sqrt(2)*sqrt(e) + 2*sqrt(e*tan(d*x + c)))/sqrt(e)) + 2*sqrt(2)*e^(
5/2)*arctan(-1/2*sqrt(2)*(sqrt(2)*sqrt(e) - 2*sqrt(e*tan(d*x + c)))/sqrt(e)) + sqrt(2)*e^(5/2)*log(e*tan(d*x +
 c) + sqrt(2)*sqrt(e*tan(d*x + c))*sqrt(e) + e) - sqrt(2)*e^(5/2)*log(e*tan(d*x + c) - sqrt(2)*sqrt(e*tan(d*x
+ c))*sqrt(e) + e) - 8*sqrt(e*tan(d*x + c))*e^2)*a/(d*e)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*tan(c + d*x))^(3/2)*(a + a/cos(c + d*x)),x)

[Out]

int((e*tan(c + d*x))^(3/2)*(a + a/cos(c + d*x)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ a \left (\int \left (e \tan {\left (c + d x \right )}\right )^{\frac {3}{2}}\, dx + \int \left (e \tan {\left (c + d x \right )}\right )^{\frac {3}{2}} \sec {\left (c + d x \right )}\, dx\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+a*sec(d*x+c))*(e*tan(d*x+c))**(3/2),x)

[Out]

a*(Integral((e*tan(c + d*x))**(3/2), x) + Integral((e*tan(c + d*x))**(3/2)*sec(c + d*x), x))

________________________________________________________________________________________