3.3.19 \(\int \frac {\sqrt {4+x}}{x} \, dx\) [219]

Optimal. Leaf size=24 \[ 2 \sqrt {4+x}-4 \tanh ^{-1}\left (\frac {\sqrt {4+x}}{2}\right ) \]

[Out]

-4*arctanh(1/2*(4+x)^(1/2))+2*(4+x)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 24, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {52, 65, 213} \begin {gather*} 2 \sqrt {x+4}-4 \tanh ^{-1}\left (\frac {\sqrt {x+4}}{2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[4 + x]/x,x]

[Out]

2*Sqrt[4 + x] - 4*ArcTanh[Sqrt[4 + x]/2]

Rule 52

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[(a + b*x)^(m + 1)*((c + d*x)^n/(b*(
m + n + 1))), x] + Dist[n*((b*c - a*d)/(b*(m + n + 1))), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 65

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 213

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[b, 2])^(-1))*ArcTanh[Rt[b, 2]*(x/Rt[-a, 2])]
, x] /; FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin {align*} \int \frac {\sqrt {4+x}}{x} \, dx &=2 \sqrt {4+x}+4 \int \frac {1}{x \sqrt {4+x}} \, dx\\ &=2 \sqrt {4+x}+8 \text {Subst}\left (\int \frac {1}{-4+x^2} \, dx,x,\sqrt {4+x}\right )\\ &=2 \sqrt {4+x}-4 \tanh ^{-1}\left (\frac {\sqrt {4+x}}{2}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 24, normalized size = 1.00 \begin {gather*} 2 \sqrt {4+x}-4 \tanh ^{-1}\left (\frac {\sqrt {4+x}}{2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[4 + x]/x,x]

[Out]

2*Sqrt[4 + x] - 4*ArcTanh[Sqrt[4 + x]/2]

________________________________________________________________________________________

Mathics [C] Result contains higher order function than in optimal. Order 9 vs. order 3 in optimal.
time = 2.28, size = 45, normalized size = 1.88 \begin {gather*} \text {Piecewise}\left [\left \{\left \{-4 \text {ArcCoth}\left [\frac {\sqrt {4+x}}{2}\right ]+2 \sqrt {4+x},\text {Abs}\left [4+x\right ]>4\right \}\right \},-4 \text {ArcTanh}\left [\frac {\sqrt {4+x}}{2}\right ]+2 \sqrt {4+x}\right ] \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[Sqrt[4 + x]/x,x]')

[Out]

Piecewise[{{-4 ArcCoth[Sqrt[4 + x] / 2] + 2 Sqrt[4 + x], Abs[4 + x] > 4}}, -4 ArcTanh[Sqrt[4 + x] / 2] + 2 Sqr
t[4 + x]]

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 29, normalized size = 1.21

method result size
trager \(2 \sqrt {4+x}-2 \ln \left (\frac {4 \sqrt {4+x}+8+x}{x}\right )\) \(26\)
derivativedivides \(2 \sqrt {4+x}+2 \ln \left (\sqrt {4+x}-2\right )-2 \ln \left (\sqrt {4+x}+2\right )\) \(29\)
default \(2 \sqrt {4+x}+2 \ln \left (\sqrt {4+x}-2\right )-2 \ln \left (\sqrt {4+x}+2\right )\) \(29\)
meijerg \(-\frac {-2 \left (2-4 \ln \left (2\right )+\ln \left (x \right )\right ) \sqrt {\pi }+4 \sqrt {\pi }-4 \sqrt {\pi }\, \sqrt {1+\frac {x}{4}}+4 \sqrt {\pi }\, \ln \left (\frac {1}{2}+\frac {\sqrt {1+\frac {x}{4}}}{2}\right )}{\sqrt {\pi }}\) \(54\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((4+x)^(1/2)/x,x,method=_RETURNVERBOSE)

[Out]

2*(4+x)^(1/2)+2*ln((4+x)^(1/2)-2)-2*ln((4+x)^(1/2)+2)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 28, normalized size = 1.17 \begin {gather*} 2 \, \sqrt {x + 4} - 2 \, \log \left (\sqrt {x + 4} + 2\right ) + 2 \, \log \left (\sqrt {x + 4} - 2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4+x)^(1/2)/x,x, algorithm="maxima")

[Out]

2*sqrt(x + 4) - 2*log(sqrt(x + 4) + 2) + 2*log(sqrt(x + 4) - 2)

________________________________________________________________________________________

Fricas [A]
time = 0.33, size = 28, normalized size = 1.17 \begin {gather*} 2 \, \sqrt {x + 4} - 2 \, \log \left (\sqrt {x + 4} + 2\right ) + 2 \, \log \left (\sqrt {x + 4} - 2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4+x)^(1/2)/x,x, algorithm="fricas")

[Out]

2*sqrt(x + 4) - 2*log(sqrt(x + 4) + 2) + 2*log(sqrt(x + 4) - 2)

________________________________________________________________________________________

Sympy [A]
time = 0.43, size = 42, normalized size = 1.75 \begin {gather*} \begin {cases} 2 \sqrt {x + 4} - 4 \operatorname {acoth}{\left (\frac {\sqrt {x + 4}}{2} \right )} & \text {for}\: \left |{x + 4}\right | > 4 \\2 \sqrt {x + 4} - 4 \operatorname {atanh}{\left (\frac {\sqrt {x + 4}}{2} \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4+x)**(1/2)/x,x)

[Out]

Piecewise((2*sqrt(x + 4) - 4*acoth(sqrt(x + 4)/2), Abs(x + 4) > 4), (2*sqrt(x + 4) - 4*atanh(sqrt(x + 4)/2), T
rue))

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 36, normalized size = 1.50 \begin {gather*} 2 \ln \left |\sqrt {x+4}-2\right |-2 \ln \left (\sqrt {x+4}+2\right )+2 \sqrt {x+4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((4+x)^(1/2)/x,x)

[Out]

2*sqrt(x + 4) - 2*log(sqrt(x + 4) + 2) + 2*log(abs(sqrt(x + 4) - 2))

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 18, normalized size = 0.75 \begin {gather*} 2\,\sqrt {x+4}-4\,\mathrm {atanh}\left (\frac {\sqrt {x+4}}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x + 4)^(1/2)/x,x)

[Out]

2*(x + 4)^(1/2) - 4*atanh((x + 4)^(1/2)/2)

________________________________________________________________________________________