3.172 \(\int \frac {\sec ^4(c+d x)}{(a \cos (c+d x)+i a \sin (c+d x))^2} \, dx\)

Optimal. Leaf size=34 \[ -\frac {i \tan ^3(c+d x) (-\cot (c+d x)+i)^3}{3 a^2 d} \]

[Out]

-1/3*I*(I-cot(d*x+c))^3*tan(d*x+c)^3/a^2/d

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 34, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.097, Rules used = {3088, 848, 37} \[ -\frac {i \tan ^3(c+d x) (-\cot (c+d x)+i)^3}{3 a^2 d} \]

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]^4/(a*Cos[c + d*x] + I*a*Sin[c + d*x])^2,x]

[Out]

((-I/3)*(I - Cot[c + d*x])^3*Tan[c + d*x]^3)/(a^2*d)

Rule 37

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

Rule 848

Int[((d_) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))^(n_)*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[(d + e*x)
^(m + p)*(f + g*x)^n*(a/d + (c*x)/e)^p, x] /; FreeQ[{a, c, d, e, f, g, m, n}, x] && NeQ[e*f - d*g, 0] && EqQ[c
*d^2 + a*e^2, 0] && (IntegerQ[p] || (GtQ[a, 0] && GtQ[d, 0] && EqQ[m + p, 0]))

Rule 3088

Int[cos[(c_.) + (d_.)*(x_)]^(m_.)*(cos[(c_.) + (d_.)*(x_)]*(a_.) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(n_), x_Symb
ol] :> -Dist[d^(-1), Subst[Int[(x^m*(b + a*x)^n)/(1 + x^2)^((m + n + 2)/2), x], x, Cot[c + d*x]], x] /; FreeQ[
{a, b, c, d}, x] && IntegerQ[n] && IntegerQ[(m + n)/2] && NeQ[n, -1] &&  !(GtQ[n, 0] && GtQ[m, 1])

Rubi steps

\begin {align*} \int \frac {\sec ^4(c+d x)}{(a \cos (c+d x)+i a \sin (c+d x))^2} \, dx &=-\frac {\operatorname {Subst}\left (\int \frac {\left (1+x^2\right )^2}{x^4 (i a+a x)^2} \, dx,x,\cot (c+d x)\right )}{d}\\ &=-\frac {\operatorname {Subst}\left (\int \frac {\left (-\frac {i}{a}+\frac {x}{a}\right )^2}{x^4} \, dx,x,\cot (c+d x)\right )}{d}\\ &=-\frac {i (i-\cot (c+d x))^3 \tan ^3(c+d x)}{3 a^2 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.26, size = 68, normalized size = 2.00 \[ -\frac {\sec (c) \sec ^3(c+d x) (3 \sin (2 c+d x)-2 \sin (2 c+3 d x)+3 i \cos (2 c+d x)-3 \sin (d x)+3 i \cos (d x))}{6 a^2 d} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]^4/(a*Cos[c + d*x] + I*a*Sin[c + d*x])^2,x]

[Out]

-1/6*(Sec[c]*Sec[c + d*x]^3*((3*I)*Cos[d*x] + (3*I)*Cos[2*c + d*x] - 3*Sin[d*x] + 3*Sin[2*c + d*x] - 2*Sin[2*c
 + 3*d*x]))/(a^2*d)

________________________________________________________________________________________

fricas [B]  time = 0.64, size = 54, normalized size = 1.59 \[ \frac {8 i}{3 \, {\left (a^{2} d e^{\left (6 i \, d x + 6 i \, c\right )} + 3 \, a^{2} d e^{\left (4 i \, d x + 4 i \, c\right )} + 3 \, a^{2} d e^{\left (2 i \, d x + 2 i \, c\right )} + a^{2} d\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^4/(a*cos(d*x+c)+I*a*sin(d*x+c))^2,x, algorithm="fricas")

[Out]

8/3*I/(a^2*d*e^(6*I*d*x + 6*I*c) + 3*a^2*d*e^(4*I*d*x + 4*I*c) + 3*a^2*d*e^(2*I*d*x + 2*I*c) + a^2*d)

________________________________________________________________________________________

giac [A]  time = 1.63, size = 35, normalized size = 1.03 \[ -\frac {\tan \left (d x + c\right )^{3} + 3 i \, \tan \left (d x + c\right )^{2} - 3 \, \tan \left (d x + c\right )}{3 \, a^{2} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^4/(a*cos(d*x+c)+I*a*sin(d*x+c))^2,x, algorithm="giac")

[Out]

-1/3*(tan(d*x + c)^3 + 3*I*tan(d*x + c)^2 - 3*tan(d*x + c))/(a^2*d)

________________________________________________________________________________________

maple [A]  time = 0.26, size = 36, normalized size = 1.06 \[ \frac {\tan \left (d x +c \right )-\frac {\left (\tan ^{3}\left (d x +c \right )\right )}{3}-i \left (\tan ^{2}\left (d x +c \right )\right )}{d \,a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^4/(a*cos(d*x+c)+I*a*sin(d*x+c))^2,x)

[Out]

1/d/a^2*(tan(d*x+c)-1/3*tan(d*x+c)^3-I*tan(d*x+c)^2)

________________________________________________________________________________________

maxima [A]  time = 0.51, size = 35, normalized size = 1.03 \[ -\frac {\tan \left (d x + c\right )^{3} + 3 i \, \tan \left (d x + c\right )^{2} - 3 \, \tan \left (d x + c\right )}{3 \, a^{2} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^4/(a*cos(d*x+c)+I*a*sin(d*x+c))^2,x, algorithm="maxima")

[Out]

-1/3*(tan(d*x + c)^3 + 3*I*tan(d*x + c)^2 - 3*tan(d*x + c))/(a^2*d)

________________________________________________________________________________________

mupad [B]  time = 0.73, size = 49, normalized size = 1.44 \[ -\frac {\sin \left (c+d\,x\right )\,\left (-4\,{\cos \left (c+d\,x\right )}^2+3{}\mathrm {i}\,\sin \left (c+d\,x\right )\,\cos \left (c+d\,x\right )+1\right )}{3\,a^2\,d\,{\cos \left (c+d\,x\right )}^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cos(c + d*x)^4*(a*cos(c + d*x) + a*sin(c + d*x)*1i)^2),x)

[Out]

-(sin(c + d*x)*(cos(c + d*x)*sin(c + d*x)*3i - 4*cos(c + d*x)^2 + 1))/(3*a^2*d*cos(c + d*x)^3)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {\int \frac {\sec ^{4}{\left (c + d x \right )}}{- \sin ^{2}{\left (c + d x \right )} + 2 i \sin {\left (c + d x \right )} \cos {\left (c + d x \right )} + \cos ^{2}{\left (c + d x \right )}}\, dx}{a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**4/(a*cos(d*x+c)+I*a*sin(d*x+c))**2,x)

[Out]

Integral(sec(c + d*x)**4/(-sin(c + d*x)**2 + 2*I*sin(c + d*x)*cos(c + d*x) + cos(c + d*x)**2), x)/a**2

________________________________________________________________________________________