3.8.35 \(\int \frac {e^{x^2} (1+4 x^4)}{x^2} \, dx\) [735]

Optimal. Leaf size=19 \[ -\frac {e^{x^2}}{x}+2 e^{x^2} x \]

[Out]

-exp(x^2)/x+2*exp(x^2)*x

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 4, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {6874, 2245, 2235, 2243} \begin {gather*} 2 e^{x^2} x-\frac {e^{x^2}}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-(E^x^2/x) + 2*E^x^2*x

Rule 2235

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[F^a*Sqrt[Pi]*(Erfi[(c + d*x)*Rt[b*Log[F], 2
]]/(2*d*Rt[b*Log[F], 2])), x] /; FreeQ[{F, a, b, c, d}, x] && PosQ[b]

Rule 2243

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^(m
- n + 1)*(F^(a + b*(c + d*x)^n)/(b*d*n*Log[F])), x] - Dist[(m - n + 1)/(b*n*Log[F]), Int[(c + d*x)^(m - n)*F^(
a + b*(c + d*x)^n), x], x] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[2*((m + 1)/n)] && LtQ[0, (m + 1)/n, 5] &&
IntegerQ[n] && (LtQ[0, n, m + 1] || LtQ[m, n, 0])

Rule 2245

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^(m
+ 1)*(F^(a + b*(c + d*x)^n)/(d*(m + 1))), x] - Dist[b*n*(Log[F]/(m + 1)), Int[(c + d*x)^(m + n)*F^(a + b*(c +
d*x)^n), x], x] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[2*((m + 1)/n)] && LtQ[-4, (m + 1)/n, 5] && IntegerQ[n
] && ((GtQ[n, 0] && LtQ[m, -1]) || (GtQ[-n, 0] && LeQ[-n, m + 1]))

Rule 6874

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {align*} \int \frac {e^{x^2} \left (1+4 x^4\right )}{x^2} \, dx &=\int \left (\frac {e^{x^2}}{x^2}+4 e^{x^2} x^2\right ) \, dx\\ &=4 \int e^{x^2} x^2 \, dx+\int \frac {e^{x^2}}{x^2} \, dx\\ &=-\frac {e^{x^2}}{x}+2 e^{x^2} x\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 15, normalized size = 0.79 \begin {gather*} e^{x^2} \left (-\frac {1}{x}+2 x\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^x^2*(-x^(-1) + 2*x)

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 18, normalized size = 0.95

method result size
gosper \(\frac {{\mathrm e}^{x^{2}} \left (2 x^{2}-1\right )}{x}\) \(16\)
risch \(\frac {{\mathrm e}^{x^{2}} \left (2 x^{2}-1\right )}{x}\) \(16\)
default \(-\frac {{\mathrm e}^{x^{2}}}{x}+2 \,{\mathrm e}^{x^{2}} x\) \(18\)
norman \(\frac {2 \,{\mathrm e}^{x^{2}} x^{2}-{\mathrm e}^{x^{2}}}{x}\) \(21\)
meijerg \(2 i \left (-i x \,{\mathrm e}^{x^{2}}+\frac {i \erfi \left (x \right ) \sqrt {\pi }}{2}\right )+\frac {i \left (\frac {2 i {\mathrm e}^{x^{2}}}{x}-2 i \erfi \left (x \right ) \sqrt {\pi }\right )}{2}\) \(44\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x^2)*(4*x^4+1)/x^2,x,method=_RETURNVERBOSE)

[Out]

-exp(x^2)/x+2*exp(x^2)*x

________________________________________________________________________________________

Maxima [C] Result contains higher order function than in optimal. Order 4 vs. order 3.
time = 0.31, size = 36, normalized size = 1.89 \begin {gather*} 2 \, x e^{\left (x^{2}\right )} + i \, \sqrt {\pi } \operatorname {erf}\left (i \, x\right ) - \frac {\sqrt {-x^{2}} \Gamma \left (-\frac {1}{2}, -x^{2}\right )}{2 \, x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x^2)*(4*x^4+1)/x^2,x, algorithm="maxima")

[Out]

2*x*e^(x^2) + I*sqrt(pi)*erf(I*x) - 1/2*sqrt(-x^2)*gamma(-1/2, -x^2)/x

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 15, normalized size = 0.79 \begin {gather*} \frac {{\left (2 \, x^{2} - 1\right )} e^{\left (x^{2}\right )}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x^2)*(4*x^4+1)/x^2,x, algorithm="fricas")

[Out]

(2*x^2 - 1)*e^(x^2)/x

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 12, normalized size = 0.63 \begin {gather*} \frac {\left (2 x^{2} - 1\right ) e^{x^{2}}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x**2)*(4*x**4+1)/x**2,x)

[Out]

(2*x**2 - 1)*exp(x**2)/x

________________________________________________________________________________________

Giac [A]
time = 3.52, size = 20, normalized size = 1.05 \begin {gather*} \frac {2 \, x^{2} e^{\left (x^{2}\right )} - e^{\left (x^{2}\right )}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x^2)*(4*x^4+1)/x^2,x, algorithm="giac")

[Out]

(2*x^2*e^(x^2) - e^(x^2))/x

________________________________________________________________________________________

Mupad [B]
time = 0.07, size = 15, normalized size = 0.79 \begin {gather*} \frac {{\mathrm {e}}^{x^2}\,\left (2\,x^2-1\right )}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(x^2)*(4*x^4 + 1))/x^2,x)

[Out]

(exp(x^2)*(2*x^2 - 1))/x

________________________________________________________________________________________