3.48.95 \(\int \frac {-45-9 e^2 x}{900 x^3+240 e^2 x^4+16 e^4 x^5} \, dx\)

Optimal. Leaf size=19 \[ \frac {1}{4 x^2 \left (10+\frac {4 e^2 x}{3}\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 17, normalized size of antiderivative = 0.89, number of steps used = 4, number of rules used = 4, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.121, Rules used = {1594, 27, 12, 74} \begin {gather*} \frac {3}{8 x^2 \left (2 e^2 x+15\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-45 - 9*E^2*x)/(900*x^3 + 240*E^2*x^4 + 16*E^4*x^5),x]

[Out]

3/(8*x^2*(15 + 2*E^2*x))

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 74

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

Rule 1594

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.) + (c_.)*(x_)^(r_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^
(q - p) + c*x^(r - p))^n, x] /; FreeQ[{a, b, c, p, q, r}, x] && IntegerQ[n] && PosQ[q - p] && PosQ[r - p]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {-45-9 e^2 x}{x^3 \left (900+240 e^2 x+16 e^4 x^2\right )} \, dx\\ &=\int \frac {-45-9 e^2 x}{4 x^3 \left (15+2 e^2 x\right )^2} \, dx\\ &=\frac {1}{4} \int \frac {-45-9 e^2 x}{x^3 \left (15+2 e^2 x\right )^2} \, dx\\ &=\frac {3}{8 x^2 \left (15+2 e^2 x\right )}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 17, normalized size = 0.89 \begin {gather*} \frac {3}{8 x^2 \left (15+2 e^2 x\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-45 - 9*E^2*x)/(900*x^3 + 240*E^2*x^4 + 16*E^4*x^5),x]

[Out]

3/(8*x^2*(15 + 2*E^2*x))

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 17, normalized size = 0.89 \begin {gather*} \frac {3}{8 \, {\left (2 \, x^{3} e^{2} + 15 \, x^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-9*exp(2)*x-45)/(16*x^5*exp(2)^2+240*x^4*exp(2)+900*x^3),x, algorithm="fricas")

[Out]

3/8/(2*x^3*e^2 + 15*x^2)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: NotImplementedError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-9*exp(2)*x-45)/(16*x^5*exp(2)^2+240*x^4*exp(2)+900*x^3),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: -9/4*((2*exp(4)-2*exp(2)^2)/10125*ln(4*s
ageVARx^2*exp(4)+60*sageVARx*exp(2)+225)+(12*exp(4)*exp(2)-8*exp(2)^3)*1/40500/sqrt(exp(2)^2-exp(4))*ln(sqrt((
8*sageVARx*exp(4)+60*

________________________________________________________________________________________

maple [A]  time = 0.08, size = 15, normalized size = 0.79




method result size



gosper \(\frac {3}{8 x^{2} \left (2 \,{\mathrm e}^{2} x +15\right )}\) \(15\)
norman \(\frac {3}{8 x^{2} \left (2 \,{\mathrm e}^{2} x +15\right )}\) \(15\)
risch \(\frac {3}{8 x^{2} \left (2 \,{\mathrm e}^{2} x +15\right )}\) \(15\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-9*exp(2)*x-45)/(16*x^5*exp(2)^2+240*x^4*exp(2)+900*x^3),x,method=_RETURNVERBOSE)

[Out]

3/8/x^2/(2*exp(2)*x+15)

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 17, normalized size = 0.89 \begin {gather*} \frac {3}{8 \, {\left (2 \, x^{3} e^{2} + 15 \, x^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-9*exp(2)*x-45)/(16*x^5*exp(2)^2+240*x^4*exp(2)+900*x^3),x, algorithm="maxima")

[Out]

3/8/(2*x^3*e^2 + 15*x^2)

________________________________________________________________________________________

mupad [B]  time = 0.22, size = 17, normalized size = 0.89 \begin {gather*} \frac {3}{16\,{\mathrm {e}}^2\,x^3+120\,x^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(9*x*exp(2) + 45)/(240*x^4*exp(2) + 16*x^5*exp(4) + 900*x^3),x)

[Out]

3/(16*x^3*exp(2) + 120*x^2)

________________________________________________________________________________________

sympy [A]  time = 0.19, size = 14, normalized size = 0.74 \begin {gather*} \frac {3}{16 x^{3} e^{2} + 120 x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-9*exp(2)*x-45)/(16*x**5*exp(2)**2+240*x**4*exp(2)+900*x**3),x)

[Out]

3/(16*x**3*exp(2) + 120*x**2)

________________________________________________________________________________________