\(\int \frac {x^2 (a+b \text {arcsinh}(c x))}{(d+c^2 d x^2)^3} \, dx\) [48]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [A] (verified)
Fricas [F]
Sympy [F]
Maxima [F]
Giac [F]
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 24, antiderivative size = 184 \[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=-\frac {b}{12 c^3 d^3 \left (1+c^2 x^2\right )^{3/2}}+\frac {b}{8 c^3 d^3 \sqrt {1+c^2 x^2}}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (1+c^2 x^2\right )^2}+\frac {x (a+b \text {arcsinh}(c x))}{8 c^2 d^3 \left (1+c^2 x^2\right )}+\frac {(a+b \text {arcsinh}(c x)) \arctan \left (e^{\text {arcsinh}(c x)}\right )}{4 c^3 d^3}-\frac {i b \operatorname {PolyLog}\left (2,-i e^{\text {arcsinh}(c x)}\right )}{8 c^3 d^3}+\frac {i b \operatorname {PolyLog}\left (2,i e^{\text {arcsinh}(c x)}\right )}{8 c^3 d^3} \] Output:

-1/12*b/c^3/d^3/(c^2*x^2+1)^(3/2)+1/8*b/c^3/d^3/(c^2*x^2+1)^(1/2)-1/4*x*(a 
+b*arcsinh(c*x))/c^2/d^3/(c^2*x^2+1)^2+1/8*x*(a+b*arcsinh(c*x))/c^2/d^3/(c 
^2*x^2+1)+1/4*(a+b*arcsinh(c*x))*arctan(c*x+(c^2*x^2+1)^(1/2))/c^3/d^3-1/8 
*I*b*polylog(2,-I*(c*x+(c^2*x^2+1)^(1/2)))/c^3/d^3+1/8*I*b*polylog(2,I*(c* 
x+(c^2*x^2+1)^(1/2)))/c^3/d^3
 

Mathematica [A] (verified)

Time = 0.20 (sec) , antiderivative size = 340, normalized size of antiderivative = 1.85 \[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\frac {-3 a c x+3 a c^3 x^3+b \sqrt {1+c^2 x^2}+3 b c^2 x^2 \sqrt {1+c^2 x^2}-3 b c x \text {arcsinh}(c x)+3 b c^3 x^3 \text {arcsinh}(c x)+3 a \arctan (c x)+6 a c^2 x^2 \arctan (c x)+3 a c^4 x^4 \arctan (c x)+3 i b \text {arcsinh}(c x) \log \left (1-i e^{\text {arcsinh}(c x)}\right )+6 i b c^2 x^2 \text {arcsinh}(c x) \log \left (1-i e^{\text {arcsinh}(c x)}\right )+3 i b c^4 x^4 \text {arcsinh}(c x) \log \left (1-i e^{\text {arcsinh}(c x)}\right )-3 i b \text {arcsinh}(c x) \log \left (1+i e^{\text {arcsinh}(c x)}\right )-6 i b c^2 x^2 \text {arcsinh}(c x) \log \left (1+i e^{\text {arcsinh}(c x)}\right )-3 i b c^4 x^4 \text {arcsinh}(c x) \log \left (1+i e^{\text {arcsinh}(c x)}\right )-3 i b \left (1+c^2 x^2\right )^2 \operatorname {PolyLog}\left (2,-i e^{\text {arcsinh}(c x)}\right )+3 i b \left (1+c^2 x^2\right )^2 \operatorname {PolyLog}\left (2,i e^{\text {arcsinh}(c x)}\right )}{24 c^3 d^3 \left (1+c^2 x^2\right )^2} \] Input:

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

Output:

