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

Optimal. Leaf size=66 \[ \frac {b \sqrt {c+d x-1} \sqrt {c+d x+1}}{2 d e^3 (c+d x)}-\frac {a+b \cosh ^{-1}(c+d x)}{2 d e^3 (c+d x)^2} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 66, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.190, Rules used = {5866, 12, 5662, 95} \[ \frac {b \sqrt {c+d x-1} \sqrt {c+d x+1}}{2 d e^3 (c+d x)}-\frac {a+b \cosh ^{-1}(c+d x)}{2 d e^3 (c+d x)^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 12

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

Rule 95

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(a +
 b*x)^(m + 1)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/((m + 1)*(b*c - a*d)*(b*e - a*f)), x] /; FreeQ[{a, b, c, d,
 e, f, m, n, p}, x] && EqQ[Simplify[m + n + p + 3], 0] && EqQ[a*d*f*(m + 1) + b*c*f*(n + 1) + b*d*e*(p + 1), 0
] && NeQ[m, -1]

Rule 5662

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

Rule 5866

Int[((a_.) + ArcCosh[(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*ArcCosh[x])^n, x], x, c + d*x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x
]

Rubi steps

\begin {align*} \int \frac {a+b \cosh ^{-1}(c+d x)}{(c e+d e x)^3} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {a+b \cosh ^{-1}(x)}{e^3 x^3} \, dx,x,c+d x\right )}{d}\\ &=\frac {\operatorname {Subst}\left (\int \frac {a+b \cosh ^{-1}(x)}{x^3} \, dx,x,c+d x\right )}{d e^3}\\ &=-\frac {a+b \cosh ^{-1}(c+d x)}{2 d e^3 (c+d x)^2}+\frac {b \operatorname {Subst}\left (\int \frac {1}{\sqrt {-1+x} x^2 \sqrt {1+x}} \, dx,x,c+d x\right )}{2 d e^3}\\ &=\frac {b \sqrt {-1+c+d x} \sqrt {1+c+d x}}{2 d e^3 (c+d x)}-\frac {a+b \cosh ^{-1}(c+d x)}{2 d e^3 (c+d x)^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 55, normalized size = 0.83 \[ -\frac {a-b \sqrt {c+d x-1} (c+d x) \sqrt {c+d x+1}+b \cosh ^{-1}(c+d x)}{2 d e^3 (c+d x)^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.47, size = 117, normalized size = 1.77 \[ \frac {a d^{2} x^{2} + 2 \, a c d x - b c^{2} \log \left (d x + c + \sqrt {d^{2} x^{2} + 2 \, c d x + c^{2} - 1}\right ) + {\left (b c^{2} d x + b c^{3}\right )} \sqrt {d^{2} x^{2} + 2 \, c d x + c^{2} - 1}}{2 \, {\left (c^{2} d^{3} e^{3} x^{2} + 2 \, c^{3} d^{2} e^{3} x + c^{4} d e^{3}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(a*d^2*x^2 + 2*a*c*d*x - b*c^2*log(d*x + c + sqrt(d^2*x^2 + 2*c*d*x + c^2 - 1)) + (b*c^2*d*x + b*c^3)*sqrt
(d^2*x^2 + 2*c*d*x + c^2 - 1))/(c^2*d^3*e^3*x^2 + 2*c^3*d^2*e^3*x + c^4*d*e^3)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.01, size = 65, normalized size = 0.98 \[ \frac {-\frac {a}{2 e^{3} \left (d x +c \right )^{2}}+\frac {b \left (-\frac {\mathrm {arccosh}\left (d x +c \right )}{2 \left (d x +c \right )^{2}}+\frac {\sqrt {d x +c -1}\, \sqrt {d x +c +1}}{2 d x +2 c}\right )}{e^{3}}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [B]  time = 0.62, size = 118, normalized size = 1.79 \[ \frac {1}{2} \, b {\left (\frac {\sqrt {d^{2} x^{2} + 2 \, c d x + c^{2} - 1} d}{d^{3} e^{3} x + c d^{2} e^{3}} - \frac {\operatorname {arcosh}\left (d x + c\right )}{d^{3} e^{3} x^{2} + 2 \, c d^{2} e^{3} x + c^{2} d e^{3}}\right )} - \frac {a}{2 \, {\left (d^{3} e^{3} x^{2} + 2 \, c d^{2} e^{3} x + c^{2} d e^{3}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*b*(sqrt(d^2*x^2 + 2*c*d*x + c^2 - 1)*d/(d^3*e^3*x + c*d^2*e^3) - arccosh(d*x + c)/(d^3*e^3*x^2 + 2*c*d^2*e
^3*x + c^2*d*e^3)) - 1/2*a/(d^3*e^3*x^2 + 2*c*d^2*e^3*x + c^2*d*e^3)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________