3.190 \(\int \frac {\cos (x)}{\sec (x)+\tan (x)} \, dx\)

Optimal. Leaf size=4 \[ x+\cos (x) \]

[Out]

x+cos(x)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {4391, 2682, 8} \[ x+\cos (x) \]

Antiderivative was successfully verified.

[In]

Int[Cos[x]/(Sec[x] + Tan[x]),x]

[Out]

x + Cos[x]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2682

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)/((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(g*(g*Cos[e
 + f*x])^(p - 1))/(b*f*(p - 1)), x] + Dist[g^2/a, Int[(g*Cos[e + f*x])^(p - 2), x], x] /; FreeQ[{a, b, e, f, g
}, x] && EqQ[a^2 - b^2, 0] && GtQ[p, 1] && IntegerQ[2*p]

Rule 4391

Int[(u_.)*((b_.)*sec[(c_.) + (d_.)*(x_)]^(n_.) + (a_.)*tan[(c_.) + (d_.)*(x_)]^(n_.))^(p_), x_Symbol] :> Int[A
ctivateTrig[u]*Sec[c + d*x]^(n*p)*(b + a*Sin[c + d*x]^n)^p, x] /; FreeQ[{a, b, c, d}, x] && IntegersQ[n, p]

Rubi steps

\begin {align*} \int \frac {\cos (x)}{\sec (x)+\tan (x)} \, dx &=\int \frac {\cos ^2(x)}{1+\sin (x)} \, dx\\ &=\cos (x)+\int 1 \, dx\\ &=x+\cos (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 4, normalized size = 1.00 \[ x+\cos (x) \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[x]/(Sec[x] + Tan[x]),x]

[Out]

x + Cos[x]

________________________________________________________________________________________

fricas [A]  time = 1.37, size = 4, normalized size = 1.00 \[ x + \cos \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(sec(x)+tan(x)),x, algorithm="fricas")

[Out]

x + cos(x)

________________________________________________________________________________________

giac [B]  time = 0.83, size = 14, normalized size = 3.50 \[ x + \frac {2}{\tan \left (\frac {1}{2} \, x\right )^{2} + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(sec(x)+tan(x)),x, algorithm="giac")

[Out]

x + 2/(tan(1/2*x)^2 + 1)

________________________________________________________________________________________

maple [B]  time = 0.11, size = 15, normalized size = 3.75 \[ \frac {2}{\tan ^{2}\left (\frac {x}{2}\right )+1}+x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)/(sec(x)+tan(x)),x)

[Out]

2/(tan(1/2*x)^2+1)+x

________________________________________________________________________________________

maxima [B]  time = 0.42, size = 30, normalized size = 7.50 \[ \frac {2}{\frac {\sin \relax (x)^{2}}{{\left (\cos \relax (x) + 1\right )}^{2}} + 1} + 2 \, \arctan \left (\frac {\sin \relax (x)}{\cos \relax (x) + 1}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(sec(x)+tan(x)),x, algorithm="maxima")

[Out]

2/(sin(x)^2/(cos(x) + 1)^2 + 1) + 2*arctan(sin(x)/(cos(x) + 1))

________________________________________________________________________________________

mupad [B]  time = 0.55, size = 4, normalized size = 1.00 \[ x+\cos \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)/(tan(x) + 1/cos(x)),x)

[Out]

x + cos(x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(sec(x)+tan(x)),x)

[Out]

Integral(cos(x)/(tan(x) + sec(x)), x)

________________________________________________________________________________________