3.43.66 \(\int \frac {5 x^2-3 e^3 \log (5)}{x^4} \, dx\) [4266]

Optimal. Leaf size=22 \[ \frac {5 x (-1+5 x)+\frac {e^3 \log (5)}{x}}{x^2} \]

[Out]

(5*x*(-1+5*x)+ln(5)*exp(3)/x)/x^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 15, normalized size of antiderivative = 0.68, number of steps used = 2, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {14} \begin {gather*} \frac {e^3 \log (5)}{x^3}-\frac {5}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(5*x^2 - 3*E^3*Log[5])/x^4,x]

[Out]

-5/x + (E^3*Log[5])/x^3

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 15, normalized size = 0.68 \begin {gather*} -\frac {5}{x}+\frac {e^3 \log (5)}{x^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(5*x^2 - 3*E^3*Log[5])/x^4,x]

[Out]

-5/x + (E^3*Log[5])/x^3

________________________________________________________________________________________

Maple [A]
time = 0.15, size = 15, normalized size = 0.68

method result size
default \(\frac {{\mathrm e}^{3} \ln \left (5\right )}{x^{3}}-\frac {5}{x}\) \(15\)
gosper \(\frac {{\mathrm e}^{3} \ln \left (5\right )-5 x^{2}}{x^{3}}\) \(16\)
norman \(\frac {{\mathrm e}^{3} \ln \left (5\right )-5 x^{2}}{x^{3}}\) \(16\)
risch \(\frac {{\mathrm e}^{3} \ln \left (5\right )-5 x^{2}}{x^{3}}\) \(16\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(3)*ln(5)/x^3-5/x

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 17, normalized size = 0.77 \begin {gather*} -\frac {5 \, x^{2} - e^{3} \log \left (5\right )}{x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(5*x^2 - e^3*log(5))/x^3

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 17, normalized size = 0.77 \begin {gather*} -\frac {5 \, x^{2} - e^{3} \log \left (5\right )}{x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(5*x^2 - e^3*log(5))/x^3

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 14, normalized size = 0.64 \begin {gather*} \frac {- 5 x^{2} + e^{3} \log {\left (5 \right )}}{x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3*exp(3)*ln(5)+5*x**2)/x**4,x)

[Out]

(-5*x**2 + exp(3)*log(5))/x**3

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 17, normalized size = 0.77 \begin {gather*} -\frac {5 \, x^{2} - e^{3} \log \left (5\right )}{x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(5*x^2 - e^3*log(5))/x^3

________________________________________________________________________________________

Mupad [B]
time = 3.07, size = 15, normalized size = 0.68 \begin {gather*} \frac {{\mathrm {e}}^3\,\ln \left (5\right )-5\,x^2}{x^3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(3*exp(3)*log(5) - 5*x^2)/x^4,x)

[Out]

(exp(3)*log(5) - 5*x^2)/x^3

________________________________________________________________________________________