\(\int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx\) [63]

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

Optimal result

Integrand size = 27, antiderivative size = 195 \[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=\frac {2 b x \sqrt {d-c^2 d x^2}}{15 c^3 \sqrt {-1+c x} \sqrt {1+c x}}+\frac {b x^3 \sqrt {d-c^2 d x^2}}{45 c \sqrt {-1+c x} \sqrt {1+c x}}-\frac {b c x^5 \sqrt {d-c^2 d x^2}}{25 \sqrt {-1+c x} \sqrt {1+c x}}-\frac {\left (d-c^2 d x^2\right )^{3/2} (a+b \text {arccosh}(c x))}{3 c^4 d}+\frac {\left (d-c^2 d x^2\right )^{5/2} (a+b \text {arccosh}(c x))}{5 c^4 d^2} \] Output:

2/15*b*x*(-c^2*d*x^2+d)^(1/2)/c^3/(c*x-1)^(1/2)/(c*x+1)^(1/2)+1/45*b*x^3*( 
-c^2*d*x^2+d)^(1/2)/c/(c*x-1)^(1/2)/(c*x+1)^(1/2)-1/25*b*c*x^5*(-c^2*d*x^2 
+d)^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)-1/3*(-c^2*d*x^2+d)^(3/2)*(a+b*arccos 
h(c*x))/c^4/d+1/5*(-c^2*d*x^2+d)^(5/2)*(a+b*arccosh(c*x))/c^4/d^2
 

Mathematica [A] (verified)

Time = 0.12 (sec) , antiderivative size = 126, normalized size of antiderivative = 0.65 \[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=\frac {\sqrt {d-c^2 d x^2} \left (b c \left (30 x+5 c^2 x^3-9 c^4 x^5\right )+30 (-1+c x)^{3/2} (1+c x)^{3/2} (a+b \text {arccosh}(c x))+45 c^2 x^2 (-1+c x)^{3/2} (1+c x)^{3/2} (a+b \text {arccosh}(c x))\right )}{225 c^4 \sqrt {-1+c x} \sqrt {1+c x}} \] Input:

Integrate[x^3*Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]),x]
 

Output:

(Sqrt[d - c^2*d*x^2]*(b*c*(30*x + 5*c^2*x^3 - 9*c^4*x^5) + 30*(-1 + c*x)^( 
3/2)*(1 + c*x)^(3/2)*(a + b*ArcCosh[c*x]) + 45*c^2*x^2*(-1 + c*x)^(3/2)*(1 
 + c*x)^(3/2)*(a + b*ArcCosh[c*x])))/(225*c^4*Sqrt[-1 + c*x]*Sqrt[1 + c*x] 
)
 

Rubi [A] (verified)

Time = 0.40 (sec) , antiderivative size = 132, normalized size of antiderivative = 0.68, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {6337, 27, 2009}

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 x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx\)

\(\Big \downarrow \) 6337

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

\(\Big \downarrow \) 27

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

\(\Big \downarrow \) 2009

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

Input:

Int[x^3*Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]),x]
 

Output:

(b*Sqrt[d - c^2*d*x^2]*(2*x + (c^2*x^3)/3 - (3*c^4*x^5)/5))/(15*c^3*Sqrt[- 
1 + c*x]*Sqrt[1 + c*x]) - ((d - c^2*d*x^2)^(3/2)*(a + b*ArcCosh[c*x]))/(3* 
c^4*d) + ((d - c^2*d*x^2)^(5/2)*(a + b*ArcCosh[c*x]))/(5*c^4*d^2)
 

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 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 6337
Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))*(x_)^(m_)*((d_) + (e_.)*(x_)^2)^(p_ 
), x_Symbol] :> With[{u = IntHide[x^m*(d + e*x^2)^p, x]}, Simp[(a + b*ArcCo 
sh[c*x])   u, x] - Simp[b*c*Simp[Sqrt[d + e*x^2]/(Sqrt[1 + c*x]*Sqrt[-1 + c 
*x])]   Int[SimplifyIntegrand[u/Sqrt[d + e*x^2], x], x], x]] /; FreeQ[{a, b 
, c, d, e}, x] && EqQ[c^2*d + e, 0] && IntegerQ[p - 1/2] && NeQ[p, -2^(-1)] 
 && (IGtQ[(m + 1)/2, 0] || ILtQ[(m + 2*p + 3)/2, 0])
 
