3.577 \(\int \frac{d+e e^{h+i x}}{(a+b e^{h+i x}+c e^{2 h+2 i x}) (f+g x)^2} \, dx\)

Optimal. Leaf size=82 \[ d \text{CannotIntegrate}\left (\frac{1}{(f+g x)^2 \left (a+b e^{h+i x}+c e^{2 h+2 i x}\right )},x\right )+e \text{CannotIntegrate}\left (\frac{e^{h+i x}}{(f+g x)^2 \left (a+b e^{h+i x}+c e^{2 h+2 i x}\right )},x\right ) \]

[Out]

d*CannotIntegrate[1/((a + b*E^(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2), x] + e*CannotIntegrate[E^(h + i*x)/
((a + b*E^(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2), x]

________________________________________________________________________________________

Rubi [A]  time = 0.869854, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{d+e e^{h+i x}}{\left (a+b e^{h+i x}+c e^{2 h+2 i x}\right ) (f+g x)^2} \, dx \]

Verification is Not applicable to the result.

[In]

Int[(d + e*E^(h + i*x))/((a + b*E^(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2),x]

[Out]

d*Defer[Int][1/((a + b*E^(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2), x] + e*Defer[Int][E^(h + i*x)/((a + b*E^
(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2), x]

Rubi steps

\begin{align*} \int \frac{d+e e^{h+577 x}}{\left (a+b e^{h+577 x}+c e^{2 h+1154 x}\right ) (f+g x)^2} \, dx &=\int \left (\frac{d}{\left (a+b e^{h+577 x}+c e^{2 h+1154 x}\right ) (f+g x)^2}+\frac{e e^{h+577 x}}{\left (a+b e^{h+577 x}+c e^{2 h+1154 x}\right ) (f+g x)^2}\right ) \, dx\\ &=d \int \frac{1}{\left (a+b e^{h+577 x}+c e^{2 h+1154 x}\right ) (f+g x)^2} \, dx+e \int \frac{e^{h+577 x}}{\left (a+b e^{h+577 x}+c e^{2 h+1154 x}\right ) (f+g x)^2} \, dx\\ \end{align*}

Mathematica [A]  time = 5.76063, size = 0, normalized size = 0. \[ \int \frac{d+e e^{h+i x}}{\left (a+b e^{h+i x}+c e^{2 h+2 i x}\right ) (f+g x)^2} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(d + e*E^(h + i*x))/((a + b*E^(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2),x]

[Out]

Integrate[(d + e*E^(h + i*x))/((a + b*E^(h + i*x) + c*E^(2*h + 2*i*x))*(f + g*x)^2), x]

________________________________________________________________________________________

Maple [A]  time = 0.197, size = 0, normalized size = 0. \begin{align*} \int{\frac{d+e{{\rm e}^{ix+h}}}{ \left ( a+b{{\rm e}^{ix+h}}+c{{\rm e}^{2\,ix+2\,h}} \right ) \left ( gx+f \right ) ^{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d+e*exp(i*x+h))/(a+b*exp(i*x+h)+c*exp(2*i*x+2*h))/(g*x+f)^2,x)

[Out]

int((d+e*exp(i*x+h))/(a+b*exp(i*x+h)+c*exp(2*i*x+2*h))/(g*x+f)^2,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{e e^{\left (i x + h\right )} + d}{{\left (g x + f\right )}^{2}{\left (c e^{\left (2 \, i x + 2 \, h\right )} + b e^{\left (i x + h\right )} + a\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+e*exp(i*x+h))/(a+b*exp(i*x+h)+c*exp(2*i*x+2*h))/(g*x+f)^2,x, algorithm="maxima")

[Out]

integrate((e*e^(i*x + h) + d)/((g*x + f)^2*(c*e^(2*i*x + 2*h) + b*e^(i*x + h) + a)), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{e e^{\left (i x + h\right )} + d}{a g^{2} x^{2} + 2 \, a f g x + a f^{2} +{\left (c g^{2} x^{2} + 2 \, c f g x + c f^{2}\right )} e^{\left (2 \, i x + 2 \, h\right )} +{\left (b g^{2} x^{2} + 2 \, b f g x + b f^{2}\right )} e^{\left (i x + h\right )}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+e*exp(i*x+h))/(a+b*exp(i*x+h)+c*exp(2*i*x+2*h))/(g*x+f)^2,x, algorithm="fricas")

[Out]

integral((e*e^(i*x + h) + d)/(a*g^2*x^2 + 2*a*f*g*x + a*f^2 + (c*g^2*x^2 + 2*c*f*g*x + c*f^2)*e^(2*i*x + 2*h)
+ (b*g^2*x^2 + 2*b*f*g*x + b*f^2)*e^(i*x + h)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+e*exp(i*x+h))/(a+b*exp(i*x+h)+c*exp(2*i*x+2*h))/(g*x+f)**2,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{e e^{\left (i x + h\right )} + d}{{\left (g x + f\right )}^{2}{\left (c e^{\left (2 \, i x + 2 \, h\right )} + b e^{\left (i x + h\right )} + a\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+e*exp(i*x+h))/(a+b*exp(i*x+h)+c*exp(2*i*x+2*h))/(g*x+f)^2,x, algorithm="giac")

[Out]

integrate((e*e^(i*x + h) + d)/((g*x + f)^2*(c*e^(2*i*x + 2*h) + b*e^(i*x + h) + a)), x)