3.259 \(\int (a+b \sec (c+d x)) \tan (c+d x) \, dx\)

Optimal. Leaf size=25 \[ \frac {b \sec (c+d x)}{d}-\frac {a \log (\cos (c+d x))}{d} \]

[Out]

-a*ln(cos(d*x+c))/d+b*sec(d*x+c)/d

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.235, Rules used = {3884, 3475, 2606, 8} \[ \frac {b \sec (c+d x)}{d}-\frac {a \log (\cos (c+d x))}{d} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Sec[c + d*x])*Tan[c + d*x],x]

[Out]

-((a*Log[Cos[c + d*x]])/d) + (b*Sec[c + d*x])/d

Rule 8

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

Rule 2606

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[a/f, Subst[
Int[(a*x)^(m - 1)*(-1 + x^2)^((n - 1)/2), x], x, Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n -
1)/2] &&  !(IntegerQ[m/2] && LtQ[0, m, n + 1])

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3884

Int[(cot[(c_.) + (d_.)*(x_)]*(e_.))^(m_.)*(csc[(c_.) + (d_.)*(x_)]*(b_.) + (a_)), x_Symbol] :> Dist[a, Int[(e*
Cot[c + d*x])^m, x], x] + Dist[b, Int[(e*Cot[c + d*x])^m*Csc[c + d*x], x], x] /; FreeQ[{a, b, c, d, e, m}, x]

Rubi steps

\begin {align*} \int (a+b \sec (c+d x)) \tan (c+d x) \, dx &=a \int \tan (c+d x) \, dx+b \int \sec (c+d x) \tan (c+d x) \, dx\\ &=-\frac {a \log (\cos (c+d x))}{d}+\frac {b \operatorname {Subst}(\int 1 \, dx,x,\sec (c+d x))}{d}\\ &=-\frac {a \log (\cos (c+d x))}{d}+\frac {b \sec (c+d x)}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 25, normalized size = 1.00 \[ \frac {b \sec (c+d x)}{d}-\frac {a \log (\cos (c+d x))}{d} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sec[c + d*x])*Tan[c + d*x],x]

[Out]

-((a*Log[Cos[c + d*x]])/d) + (b*Sec[c + d*x])/d

________________________________________________________________________________________

fricas [A]  time = 1.02, size = 34, normalized size = 1.36 \[ -\frac {a \cos \left (d x + c\right ) \log \left (-\cos \left (d x + c\right )\right ) - b}{d \cos \left (d x + c\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*tan(d*x+c),x, algorithm="fricas")

[Out]

-(a*cos(d*x + c)*log(-cos(d*x + c)) - b)/(d*cos(d*x + c))

________________________________________________________________________________________

giac [B]  time = 1.03, size = 107, normalized size = 4.28 \[ \frac {a \log \left ({\left | -\frac {\cos \left (d x + c\right ) - 1}{\cos \left (d x + c\right ) + 1} + 1 \right |}\right ) - a \log \left ({\left | -\frac {\cos \left (d x + c\right ) - 1}{\cos \left (d x + c\right ) + 1} - 1 \right |}\right ) + \frac {a + 2 \, b + \frac {a {\left (\cos \left (d x + c\right ) - 1\right )}}{\cos \left (d x + c\right ) + 1}}{\frac {\cos \left (d x + c\right ) - 1}{\cos \left (d x + c\right ) + 1} + 1}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*tan(d*x+c),x, algorithm="giac")

[Out]

(a*log(abs(-(cos(d*x + c) - 1)/(cos(d*x + c) + 1) + 1)) - a*log(abs(-(cos(d*x + c) - 1)/(cos(d*x + c) + 1) - 1
)) + (a + 2*b + a*(cos(d*x + c) - 1)/(cos(d*x + c) + 1))/((cos(d*x + c) - 1)/(cos(d*x + c) + 1) + 1))/d

________________________________________________________________________________________

maple [A]  time = 0.18, size = 25, normalized size = 1.00 \[ \frac {b \sec \left (d x +c \right )}{d}+\frac {a \ln \left (\sec \left (d x +c \right )\right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*sec(d*x+c))*tan(d*x+c),x)

[Out]

b*sec(d*x+c)/d+a/d*ln(sec(d*x+c))

________________________________________________________________________________________

maxima [A]  time = 0.56, size = 26, normalized size = 1.04 \[ -\frac {a \log \left (\cos \left (d x + c\right )\right ) - \frac {b}{\cos \left (d x + c\right )}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*tan(d*x+c),x, algorithm="maxima")

[Out]

-(a*log(cos(d*x + c)) - b/cos(d*x + c))/d

________________________________________________________________________________________

mupad [B]  time = 1.30, size = 40, normalized size = 1.60 \[ \frac {2\,a\,\mathrm {atanh}\left ({\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^2\right )}{d}-\frac {2\,b}{d\,\left ({\mathrm {tan}\left (\frac {c}{2}+\frac {d\,x}{2}\right )}^2-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(c + d*x)*(a + b/cos(c + d*x)),x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.26, size = 37, normalized size = 1.48 \[ \begin {cases} \frac {a \log {\left (\tan ^{2}{\left (c + d x \right )} + 1 \right )}}{2 d} + \frac {b \sec {\left (c + d x \right )}}{d} & \text {for}\: d \neq 0 \\x \left (a + b \sec {\relax (c )}\right ) \tan {\relax (c )} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*sec(d*x+c))*tan(d*x+c),x)

[Out]

Piecewise((a*log(tan(c + d*x)**2 + 1)/(2*d) + b*sec(c + d*x)/d, Ne(d, 0)), (x*(a + b*sec(c))*tan(c), True))

________________________________________________________________________________________