Maple [A] (verified)

Time = 0.61 (sec) , antiderivative size = 181, normalized size of antiderivative = 0.93

method result size
orering \(\frac {\left (81 c^{6} x^{6}-107 c^{4} x^{4}-120 c^{2} x^{2}+120\right ) \sqrt {-c^{2} d \,x^{2}+d}\, \left (a +b \,\operatorname {arccosh}\left (c x \right )\right )}{225 c^{4} \left (c^{2} x^{2}-1\right )}-\frac {\left (9 c^{4} x^{4}-5 c^{2} x^{2}-30\right ) \left (3 x^{2} \sqrt {-c^{2} d \,x^{2}+d}\, \left (a +b \,\operatorname {arccosh}\left (c x \right )\right )-\frac {x^{4} \left (a +b \,\operatorname {arccosh}\left (c x \right )\right ) c^{2} d}{\sqrt {-c^{2} d \,x^{2}+d}}+\frac {b c \,x^{3} \sqrt {-c^{2} d \,x^{2}+d}}{\sqrt {c x -1}\, \sqrt {c x +1}}\right )}{225 x^{2} c^{4}}\) \(181\)
default \(a \left (-\frac {x^{2} \left (-c^{2} d \,x^{2}+d \right )^{\frac {3}{2}}}{5 c^{2} d}-\frac {2 \left (-c^{2} d \,x^{2}+d \right )^{\frac {3}{2}}}{15 d \,c^{4}}\right )+b \left (\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (16 c^{6} x^{6}-28 c^{4} x^{4}+16 c^{5} x^{5} \sqrt {c x -1}\, \sqrt {c x +1}+13 c^{2} x^{2}-20 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}+5 \sqrt {c x -1}\, \sqrt {c x +1}\, c x -1\right ) \left (-1+5 \,\operatorname {arccosh}\left (c x \right )\right )}{800 \left (c x +1\right ) c^{4} \left (c x -1\right )}+\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (4 c^{4} x^{4}-5 c^{2} x^{2}+4 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}-3 \sqrt {c x -1}\, \sqrt {c x +1}\, c x +1\right ) \left (-1+3 \,\operatorname {arccosh}\left (c x \right )\right )}{288 \left (c x +1\right ) c^{4} \left (c x -1\right )}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (\sqrt {c x -1}\, \sqrt {c x +1}\, c x +c^{2} x^{2}-1\right ) \left (-1+\operatorname {arccosh}\left (c x \right )\right )}{16 \left (c x +1\right ) c^{4} \left (c x -1\right )}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-\sqrt {c x -1}\, \sqrt {c x +1}\, c x +c^{2} x^{2}-1\right ) \left (1+\operatorname {arccosh}\left (c x \right )\right )}{16 \left (c x +1\right ) c^{4} \left (c x -1\right )}+\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-4 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}+4 c^{4} x^{4}+3 \sqrt {c x -1}\, \sqrt {c x +1}\, c x -5 c^{2} x^{2}+1\right ) \left (1+3 \,\operatorname {arccosh}\left (c x \right )\right )}{288 \left (c x +1\right ) c^{4} \left (c x -1\right )}+\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-16 c^{5} x^{5} \sqrt {c x -1}\, \sqrt {c x +1}+16 c^{6} x^{6}+20 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}-28 c^{4} x^{4}-5 \sqrt {c x -1}\, \sqrt {c x +1}\, c x +13 c^{2} x^{2}-1\right ) \left (1+5 \,\operatorname {arccosh}\left (c x \right )\right )}{800 \left (c x +1\right ) c^{4} \left (c x -1\right )}\right )\) \(640\)
parts \(a \left (-\frac {x^{2} \left (-c^{2} d \,x^{2}+d \right )^{\frac {3}{2}}}{5 c^{2} d}-\frac {2 \left (-c^{2} d \,x^{2}+d \right )^{\frac {3}{2}}}{15 d \,c^{4}}\right )+b \left (\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (16 c^{6} x^{6}-28 c^{4} x^{4}+16 c^{5} x^{5} \sqrt {c x -1}\, \sqrt {c x +1}+13 c^{2} x^{2}-20 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}+5 \sqrt {c x -1}\, \sqrt {c x +1}\, c x -1\right ) \left (-1+5 \,\operatorname {arccosh}\left (c x \right )\right )}{800 \left (c x +1\right ) c^{4} \left (c x -1\right )}+\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (4 c^{4} x^{4}-5 c^{2} x^{2}+4 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}-3 \sqrt {c x -1}\, \sqrt {c x +1}\, c x +1\right ) \left (-1+3 \,\operatorname {arccosh}\left (c x \right )\right )}{288 \left (c x +1\right ) c^{4} \left (c x -1\right )}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (\sqrt {c x -1}\, \sqrt {c x +1}\, c x +c^{2} x^{2}-1\right ) \left (-1+\operatorname {arccosh}\left (c x \right )\right )}{16 \left (c x +1\right ) c^{4} \left (c x -1\right )}-\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-\sqrt {c x -1}\, \sqrt {c x +1}\, c x +c^{2} x^{2}-1\right ) \left (1+\operatorname {arccosh}\left (c x \right )\right )}{16 \left (c x +1\right ) c^{4} \left (c x -1\right )}+\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-4 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}+4 c^{4} x^{4}+3 \sqrt {c x -1}\, \sqrt {c x +1}\, c x -5 c^{2} x^{2}+1\right ) \left (1+3 \,\operatorname {arccosh}\left (c x \right )\right )}{288 \left (c x +1\right ) c^{4} \left (c x -1\right )}+\frac {\sqrt {-d \left (c^{2} x^{2}-1\right )}\, \left (-16 c^{5} x^{5} \sqrt {c x -1}\, \sqrt {c x +1}+16 c^{6} x^{6}+20 c^{3} x^{3} \sqrt {c x -1}\, \sqrt {c x +1}-28 c^{4} x^{4}-5 \sqrt {c x -1}\, \sqrt {c x +1}\, c x +13 c^{2} x^{2}-1\right ) \left (1+5 \,\operatorname {arccosh}\left (c x \right )\right )}{800 \left (c x +1\right ) c^{4} \left (c x -1\right )}\right )\) \(640\)

