3.37 \(\int \sqrt{t} \log (t) \, dt\)

Optimal. Leaf size=21 \[ \frac{2}{3} t^{3/2} \log (t)-\frac{4 t^{3/2}}{9} \]

[Out]

(-4*t^(3/2))/9 + (2*t^(3/2)*Log[t])/3

_______________________________________________________________________________________

Rubi [A]  time = 0.0140761, antiderivative size = 21, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 8, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125 \[ \frac{2}{3} t^{3/2} \log (t)-\frac{4 t^{3/2}}{9} \]

Antiderivative was successfully verified.

[In]  Int[Sqrt[t]*Log[t],t]

[Out]

(-4*t^(3/2))/9 + (2*t^(3/2)*Log[t])/3

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.10487, size = 19, normalized size = 0.9 \[ \frac{2 t^{\frac{3}{2}} \log{\left (t \right )}}{3} - \frac{4 t^{\frac{3}{2}}}{9} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(ln(t)*t**(1/2),t)

[Out]

2*t**(3/2)*log(t)/3 - 4*t**(3/2)/9

_______________________________________________________________________________________

Mathematica [A]  time = 0.00441865, size = 15, normalized size = 0.71 \[ \frac{2}{9} t^{3/2} (3 \log (t)-2) \]

Antiderivative was successfully verified.

[In]  Integrate[Sqrt[t]*Log[t],t]

[Out]

(2*t^(3/2)*(-2 + 3*Log[t]))/9

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 14, normalized size = 0.7 \[ -{\frac{4}{9}{t}^{{\frac{3}{2}}}}+{\frac{2\,\ln \left ( t \right ) }{3}{t}^{{\frac{3}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(ln(t)*t^(1/2),t)

[Out]

-4/9*t^(3/2)+2/3*t^(3/2)*ln(t)

_______________________________________________________________________________________

Maxima [A]  time = 1.34677, size = 18, normalized size = 0.86 \[ \frac{2}{3} \, t^{\frac{3}{2}} \log \left (t\right ) - \frac{4}{9} \, t^{\frac{3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(t)*log(t),t, algorithm="maxima")

[Out]

2/3*t^(3/2)*log(t) - 4/9*t^(3/2)

_______________________________________________________________________________________

Fricas [A]  time = 0.248596, size = 19, normalized size = 0.9 \[ \frac{2}{9} \,{\left (3 \, t \log \left (t\right ) - 2 \, t\right )} \sqrt{t} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(t)*log(t),t, algorithm="fricas")

[Out]

2/9*(3*t*log(t) - 2*t)*sqrt(t)

_______________________________________________________________________________________

Sympy [A]  time = 3.08115, size = 66, normalized size = 3.14 \[ \begin{cases} \frac{2 t^{\frac{3}{2}} \log{\left (t \right )}}{3} - \frac{4 t^{\frac{3}{2}}}{9} & \text{for}\: \left |{t}\right | < 1 \\- \frac{2 t^{\frac{3}{2}} \log{\left (\frac{1}{t} \right )}}{3} - \frac{4 t^{\frac{3}{2}}}{9} & \text{for}\: \left |{\frac{1}{t}}\right | < 1 \\-{G_{3, 3}^{2, 1}\left (\begin{matrix} 1 & \frac{5}{2}, \frac{5}{2} \\\frac{3}{2}, \frac{3}{2} & 0 \end{matrix} \middle |{t} \right )} +{G_{3, 3}^{0, 3}\left (\begin{matrix} \frac{5}{2}, \frac{5}{2}, 1 & \\ & \frac{3}{2}, \frac{3}{2}, 0 \end{matrix} \middle |{t} \right )} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(ln(t)*t**(1/2),t)

[Out]

Piecewise((2*t**(3/2)*log(t)/3 - 4*t**(3/2)/9, Abs(t) < 1), (-2*t**(3/2)*log(1/t
)/3 - 4*t**(3/2)/9, Abs(1/t) < 1), (-meijerg(((1,), (5/2, 5/2)), ((3/2, 3/2), (0
,)), t) + meijerg(((5/2, 5/2, 1), ()), ((), (3/2, 3/2, 0)), t), True))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.218856, size = 18, normalized size = 0.86 \[ \frac{2}{3} \, t^{\frac{3}{2}}{\rm ln}\left (t\right ) - \frac{4}{9} \, t^{\frac{3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(t)*log(t),t, algorithm="giac")

[Out]

2/3*t^(3/2)*ln(t) - 4/9*t^(3/2)