3.143 \(\int \frac{(a+b \sinh ^{-1}(c+d x))^3}{(c e+d e x)^2} \, dx\)

Optimal. Leaf size=166 \[ -\frac{6 b^2 \text{PolyLog}\left (2,-e^{\sinh ^{-1}(c+d x)}\right ) \left (a+b \sinh ^{-1}(c+d x)\right )}{d e^2}+\frac{6 b^2 \text{PolyLog}\left (2,e^{\sinh ^{-1}(c+d x)}\right ) \left (a+b \sinh ^{-1}(c+d x)\right )}{d e^2}+\frac{6 b^3 \text{PolyLog}\left (3,-e^{\sinh ^{-1}(c+d x)}\right )}{d e^2}-\frac{6 b^3 \text{PolyLog}\left (3,e^{\sinh ^{-1}(c+d x)}\right )}{d e^2}-\frac{\left (a+b \sinh ^{-1}(c+d x)\right )^3}{d e^2 (c+d x)}-\frac{6 b \tanh ^{-1}\left (e^{\sinh ^{-1}(c+d x)}\right ) \left (a+b \sinh ^{-1}(c+d x)\right )^2}{d e^2} \]

[Out]

-((a + b*ArcSinh[c + d*x])^3/(d*e^2*(c + d*x))) - (6*b*(a + b*ArcSinh[c + d*x])^2*ArcTanh[E^ArcSinh[c + d*x]])
/(d*e^2) - (6*b^2*(a + b*ArcSinh[c + d*x])*PolyLog[2, -E^ArcSinh[c + d*x]])/(d*e^2) + (6*b^2*(a + b*ArcSinh[c
+ d*x])*PolyLog[2, E^ArcSinh[c + d*x]])/(d*e^2) + (6*b^3*PolyLog[3, -E^ArcSinh[c + d*x]])/(d*e^2) - (6*b^3*Pol
yLog[3, E^ArcSinh[c + d*x]])/(d*e^2)

________________________________________________________________________________________

Rubi [A]  time = 0.255148, antiderivative size = 166, normalized size of antiderivative = 1., number of steps used = 11, number of rules used = 8, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.348, Rules used = {5865, 12, 5661, 5760, 4182, 2531, 2282, 6589} \[ -\frac{6 b^2 \text{PolyLog}\left (2,-e^{\sinh ^{-1}(c+d x)}\right ) \left (a+b \sinh ^{-1}(c+d x)\right )}{d e^2}+\frac{6 b^2 \text{PolyLog}\left (2,e^{\sinh ^{-1}(c+d x)}\right ) \left (a+b \sinh ^{-1}(c+d x)\right )}{d e^2}+\frac{6 b^3 \text{PolyLog}\left (3,-e^{\sinh ^{-1}(c+d x)}\right )}{d e^2}-\frac{6 b^3 \text{PolyLog}\left (3,e^{\sinh ^{-1}(c+d x)}\right )}{d e^2}-\frac{\left (a+b \sinh ^{-1}(c+d x)\right )^3}{d e^2 (c+d x)}-\frac{6 b \tanh ^{-1}\left (e^{\sinh ^{-1}(c+d x)}\right ) \left (a+b \sinh ^{-1}(c+d x)\right )^2}{d e^2} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcSinh[c + d*x])^3/(c*e + d*e*x)^2,x]

[Out]

-((a + b*ArcSinh[c + d*x])^3/(d*e^2*(c + d*x))) - (6*b*(a + b*ArcSinh[c + d*x])^2*ArcTanh[E^ArcSinh[c + d*x]])
/(d*e^2) - (6*b^2*(a + b*ArcSinh[c + d*x])*PolyLog[2, -E^ArcSinh[c + d*x]])/(d*e^2) + (6*b^2*(a + b*ArcSinh[c
+ d*x])*PolyLog[2, E^ArcSinh[c + d*x]])/(d*e^2) + (6*b^3*PolyLog[3, -E^ArcSinh[c + d*x]])/(d*e^2) - (6*b^3*Pol
yLog[3, E^ArcSinh[c + d*x]])/(d*e^2)