Input:

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

Output:

1/225*(81*c^6*x^6-107*c^4*x^4-120*c^2*x^2+120)/c^4/(c^2*x^2-1)*(-c^2*d*x^2 
+d)^(1/2)*(a+b*arccosh(c*x))-1/225/x^2*(9*c^4*x^4-5*c^2*x^2-30)/c^4*(3*x^2 
*(-c^2*d*x^2+d)^(1/2)*(a+b*arccosh(c*x))-x^4/(-c^2*d*x^2+d)^(1/2)*(a+b*arc 
cosh(c*x))*c^2*d+b*c*x^3*(-c^2*d*x^2+d)^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2))
 

Fricas [A] (verification not implemented)

Time = 0.09 (sec) , antiderivative size = 176, normalized size of antiderivative = 0.90 \[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=\frac {15 \, {\left (3 \, b c^{6} x^{6} - 4 \, b c^{4} x^{4} - b c^{2} x^{2} + 2 \, b\right )} \sqrt {-c^{2} d x^{2} + d} \log \left (c x + \sqrt {c^{2} x^{2} - 1}\right ) - {\left (9 \, b c^{5} x^{5} - 5 \, b c^{3} x^{3} - 30 \, b c x\right )} \sqrt {-c^{2} d x^{2} + d} \sqrt {c^{2} x^{2} - 1} + 15 \, {\left (3 \, a c^{6} x^{6} - 4 \, a c^{4} x^{4} - a c^{2} x^{2} + 2 \, a\right )} \sqrt {-c^{2} d x^{2} + d}}{225 \, {\left (c^{6} x^{2} - c^{4}\right )}} \] Input:

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

Output:

