3.265 \(\int \frac {\sec ^2(x)}{1+\sec ^2(x)-3 \tan (x)} \, dx\)

Optimal. Leaf size=21 \[ \log (2 \cos (x)-\sin (x))-\log (\cos (x)-\sin (x)) \]

[Out]

-ln(cos(x)-sin(x))+ln(2*cos(x)-sin(x))

________________________________________________________________________________________

Rubi [A]  time = 0.11, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {616, 31} \[ \log (2 \cos (x)-\sin (x))-\log (\cos (x)-\sin (x)) \]

Antiderivative was successfully verified.

[In]

Int[Sec[x]^2/(1 + Sec[x]^2 - 3*Tan[x]),x]

[Out]

-Log[Cos[x] - Sin[x]] + Log[2*Cos[x] - Sin[x]]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 616

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Dist[c/q, Int[1/Simp
[b/2 - q/2 + c*x, x], x], x] - Dist[c/q, Int[1/Simp[b/2 + q/2 + c*x, x], x], x]] /; FreeQ[{a, b, c}, x] && NeQ
[b^2 - 4*a*c, 0] && PosQ[b^2 - 4*a*c] && PerfectSquareQ[b^2 - 4*a*c]

Rubi steps

\begin {align*} \int \frac {\sec ^2(x)}{1+\sec ^2(x)-3 \tan (x)} \, dx &=\operatorname {Subst}\left (\int \frac {1}{2-3 x+x^2} \, dx,x,\tan (x)\right )\\ &=\operatorname {Subst}\left (\int \frac {1}{-2+x} \, dx,x,\tan (x)\right )-\operatorname {Subst}\left (\int \frac {1}{-1+x} \, dx,x,\tan (x)\right )\\ &=-\log (1-\tan (x))+\log (2-\tan (x))\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 29, normalized size = 1.38 \[ 2 \left (\frac {1}{2} \log (2 \cos (x)-\sin (x))-\frac {1}{2} \log (\cos (x)-\sin (x))\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[x]^2/(1 + Sec[x]^2 - 3*Tan[x]),x]

[Out]

2*(-1/2*Log[Cos[x] - Sin[x]] + Log[2*Cos[x] - Sin[x]]/2)

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 29, normalized size = 1.38 \[ \frac {1}{2} \, \log \left (\frac {3}{4} \, \cos \relax (x)^{2} - \cos \relax (x) \sin \relax (x) + \frac {1}{4}\right ) - \frac {1}{2} \, \log \left (-2 \, \cos \relax (x) \sin \relax (x) + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*log(3/4*cos(x)^2 - cos(x)*sin(x) + 1/4) - 1/2*log(-2*cos(x)*sin(x) + 1)

________________________________________________________________________________________

giac [A]  time = 0.96, size = 15, normalized size = 0.71 \[ -\log \left ({\left | \tan \relax (x) - 1 \right |}\right ) + \log \left ({\left | \tan \relax (x) - 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(abs(tan(x) - 1)) + log(abs(tan(x) - 2))

________________________________________________________________________________________

maple [A]  time = 0.13, size = 14, normalized size = 0.67 \[ \ln \left (\tan \relax (x )-2\right )-\ln \left (\tan \relax (x )-1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(x)^2/(1+sec(x)^2-3*tan(x)),x)

[Out]

ln(tan(x)-2)-ln(tan(x)-1)

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 13, normalized size = 0.62 \[ -\log \left (\tan \relax (x) - 1\right ) + \log \left (\tan \relax (x) - 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(tan(x) - 1) + log(tan(x) - 2)

________________________________________________________________________________________

mupad [B]  time = 0.81, size = 9, normalized size = 0.43 \[ -2\,\mathrm {atanh}\left (2\,\mathrm {tan}\relax (x)-3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cos(x)^2*(1/cos(x)^2 - 3*tan(x) + 1)),x)

[Out]

-2*atanh(2*tan(x) - 3)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(x)**2/(1+sec(x)**2-3*tan(x)),x)

[Out]

Integral(sec(x)**2/(-3*tan(x) + sec(x)**2 + 1), x)

________________________________________________________________________________________