3.2.64 \(\int \frac {e^{a x} x}{(1+a x)^2} \, dx\) [164]

Optimal. Leaf size=16 \[ \frac {e^{a x}}{a^2 (1+a x)} \]

[Out]

exp(a*x)/a^2/(a*x+1)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {2228} \begin {gather*} \frac {e^{a x}}{a^2 (a x+1)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^(a*x)/(a^2*(1 + a*x))

Rule 2228

Int[(F_)^((c_.)*(v_))*(u_)^(m_.)*(w_), x_Symbol] :> With[{b = Coefficient[v, x, 1], d = Coefficient[u, x, 0],
e = Coefficient[u, x, 1], f = Coefficient[w, x, 0], g = Coefficient[w, x, 1]}, Simp[g*u^(m + 1)*(F^(c*v)/(b*c*
e*Log[F])), x] /; EqQ[e*g*(m + 1) - b*c*(e*f - d*g)*Log[F], 0]] /; FreeQ[{F, c, m}, x] && LinearQ[{u, v, w}, x
]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.15, size = 16, normalized size = 1.00 \begin {gather*} \frac {e^{a x}}{a^2 (1+a x)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^(a*x)/(a^2*(1 + a*x))

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 16, normalized size = 1.00

method result size
gosper \(\frac {{\mathrm e}^{a x}}{a^{2} \left (a x +1\right )}\) \(16\)
derivativedivides \(\frac {{\mathrm e}^{a x}}{a^{2} \left (a x +1\right )}\) \(16\)
default \(\frac {{\mathrm e}^{a x}}{a^{2} \left (a x +1\right )}\) \(16\)
norman \(\frac {{\mathrm e}^{a x}}{a^{2} \left (a x +1\right )}\) \(16\)
risch \(\frac {{\mathrm e}^{a x}}{a^{2} \left (a x +1\right )}\) \(16\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(a*x)/a^2/(a*x+1)

________________________________________________________________________________________

Maxima [A]
time = 1.78, size = 16, normalized size = 1.00 \begin {gather*} \frac {e^{\left (a x\right )}}{a^{3} x + a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(a*x)/(a^3*x + a^2)

________________________________________________________________________________________

Fricas [A]
time = 0.71, size = 16, normalized size = 1.00 \begin {gather*} \frac {e^{\left (a x\right )}}{a^{3} x + a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(a*x)/(a^3*x + a^2)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 12, normalized size = 0.75 \begin {gather*} \frac {e^{a x}}{a^{3} x + a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(a*x)/(a**3*x + a**2)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 45 vs. \(2 (15) = 30\).
time = 0.65, size = 45, normalized size = 2.81 \begin {gather*} -\frac {e^{\left (-{\left (a x + 1\right )} {\left (\frac {1}{a x + 1} - 1\right )}\right )}}{{\left (a x + 1\right )} a^{2} {\left (\frac {1}{a x + 1} - 1\right )} - a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(a*x)/(a^2*(a*x + 1))

________________________________________________________________________________________