3.73.55 2e3(1+x)225+25xdx

Optimal. Leaf size=21 14e5(4+4(1+x)225e2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 19, normalized size of antiderivative = 0.90, number of steps used = 3, number of rules used = 2, integrand size = 17, number of rulesintegrand size = 0.118, Rules used = {12, 21} e3x225+2e3x25

Antiderivative was successfully verified.

[In]

Int[(2*E^3*(1 + x)^2)/(25 + 25*x),x]

[Out]

(2*E^3*x)/25 + (E^3*x^2)/25

Rule 12

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

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rubi steps

integral=(2e3)(1+x)225+25xdx=125(2e3)(1+x)dx=2e3x25+e3x225

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 16, normalized size = 0.76 225e3(x+x22)

Antiderivative was successfully verified.

[In]

Integrate[(2*E^3*(1 + x)^2)/(25 + 25*x),x]

[Out]

(2*E^3*(x + x^2/2))/25

________________________________________________________________________________________

fricas [A]  time = 0.67, size = 11, normalized size = 0.52 125(x2+2x)e3

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/25*(x^2 + 2*x)*e^3

________________________________________________________________________________________

giac [A]  time = 0.16, size = 13, normalized size = 0.62 125x2e3+225xe3

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/25*x^2*e^3 + 2/25*x*e^3

________________________________________________________________________________________

maple [A]  time = 0.16, size = 14, normalized size = 0.67




method result size



default e5(x+1)2e225 14
risch x2e325+2xe325 14
gosper x(2+x)e5e225 23
norman (2e5e1x25+e5e1x225)e1 27
meijerg 2(x+1)2e2+2e5hypergeom([1,12e2],[2],x)xe225 32



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 11, normalized size = 0.52 125(x2+2x)e3

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/25*(x^2 + 2*x)*e^3

________________________________________________________________________________________

mupad [B]  time = 4.34, size = 8, normalized size = 0.38 xe3(x+2)25

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*exp(5)*exp(2*log(x + 1) - 2))/(25*x + 25),x)

[Out]

(x*exp(3)*(x + 2))/25

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 15, normalized size = 0.71 x2e325+2xe325

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)*exp(ln(x+1)-1)**2/(25*x+25),x)

[Out]

x**2*exp(3)/25 + 2*x*exp(3)/25

________________________________________________________________________________________