\(\int \frac {e^{(a+b x) (c+d x)}}{x} \, dx\) [442]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A]
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 17, antiderivative size = 17 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\text {Int}\left (\frac {e^{a c+(b c+a d) x+b d x^2}}{x},x\right ) \]

[Out]

Unintegrable(exp(a*c+(a*d+b*c)*x+b*d*x^2)/x,x)

Rubi [N/A]

Not integrable

Time = 0.08 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\int \frac {e^{(a+b x) (c+d x)}}{x} \, dx \]

[In]

Int[E^((a + b*x)*(c + d*x))/x,x]

[Out]

Defer[Int][E^(a*c + (b*c + a*d)*x + b*d*x^2)/x, x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {e^{a c+(b c+a d) x+b d x^2}}{x} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 0.30 (sec) , antiderivative size = 19, normalized size of antiderivative = 1.12 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\int \frac {e^{(a+b x) (c+d x)}}{x} \, dx \]

[In]

Integrate[E^((a + b*x)*(c + d*x))/x,x]

[Out]

Integrate[E^((a + b*x)*(c + d*x))/x, x]

Maple [N/A]

Not integrable

Time = 0.01 (sec) , antiderivative size = 16, normalized size of antiderivative = 0.94

\[\int \frac {{\mathrm e}^{\left (b x +a \right ) \left (d x +c \right )}}{x}d x\]

[In]

int(exp((b*x+a)*(d*x+c))/x,x)

[Out]

int(exp((b*x+a)*(d*x+c))/x,x)

Fricas [N/A]

Not integrable

Time = 0.32 (sec) , antiderivative size = 26, normalized size of antiderivative = 1.53 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\int { \frac {e^{\left ({\left (b x + a\right )} {\left (d x + c\right )}\right )}}{x} \,d x } \]

[In]

integrate(exp((b*x+a)*(d*x+c))/x,x, algorithm="fricas")

[Out]

integral(e^(b*d*x^2 + a*c + (b*c + a*d)*x)/x, x)

Sympy [N/A]

Not integrable

Time = 6.76 (sec) , antiderivative size = 29, normalized size of antiderivative = 1.71 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=e^{a c} \int \frac {e^{a d x} e^{b c x} e^{b d x^{2}}}{x}\, dx \]

[In]

integrate(exp((b*x+a)*(d*x+c))/x,x)

[Out]

exp(a*c)*Integral(exp(a*d*x)*exp(b*c*x)*exp(b*d*x**2)/x, x)

Maxima [N/A]

Not integrable

Time = 0.33 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.06 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\int { \frac {e^{\left ({\left (b x + a\right )} {\left (d x + c\right )}\right )}}{x} \,d x } \]

[In]

integrate(exp((b*x+a)*(d*x+c))/x,x, algorithm="maxima")

[Out]

integrate(e^((b*x + a)*(d*x + c))/x, x)

Giac [N/A]

Not integrable

Time = 0.32 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.06 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\int { \frac {e^{\left ({\left (b x + a\right )} {\left (d x + c\right )}\right )}}{x} \,d x } \]

[In]

integrate(exp((b*x+a)*(d*x+c))/x,x, algorithm="giac")

[Out]

integrate(e^((b*x + a)*(d*x + c))/x, x)

Mupad [N/A]

Not integrable

Time = 0.22 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.06 \[ \int \frac {e^{(a+b x) (c+d x)}}{x} \, dx=\int \frac {{\mathrm {e}}^{\left (a+b\,x\right )\,\left (c+d\,x\right )}}{x} \,d x \]

[In]

int(exp((a + b*x)*(c + d*x))/x,x)

[Out]

int(exp((a + b*x)*(c + d*x))/x, x)