\(\int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx\) [4855]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 20, antiderivative size = 12 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 \left (2+x+e^{7+x} x\right ) \]

[Out]

5*x+10+5*exp(ln(x)+x+7)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.75, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.150, Rules used = {14, 2207, 2225} \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 x-5 e^{x+7}+5 e^{x+7} (x+1) \]

[In]

Int[(5*x + E^(7 + x)*x*(5 + 5*x))/x,x]

[Out]

-5*E^(7 + x) + 5*x + 5*E^(7 + x)*(1 + x)

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]]

Rule 2207

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^m*
((b*F^(g*(e + f*x)))^n/(f*g*n*Log[F])), x] - Dist[d*(m/(f*g*n*Log[F])), Int[(c + d*x)^(m - 1)*(b*F^(g*(e + f*x
)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && GtQ[m, 0] && IntegerQ[2*m] &&  !TrueQ[$UseGamma]

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps \begin{align*} \text {integral}& = \int \left (5+5 e^{7+x} (1+x)\right ) \, dx \\ & = 5 x+5 \int e^{7+x} (1+x) \, dx \\ & = 5 x+5 e^{7+x} (1+x)-5 \int e^{7+x} \, dx \\ & = -5 e^{7+x}+5 x+5 e^{7+x} (1+x) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.03 (sec) , antiderivative size = 12, normalized size of antiderivative = 1.00 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 x+5 e^{7+x} x \]

[In]

Integrate[(5*x + E^(7 + x)*x*(5 + 5*x))/x,x]

[Out]

5*x + 5*E^(7 + x)*x

Maple [A] (verified)

Time = 0.03 (sec) , antiderivative size = 12, normalized size of antiderivative = 1.00

method result size
risch \(5 x +5 x \,{\mathrm e}^{x +7}\) \(12\)
default \(5 x +5 \,{\mathrm e}^{\ln \left (x \right )+x +7}\) \(13\)
norman \(5 x +5 \,{\mathrm e}^{\ln \left (x \right )+x +7}\) \(13\)
parallelrisch \(5 x +5 \,{\mathrm e}^{\ln \left (x \right )+x +7}\) \(13\)
parts \(5 x +5 \,{\mathrm e}^{\ln \left (x \right )+x +7}\) \(13\)

[In]

int(((5*x+5)*exp(ln(x)+x+7)+5*x)/x,x,method=_RETURNVERBOSE)

[Out]

5*x+5*x*exp(x+7)

Fricas [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 12, normalized size of antiderivative = 1.00 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 \, x + 5 \, e^{\left (x + \log \left (x\right ) + 7\right )} \]

[In]

integrate(((5*x+5)*exp(log(x)+x+7)+5*x)/x,x, algorithm="fricas")

[Out]

5*x + 5*e^(x + log(x) + 7)

Sympy [A] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 10, normalized size of antiderivative = 0.83 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 x e^{x + 7} + 5 x \]

[In]

integrate(((5*x+5)*exp(ln(x)+x+7)+5*x)/x,x)

[Out]

5*x*exp(x + 7) + 5*x

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.92 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 \, {\left (x e^{7} - e^{7}\right )} e^{x} + 5 \, x + 5 \, e^{\left (x + 7\right )} \]

[In]

integrate(((5*x+5)*exp(log(x)+x+7)+5*x)/x,x, algorithm="maxima")

[Out]

5*(x*e^7 - e^7)*e^x + 5*x + 5*e^(x + 7)

Giac [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 11, normalized size of antiderivative = 0.92 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5 \, x e^{\left (x + 7\right )} + 5 \, x \]

[In]

integrate(((5*x+5)*exp(log(x)+x+7)+5*x)/x,x, algorithm="giac")

[Out]

5*x*e^(x + 7) + 5*x

Mupad [B] (verification not implemented)

Time = 11.11 (sec) , antiderivative size = 9, normalized size of antiderivative = 0.75 \[ \int \frac {5 x+e^{7+x} x (5+5 x)}{x} \, dx=5\,x\,\left ({\mathrm {e}}^{x+7}+1\right ) \]

[In]

int((5*x + exp(x + log(x) + 7)*(5*x + 5))/x,x)

[Out]

5*x*(exp(x + 7) + 1)