3.96.59 \(\int \frac {50-2 x^2-2 \log (5)}{625+50 x^2+x^4+(-50-2 x^2) \log (5)+\log ^2(5)} \, dx\)

Optimal. Leaf size=14 \[ \frac {2 x}{25+x^2-\log (5)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 38, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.079, Rules used = {1990, 28, 383} \begin {gather*} \frac {2 x}{x^2+25-\log (5)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(50 - 2*x^2 - 2*Log[5])/(625 + 50*x^2 + x^4 + (-50 - 2*x^2)*Log[5] + Log[5]^2),x]

[Out]

(2*x)/(25 + x^2 - Log[5])

Rule 28

Int[(u_.)*((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Dist[1/c^p, Int[u*(b/2 + c*x^n)^(2*
p), x], x] /; FreeQ[{a, b, c, n}, x] && EqQ[n2, 2*n] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 383

Int[((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(c*x*(a + b*x^n)^(p + 1))/a, x]
 /; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && EqQ[a*d - b*c*(n*(p + 1) + 1), 0]

Rule 1990

Int[(u_)^(q_.)*(v_)^(p_.), x_Symbol] :> Int[ExpandToSum[u, x]^q*ExpandToSum[v, x]^p, x] /; FreeQ[{p, q}, x] &&
 BinomialQ[u, x] && TrinomialQ[v, x] &&  !(BinomialMatchQ[u, x] && TrinomialMatchQ[v, x])

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {-2 x^2+2 (25-\log (5))}{x^4+2 x^2 (25-\log (5))+(-25+\log (5))^2} \, dx\\ &=\int \frac {-2 x^2+2 (25-\log (5))}{\left (25+x^2-\log (5)\right )^2} \, dx\\ &=\frac {2 x}{25+x^2-\log (5)}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 14, normalized size = 1.00 \begin {gather*} \frac {2 x}{25+x^2-\log (5)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(50 - 2*x^2 - 2*Log[5])/(625 + 50*x^2 + x^4 + (-50 - 2*x^2)*Log[5] + Log[5]^2),x]

[Out]

(2*x)/(25 + x^2 - Log[5])

________________________________________________________________________________________

fricas [A]  time = 0.51, size = 14, normalized size = 1.00 \begin {gather*} \frac {2 \, x}{x^{2} - \log \relax (5) + 25} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(5)-2*x^2+50)/(log(5)^2+(-2*x^2-50)*log(5)+x^4+50*x^2+625),x, algorithm="fricas")

[Out]

2*x/(x^2 - log(5) + 25)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 14, normalized size = 1.00 \begin {gather*} \frac {2 \, x}{x^{2} - \log \relax (5) + 25} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(5)-2*x^2+50)/(log(5)^2+(-2*x^2-50)*log(5)+x^4+50*x^2+625),x, algorithm="giac")

[Out]

2*x/(x^2 - log(5) + 25)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 15, normalized size = 1.07




method result size



gosper \(-\frac {2 x}{-x^{2}+\ln \relax (5)-25}\) \(15\)
default \(-\frac {2 x}{-x^{2}+\ln \relax (5)-25}\) \(15\)
norman \(-\frac {2 x}{-x^{2}+\ln \relax (5)-25}\) \(15\)
risch \(-\frac {2 x}{-x^{2}+\ln \relax (5)-25}\) \(15\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-2*ln(5)-2*x^2+50)/(ln(5)^2+(-2*x^2-50)*ln(5)+x^4+50*x^2+625),x,method=_RETURNVERBOSE)

[Out]

-2*x/(-x^2+ln(5)-25)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 14, normalized size = 1.00 \begin {gather*} \frac {2 \, x}{x^{2} - \log \relax (5) + 25} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*log(5)-2*x^2+50)/(log(5)^2+(-2*x^2-50)*log(5)+x^4+50*x^2+625),x, algorithm="maxima")

[Out]

2*x/(x^2 - log(5) + 25)

________________________________________________________________________________________

mupad [B]  time = 14.96, size = 1, normalized size = 0.07 \begin {gather*} 0 \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(2*log(5) + 2*x^2 - 50)/(log(5)^2 - log(5)*(2*x^2 + 50) + 50*x^2 + x^4 + 625),x)

[Out]

0

________________________________________________________________________________________

sympy [A]  time = 0.19, size = 10, normalized size = 0.71 \begin {gather*} \frac {2 x}{x^{2} - \log {\relax (5 )} + 25} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-2*ln(5)-2*x**2+50)/(ln(5)**2+(-2*x**2-50)*ln(5)+x**4+50*x**2+625),x)

[Out]

2*x/(x**2 - log(5) + 25)

________________________________________________________________________________________