3.917 \(\int \frac {1+\sqrt {x}}{(1+\sqrt [3]{x}) \sqrt {x}} \, dx\)

Optimal. Leaf size=42 \[ \frac {3 x^{2/3}}{2}-3 \sqrt [3]{x}+6 \sqrt [6]{x}+3 \log \left (\sqrt [3]{x}+1\right )-6 \tan ^{-1}\left (\sqrt [6]{x}\right ) \]

[Out]

6*x^(1/6)-3*x^(1/3)+3/2*x^(2/3)-6*arctan(x^(1/6))+3*ln(x^(1/3)+1)

________________________________________________________________________________________

Rubi [A]  time = 0.15, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {6688, 1593, 1802, 635, 203, 260} \[ \frac {3 x^{2/3}}{2}-3 \sqrt [3]{x}+6 \sqrt [6]{x}+3 \log \left (\sqrt [3]{x}+1\right )-6 \tan ^{-1}\left (\sqrt [6]{x}\right ) \]

Antiderivative was successfully verified.

[In]

Int[(1 + Sqrt[x])/((1 + x^(1/3))*Sqrt[x]),x]

[Out]

6*x^(1/6) - 3*x^(1/3) + (3*x^(2/3))/2 - 6*ArcTan[x^(1/6)] + 3*Log[1 + x^(1/3)]

Rule 203

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

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 635

Int[((d_) + (e_.)*(x_))/((a_) + (c_.)*(x_)^2), x_Symbol] :> Dist[d, Int[1/(a + c*x^2), x], x] + Dist[e, Int[x/
(a + c*x^2), x], x] /; FreeQ[{a, c, d, e}, x] &&  !NiceSqrtQ[-(a*c)]