Rule 5865

Int[((a_.) + ArcSinh[(c_) + (d_.)*(x_)]*(b_.))^(n_.)*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Dist[1/d, Subst[
Int[((d*e - c*f)/d + (f*x)/d)^m*(a + b*ArcSinh[x])^n, x], x, c + d*x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x
]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 5661

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*ArcS
inh[c*x])^n)/(d*(m + 1)), x] - Dist[(b*c*n)/(d*(m + 1)), Int[((d*x)^(m + 1)*(a + b*ArcSinh[c*x])^(n - 1))/Sqrt
[1 + c^2*x^2], x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0] && NeQ[m, -1]

Rule 5760

Int[(((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Dist[1/(c^(m
 + 1)*Sqrt[d]), Subst[Int[(a + b*x)^n*Sinh[x]^m, x], x, ArcSinh[c*x]], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[
e, c^2*d] && GtQ[d, 0] && IGtQ[n, 0] && IntegerQ[m]

Rule 4182

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

Rule 2531

Int[Log[1 + (e_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.)]*((f_.) + (g_.)*(x_))^(m_.), x_Symbol] :> -Simp[((
f + g*x)^m*PolyLog[2, -(e*(F^(c*(a + b*x)))^n)])/(b*c*n*Log[F]), x] + Dist[(g*m)/(b*c*n*Log[F]), Int[(f + g*x)
^(m - 1)*PolyLog[2, -(e*(F^(c*(a + b*x)))^n)], x], x] /; FreeQ[{F, a, b, c, e, f, g, n}, x] && GtQ[m, 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 6589

Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[PolyLog[n + 1, c*(a
+ b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d, e, n, p}, x] && EqQ[b*d, a*e]

Rubi steps

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

Mathematica [A]  time = 0.779462, size = 315, normalized size = 1.9 \[ \frac{3 a b^2 \left (2 \text{PolyLog}\left (2,-e^{-\sinh ^{-1}(c+d x)}\right )-2 \text{PolyLog}\left (2,e^{-\sinh ^{-1}(c+d x)}\right )+\sinh ^{-1}(c+d x) \left (-\frac{\sinh ^{-1}(c+d x)}{c+d x}+2 \log \left (1-e^{-\sinh ^{-1}(c+d x)}\right )-2 \log \left (e^{-\sinh ^{-1}(c+d x)}+1\right )\right )\right )+b^3 \left (6 \sinh ^{-1}(c+d x) \text{PolyLog}\left (2,-e^{-\sinh ^{-1}(c+d x)}\right )-6 \sinh ^{-1}(c+d x) \text{PolyLog}\left (2,e^{-\sinh ^{-1}(c+d x)}\right )+6 \text{PolyLog}\left (3,-e^{-\sinh ^{-1}(c+d x)}\right )-6 \text{PolyLog}\left (3,e^{-\sinh ^{-1}(c+d x)}\right )-\frac{\sinh ^{-1}(c+d x)^3}{c+d x}+3 \sinh ^{-1}(c+d x)^2 \log \left (1-e^{-\sinh ^{-1}(c+d x)}\right )-3 \sinh ^{-1}(c+d x)^2 \log \left (e^{-\sinh ^{-1}(c+d x)}+1\right )\right )-3 a^2 b \log \left (\sqrt{c^2+2 c d x+d^2 x^2+1}+1\right )+3 a^2 b \log (c+d x)-\frac{3 a^2 b \sinh ^{-1}(c+d x)}{c+d x}-\frac{a^3}{c+d x}}{d e^2} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(a + b*ArcSinh[c + d*x])^3/(c*e + d*e*x)^2,x]

[Out]

(-(a^3/(c + d*x)) - (3*a^2*b*ArcSinh[c + d*x])/(c + d*x) + 3*a^2*b*Log[c + d*x] - 3*a^2*b*Log[1 + Sqrt[1 + c^2
 + 2*c*d*x + d^2*x^2]] + 3*a*b^2*(ArcSinh[c + d*x]*(-(ArcSinh[c + d*x]/(c + d*x)) + 2*Log[1 - E^(-ArcSinh[c +
d*x])] - 2*Log[1 + E^(-ArcSinh[c + d*x])]) + 2*PolyLog[2, -E^(-ArcSinh[c + d*x])] - 2*PolyLog[2, E^(-ArcSinh[c
 + d*x])]) + b^3*(-(ArcSinh[c + d*x]^3/(c + d*x)) + 3*ArcSinh[c + d*x]^2*Log[1 - E^(-ArcSinh[c + d*x])] - 3*Ar
cSinh[c + d*x]^2*Log[1 + E^(-ArcSinh[c + d*x])] + 6*ArcSinh[c + d*x]*PolyLog[2, -E^(-ArcSinh[c + d*x])] - 6*Ar
cSinh[c + d*x]*PolyLog[2, E^(-ArcSinh[c + d*x])] + 6*PolyLog[3, -E^(-ArcSinh[c + d*x])] - 6*PolyLog[3, E^(-Arc
Sinh[c + d*x])]))/(d*e^2)

________________________________________________________________________________________

Maple [B]  time = 0.046, size = 481, normalized size = 2.9 \begin{align*} -{\frac{{a}^{3}}{d{e}^{2} \left ( dx+c \right ) }}-{\frac{{b}^{3} \left ({\it Arcsinh} \left ( dx+c \right ) \right ) ^{3}}{d{e}^{2} \left ( dx+c \right ) }}-3\,{\frac{{b}^{3} \left ({\it Arcsinh} \left ( dx+c \right ) \right ) ^{2}\ln \left ( 1+dx+c+\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}-6\,{\frac{{b}^{3}{\it Arcsinh} \left ( dx+c \right ){\it polylog} \left ( 2,-dx-c-\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}+6\,{\frac{{b}^{3}{\it polylog} \left ( 3,-dx-c-\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}+3\,{\frac{{b}^{3} \left ({\it Arcsinh} \left ( dx+c \right ) \right ) ^{2}\ln \left ( 1-dx-c-\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}+6\,{\frac{{b}^{3}{\it Arcsinh} \left ( dx+c \right ){\it polylog} \left ( 2,dx+c+\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}-6\,{\frac{{b}^{3}{\it polylog} \left ( 3,dx+c+\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}-3\,{\frac{a{b}^{2} \left ({\it Arcsinh} \left ( dx+c \right ) \right ) ^{2}}{d{e}^{2} \left ( dx+c \right ) }}-6\,{\frac{a{b}^{2}{\it Arcsinh} \left ( dx+c \right ) \ln \left ( 1+dx+c+\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}-6\,{\frac{a{b}^{2}{\it polylog} \left ( 2,-dx-c-\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}+6\,{\frac{a{b}^{2}{\it Arcsinh} \left ( dx+c \right ) \ln \left ( 1-dx-c-\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}+6\,{\frac{a{b}^{2}{\it polylog} \left ( 2,dx+c+\sqrt{1+ \left ( dx+c \right ) ^{2}} \right ) }{d{e}^{2}}}-3\,{\frac{{a}^{2}b{\it Arcsinh} \left ( dx+c \right ) }{d{e}^{2} \left ( dx+c \right ) }}-3\,{\frac{{a}^{2}b{\it Artanh} \left ({\frac{1}{\sqrt{1+ \left ( dx+c \right ) ^{2}}}} \right ) }{d{e}^{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arcsinh(d*x+c))^3/(d*e*x+c*e)^2,x)

[Out]

-1/d*a^3/e^2/(d*x+c)-1/d*b^3/e^2*arcsinh(d*x+c)^3/(d*x+c)-3/d*b^3/e^2*arcsinh(d*x+c)^2*ln(1+d*x+c+(1+(d*x+c)^2
)^(1/2))-6/d*b^3/e^2*arcsinh(d*x+c)*polylog(2,-d*x-c-(1+(d*x+c)^2)^(1/2))+6*b^3*polylog(3,-d*x-c-(1+(d*x+c)^2)
^(1/2))/d/e^2+3/d*b^3/e^2*arcsinh(d*x+c)^2*ln(1-d*x-c-(1+(d*x+c)^2)^(1/2))+6/d*b^3/e^2*arcsinh(d*x+c)*polylog(
2,d*x+c+(1+(d*x+c)^2)^(1/2))-6*b^3*polylog(3,d*x+c+(1+(d*x+c)^2)^(1/2))/d/e^2-3/d*a*b^2/e^2/(d*x+c)*arcsinh(d*
x+c)^2-6/d*a*b^2/e^2*arcsinh(d*x+c)*ln(1+d*x+c+(1+(d*x+c)^2)^(1/2))-6/d*a*b^2/e^2*polylog(2,-d*x-c-(1+(d*x+c)^
2)^(1/2))+6/d*a*b^2/e^2*arcsinh(d*x+c)*ln(1-d*x-c-(1+(d*x+c)^2)^(1/2))+6/d*a*b^2/e^2*polylog(2,d*x+c+(1+(d*x+c
)^2)^(1/2))-3/d*a^2*b/e^2/(d*x+c)*arcsinh(d*x+c)-3/d*a^2*b/e^2*arctanh(1/(1+(d*x+c)^2)^(1/2))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsinh(d*x+c))^3/(d*e*x+c*e)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{b^{3} \operatorname{arsinh}\left (d x + c\right )^{3} + 3 \, a b^{2} \operatorname{arsinh}\left (d x + c\right )^{2} + 3 \, a^{2} b \operatorname{arsinh}\left (d x + c\right ) + a^{3}}{d^{2} e^{2} x^{2} + 2 \, c d e^{2} x + c^{2} e^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsinh(d*x+c))^3/(d*e*x+c*e)^2,x, algorithm="fricas")

[Out]

integral((b^3*arcsinh(d*x + c)^3 + 3*a*b^2*arcsinh(d*x + c)^2 + 3*a^2*b*arcsinh(d*x + c) + a^3)/(d^2*e^2*x^2 +
 2*c*d*e^2*x + c^2*e^2), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \frac{\int \frac{a^{3}}{c^{2} + 2 c d x + d^{2} x^{2}}\, dx + \int \frac{b^{3} \operatorname{asinh}^{3}{\left (c + d x \right )}}{c^{2} + 2 c d x + d^{2} x^{2}}\, dx + \int \frac{3 a b^{2} \operatorname{asinh}^{2}{\left (c + d x \right )}}{c^{2} + 2 c d x + d^{2} x^{2}}\, dx + \int \frac{3 a^{2} b \operatorname{asinh}{\left (c + d x \right )}}{c^{2} + 2 c d x + d^{2} x^{2}}\, dx}{e^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*asinh(d*x+c))**3/(d*e*x+c*e)**2,x)

[Out]

(Integral(a**3/(c**2 + 2*c*d*x + d**2*x**2), x) + Integral(b**3*asinh(c + d*x)**3/(c**2 + 2*c*d*x + d**2*x**2)
, x) + Integral(3*a*b**2*asinh(c + d*x)**2/(c**2 + 2*c*d*x + d**2*x**2), x) + Integral(3*a**2*b*asinh(c + d*x)
/(c**2 + 2*c*d*x + d**2*x**2), x))/e**2

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \operatorname{arsinh}\left (d x + c\right ) + a\right )}^{3}}{{\left (d e x + c e\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsinh(d*x+c))^3/(d*e*x+c*e)^2,x, algorithm="giac")

[Out]

integrate((b*arcsinh(d*x + c) + a)^3/(d*e*x + c*e)^2, x)