\(\int 3^{1+x^2} x \, dx\) [737]

   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 = 9, antiderivative size = 15 \[ \int 3^{1+x^2} x \, dx=\frac {3^{1+x^2}}{2 \log (3)} \]

[Out]

1/2*3^(x^2+1)/ln(3)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {2240} \[ \int 3^{1+x^2} x \, dx=\frac {3^{x^2+1}}{2 \log (3)} \]

[In]

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

[Out]

3^(1 + x^2)/(2*Log[3])

Rule 2240

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

Rubi steps \begin{align*} \text {integral}& = \frac {3^{1+x^2}}{2 \log (3)} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.02 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.80 \[ \int 3^{1+x^2} x \, dx=\frac {3^{1+x^2}}{\log (9)} \]

[In]

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

[Out]

3^(1 + x^2)/Log[9]

Maple [A] (verified)

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

method result size
derivativedivides \(\frac {3 \,3^{x^{2}}}{2 \ln \left (3\right )}\) \(12\)
default \(\frac {3 \,3^{x^{2}}}{2 \ln \left (3\right )}\) \(12\)
gosper \(\frac {3^{x^{2}+1}}{2 \ln \left (3\right )}\) \(14\)
risch \(\frac {3^{x^{2}+1}}{2 \ln \left (3\right )}\) \(14\)
parallelrisch \(\frac {3^{x^{2}+1}}{2 \ln \left (3\right )}\) \(14\)
norman \(\frac {{\mathrm e}^{\left (x^{2}+1\right ) \ln \left (3\right )}}{2 \ln \left (3\right )}\) \(16\)
meijerg \(-\frac {3 \left (1-{\mathrm e}^{\ln \left (3\right ) x^{2}}\right )}{2 \ln \left (3\right )}\) \(18\)

[In]

int(3^(x^2+1)*x,x,method=_RETURNVERBOSE)

[Out]

3/2*3^(x^2)/ln(3)

Fricas [A] (verification not implemented)

none

Time = 0.30 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int 3^{1+x^2} x \, dx=\frac {3^{x^{2} + 1}}{2 \, \log \left (3\right )} \]

[In]

integrate(3^(x^2+1)*x,x, algorithm="fricas")

[Out]

1/2*3^(x^2 + 1)/log(3)

Sympy [A] (verification not implemented)

Time = 0.04 (sec) , antiderivative size = 10, normalized size of antiderivative = 0.67 \[ \int 3^{1+x^2} x \, dx=\frac {3^{x^{2} + 1}}{2 \log {\left (3 \right )}} \]

[In]

integrate(3**(x**2+1)*x,x)

[Out]

3**(x**2 + 1)/(2*log(3))

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int 3^{1+x^2} x \, dx=\frac {3^{x^{2} + 1}}{2 \, \log \left (3\right )} \]

[In]

integrate(3^(x^2+1)*x,x, algorithm="maxima")

[Out]

1/2*3^(x^2 + 1)/log(3)

Giac [A] (verification not implemented)

none

Time = 0.31 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.87 \[ \int 3^{1+x^2} x \, dx=\frac {3^{x^{2} + 1}}{2 \, \log \left (3\right )} \]

[In]

integrate(3^(x^2+1)*x,x, algorithm="giac")

[Out]

1/2*3^(x^2 + 1)/log(3)

Mupad [B] (verification not implemented)

Time = 0.25 (sec) , antiderivative size = 11, normalized size of antiderivative = 0.73 \[ \int 3^{1+x^2} x \, dx=\frac {3\,3^{x^2}}{2\,\ln \left (3\right )} \]

[In]

int(3^(x^2 + 1)*x,x)

[Out]

(3*3^(x^2))/(2*log(3))