3.1.88 \(\int e^{\sqrt [4]{x}} \, dx\) [88]

Optimal. Leaf size=30 \[ 4 e^{\sqrt [4]{x}} \left (-6+6 \sqrt [4]{x}-3 \sqrt {x}+x^{3/4}\right ) \]

[Out]

4*exp(x^(1/4))*(-6+6*x^(1/4)-3*x^(1/2)+x^(3/4))

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 52, normalized size of antiderivative = 1.73, number of steps used = 5, number of rules used = 3, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.429, Rules used = {2238, 2207, 2225} \begin {gather*} 4 e^{\sqrt [4]{x}} x^{3/4}-12 e^{\sqrt [4]{x}} \sqrt {x}+24 e^{\sqrt [4]{x}} \sqrt [4]{x}-24 e^{\sqrt [4]{x}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-24*E^x^(1/4) + 24*E^x^(1/4)*x^(1/4) - 12*E^x^(1/4)*Sqrt[x] + 4*E^x^(1/4)*x^(3/4)

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]

Rule 2238

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_)), x_Symbol] :> With[{k = Denominator[n]}, Dist[k/d, Subst[In
t[x^(k - 1)*F^(a + b*x^(k*n)), x], x, (c + d*x)^(1/k)], x]] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[2/n] &&
!IntegerQ[n]

Rubi steps

\begin {gather*} \begin {aligned} \text {Integral} &=4 \text {Subst}\left (\int e^x x^3 \, dx,x,\sqrt [4]{x}\right )\\ &=4 e^{\sqrt [4]{x}} x^{3/4}-12 \text {Subst}\left (\int e^x x^2 \, dx,x,\sqrt [4]{x}\right )\\ &=-12 e^{\sqrt [4]{x}} \sqrt {x}+4 e^{\sqrt [4]{x}} x^{3/4}+24 \text {Subst}\left (\int e^x x \, dx,x,\sqrt [4]{x}\right )\\ &=24 e^{\sqrt [4]{x}} \sqrt [4]{x}-12 e^{\sqrt [4]{x}} \sqrt {x}+4 e^{\sqrt [4]{x}} x^{3/4}-24 \text {Subst}\left (\int e^x \, dx,x,\sqrt [4]{x}\right )\\ &=-24 e^{\sqrt [4]{x}}+24 e^{\sqrt [4]{x}} \sqrt [4]{x}-12 e^{\sqrt [4]{x}} \sqrt {x}+4 e^{\sqrt [4]{x}} x^{3/4}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 31, normalized size = 1.03 \begin {gather*} e^{\sqrt [4]{x}} \left (-24+24 \sqrt [4]{x}-12 \sqrt {x}+4 x^{3/4}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^x^(1/4)*(-24 + 24*x^(1/4) - 12*Sqrt[x] + 4*x^(3/4))

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 35, normalized size = 1.17

method result size
meijerg \(24-\left (-4 x^{\frac {3}{4}}+12 \sqrt {x}-24 x^{\frac {1}{4}}+24\right ) {\mathrm e}^{x^{\frac {1}{4}}}\) \(26\)
derivativedivides \(4 \,{\mathrm e}^{x^{\frac {1}{4}}} x^{\frac {3}{4}}-12 \sqrt {x}\, {\mathrm e}^{x^{\frac {1}{4}}}+24 x^{\frac {1}{4}} {\mathrm e}^{x^{\frac {1}{4}}}-24 \,{\mathrm e}^{x^{\frac {1}{4}}}\) \(35\)
default \(4 \,{\mathrm e}^{x^{\frac {1}{4}}} x^{\frac {3}{4}}-12 \sqrt {x}\, {\mathrm e}^{x^{\frac {1}{4}}}+24 x^{\frac {1}{4}} {\mathrm e}^{x^{\frac {1}{4}}}-24 \,{\mathrm e}^{x^{\frac {1}{4}}}\) \(35\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*exp(x^(1/4))*x^(3/4)-12*x^(1/2)*exp(x^(1/4))+24*x^(1/4)*exp(x^(1/4))-24*exp(x^(1/4))

________________________________________________________________________________________

Maxima [A]
time = 0.34, size = 21, normalized size = 0.70 \begin {gather*} 4 \, {\left (x^{\frac {3}{4}} - 3 \, \sqrt {x} + 6 \, x^{\frac {1}{4}} - 6\right )} e^{\left (x^{\frac {1}{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*(x^(3/4) - 3*sqrt(x) + 6*x^(1/4) - 6)*e^(x^(1/4))

________________________________________________________________________________________

Fricas [A]
time = 0.57, size = 21, normalized size = 0.70 \begin {gather*} 4 \, {\left (x^{\frac {3}{4}} - 3 \, \sqrt {x} + 6 \, x^{\frac {1}{4}} - 6\right )} e^{\left (x^{\frac {1}{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*(x^(3/4) - 3*sqrt(x) + 6*x^(1/4) - 6)*e^(x^(1/4))

________________________________________________________________________________________

Sympy [A]
time = 0.18, size = 48, normalized size = 1.60 \begin {gather*} 4 x^{\frac {3}{4}} e^{\sqrt [4]{x}} + 24 \sqrt [4]{x} e^{\sqrt [4]{x}} - 12 \sqrt {x} e^{\sqrt [4]{x}} - 24 e^{\sqrt [4]{x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*x**(3/4)*exp(x**(1/4)) + 24*x**(1/4)*exp(x**(1/4)) - 12*sqrt(x)*exp(x**(1/4)) - 24*exp(x**(1/4))

________________________________________________________________________________________

Giac [A]
time = 0.44, size = 21, normalized size = 0.70 \begin {gather*} 4 \, {\left (x^{\frac {3}{4}} - 3 \, \sqrt {x} + 6 \, x^{\frac {1}{4}} - 6\right )} e^{\left (x^{\frac {1}{4}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*(x^(3/4) - 3*sqrt(x) + 6*x^(1/4) - 6)*e^(x^(1/4))

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 28, normalized size = 0.93 \begin {gather*} -4\,x\,{\mathrm {e}}^{x^{1/4}}\,\left (\frac {6}{x}+\frac {3}{\sqrt {x}}-\frac {1}{x^{1/4}}-\frac {6}{x^{3/4}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x^(1/4)),x)

[Out]

-4*x*exp(x^(1/4))*(6/x + 3/x^(1/2) - 1/x^(1/4) - 6/x^(3/4))

________________________________________________________________________________________

Chatgpt [F] Failed to verify
time = 1.00, size = 9, normalized size = 0.30 \begin {gather*} \frac {4 x^{\frac {3}{4}} {\mathrm e}^{x^{\frac {1}{4}}}}{3} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

int(exp(x^(1/4)),x)

[Out]

4/3*x^(3/4)*exp(x^(1/4))

________________________________________________________________________________________