3.348 \(\int \sinh ^{-1}(c e^{a+b x}) \, dx\)

Optimal. Leaf size=76 \[ \frac {\text {Li}_2\left (e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{2 b}-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}+\frac {\sinh ^{-1}\left (c e^{a+b x}\right ) \log \left (1-e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{b} \]

[Out]

-1/2*arcsinh(c*exp(b*x+a))^2/b+arcsinh(c*exp(b*x+a))*ln(1-(c*exp(b*x+a)+(1+c^2*exp(b*x+a)^2)^(1/2))^2)/b+1/2*p
olylog(2,(c*exp(b*x+a)+(1+c^2*exp(b*x+a)^2)^(1/2))^2)/b

________________________________________________________________________________________

Rubi [A]  time = 0.08, antiderivative size = 76, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.600, Rules used = {2282, 5659, 3716, 2190, 2279, 2391} \[ \frac {\text {PolyLog}\left (2,e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{2 b}-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}+\frac {\sinh ^{-1}\left (c e^{a+b x}\right ) \log \left (1-e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{b} \]

Antiderivative was successfully verified.

[In]

Int[ArcSinh[c*E^(a + b*x)],x]

[Out]

-ArcSinh[c*E^(a + b*x)]^2/(2*b) + (ArcSinh[c*E^(a + b*x)]*Log[1 - E^(2*ArcSinh[c*E^(a + b*x)])])/b + PolyLog[2
, E^(2*ArcSinh[c*E^(a + b*x)])]/(2*b)

Rule 2190

Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/((a_) + (b_.)*((F_)^((g_.)*((e_.) +
 (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp[((c + d*x)^m*Log[1 + (b*(F^(g*(e + f*x)))^n)/a])/(b*f*g*n*Log[F]), x]
 - Dist[(d*m)/(b*f*g*n*Log[F]), Int[(c + d*x)^(m - 1)*Log[1 + (b*(F^(g*(e + f*x)))^n)/a], x], x] /; FreeQ[{F,
a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]

Rule 2279

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

Rule 2282

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2391

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> -Simp[PolyLog[2, -(c*e*x^n)]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 3716

Int[((c_.) + (d_.)*(x_))^(m_.)*tan[(e_.) + Pi*(k_.) + (Complex[0, fz_])*(f_.)*(x_)], x_Symbol] :> -Simp[(I*(c
+ d*x)^(m + 1))/(d*(m + 1)), x] + Dist[2*I, Int[((c + d*x)^m*E^(2*(-(I*e) + f*fz*x)))/(E^(2*I*k*Pi)*(1 + E^(2*
(-(I*e) + f*fz*x))/E^(2*I*k*Pi))), x], x] /; FreeQ[{c, d, e, f, fz}, x] && IntegerQ[4*k] && IGtQ[m, 0]

Rule 5659

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)/(x_), x_Symbol] :> Subst[Int[(a + b*x)^n/Tanh[x], x], x, ArcSinh
[c*x]] /; FreeQ[{a, b, c}, x] && IGtQ[n, 0]

Rubi steps

\begin {align*} \int \sinh ^{-1}\left (c e^{a+b x}\right ) \, dx &=\frac {\operatorname {Subst}\left (\int \frac {\sinh ^{-1}(c x)}{x} \, dx,x,e^{a+b x}\right )}{b}\\ &=\frac {\operatorname {Subst}\left (\int x \coth (x) \, dx,x,\sinh ^{-1}\left (c e^{a+b x}\right )\right )}{b}\\ &=-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}-\frac {2 \operatorname {Subst}\left (\int \frac {e^{2 x} x}{1-e^{2 x}} \, dx,x,\sinh ^{-1}\left (c e^{a+b x}\right )\right )}{b}\\ &=-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}+\frac {\sinh ^{-1}\left (c e^{a+b x}\right ) \log \left (1-e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{b}-\frac {\operatorname {Subst}\left (\int \log \left (1-e^{2 x}\right ) \, dx,x,\sinh ^{-1}\left (c e^{a+b x}\right )\right )}{b}\\ &=-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}+\frac {\sinh ^{-1}\left (c e^{a+b x}\right ) \log \left (1-e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{b}-\frac {\operatorname {Subst}\left (\int \frac {\log (1-x)}{x} \, dx,x,e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{2 b}\\ &=-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}+\frac {\sinh ^{-1}\left (c e^{a+b x}\right ) \log \left (1-e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{b}+\frac {\text {Li}_2\left (e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{2 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.53, size = 76, normalized size = 1.00 \[ \frac {\text {Li}_2\left (e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{2 b}-\frac {\sinh ^{-1}\left (c e^{a+b x}\right )^2}{2 b}+\frac {\sinh ^{-1}\left (c e^{a+b x}\right ) \log \left (1-e^{2 \sinh ^{-1}\left (c e^{a+b x}\right )}\right )}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcSinh[c*E^(a + b*x)],x]

[Out]

-1/2*ArcSinh[c*E^(a + b*x)]^2/b + (ArcSinh[c*E^(a + b*x)]*Log[1 - E^(2*ArcSinh[c*E^(a + b*x)])])/b + PolyLog[2
, E^(2*ArcSinh[c*E^(a + b*x)])]/(2*b)

________________________________________________________________________________________

fricas [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsinh(c*exp(b*x+a)),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {arsinh}\left (c e^{\left (b x + a\right )}\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsinh(c*exp(b*x+a)),x, algorithm="giac")

[Out]

integrate(arcsinh(c*e^(b*x + a)), x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 166, normalized size = 2.18 \[ -\frac {\arcsinh \left (c \,{\mathrm e}^{b x +a}\right )^{2}}{2 b}+\frac {\arcsinh \left (c \,{\mathrm e}^{b x +a}\right ) \ln \left (1+c \,{\mathrm e}^{b x +a}+\sqrt {1+c^{2} {\mathrm e}^{2 b x +2 a}}\right )}{b}+\frac {\polylog \left (2, -c \,{\mathrm e}^{b x +a}-\sqrt {1+c^{2} {\mathrm e}^{2 b x +2 a}}\right )}{b}+\frac {\arcsinh \left (c \,{\mathrm e}^{b x +a}\right ) \ln \left (1-c \,{\mathrm e}^{b x +a}-\sqrt {1+c^{2} {\mathrm e}^{2 b x +2 a}}\right )}{b}+\frac {\polylog \left (2, c \,{\mathrm e}^{b x +a}+\sqrt {1+c^{2} {\mathrm e}^{2 b x +2 a}}\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arcsinh(c*exp(b*x+a)),x)

[Out]

-1/2*arcsinh(c*exp(b*x+a))^2/b+1/b*arcsinh(c*exp(b*x+a))*ln(1+c*exp(b*x+a)+(1+c^2*exp(b*x+a)^2)^(1/2))+1/b*pol
ylog(2,-c*exp(b*x+a)-(1+c^2*exp(b*x+a)^2)^(1/2))+1/b*arcsinh(c*exp(b*x+a))*ln(1-c*exp(b*x+a)-(1+c^2*exp(b*x+a)
^2)^(1/2))+1/b*polylog(2,c*exp(b*x+a)+(1+c^2*exp(b*x+a)^2)^(1/2))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ -b c \int \frac {x e^{\left (b x + a\right )}}{c^{3} e^{\left (3 \, b x + 3 \, a\right )} + c e^{\left (b x + a\right )} + {\left (c^{2} e^{\left (2 \, b x + 2 \, a\right )} + 1\right )}^{\frac {3}{2}}}\,{d x} + x \log \left (c e^{\left (b x + a\right )} + \sqrt {c^{2} e^{\left (2 \, b x + 2 \, a\right )} + 1}\right ) - \frac {2 \, b x \log \left (c^{2} e^{\left (2 \, b x + 2 \, a\right )} + 1\right ) + {\rm Li}_2\left (-c^{2} e^{\left (2 \, b x + 2 \, a\right )}\right )}{4 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsinh(c*exp(b*x+a)),x, algorithm="maxima")

[Out]

-b*c*integrate(x*e^(b*x + a)/(c^3*e^(3*b*x + 3*a) + c*e^(b*x + a) + (c^2*e^(2*b*x + 2*a) + 1)^(3/2)), x) + x*l
og(c*e^(b*x + a) + sqrt(c^2*e^(2*b*x + 2*a) + 1)) - 1/4*(2*b*x*log(c^2*e^(2*b*x + 2*a) + 1) + dilog(-c^2*e^(2*
b*x + 2*a)))/b

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \mathrm {asinh}\left (c\,{\mathrm {e}}^{b\,x}\,{\mathrm {e}}^a\right ) \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(asinh(c*exp(a + b*x)),x)

[Out]

int(asinh(c*exp(b*x)*exp(a)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {asinh}{\left (c e^{a + b x} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(asinh(c*exp(b*x+a)),x)

[Out]

Integral(asinh(c*exp(a + b*x)), x)

________________________________________________________________________________________