1/225*(15*(3*b*c^6*x^6 - 4*b*c^4*x^4 - b*c^2*x^2 + 2*b)*sqrt(-c^2*d*x^2 + 
d)*log(c*x + sqrt(c^2*x^2 - 1)) - (9*b*c^5*x^5 - 5*b*c^3*x^3 - 30*b*c*x)*s 
qrt(-c^2*d*x^2 + d)*sqrt(c^2*x^2 - 1) + 15*(3*a*c^6*x^6 - 4*a*c^4*x^4 - a* 
c^2*x^2 + 2*a)*sqrt(-c^2*d*x^2 + d))/(c^6*x^2 - c^4)
 

Sympy [F]

\[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=\int x^{3} \sqrt {- d \left (c x - 1\right ) \left (c x + 1\right )} \left (a + b \operatorname {acosh}{\left (c x \right )}\right )\, dx \] Input:

integrate(x**3*(-c**2*d*x**2+d)**(1/2)*(a+b*acosh(c*x)),x)
 

Output:

Integral(x**3*sqrt(-d*(c*x - 1)*(c*x + 1))*(a + b*acosh(c*x)), x)
 

Maxima [A] (verification not implemented)

Time = 0.12 (sec) , antiderivative size = 144, normalized size of antiderivative = 0.74 \[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=-\frac {1}{15} \, b {\left (\frac {3 \, {\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}} x^{2}}{c^{2} d} + \frac {2 \, {\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}}{c^{4} d}\right )} \operatorname {arcosh}\left (c x\right ) - \frac {1}{15} \, a {\left (\frac {3 \, {\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}} x^{2}}{c^{2} d} + \frac {2 \, {\left (-c^{2} d x^{2} + d\right )}^{\frac {3}{2}}}{c^{4} d}\right )} - \frac {{\left (9 \, c^{4} \sqrt {-d} x^{5} - 5 \, c^{2} \sqrt {-d} x^{3} - 30 \, \sqrt {-d} x\right )} b}{225 \, c^{3}} \] Input:

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

Output:

-1/15*b*(3*(-c^2*d*x^2 + d)^(3/2)*x^2/(c^2*d) + 2*(-c^2*d*x^2 + d)^(3/2)/( 
c^4*d))*arccosh(c*x) - 1/15*a*(3*(-c^2*d*x^2 + d)^(3/2)*x^2/(c^2*d) + 2*(- 
c^2*d*x^2 + d)^(3/2)/(c^4*d)) - 1/225*(9*c^4*sqrt(-d)*x^5 - 5*c^2*sqrt(-d) 
*x^3 - 30*sqrt(-d)*x)*b/c^3
 

Giac [F(-2)]

Exception generated. \[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=\text {Exception raised: TypeError} \] Input:

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

Output:

Exception raised: TypeError >> an error occurred running a Giac command:IN 
PUT:sage2:=int(sage0,sageVARx):;OUTPUT:sym2poly/r2sym(const gen & e,const 
index_m & i,const vecteur & l) Error: Bad Argument Value
 

Mupad [F(-1)]

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

int(x^3*(a + b*acosh(c*x))*(d - c^2*d*x^2)^(1/2),x)
 

Output:

int(x^3*(a + b*acosh(c*x))*(d - c^2*d*x^2)^(1/2), x)
 

Reduce [F]

\[ \int x^3 \sqrt {d-c^2 d x^2} (a+b \text {arccosh}(c x)) \, dx=\frac {\sqrt {d}\, \left (3 \sqrt {-c^{2} x^{2}+1}\, a \,c^{4} x^{4}-\sqrt {-c^{2} x^{2}+1}\, a \,c^{2} x^{2}-2 \sqrt {-c^{2} x^{2}+1}\, a +15 \left (\int \sqrt {-c^{2} x^{2}+1}\, \mathit {acosh} \left (c x \right ) x^{3}d x \right ) b \,c^{4}\right )}{15 c^{4}} \] Input:

int(x^3*(-c^2*d*x^2+d)^(1/2)*(a+b*acosh(c*x)),x)
                                                                                    
                                                                                    
 

Output:

(sqrt(d)*(3*sqrt( - c**2*x**2 + 1)*a*c**4*x**4 - sqrt( - c**2*x**2 + 1)*a* 
c**2*x**2 - 2*sqrt( - c**2*x**2 + 1)*a + 15*int(sqrt( - c**2*x**2 + 1)*aco 
sh(c*x)*x**3,x)*b*c**4))/(15*c**4)