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

Optimal. Leaf size=25 \[ x \log \left (x^2-a^2\right )+2 a \tanh ^{-1}\left (\frac{x}{a}\right )-2 x \]

[Out]

-2*x + 2*a*ArcTanh[x/a] + x*Log[-a^2 + x^2]

________________________________________________________________________________________

Rubi [A]  time = 0.0099368, antiderivative size = 25, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.3, Rules used = {2448, 321, 207} \[ x \log \left (x^2-a^2\right )+2 a \tanh ^{-1}\left (\frac{x}{a}\right )-2 x \]

Antiderivative was successfully verified.

[In]

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

[Out]

-2*x + 2*a*ArcTanh[x/a] + x*Log[-a^2 + x^2]

Rule 2448

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)], x_Symbol] :> Simp[x*Log[c*(d + e*x^n)^p], x] - Dist[e*n*p, Int[
x^n/(d + e*x^n), x], x] /; FreeQ[{c, d, e, n, p}, x]

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 207

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

Rubi steps

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

Mathematica [A]  time = 0.0023323, size = 25, normalized size = 1. \[ x \log \left (x^2-a^2\right )+2 a \tanh ^{-1}\left (\frac{x}{a}\right )-2 x \]

Antiderivative was successfully verified.

[In]

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

[Out]

-2*x + 2*a*ArcTanh[x/a] + x*Log[-a^2 + x^2]

________________________________________________________________________________________

Maple [A]  time = 0.007, size = 32, normalized size = 1.3 \begin{align*} x\ln \left ( -{a}^{2}+{x}^{2} \right ) -2\,x-a\ln \left ( -a+x \right ) +a\ln \left ( a+x \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*ln(-a^2+x^2)-2*x-a*ln(-a+x)+a*ln(a+x)

________________________________________________________________________________________

Maxima [A]  time = 0.938799, size = 42, normalized size = 1.68 \begin{align*} x \log \left (-a^{2} + x^{2}\right ) + a \log \left (a + x\right ) - a \log \left (-a + x\right ) - 2 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*log(-a^2 + x^2) + a*log(a + x) - a*log(-a + x) - 2*x

________________________________________________________________________________________

Fricas [A]  time = 2.1013, size = 76, normalized size = 3.04 \begin{align*} x \log \left (-a^{2} + x^{2}\right ) + a \log \left (a + x\right ) - a \log \left (-a + x\right ) - 2 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*log(-a^2 + x^2) + a*log(a + x) - a*log(-a + x) - 2*x

________________________________________________________________________________________

Sympy [A]  time = 0.306389, size = 29, normalized size = 1.16 \begin{align*} - 2 a \left (\frac{\log{\left (- a + x \right )}}{2} - \frac{\log{\left (a + x \right )}}{2}\right ) + x \log{\left (- a^{2} + x^{2} \right )} - 2 x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*a*(log(-a + x)/2 - log(a + x)/2) + x*log(-a**2 + x**2) - 2*x

________________________________________________________________________________________

Giac [A]  time = 1.07971, size = 45, normalized size = 1.8 \begin{align*} x \log \left (-a^{2} + x^{2}\right ) + a \log \left ({\left | a + x \right |}\right ) - a \log \left ({\left | -a + x \right |}\right ) - 2 \, x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*log(-a^2 + x^2) + a*log(abs(a + x)) - a*log(abs(-a + x)) - 2*x