\(\int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx\) [37]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 18, antiderivative size = 18 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\frac {(d+e x)^{1+m} (a+b \text {arccosh}(c x))^2}{e (1+m)}-\frac {2 b c \text {Int}\left (\frac {(d+e x)^{1+m} (a+b \text {arccosh}(c x))}{\sqrt {-1+c x} \sqrt {1+c x}},x\right )}{e (1+m)} \]

[Out]

(e*x+d)^(1+m)*(a+b*arccosh(c*x))^2/e/(1+m)-2*b*c*Unintegrable((e*x+d)^(1+m)*(a+b*arccosh(c*x))/(c*x-1)^(1/2)/(
c*x+1)^(1/2),x)/e/(1+m)

Rubi [N/A]

Not integrable

Time = 0.23 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx \]

[In]

Int[(d + e*x)^m*(a + b*ArcCosh[c*x])^2,x]

[Out]

((d + e*x)^(1 + m)*(a + b*ArcCosh[c*x])^2)/(e*(1 + m)) - (2*b*c*Defer[Int][((d + e*x)^(1 + m)*(a + b*ArcCosh[c
*x]))/(Sqrt[-1 + c*x]*Sqrt[1 + c*x]), x])/(e*(1 + m))

Rubi steps \begin{align*} \text {integral}& = \frac {(d+e x)^{1+m} (a+b \text {arccosh}(c x))^2}{e (1+m)}-\frac {(2 b c) \int \frac {(d+e x)^{1+m} (a+b \text {arccosh}(c x))}{\sqrt {-1+c x} \sqrt {1+c x}} \, dx}{e (1+m)} \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.18 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx \]

[In]

Integrate[(d + e*x)^m*(a + b*ArcCosh[c*x])^2,x]

[Out]

Integrate[(d + e*x)^m*(a + b*ArcCosh[c*x])^2, x]

Maple [N/A] (verified)

Not integrable

Time = 2.20 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00

\[\int \left (e x +d \right )^{m} \left (a +b \,\operatorname {arccosh}\left (c x \right )\right )^{2}d x\]

[In]

int((e*x+d)^m*(a+b*arccosh(c*x))^2,x)

[Out]

int((e*x+d)^m*(a+b*arccosh(c*x))^2,x)

Fricas [N/A]

Not integrable

Time = 0.28 (sec) , antiderivative size = 32, normalized size of antiderivative = 1.78 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int { {\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}^{2} {\left (e x + d\right )}^{m} \,d x } \]

[In]

integrate((e*x+d)^m*(a+b*arccosh(c*x))^2,x, algorithm="fricas")

[Out]

integral((b^2*arccosh(c*x)^2 + 2*a*b*arccosh(c*x) + a^2)*(e*x + d)^m, x)

Sympy [N/A]

Not integrable

Time = 10.38 (sec) , antiderivative size = 17, normalized size of antiderivative = 0.94 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int \left (a + b \operatorname {acosh}{\left (c x \right )}\right )^{2} \left (d + e x\right )^{m}\, dx \]

[In]

integrate((e*x+d)**m*(a+b*acosh(c*x))**2,x)

[Out]

Integral((a + b*acosh(c*x))**2*(d + e*x)**m, x)

Maxima [N/A]

Not integrable

Time = 1.09 (sec) , antiderivative size = 286, normalized size of antiderivative = 15.89 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int { {\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}^{2} {\left (e x + d\right )}^{m} \,d x } \]

[In]

integrate((e*x+d)^m*(a+b*arccosh(c*x))^2,x, algorithm="maxima")

[Out]

(b^2*e*x + b^2*d)*(e*x + d)^m*log(c*x + sqrt(c*x + 1)*sqrt(c*x - 1))^2/(e*(m + 1)) + (e*x + d)^(m + 1)*a^2/(e*
(m + 1)) + integrate(-2*((b^2*c^2*d*x + a*b*e*(m + 1) - (a*b*c^2*e*(m + 1) - b^2*c^2*e)*x^2)*sqrt(c*x + 1)*sqr
t(c*x - 1)*(e*x + d)^m + (b^2*c^3*d*x^2 - b^2*c*d - (a*b*c^3*e*(m + 1) - b^2*c^3*e)*x^3 + (a*b*c*e*(m + 1) - b
^2*c*e)*x)*(e*x + d)^m)*log(c*x + sqrt(c*x + 1)*sqrt(c*x - 1))/(c^3*e*(m + 1)*x^3 - c*e*(m + 1)*x + (c^2*e*(m
+ 1)*x^2 - e*(m + 1))*sqrt(c*x + 1)*sqrt(c*x - 1)), x)

Giac [N/A]

Not integrable

Time = 0.41 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int { {\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}^{2} {\left (e x + d\right )}^{m} \,d x } \]

[In]

integrate((e*x+d)^m*(a+b*arccosh(c*x))^2,x, algorithm="giac")

[Out]

integrate((b*arccosh(c*x) + a)^2*(e*x + d)^m, x)

Mupad [N/A]

Not integrable

Time = 3.11 (sec) , antiderivative size = 20, normalized size of antiderivative = 1.11 \[ \int (d+e x)^m (a+b \text {arccosh}(c x))^2 \, dx=\int {\left (a+b\,\mathrm {acosh}\left (c\,x\right )\right )}^2\,{\left (d+e\,x\right )}^m \,d x \]

[In]

int((a + b*acosh(c*x))^2*(d + e*x)^m,x)

[Out]

int((a + b*acosh(c*x))^2*(d + e*x)^m, x)