Rule 1593

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^(q - p))^n, x] /; F
reeQ[{a, b, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 1802

Int[(Pq_)*((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*Pq*(a + b*x
^2)^p, x], x] /; FreeQ[{a, b, c, m}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

Rule 6688

Int[u_, x_Symbol] :> With[{v = SimplifyIntegrand[u, x]}, Int[v, x] /; SimplerIntegrandQ[v, u, x]]

Rubi steps

\begin {align*} \int \frac {1+\sqrt {x}}{\left (1+\sqrt [3]{x}\right ) \sqrt {x}} \, dx &=\int \frac {1+\frac {1}{\sqrt {x}}}{1+\sqrt [3]{x}} \, dx\\ &=6 \operatorname {Subst}\left (\int \frac {x^2+x^5}{1+x^2} \, dx,x,\sqrt [6]{x}\right )\\ &=6 \operatorname {Subst}\left (\int \frac {x^2 \left (1+x^3\right )}{1+x^2} \, dx,x,\sqrt [6]{x}\right )\\ &=6 \operatorname {Subst}\left (\int \left (1-x+x^3-\frac {1-x}{1+x^2}\right ) \, dx,x,\sqrt [6]{x}\right )\\ &=6 \sqrt [6]{x}-3 \sqrt [3]{x}+\frac {3 x^{2/3}}{2}-6 \operatorname {Subst}\left (\int \frac {1-x}{1+x^2} \, dx,x,\sqrt [6]{x}\right )\\ &=6 \sqrt [6]{x}-3 \sqrt [3]{x}+\frac {3 x^{2/3}}{2}-6 \operatorname {Subst}\left (\int \frac {1}{1+x^2} \, dx,x,\sqrt [6]{x}\right )+6 \operatorname {Subst}\left (\int \frac {x}{1+x^2} \, dx,x,\sqrt [6]{x}\right )\\ &=6 \sqrt [6]{x}-3 \sqrt [3]{x}+\frac {3 x^{2/3}}{2}-6 \tan ^{-1}\left (\sqrt [6]{x}\right )+3 \log \left (1+\sqrt [3]{x}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.02, size = 54, normalized size = 1.29 \[ \frac {3 x^{2/3}}{2}-3 \sqrt [3]{x}+6 \sqrt [6]{x}+(3+3 i) \log \left (-\sqrt [6]{x}+i\right )+(3-3 i) \log \left (\sqrt [6]{x}+i\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(1 + Sqrt[x])/((1 + x^(1/3))*Sqrt[x]),x]

[Out]

6*x^(1/6) - 3*x^(1/3) + (3*x^(2/3))/2 + (3 + 3*I)*Log[I - x^(1/6)] + (3 - 3*I)*Log[I + x^(1/6)]

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 30, normalized size = 0.71 \[ \frac {3}{2} \, x^{\frac {2}{3}} - 3 \, x^{\frac {1}{3}} + 6 \, x^{\frac {1}{6}} - 6 \, \arctan \left (x^{\frac {1}{6}}\right ) + 3 \, \log \left (x^{\frac {1}{3}} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/2*x^(2/3) - 3*x^(1/3) + 6*x^(1/6) - 6*arctan(x^(1/6)) + 3*log(x^(1/3) + 1)

________________________________________________________________________________________

giac [A]  time = 0.34, size = 30, normalized size = 0.71 \[ \frac {3}{2} \, x^{\frac {2}{3}} - 3 \, x^{\frac {1}{3}} + 6 \, x^{\frac {1}{6}} - 6 \, \arctan \left (x^{\frac {1}{6}}\right ) + 3 \, \log \left (x^{\frac {1}{3}} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+x^(1/2))/(1+x^(1/3))/x^(1/2),x, algorithm="giac")

[Out]

3/2*x^(2/3) - 3*x^(1/3) + 6*x^(1/6) - 6*arctan(x^(1/6)) + 3*log(x^(1/3) + 1)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 48, normalized size = 1.14 \[ -6 \arctan \left (x^{\frac {1}{6}}\right )+\ln \left (x +1\right )+2 \ln \left (x^{\frac {1}{3}}+1\right )-\ln \left (x^{\frac {2}{3}}-x^{\frac {1}{3}}+1\right )+\frac {3 x^{\frac {2}{3}}}{2}-3 x^{\frac {1}{3}}+6 x^{\frac {1}{6}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

ln(x+1)+3/2*x^(2/3)-ln(x^(2/3)-x^(1/3)+1)+2*ln(x^(1/3)+1)-3*x^(1/3)+6*x^(1/6)-6*arctan(x^(1/6))

________________________________________________________________________________________

maxima [A]  time = 2.39, size = 30, normalized size = 0.71 \[ \frac {3}{2} \, x^{\frac {2}{3}} - 3 \, x^{\frac {1}{3}} + 6 \, x^{\frac {1}{6}} - 6 \, \arctan \left (x^{\frac {1}{6}}\right ) + 3 \, \log \left (x^{\frac {1}{3}} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/2*x^(2/3) - 3*x^(1/3) + 6*x^(1/6) - 6*arctan(x^(1/6)) + 3*log(x^(1/3) + 1)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 42, normalized size = 1.00 \[ \frac {3\,x^{2/3}}{2}+3\,\ln \left (\left (-6+x^{1/6}\,6{}\mathrm {i}\right )\,\left (6+x^{1/6}\,6{}\mathrm {i}\right )\right )-3\,x^{1/3}-6\,\mathrm {atan}\left (x^{1/6}\right )+6\,x^{1/6} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^(1/2) + 1)/(x^(1/2)*(x^(1/3) + 1)),x)

[Out]

3*log((x^(1/6)*6i - 6)*(x^(1/6)*6i + 6)) - 6*atan(x^(1/6)) - 3*x^(1/3) + (3*x^(2/3))/2 + 6*x^(1/6)

________________________________________________________________________________________

sympy [A]  time = 23.13, size = 39, normalized size = 0.93 \[ 6 \sqrt [6]{x} + \frac {3 x^{\frac {2}{3}}}{2} - 3 \sqrt [3]{x} + 3 \log {\left (\sqrt [3]{x} + 1 \right )} - 6 \operatorname {atan}{\left (\sqrt [6]{x} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

6*x**(1/6) + 3*x**(2/3)/2 - 3*x**(1/3) + 3*log(x**(1/3) + 1) - 6*atan(x**(1/6))

________________________________________________________________________________________