(-3*a*c*x + 3*a*c^3*x^3 + b*Sqrt[1 + c^2*x^2] + 3*b*c^2*x^2*Sqrt[1 + c^2*x 
^2] - 3*b*c*x*ArcSinh[c*x] + 3*b*c^3*x^3*ArcSinh[c*x] + 3*a*ArcTan[c*x] + 
6*a*c^2*x^2*ArcTan[c*x] + 3*a*c^4*x^4*ArcTan[c*x] + (3*I)*b*ArcSinh[c*x]*L 
og[1 - I*E^ArcSinh[c*x]] + (6*I)*b*c^2*x^2*ArcSinh[c*x]*Log[1 - I*E^ArcSin 
h[c*x]] + (3*I)*b*c^4*x^4*ArcSinh[c*x]*Log[1 - I*E^ArcSinh[c*x]] - (3*I)*b 
*ArcSinh[c*x]*Log[1 + I*E^ArcSinh[c*x]] - (6*I)*b*c^2*x^2*ArcSinh[c*x]*Log 
[1 + I*E^ArcSinh[c*x]] - (3*I)*b*c^4*x^4*ArcSinh[c*x]*Log[1 + I*E^ArcSinh[ 
c*x]] - (3*I)*b*(1 + c^2*x^2)^2*PolyLog[2, (-I)*E^ArcSinh[c*x]] + (3*I)*b* 
(1 + c^2*x^2)^2*PolyLog[2, I*E^ArcSinh[c*x]])/(24*c^3*d^3*(1 + c^2*x^2)^2)
 

Rubi [A] (verified)

Time = 1.19 (sec) , antiderivative size = 170, normalized size of antiderivative = 0.92, number of steps used = 11, number of rules used = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.417, Rules used = {6225, 27, 241, 6203, 241, 6204, 3042, 4668, 2715, 2838}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (c^2 d x^2+d\right )^3} \, dx\)

\(\Big \downarrow \) 6225

