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

Optimal. Leaf size=27 \[ \frac {\text {Int}\left (\frac {1}{(c+d x) \left (a+b \sinh ^{-1}(c+d x)\right )},x\right )}{e} \]

[Out]

Unintegrable(1/(d*x+c)/(a+b*arcsinh(d*x+c)),x)/e

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {1}{(c e+d e x) \left (a+b \sinh ^{-1}(c+d x)\right )} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

Defer[Subst][Defer[Int][1/(x*(a + b*ArcSinh[x])), x], x, c + d*x]/(d*e)

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.84, size = 0, normalized size = 0.00 \[ \int \frac {1}{(c e+d e x) \left (a+b \sinh ^{-1}(c+d x)\right )} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.52, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {1}{a d e x + a c e + {\left (b d e x + b c e\right )} \operatorname {arsinh}\left (d x + c\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral(1/(a*d*e*x + a*c*e + (b*d*e*x + b*c*e)*arcsinh(d*x + c)), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (d e x + c e\right )} {\left (b \operatorname {arsinh}\left (d x + c\right ) + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/((d*e*x + c*e)*(b*arcsinh(d*x + c) + a)), x)

________________________________________________________________________________________

maple [A]  time = 0.17, size = 0, normalized size = 0.00 \[ \int \frac {1}{\left (d e x +c e \right ) \left (a +b \arcsinh \left (d x +c \right )\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(d*e*x+c*e)/(a+b*arcsinh(d*x+c)),x)

[Out]

int(1/(d*e*x+c*e)/(a+b*arcsinh(d*x+c)),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (d e x + c e\right )} {\left (b \operatorname {arsinh}\left (d x + c\right ) + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/((d*e*x + c*e)*(b*arcsinh(d*x + c) + a)), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {1}{\left (c\,e+d\,e\,x\right )\,\left (a+b\,\mathrm {asinh}\left (c+d\,x\right )\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((c*e + d*e*x)*(a + b*asinh(c + d*x))),x)

[Out]

int(1/((c*e + d*e*x)*(a + b*asinh(c + d*x))), x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {\int \frac {1}{a c + a d x + b c \operatorname {asinh}{\left (c + d x \right )} + b d x \operatorname {asinh}{\left (c + d x \right )}}\, dx}{e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________