3.52 \(\int \sec ^4(c+d x) (a \cos (c+d x)+b \sin (c+d x))^2 \, dx\)

Optimal. Leaf size=30 \[ \frac {\tan ^3(c+d x) (a \cot (c+d x)+b)^3}{3 b d} \]

[Out]

1/3*(b+a*cot(d*x+c))^3*tan(d*x+c)^3/b/d

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {3088, 37} \[ \frac {\tan ^3(c+d x) (a \cot (c+d x)+b)^3}{3 b d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

((b + a*Cot[c + d*x])^3*Tan[c + d*x]^3)/(3*b*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 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 \sec ^4(c+d x) (a \cos (c+d x)+b \sin (c+d x))^2 \, dx &=-\frac {\operatorname {Subst}\left (\int \frac {(b+a x)^2}{x^4} \, dx,x,\cot (c+d x)\right )}{d}\\ &=\frac {(b+a \cot (c+d x))^3 \tan ^3(c+d x)}{3 b d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 46, normalized size = 1.53 \[ \frac {a^2 \tan (c+d x)}{d}+\frac {a b \tan ^2(c+d x)}{d}+\frac {b^2 \tan ^3(c+d x)}{3 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(a^2*Tan[c + d*x])/d + (a*b*Tan[c + d*x]^2)/d + (b^2*Tan[c + d*x]^3)/(3*d)

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 55, normalized size = 1.83 \[ \frac {3 \, a b \cos \left (d x + c\right ) + {\left ({\left (3 \, a^{2} - b^{2}\right )} \cos \left (d x + c\right )^{2} + b^{2}\right )} \sin \left (d x + c\right )}{3 \, d \cos \left (d x + c\right )^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.29, size = 41, normalized size = 1.37 \[ \frac {b^{2} \tan \left (d x + c\right )^{3} + 3 \, a b \tan \left (d x + c\right )^{2} + 3 \, a^{2} \tan \left (d x + c\right )}{3 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 10.89, size = 48, normalized size = 1.60 \[ \frac {a^{2} \tan \left (d x +c \right )+\frac {a b}{\cos \left (d x +c \right )^{2}}+\frac {b^{2} \left (\sin ^{3}\left (d x +c \right )\right )}{3 \cos \left (d x +c \right )^{3}}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/d*(a^2*tan(d*x+c)+a*b/cos(d*x+c)^2+1/3*b^2*sin(d*x+c)^3/cos(d*x+c)^3)

________________________________________________________________________________________

maxima [A]  time = 0.33, size = 45, normalized size = 1.50 \[ \frac {b^{2} \tan \left (d x + c\right )^{3} + 3 \, a^{2} \tan \left (d x + c\right ) - \frac {3 \, a b}{\sin \left (d x + c\right )^{2} - 1}}{3 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.49, size = 68, normalized size = 2.27 \[ \frac {\frac {b^2\,\sin \left (c+d\,x\right )}{3}+\frac {{\cos \left (c+d\,x\right )}^2\,\sin \left (c+d\,x\right )\,\left (3\,a^2-b^2\right )}{3}+a\,b\,\cos \left (c+d\,x\right )\,{\sin \left (c+d\,x\right )}^2}{d\,{\cos \left (c+d\,x\right )}^3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

((b^2*sin(c + d*x))/3 + (cos(c + d*x)^2*sin(c + d*x)*(3*a^2 - b^2))/3 + a*b*cos(c + d*x)*sin(c + d*x)^2)/(d*co
s(c + d*x)^3)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral((a*cos(c + d*x) + b*sin(c + d*x))**2*sec(c + d*x)**4, x)

________________________________________________________________________________________