3.41.66 15(30+e(19+20x))dx

Optimal. Leaf size=13 x(6+e(195+2x))

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 16, normalized size of antiderivative = 1.23, number of steps used = 2, number of rules used = 1, integrand size = 13, number of rulesintegrand size = 0.077, Rules used = {12} 1200e(20x+19)2+6x

Antiderivative was successfully verified.

[In]

Int[(30 + E*(19 + 20*x))/5,x]

[Out]

6*x + (E*(19 + 20*x)^2)/200

Rule 12

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

Rubi steps

integral=15(30+e(19+20x))dx=6x+1200e(19+20x)2

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 16, normalized size = 1.23 6x+19ex5+2ex2

Antiderivative was successfully verified.

[In]

Integrate[(30 + E*(19 + 20*x))/5,x]

[Out]

6*x + (19*E*x)/5 + 2*E*x^2

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 17, normalized size = 1.31 15(10x2+19x)e+6x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(20*x+19)*exp(1)+6,x, algorithm="fricas")

[Out]

1/5*(10*x^2 + 19*x)*e + 6*x

________________________________________________________________________________________

giac [A]  time = 0.15, size = 17, normalized size = 1.31 15(10x2+19x)e+6x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(20*x+19)*exp(1)+6,x, algorithm="giac")

[Out]

1/5*(10*x^2 + 19*x)*e + 6*x

________________________________________________________________________________________

maple [A]  time = 0.02, size = 15, normalized size = 1.15




method result size



gosper x(10xe+19e+30)5 15
norman (19e5+6)x+2x2e 17
risch 2x2e+19xe5+6x 17
default e(10x2+19x)5+6x 18



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/5*(20*x+19)*exp(1)+6,x,method=_RETURNVERBOSE)

[Out]

1/5*x*(10*x*exp(1)+19*exp(1)+30)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 17, normalized size = 1.31 15(10x2+19x)e+6x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(20*x+19)*exp(1)+6,x, algorithm="maxima")

[Out]

1/5*(10*x^2 + 19*x)*e + 6*x

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 17, normalized size = 1.31 (20x+19)(e(20x+19)+60)200

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(1)*(20*x + 19))/5 + 6,x)

[Out]

((20*x + 19)*(exp(1)*(20*x + 19) + 60))/200

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 17, normalized size = 1.31 2ex2+x(6+19e5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(20*x+19)*exp(1)+6,x)

[Out]

2*E*x**2 + x*(6 + 19*E/5)

________________________________________________________________________________________