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

Optimal. Leaf size=142 \[ \frac {2 (e (c+d x))^{3/2} \left (a+b \sinh ^{-1}(c+d x)\right )}{3 d e}-\frac {4 b \sqrt {(c+d x)^2+1} \sqrt {e (c+d x)}}{9 d}+\frac {2 b \sqrt {e} (c+d x+1) \sqrt {\frac {(c+d x)^2+1}{(c+d x+1)^2}} F\left (2 \tan ^{-1}\left (\frac {\sqrt {e (c+d x)}}{\sqrt {e}}\right )|\frac {1}{2}\right )}{9 d \sqrt {(c+d x)^2+1}} \]

[Out]

2/3*(e*(d*x+c))^(3/2)*(a+b*arcsinh(d*x+c))/d/e-4/9*b*(e*(d*x+c))^(1/2)*(1+(d*x+c)^2)^(1/2)/d+2/9*b*(d*x+c+1)*(
cos(2*arctan((e*(d*x+c))^(1/2)/e^(1/2)))^2)^(1/2)/cos(2*arctan((e*(d*x+c))^(1/2)/e^(1/2)))*EllipticF(sin(2*arc
tan((e*(d*x+c))^(1/2)/e^(1/2))),1/2*2^(1/2))*e^(1/2)*((1+(d*x+c)^2)/(d*x+c+1)^2)^(1/2)/d/(1+(d*x+c)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.13, antiderivative size = 142, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.217, Rules used = {5865, 5661, 321, 329, 220} \[ \frac {2 (e (c+d x))^{3/2} \left (a+b \sinh ^{-1}(c+d x)\right )}{3 d e}-\frac {4 b \sqrt {(c+d x)^2+1} \sqrt {e (c+d x)}}{9 d}+\frac {2 b \sqrt {e} (c+d x+1) \sqrt {\frac {(c+d x)^2+1}{(c+d x+1)^2}} F\left (2 \tan ^{-1}\left (\frac {\sqrt {e (c+d x)}}{\sqrt {e}}\right )|\frac {1}{2}\right )}{9 d \sqrt {(c+d x)^2+1}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(-4*b*Sqrt[e*(c + d*x)]*Sqrt[1 + (c + d*x)^2])/(9*d) + (2*(e*(c + d*x))^(3/2)*(a + b*ArcSinh[c + d*x]))/(3*d*e
) + (2*b*Sqrt[e]*(1 + c + d*x)*Sqrt[(1 + (c + d*x)^2)/(1 + c + d*x)^2]*EllipticF[2*ArcTan[Sqrt[e*(c + d*x)]/Sq
rt[e]], 1/2])/(9*d*Sqrt[1 + (c + d*x)^2])

Rule 220

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b/a, 4]}, Simp[((1 + q^2*x^2)*Sqrt[(a + b*x^4)/(a*(
1 + q^2*x^2)^2)]*EllipticF[2*ArcTan[q*x], 1/2])/(2*q*Sqrt[a + b*x^4]), x]] /; FreeQ[{a, b}, x] && PosQ[b/a]

