3.171 \(\int \tanh ^p(a+3 \log (x)) \, dx\)

Optimal. Leaf size=61 \[ x \left (1-e^{2 a} x^6\right )^{-p} \left (e^{2 a} x^6-1\right )^p F_1\left (\frac{1}{6};-p,p;\frac{7}{6};e^{2 a} x^6,-e^{2 a} x^6\right ) \]

[Out]

(x*(-1 + E^(2*a)*x^6)^p*AppellF1[1/6, -p, p, 7/6, E^(2*a)*x^6, -(E^(2*a)*x^6)])/(1 - E^(2*a)*x^6)^p

________________________________________________________________________________________

Rubi [F]  time = 0.0182731, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \tanh ^p(a+3 \log (x)) \, dx \]

Verification is Not applicable to the result.

[In]

Int[Tanh[a + 3*Log[x]]^p,x]

[Out]

Defer[Int][Tanh[a + 3*Log[x]]^p, x]

Rubi steps

\begin{align*} \int \tanh ^p(a+3 \log (x)) \, dx &=\int \tanh ^p(a+3 \log (x)) \, dx\\ \end{align*}

Mathematica [B]  time = 1.78222, size = 171, normalized size = 2.8 \[ \frac{7 x \left (\frac{e^{2 a} x^6-1}{e^{2 a} x^6+1}\right )^p F_1\left (\frac{1}{6};-p,p;\frac{7}{6};e^{2 a} x^6,-e^{2 a} x^6\right )}{7 F_1\left (\frac{1}{6};-p,p;\frac{7}{6};e^{2 a} x^6,-e^{2 a} x^6\right )-6 e^{2 a} p x^6 \left (F_1\left (\frac{7}{6};1-p,p;\frac{13}{6};e^{2 a} x^6,-e^{2 a} x^6\right )+F_1\left (\frac{7}{6};-p,p+1;\frac{13}{6};e^{2 a} x^6,-e^{2 a} x^6\right )\right )} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[Tanh[a + 3*Log[x]]^p,x]

[Out]

(7*x*((-1 + E^(2*a)*x^6)/(1 + E^(2*a)*x^6))^p*AppellF1[1/6, -p, p, 7/6, E^(2*a)*x^6, -(E^(2*a)*x^6)])/(7*Appel
lF1[1/6, -p, p, 7/6, E^(2*a)*x^6, -(E^(2*a)*x^6)] - 6*E^(2*a)*p*x^6*(AppellF1[7/6, 1 - p, p, 13/6, E^(2*a)*x^6
, -(E^(2*a)*x^6)] + AppellF1[7/6, -p, 1 + p, 13/6, E^(2*a)*x^6, -(E^(2*a)*x^6)]))

________________________________________________________________________________________

Maple [F]  time = 0.052, size = 0, normalized size = 0. \begin{align*} \int \left ( \tanh \left ( a+3\,\ln \left ( x \right ) \right ) \right ) ^{p}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(a+3*ln(x))^p,x)

[Out]

int(tanh(a+3*ln(x))^p,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \tanh \left (a + 3 \, \log \left (x\right )\right )^{p}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(a+3*log(x))^p,x, algorithm="maxima")

[Out]

integrate(tanh(a + 3*log(x))^p, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\tanh \left (a + 3 \, \log \left (x\right )\right )^{p}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(a+3*log(x))^p,x, algorithm="fricas")

[Out]

integral(tanh(a + 3*log(x))^p, x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \tanh ^{p}{\left (a + 3 \log{\left (x \right )} \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(a+3*ln(x))**p,x)

[Out]

Integral(tanh(a + 3*log(x))**p, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \tanh \left (a + 3 \, \log \left (x\right )\right )^{p}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(a+3*log(x))^p,x, algorithm="giac")

[Out]

integrate(tanh(a + 3*log(x))^p, x)