3.1.23 \(\int (b \tanh (c+d x))^n \, dx\) [23]

Optimal. Leaf size=48 \[ \frac {\, _2F_1\left (1,\frac {1+n}{2};\frac {3+n}{2};\tanh ^2(c+d x)\right ) (b \tanh (c+d x))^{1+n}}{b d (1+n)} \]

[Out]

hypergeom([1, 1/2+1/2*n],[3/2+1/2*n],tanh(d*x+c)^2)*(b*tanh(d*x+c))^(1+n)/b/d/(1+n)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 48, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3557, 371} \begin {gather*} \frac {(b \tanh (c+d x))^{n+1} \, _2F_1\left (1,\frac {n+1}{2};\frac {n+3}{2};\tanh ^2(c+d x)\right )}{b d (n+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(b*Tanh[c + d*x])^n,x]

[Out]

(Hypergeometric2F1[1, (1 + n)/2, (3 + n)/2, Tanh[c + d*x]^2]*(b*Tanh[c + d*x])^(1 + n))/(b*d*(1 + n))

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 3557

Int[((b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Dist[b/d, Subst[Int[x^n/(b^2 + x^2), x], x, b*Tan[c + d
*x]], x] /; FreeQ[{b, c, d, n}, x] &&  !IntegerQ[n]

Rubi steps

\begin {align*} \int (b \tanh (c+d x))^n \, dx &=-\frac {b \text {Subst}\left (\int \frac {x^n}{-b^2+x^2} \, dx,x,b \tanh (c+d x)\right )}{d}\\ &=\frac {\, _2F_1\left (1,\frac {1+n}{2};\frac {3+n}{2};\tanh ^2(c+d x)\right ) (b \tanh (c+d x))^{1+n}}{b d (1+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 51, normalized size = 1.06 \begin {gather*} \frac {\, _2F_1\left (1,\frac {1+n}{2};1+\frac {1+n}{2};\tanh ^2(c+d x)\right ) \tanh (c+d x) (b \tanh (c+d x))^n}{d (1+n)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(b*Tanh[c + d*x])^n,x]

[Out]

(Hypergeometric2F1[1, (1 + n)/2, 1 + (1 + n)/2, Tanh[c + d*x]^2]*Tanh[c + d*x]*(b*Tanh[c + d*x])^n)/(d*(1 + n)
)

________________________________________________________________________________________

Maple [F]
time = 1.78, size = 0, normalized size = 0.00 \[\int \left (b \tanh \left (d x +c \right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*tanh(d*x+c))^n,x)

[Out]

int((b*tanh(d*x+c))^n,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*tanh(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*tanh(d*x + c))^n, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*tanh(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*tanh(d*x + c))^n, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (b \tanh {\left (c + d x \right )}\right )^{n}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*tanh(d*x+c))**n,x)

[Out]

Integral((b*tanh(c + d*x))**n, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*tanh(d*x+c))^n,x, algorithm="giac")

[Out]

integrate((b*tanh(d*x + c))^n, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int {\left (b\,\mathrm {tanh}\left (c+d\,x\right )\right )}^n \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*tanh(c + d*x))^n,x)

[Out]

int((b*tanh(c + d*x))^n, x)

________________________________________________________________________________________