3.440 \(\int \tan (x) (1+5 \tan ^2(x))^{5/2} \, dx\)

Optimal. Leaf size=66 \[ \frac {1}{5} \left (5 \tan ^2(x)+1\right )^{5/2}-\frac {4}{3} \left (5 \tan ^2(x)+1\right )^{3/2}+16 \sqrt {5 \tan ^2(x)+1}-32 \tan ^{-1}\left (\frac {1}{2} \sqrt {5 \tan ^2(x)+1}\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 66, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {3670, 444, 50, 63, 203} \[ \frac {1}{5} \left (5 \tan ^2(x)+1\right )^{5/2}-\frac {4}{3} \left (5 \tan ^2(x)+1\right )^{3/2}+16 \sqrt {5 \tan ^2(x)+1}-32 \tan ^{-1}\left (\frac {1}{2} \sqrt {5 \tan ^2(x)+1}\right ) \]

Antiderivative was successfully verified.

[In]

Int[Tan[x]*(1 + 5*Tan[x]^2)^(5/2),x]

[Out]

-32*ArcTan[Sqrt[1 + 5*Tan[x]^2]/2] + 16*Sqrt[1 + 5*Tan[x]^2] - (4*(1 + 5*Tan[x]^2)^(3/2))/3 + (1 + 5*Tan[x]^2)
^(5/2)/5

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 203

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

Rule 3670

Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_.), x_Symbol]
 :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist[(c*ff)/f, Subst[Int[(((d*ff*x)/c)^m*(a + b*(ff*x)^n)^p)/(c^
2 + ff^2*x^2), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && (IGtQ[p, 0] || EqQ
[n, 2] || EqQ[n, 4] || (IntegerQ[p] && RationalQ[n]))

Rubi steps

\begin {align*} \int \tan (x) \left (1+5 \tan ^2(x)\right )^{5/2} \, dx &=\operatorname {Subst}\left (\int \frac {x \left (1+5 x^2\right )^{5/2}}{1+x^2} \, dx,x,\tan (x)\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {(1+5 x)^{5/2}}{1+x} \, dx,x,\tan ^2(x)\right )\\ &=\frac {1}{5} \left (1+5 \tan ^2(x)\right )^{5/2}-2 \operatorname {Subst}\left (\int \frac {(1+5 x)^{3/2}}{1+x} \, dx,x,\tan ^2(x)\right )\\ &=-\frac {4}{3} \left (1+5 \tan ^2(x)\right )^{3/2}+\frac {1}{5} \left (1+5 \tan ^2(x)\right )^{5/2}+8 \operatorname {Subst}\left (\int \frac {\sqrt {1+5 x}}{1+x} \, dx,x,\tan ^2(x)\right )\\ &=16 \sqrt {1+5 \tan ^2(x)}-\frac {4}{3} \left (1+5 \tan ^2(x)\right )^{3/2}+\frac {1}{5} \left (1+5 \tan ^2(x)\right )^{5/2}-32 \operatorname {Subst}\left (\int \frac {1}{(1+x) \sqrt {1+5 x}} \, dx,x,\tan ^2(x)\right )\\ &=16 \sqrt {1+5 \tan ^2(x)}-\frac {4}{3} \left (1+5 \tan ^2(x)\right )^{3/2}+\frac {1}{5} \left (1+5 \tan ^2(x)\right )^{5/2}-\frac {64}{5} \operatorname {Subst}\left (\int \frac {1}{\frac {4}{5}+\frac {x^2}{5}} \, dx,x,\sqrt {1+5 \tan ^2(x)}\right )\\ &=-32 \tan ^{-1}\left (\frac {1}{2} \sqrt {1+5 \tan ^2(x)}\right )+16 \sqrt {1+5 \tan ^2(x)}-\frac {4}{3} \left (1+5 \tan ^2(x)\right )^{3/2}+\frac {1}{5} \left (1+5 \tan ^2(x)\right )^{5/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.07, size = 49, normalized size = 0.74 \[ \frac {5 \sqrt {5} \left (5 \tan ^2(x)+1\right )^{5/2} \, _2F_1\left (-\frac {5}{2},-\frac {5}{2};-\frac {3}{2};\frac {4 \cos ^2(x)}{5}\right )}{(3-2 \cos (2 x))^{5/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Tan[x]*(1 + 5*Tan[x]^2)^(5/2),x]

[Out]

(5*Sqrt[5]*Hypergeometric2F1[-5/2, -5/2, -3/2, (4*Cos[x]^2)/5]*(1 + 5*Tan[x]^2)^(5/2))/(3 - 2*Cos[2*x])^(5/2)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \tan (x) \left (1+5 \tan ^2(x)\right )^{5/2} \, dx \]

Verification is Not applicable to the result.

[In]

IntegrateAlgebraic[Tan[x]*(1 + 5*Tan[x]^2)^(5/2),x]

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.56, size = 50, normalized size = 0.76 \[ \frac {1}{15} \, {\left (75 \, \tan \relax (x)^{4} - 70 \, \tan \relax (x)^{2} + 223\right )} \sqrt {5 \, \tan \relax (x)^{2} + 1} - 16 \, \arctan \left (\frac {5 \, \tan \relax (x)^{2} - 3}{4 \, \sqrt {5 \, \tan \relax (x)^{2} + 1}}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(x)*(1+5*tan(x)^2)^(5/2),x, algorithm="fricas")

[Out]

1/15*(75*tan(x)^4 - 70*tan(x)^2 + 223)*sqrt(5*tan(x)^2 + 1) - 16*arctan(1/4*(5*tan(x)^2 - 3)/sqrt(5*tan(x)^2 +
 1))

________________________________________________________________________________________

giac [A]  time = 0.62, size = 52, normalized size = 0.79 \[ \frac {1}{5} \, {\left (5 \, \tan \relax (x)^{2} + 1\right )}^{\frac {5}{2}} - \frac {4}{3} \, {\left (5 \, \tan \relax (x)^{2} + 1\right )}^{\frac {3}{2}} + 16 \, \sqrt {5 \, \tan \relax (x)^{2} + 1} - 32 \, \arctan \left (\frac {1}{2} \, \sqrt {5 \, \tan \relax (x)^{2} + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(x)*(1+5*tan(x)^2)^(5/2),x, algorithm="giac")

[Out]

1/5*(5*tan(x)^2 + 1)^(5/2) - 4/3*(5*tan(x)^2 + 1)^(3/2) + 16*sqrt(5*tan(x)^2 + 1) - 32*arctan(1/2*sqrt(5*tan(x
)^2 + 1))

________________________________________________________________________________________

maple [A]  time = 0.08, size = 61, normalized size = 0.92




method result size



derivativedivides \(5 \left (\tan ^{4}\relax (x )\right ) \sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}-\frac {14 \left (\tan ^{2}\relax (x )\right ) \sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}}{3}+\frac {223 \sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}}{15}-32 \arctan \left (\frac {\sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}}{2}\right )\) \(61\)
default \(5 \left (\tan ^{4}\relax (x )\right ) \sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}-\frac {14 \left (\tan ^{2}\relax (x )\right ) \sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}}{3}+\frac {223 \sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}}{15}-32 \arctan \left (\frac {\sqrt {1+5 \left (\tan ^{2}\relax (x )\right )}}{2}\right )\) \(61\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(x)*(1+5*tan(x)^2)^(5/2),x,method=_RETURNVERBOSE)

[Out]

5*tan(x)^4*(1+5*tan(x)^2)^(1/2)-14/3*tan(x)^2*(1+5*tan(x)^2)^(1/2)+223/15*(1+5*tan(x)^2)^(1/2)-32*arctan(1/2*(
1+5*tan(x)^2)^(1/2))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (5 \, \tan \relax (x)^{2} + 1\right )}^{\frac {5}{2}} \tan \relax (x)\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(x)*(1+5*tan(x)^2)^(5/2),x, algorithm="maxima")

