3.72 \(\int x^2 \log (a^2+x^2) \, dx\)

Optimal. Leaf size=44 \[ -\frac {2}{3} a^3 \tan ^{-1}\left (\frac {x}{a}\right )+\frac {1}{3} x^3 \log \left (a^2+x^2\right )+\frac {2 a^2 x}{3}-\frac {2 x^3}{9} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 44, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {2455, 302, 203} \[ \frac {1}{3} x^3 \log \left (a^2+x^2\right )+\frac {2 a^2 x}{3}-\frac {2}{3} a^3 \tan ^{-1}\left (\frac {x}{a}\right )-\frac {2 x^3}{9} \]

Antiderivative was successfully verified.

[In]

Int[x^2*Log[a^2 + x^2],x]

[Out]

(2*a^2*x)/3 - (2*x^3)/9 - (2*a^3*ArcTan[x/a])/3 + (x^3*Log[a^2 + x^2])/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 302

Int[(x_)^(m_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Int[PolynomialDivide[x^m, a + b*x^n, x], x] /; FreeQ[{a,
b}, x] && IGtQ[m, 0] && IGtQ[n, 0] && GtQ[m, 2*n - 1]

Rule 2455

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))*((f_.)*(x_))^(m_.), x_Symbol] :> Simp[((f*x)^(m
+ 1)*(a + b*Log[c*(d + e*x^n)^p]))/(f*(m + 1)), x] - Dist[(b*e*n*p)/(f*(m + 1)), Int[(x^(n - 1)*(f*x)^(m + 1))
/(d + e*x^n), x], x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int x^2 \log \left (a^2+x^2\right ) \, dx &=\frac {1}{3} x^3 \log \left (a^2+x^2\right )-\frac {2}{3} \int \frac {x^4}{a^2+x^2} \, dx\\ &=\frac {1}{3} x^3 \log \left (a^2+x^2\right )-\frac {2}{3} \int \left (-a^2+x^2+\frac {a^4}{a^2+x^2}\right ) \, dx\\ &=\frac {2 a^2 x}{3}-\frac {2 x^3}{9}+\frac {1}{3} x^3 \log \left (a^2+x^2\right )-\frac {1}{3} \left (2 a^4\right ) \int \frac {1}{a^2+x^2} \, dx\\ &=\frac {2 a^2 x}{3}-\frac {2 x^3}{9}-\frac {2}{3} a^3 \tan ^{-1}\left (\frac {x}{a}\right )+\frac {1}{3} x^3 \log \left (a^2+x^2\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 44, normalized size = 1.00 \[ -\frac {2}{3} a^3 \tan ^{-1}\left (\frac {x}{a}\right )+\frac {1}{3} x^3 \log \left (a^2+x^2\right )+\frac {2 a^2 x}{3}-\frac {2 x^3}{9} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2*Log[a^2 + x^2],x]

[Out]

(2*a^2*x)/3 - (2*x^3)/9 - (2*a^3*ArcTan[x/a])/3 + (x^3*Log[a^2 + x^2])/3

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 36, normalized size = 0.82 \[ -\frac {2}{3} \, a^{3} \arctan \left (\frac {x}{a}\right ) + \frac {1}{3} \, x^{3} \log \left (a^{2} + x^{2}\right ) + \frac {2}{3} \, a^{2} x - \frac {2}{9} \, x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*log(a^2+x^2),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [A]  time = 1.04, size = 36, normalized size = 0.82 \[ -\frac {2}{3} \, a^{3} \arctan \left (\frac {x}{a}\right ) + \frac {1}{3} \, x^{3} \log \left (a^{2} + x^{2}\right ) + \frac {2}{3} \, a^{2} x - \frac {2}{9} \, x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*log(a^2+x^2),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.01, size = 37, normalized size = 0.84 \[ -\frac {2 a^{3} \arctan \left (\frac {x}{a}\right )}{3}+\frac {x^{3} \ln \left (a^{2}+x^{2}\right )}{3}+\frac {2 a^{2} x}{3}-\frac {2 x^{3}}{9} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*ln(a^2+x^2),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.96, size = 36, normalized size = 0.82 \[ -\frac {2}{3} \, a^{3} \arctan \left (\frac {x}{a}\right ) + \frac {1}{3} \, x^{3} \log \left (a^{2} + x^{2}\right ) + \frac {2}{3} \, a^{2} x - \frac {2}{9} \, x^{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*log(a^2+x^2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 65, normalized size = 1.48 \[ \frac {2\,a^2\,x}{3}-\frac {\ln \left (x-\sqrt {-a^2}\right )\,{\left (-a^2\right )}^{3/2}}{3}+\frac {x^3\,\ln \left (a^2+x^2\right )}{3}+\frac {\ln \left (x+\sqrt {-a^2}\right )\,{\left (-a^2\right )}^{3/2}}{3}-\frac {2\,x^3}{9} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*log(a^2 + x^2),x)

[Out]

(2*a^2*x)/3 - (log(x - (-a^2)^(1/2))*(-a^2)^(3/2))/3 + (x^3*log(a^2 + x^2))/3 + (log(x + (-a^2)^(1/2))*(-a^2)^
(3/2))/3 - (2*x^3)/9

________________________________________________________________________________________

sympy [C]  time = 0.19, size = 53, normalized size = 1.20 \[ - 2 a^{3} \left (- \frac {i \log {\left (- i a + x \right )}}{6} + \frac {i \log {\left (i a + x \right )}}{6}\right ) + \frac {2 a^{2} x}{3} + \frac {x^{3} \log {\left (a^{2} + x^{2} \right )}}{3} - \frac {2 x^{3}}{9} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*ln(a**2+x**2),x)

[Out]

-2*a**3*(-I*log(-I*a + x)/6 + I*log(I*a + x)/6) + 2*a**2*x/3 + x**3*log(a**2 + x**2)/3 - 2*x**3/9

________________________________________________________________________________________