\(\displaystyle \frac {\int \frac {a+b \text {arcsinh}(c x)}{d^2 \left (c^2 x^2+1\right )^2}dx}{4 c^2 d}+\frac {b \int \frac {x}{\left (c^2 x^2+1\right )^{5/2}}dx}{4 c d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {\int \frac {a+b \text {arcsinh}(c x)}{\left (c^2 x^2+1\right )^2}dx}{4 c^2 d^3}+\frac {b \int \frac {x}{\left (c^2 x^2+1\right )^{5/2}}dx}{4 c d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}\)

\(\Big \downarrow \) 241

\(\displaystyle \frac {\int \frac {a+b \text {arcsinh}(c x)}{\left (c^2 x^2+1\right )^2}dx}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 6203

\(\displaystyle \frac {\frac {1}{2} \int \frac {a+b \text {arcsinh}(c x)}{c^2 x^2+1}dx-\frac {1}{2} b c \int \frac {x}{\left (c^2 x^2+1\right )^{3/2}}dx+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 241

\(\displaystyle \frac {\frac {1}{2} \int \frac {a+b \text {arcsinh}(c x)}{c^2 x^2+1}dx+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}+\frac {b}{2 c \sqrt {c^2 x^2+1}}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 6204

\(\displaystyle \frac {\frac {\int \frac {a+b \text {arcsinh}(c x)}{\sqrt {c^2 x^2+1}}d\text {arcsinh}(c x)}{2 c}+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}+\frac {b}{2 c \sqrt {c^2 x^2+1}}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {\frac {\int (a+b \text {arcsinh}(c x)) \csc \left (i \text {arcsinh}(c x)+\frac {\pi }{2}\right )d\text {arcsinh}(c x)}{2 c}+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}+\frac {b}{2 c \sqrt {c^2 x^2+1}}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 4668

\(\displaystyle \frac {\frac {-i b \int \log \left (1-i e^{\text {arcsinh}(c x)}\right )d\text {arcsinh}(c x)+i b \int \log \left (1+i e^{\text {arcsinh}(c x)}\right )d\text {arcsinh}(c x)+2 \arctan \left (e^{\text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))}{2 c}+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}+\frac {b}{2 c \sqrt {c^2 x^2+1}}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 2715

\(\displaystyle \frac {\frac {-i b \int e^{-\text {arcsinh}(c x)} \log \left (1-i e^{\text {arcsinh}(c x)}\right )de^{\text {arcsinh}(c x)}+i b \int e^{-\text {arcsinh}(c x)} \log \left (1+i e^{\text {arcsinh}(c x)}\right )de^{\text {arcsinh}(c x)}+2 \arctan \left (e^{\text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))}{2 c}+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}+\frac {b}{2 c \sqrt {c^2 x^2+1}}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

\(\Big \downarrow \) 2838

\(\displaystyle \frac {\frac {2 \arctan \left (e^{\text {arcsinh}(c x)}\right ) (a+b \text {arcsinh}(c x))-i b \operatorname {PolyLog}\left (2,-i e^{\text {arcsinh}(c x)}\right )+i b \operatorname {PolyLog}\left (2,i e^{\text {arcsinh}(c x)}\right )}{2 c}+\frac {x (a+b \text {arcsinh}(c x))}{2 \left (c^2 x^2+1\right )}+\frac {b}{2 c \sqrt {c^2 x^2+1}}}{4 c^2 d^3}-\frac {x (a+b \text {arcsinh}(c x))}{4 c^2 d^3 \left (c^2 x^2+1\right )^2}-\frac {b}{12 c^3 d^3 \left (c^2 x^2+1\right )^{3/2}}\)

Input:

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

Output:

-1/12*b/(c^3*d^3*(1 + c^2*x^2)^(3/2)) - (x*(a + b*ArcSinh[c*x]))/(4*c^2*d^ 
3*(1 + c^2*x^2)^2) + (b/(2*c*Sqrt[1 + c^2*x^2]) + (x*(a + b*ArcSinh[c*x])) 
/(2*(1 + c^2*x^2)) + (2*(a + b*ArcSinh[c*x])*ArcTan[E^ArcSinh[c*x]] - I*b* 
PolyLog[2, (-I)*E^ArcSinh[c*x]] + I*b*PolyLog[2, I*E^ArcSinh[c*x]])/(2*c)) 
/(4*c^2*d^3)
 

Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 241
Int[(x_)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(a + b*x^2)^(p + 1)/ 
(2*b*(p + 1)), x] /; FreeQ[{a, b, p}, x] && NeQ[p, -1]
 

rule 2715
Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] 
:> Simp[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 2838
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 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

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

rule 6203
Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((d_) + (e_.)*(x_)^2)^(p_), x 
_Symbol] :> Simp[(-x)*(d + e*x^2)^(p + 1)*((a + b*ArcSinh[c*x])^n/(2*d*(p + 
 1))), x] + (Simp[(2*p + 3)/(2*d*(p + 1))   Int[(d + e*x^2)^(p + 1)*(a + b* 
ArcSinh[c*x])^n, x], x] + Simp[b*c*(n/(2*(p + 1)))*Simp[(d + e*x^2)^p/(1 + 
c^2*x^2)^p]   Int[x*(1 + c^2*x^2)^(p + 1/2)*(a + b*ArcSinh[c*x])^(n - 1), x 
], x]) /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && GtQ[n, 0] && LtQ[p, 
 -1] && NeQ[p, -3/2]
 

rule 6204
Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)/((d_) + (e_.)*(x_)^2), x_Symb 
ol] :> Simp[1/(c*d)   Subst[Int[(a + b*x)^n*Sech[x], x], x, ArcSinh[c*x]], 
x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && IGtQ[n, 0]
 

rule 6225
Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d_) + (e_ 
.)*(x_)^2)^(p_), x_Symbol] :> Simp[f*(f*x)^(m - 1)*(d + e*x^2)^(p + 1)*((a 
+ b*ArcSinh[c*x])^n/(2*e*(p + 1))), x] + (-Simp[f^2*((m - 1)/(2*e*(p + 1))) 
   Int[(f*x)^(m - 2)*(d + e*x^2)^(p + 1)*(a + b*ArcSinh[c*x])^n, x], x] - S 
imp[b*f*(n/(2*c*(p + 1)))*Simp[(d + e*x^2)^p/(1 + c^2*x^2)^p]   Int[(f*x)^( 
m - 1)*(1 + c^2*x^2)^(p + 1/2)*(a + b*ArcSinh[c*x])^(n - 1), x], x]) /; Fre 
eQ[{a, b, c, d, e, f}, x] && EqQ[e, c^2*d] && GtQ[n, 0] && LtQ[p, -1] && IG 
tQ[m, 1]
 
Maple [A] (verified)

Time = 0.66 (sec) , antiderivative size = 247, normalized size of antiderivative = 1.34

method result size
derivativedivides \(\frac {\frac {a \left (\frac {\frac {1}{8} x^{3} c^{3}-\frac {1}{8} x c}{\left (c^{2} x^{2}+1\right )^{2}}+\frac {\arctan \left (x c \right )}{8}\right )}{d^{3}}+\frac {b \left (\frac {\operatorname {arcsinh}\left (x c \right ) x^{3} c^{3}}{8 \left (c^{2} x^{2}+1\right )^{2}}-\frac {\operatorname {arcsinh}\left (x c \right ) x c}{8 \left (c^{2} x^{2}+1\right )^{2}}+\frac {\operatorname {arcsinh}\left (x c \right ) \arctan \left (x c \right )}{8}+\frac {\arctan \left (x c \right ) \ln \left (1+\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}-\frac {\arctan \left (x c \right ) \ln \left (1-\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}-\frac {i \operatorname {dilog}\left (1+\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}+\frac {i \operatorname {dilog}\left (1-\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}+\frac {c^{2} x^{2}}{8 \left (c^{2} x^{2}+1\right )^{\frac {3}{2}}}+\frac {1}{24 \left (c^{2} x^{2}+1\right )^{\frac {3}{2}}}\right )}{d^{3}}}{c^{3}}\) \(247\)
default \(\frac {\frac {a \left (\frac {\frac {1}{8} x^{3} c^{3}-\frac {1}{8} x c}{\left (c^{2} x^{2}+1\right )^{2}}+\frac {\arctan \left (x c \right )}{8}\right )}{d^{3}}+\frac {b \left (\frac {\operatorname {arcsinh}\left (x c \right ) x^{3} c^{3}}{8 \left (c^{2} x^{2}+1\right )^{2}}-\frac {\operatorname {arcsinh}\left (x c \right ) x c}{8 \left (c^{2} x^{2}+1\right )^{2}}+\frac {\operatorname {arcsinh}\left (x c \right ) \arctan \left (x c \right )}{8}+\frac {\arctan \left (x c \right ) \ln \left (1+\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}-\frac {\arctan \left (x c \right ) \ln \left (1-\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}-\frac {i \operatorname {dilog}\left (1+\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}+\frac {i \operatorname {dilog}\left (1-\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}+\frac {c^{2} x^{2}}{8 \left (c^{2} x^{2}+1\right )^{\frac {3}{2}}}+\frac {1}{24 \left (c^{2} x^{2}+1\right )^{\frac {3}{2}}}\right )}{d^{3}}}{c^{3}}\) \(247\)
parts \(\frac {a \left (\frac {\frac {x^{3}}{8}-\frac {x}{8 c^{2}}}{\left (c^{2} x^{2}+1\right )^{2}}+\frac {\arctan \left (x c \right )}{8 c^{3}}\right )}{d^{3}}+\frac {b \left (\frac {\operatorname {arcsinh}\left (x c \right ) x^{3} c^{3}}{8 \left (c^{2} x^{2}+1\right )^{2}}-\frac {\operatorname {arcsinh}\left (x c \right ) x c}{8 \left (c^{2} x^{2}+1\right )^{2}}+\frac {\operatorname {arcsinh}\left (x c \right ) \arctan \left (x c \right )}{8}+\frac {\arctan \left (x c \right ) \ln \left (1+\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}-\frac {\arctan \left (x c \right ) \ln \left (1-\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}-\frac {i \operatorname {dilog}\left (1+\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}+\frac {i \operatorname {dilog}\left (1-\frac {i \left (i x c +1\right )}{\sqrt {c^{2} x^{2}+1}}\right )}{8}+\frac {c^{2} x^{2}}{8 \left (c^{2} x^{2}+1\right )^{\frac {3}{2}}}+\frac {1}{24 \left (c^{2} x^{2}+1\right )^{\frac {3}{2}}}\right )}{d^{3} c^{3}}\) \(248\)

Input:

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

Output:

1/c^3*(a/d^3*((1/8*x^3*c^3-1/8*x*c)/(c^2*x^2+1)^2+1/8*arctan(x*c))+b/d^3*( 
1/8*arcsinh(x*c)/(c^2*x^2+1)^2*x^3*c^3-1/8*arcsinh(x*c)/(c^2*x^2+1)^2*x*c+ 
1/8*arcsinh(x*c)*arctan(x*c)+1/8*arctan(x*c)*ln(1+I*(1+I*x*c)/(c^2*x^2+1)^ 
(1/2))-1/8*arctan(x*c)*ln(1-I*(1+I*x*c)/(c^2*x^2+1)^(1/2))-1/8*I*dilog(1+I 
*(1+I*x*c)/(c^2*x^2+1)^(1/2))+1/8*I*dilog(1-I*(1+I*x*c)/(c^2*x^2+1)^(1/2)) 
+1/8*c^2*x^2/(c^2*x^2+1)^(3/2)+1/24/(c^2*x^2+1)^(3/2)))
 

Fricas [F]

\[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\int { \frac {{\left (b \operatorname {arsinh}\left (c x\right ) + a\right )} x^{2}}{{\left (c^{2} d x^{2} + d\right )}^{3}} \,d x } \] Input:

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

Output:

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

Sympy [F]

\[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\frac {\int \frac {a x^{2}}{c^{6} x^{6} + 3 c^{4} x^{4} + 3 c^{2} x^{2} + 1}\, dx + \int \frac {b x^{2} \operatorname {asinh}{\left (c x \right )}}{c^{6} x^{6} + 3 c^{4} x^{4} + 3 c^{2} x^{2} + 1}\, dx}{d^{3}} \] Input:

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

Output:

(Integral(a*x**2/(c**6*x**6 + 3*c**4*x**4 + 3*c**2*x**2 + 1), x) + Integra 
l(b*x**2*asinh(c*x)/(c**6*x**6 + 3*c**4*x**4 + 3*c**2*x**2 + 1), x))/d**3
 

Maxima [F]

\[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\int { \frac {{\left (b \operatorname {arsinh}\left (c x\right ) + a\right )} x^{2}}{{\left (c^{2} d x^{2} + d\right )}^{3}} \,d x } \] Input:

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

Output:

1/8*a*((c^2*x^3 - x)/(c^6*d^3*x^4 + 2*c^4*d^3*x^2 + c^2*d^3) + arctan(c*x) 
/(c^3*d^3)) + b*integrate(x^2*log(c*x + sqrt(c^2*x^2 + 1))/(c^6*d^3*x^6 + 
3*c^4*d^3*x^4 + 3*c^2*d^3*x^2 + d^3), x)
 

Giac [F]

\[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\int { \frac {{\left (b \operatorname {arsinh}\left (c x\right ) + a\right )} x^{2}}{{\left (c^{2} d x^{2} + d\right )}^{3}} \,d x } \] Input:

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

Output:

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

Mupad [F(-1)]

Timed out. \[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\int \frac {x^2\,\left (a+b\,\mathrm {asinh}\left (c\,x\right )\right )}{{\left (d\,c^2\,x^2+d\right )}^3} \,d x \] Input:

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

Output:

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

Reduce [F]

\[ \int \frac {x^2 (a+b \text {arcsinh}(c x))}{\left (d+c^2 d x^2\right )^3} \, dx=\frac {\mathit {atan} \left (c x \right ) a \,c^{4} x^{4}+2 \mathit {atan} \left (c x \right ) a \,c^{2} x^{2}+\mathit {atan} \left (c x \right ) a +8 \left (\int \frac {\mathit {asinh} \left (c x \right ) x^{2}}{c^{6} x^{6}+3 c^{4} x^{4}+3 c^{2} x^{2}+1}d x \right ) b \,c^{7} x^{4}+16 \left (\int \frac {\mathit {asinh} \left (c x \right ) x^{2}}{c^{6} x^{6}+3 c^{4} x^{4}+3 c^{2} x^{2}+1}d x \right ) b \,c^{5} x^{2}+8 \left (\int \frac {\mathit {asinh} \left (c x \right ) x^{2}}{c^{6} x^{6}+3 c^{4} x^{4}+3 c^{2} x^{2}+1}d x \right ) b \,c^{3}+a \,c^{3} x^{3}-a c x}{8 c^{3} d^{3} \left (c^{4} x^{4}+2 c^{2} x^{2}+1\right )} \] Input:

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

Output:

(atan(c*x)*a*c**4*x**4 + 2*atan(c*x)*a*c**2*x**2 + atan(c*x)*a + 8*int((as 
inh(c*x)*x**2)/(c**6*x**6 + 3*c**4*x**4 + 3*c**2*x**2 + 1),x)*b*c**7*x**4 
+ 16*int((asinh(c*x)*x**2)/(c**6*x**6 + 3*c**4*x**4 + 3*c**2*x**2 + 1),x)* 
b*c**5*x**2 + 8*int((asinh(c*x)*x**2)/(c**6*x**6 + 3*c**4*x**4 + 3*c**2*x* 
*2 + 1),x)*b*c**3 + a*c**3*x**3 - a*c*x)/(8*c**3*d**3*(c**4*x**4 + 2*c**2* 
x**2 + 1))