[Out]

integrate((5*tan(x)^2 + 1)^(5/2)*tan(x), x)

________________________________________________________________________________________

mupad [B]  time = 1.57, size = 90, normalized size = 1.36 \[ \frac {\sqrt {5}\,\sqrt {{\mathrm {tan}\relax (x)}^2+\frac {1}{5}}\,\left (25\,{\mathrm {tan}\relax (x)}^4-\frac {70\,{\mathrm {tan}\relax (x)}^2}{3}+\frac {223}{3}\right )}{5}-\ln \left (\mathrm {tan}\relax (x)-\frac {2\,\sqrt {5}\,\sqrt {{\mathrm {tan}\relax (x)}^2+\frac {1}{5}}}{5}+\frac {1}{5}{}\mathrm {i}\right )\,16{}\mathrm {i}-\ln \left (\mathrm {tan}\relax (x)+\frac {2\,\sqrt {5}\,\sqrt {{\mathrm {tan}\relax (x)}^2+\frac {1}{5}}}{5}-\frac {1}{5}{}\mathrm {i}\right )\,16{}\mathrm {i}+\ln \left (\mathrm {tan}\relax (x)-\mathrm {i}\right )\,16{}\mathrm {i}+\ln \left (\mathrm {tan}\relax (x)+1{}\mathrm {i}\right )\,16{}\mathrm {i} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(x)*(5*tan(x)^2 + 1)^(5/2),x)

[Out]

log(tan(x) - 1i)*16i - log(tan(x) + (2*5^(1/2)*(tan(x)^2 + 1/5)^(1/2))/5 - 1i/5)*16i - log(tan(x) - (2*5^(1/2)
*(tan(x)^2 + 1/5)^(1/2))/5 + 1i/5)*16i + log(tan(x) + 1i)*16i + (5^(1/2)*(tan(x)^2 + 1/5)^(1/2)*(25*tan(x)^4 -
 (70*tan(x)^2)/3 + 223/3))/5

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (5 \tan ^{2}{\relax (x )} + 1\right )^{\frac {5}{2}} \tan {\relax (x )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tan(x)*(1+5*tan(x)**2)**(5/2),x)

[Out]

Integral((5*tan(x)**2 + 1)**(5/2)*tan(x), x)

________________________________________________________________________________________