Rule 321

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^n
)^(p + 1))/(b*(m + n*p + 1)), x] - Dist[(a*c^n*(m - n + 1))/(b*(m + n*p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 5661

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

Rule 5865

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [C]  time = 0.03, size = 87, normalized size = 0.61 \[ \frac {2 \sqrt {e (c+d x)} \left (3 a c+3 a d x+2 b \, _2F_1\left (\frac {1}{4},\frac {1}{2};\frac {5}{4};-(c+d x)^2\right )-2 b \sqrt {(c+d x)^2+1}+3 b c \sinh ^{-1}(c+d x)+3 b d x \sinh ^{-1}(c+d x)\right )}{9 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(2*Sqrt[e*(c + d*x)]*(3*a*c + 3*a*d*x - 2*b*Sqrt[1 + (c + d*x)^2] + 3*b*c*ArcSinh[c + d*x] + 3*b*d*x*ArcSinh[c
 + d*x] + 2*b*Hypergeometric2F1[1/4, 1/2, 5/4, -(c + d*x)^2]))/(9*d)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {d e x + c e} {\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((a+b*arcsinh(d*x+c))*(d*e*x+c*e)^(1/2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [C]  time = 0.01, size = 179, normalized size = 1.26 \[ \frac {\frac {2 \left (d e x +c e \right )^{\frac {3}{2}} a}{3}+2 b \left (\frac {\left (d e x +c e \right )^{\frac {3}{2}} \arcsinh \left (\frac {d e x +c e}{e}\right )}{3}-\frac {2 \left (\frac {e^{2} \sqrt {d e x +c e}\, \sqrt {\frac {\left (d e x +c e \right )^{2}}{e^{2}}+1}}{3}-\frac {e^{2} \sqrt {1-\frac {i \left (d e x +c e \right )}{e}}\, \sqrt {1+\frac {i \left (d e x +c e \right )}{e}}\, \EllipticF \left (\sqrt {d e x +c e}\, \sqrt {\frac {i}{e}}, i\right )}{3 \sqrt {\frac {i}{e}}\, \sqrt {\frac {\left (d e x +c e \right )^{2}}{e^{2}}+1}}\right )}{3 e}\right )}{d e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/d/e*(1/3*(d*e*x+c*e)^(3/2)*a+b*(1/3*(d*e*x+c*e)^(3/2)*arcsinh((d*e*x+c*e)/e)-2/3/e*(1/3*e^2*(d*e*x+c*e)^(1/2
)*((d*e*x+c*e)^2/e^2+1)^(1/2)-1/3*e^2/(I/e)^(1/2)*(1-I/e*(d*e*x+c*e))^(1/2)*(1+I/e*(d*e*x+c*e))^(1/2)/((d*e*x+
c*e)^2/e^2+1)^(1/2)*EllipticF((d*e*x+c*e)^(1/2)*(I/e)^(1/2),I))))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {1}{18} \, {\left (\frac {12 \, {\left (d \sqrt {e} x + c \sqrt {e}\right )} \sqrt {d x + c} \log \left (d x + c + \sqrt {d^{2} x^{2} + 2 \, c d x + c^{2} + 1}\right )}{d} - \frac {8 \, {\left (d x + c\right )}^{\frac {3}{2}} \sqrt {e} + 3 \, {\left (i \, \sqrt {2} {\left (\log \left (\frac {1}{2} i \, \sqrt {2} {\left (\sqrt {2} + 2 \, \sqrt {d x + c}\right )} + 1\right ) - \log \left (-\frac {1}{2} i \, \sqrt {2} {\left (\sqrt {2} + 2 \, \sqrt {d x + c}\right )} + 1\right )\right )} - i \, \sqrt {2} {\left (\log \left (\frac {1}{2} i \, \sqrt {2} {\left (\sqrt {2} - 2 \, \sqrt {d x + c}\right )} + 1\right ) - \log \left (-\frac {1}{2} i \, \sqrt {2} {\left (\sqrt {2} - 2 \, \sqrt {d x + c}\right )} + 1\right )\right )} + \sqrt {2} \log \left (d x + \sqrt {2} \sqrt {d x + c} + c + 1\right ) - \sqrt {2} \log \left (d x - \sqrt {2} \sqrt {d x + c} + c + 1\right )\right )} \sqrt {e}}{d} - 18 \, \int \frac {2 \, {\left (d \sqrt {e} x + c \sqrt {e}\right )} \sqrt {d x + c}}{3 \, {\left (d^{3} x^{3} + 3 \, c d^{2} x^{2} + c^{3} + {\left (3 \, c^{2} d + d\right )} x + {\left (d^{2} x^{2} + 2 \, c d x + c^{2} + 1\right )}^{\frac {3}{2}} + c\right )}}\,{d x}\right )} b + \frac {2 \, {\left (d e x + c e\right )}^{\frac {3}{2}} a}{3 \, d e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/18*(12*(d*sqrt(e)*x + c*sqrt(e))*sqrt(d*x + c)*log(d*x + c + sqrt(d^2*x^2 + 2*c*d*x + c^2 + 1))/d - (8*(d*x
+ c)^(3/2)*sqrt(e) + 3*(I*sqrt(2)*(log(1/2*I*sqrt(2)*(sqrt(2) + 2*sqrt(d*x + c)) + 1) - log(-1/2*I*sqrt(2)*(sq
rt(2) + 2*sqrt(d*x + c)) + 1)) - I*sqrt(2)*(log(1/2*I*sqrt(2)*(sqrt(2) - 2*sqrt(d*x + c)) + 1) - log(-1/2*I*sq
rt(2)*(sqrt(2) - 2*sqrt(d*x + c)) + 1)) + sqrt(2)*log(d*x + sqrt(2)*sqrt(d*x + c) + c + 1) - sqrt(2)*log(d*x -
 sqrt(2)*sqrt(d*x + c) + c + 1))*sqrt(e))/d - 18*integrate(2/3*(d*sqrt(e)*x + c*sqrt(e))*sqrt(d*x + c)/(d^3*x^
3 + 3*c*d^2*x^2 + c^3 + (3*c^2*d + d)*x + (d^2*x^2 + 2*c*d*x + c^2 + 1)^(3/2) + c), x))*b + 2/3*(d*e*x + c*e)^
(3/2)*a/(d*e)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \sqrt {c\,e+d\,e\,x}\,\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((c*e + d*e*x)^(1/2)*(a + b*asinh(c + d*x)),x)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________