3.489 \(\int \frac {1}{b x+c (d+e x)^2} \, dx\)

Optimal. Leaf size=47 \[ -\frac {2 \tanh ^{-1}\left (\frac {b+2 c e (d+e x)}{\sqrt {b} \sqrt {b+4 c d e}}\right )}{\sqrt {b} \sqrt {b+4 c d e}} \]

[Out]

-2*arctanh((b+2*c*e*(e*x+d))/b^(1/2)/(4*c*d*e+b)^(1/2))/b^(1/2)/(4*c*d*e+b)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.07, antiderivative size = 47, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {1981, 618, 206} \[ -\frac {2 \tanh ^{-1}\left (\frac {b+2 c e (d+e x)}{\sqrt {b} \sqrt {b+4 c d e}}\right )}{\sqrt {b} \sqrt {b+4 c d e}} \]

Antiderivative was successfully verified.

[In]

Int[(b*x + c*(d + e*x)^2)^(-1),x]

[Out]

(-2*ArcTanh[(b + 2*c*e*(d + e*x))/(Sqrt[b]*Sqrt[b + 4*c*d*e])])/(Sqrt[b]*Sqrt[b + 4*c*d*e])

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 1981

Int[(u_)^(p_), x_Symbol] :> Int[ExpandToSum[u, x]^p, x] /; FreeQ[p, x] && QuadraticQ[u, x] &&  !QuadraticMatch
Q[u, x]

Rubi steps

\begin {align*} \int \frac {1}{b x+c (d+e x)^2} \, dx &=\int \frac {1}{c d^2+(b+2 c d e) x+c e^2 x^2} \, dx\\ &=-\left (2 \operatorname {Subst}\left (\int \frac {1}{b (b+4 c d e)-x^2} \, dx,x,b+2 c d e+2 c e^2 x\right )\right )\\ &=-\frac {2 \tanh ^{-1}\left (\frac {b+2 c e (d+e x)}{\sqrt {b} \sqrt {b+4 c d e}}\right )}{\sqrt {b} \sqrt {b+4 c d e}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 47, normalized size = 1.00 \[ -\frac {2 \tanh ^{-1}\left (\frac {b+2 c e (d+e x)}{\sqrt {b} \sqrt {b+4 c d e}}\right )}{\sqrt {b} \sqrt {b+4 c d e}} \]

Antiderivative was successfully verified.

[In]

Integrate[(b*x + c*(d + e*x)^2)^(-1),x]

[Out]

(-2*ArcTanh[(b + 2*c*e*(d + e*x))/(Sqrt[b]*Sqrt[b + 4*c*d*e])])/(Sqrt[b]*Sqrt[b + 4*c*d*e])

________________________________________________________________________________________

fricas [A]  time = 0.75, size = 190, normalized size = 4.04 \[ \left [\frac {\log \left (\frac {2 \, c^{2} e^{4} x^{2} + 2 \, c^{2} d^{2} e^{2} + 4 \, b c d e + b^{2} + 2 \, {\left (2 \, c^{2} d e^{3} + b c e^{2}\right )} x - \sqrt {4 \, b c d e + b^{2}} {\left (2 \, c e^{2} x + 2 \, c d e + b\right )}}{c e^{2} x^{2} + c d^{2} + {\left (2 \, c d e + b\right )} x}\right )}{\sqrt {4 \, b c d e + b^{2}}}, \frac {2 \, \sqrt {-4 \, b c d e - b^{2}} \arctan \left (\frac {\sqrt {-4 \, b c d e - b^{2}} {\left (2 \, c e^{2} x + 2 \, c d e + b\right )}}{4 \, b c d e + b^{2}}\right )}{4 \, b c d e + b^{2}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+c*(e*x+d)^2),x, algorithm="fricas")

[Out]

[log((2*c^2*e^4*x^2 + 2*c^2*d^2*e^2 + 4*b*c*d*e + b^2 + 2*(2*c^2*d*e^3 + b*c*e^2)*x - sqrt(4*b*c*d*e + b^2)*(2
*c*e^2*x + 2*c*d*e + b))/(c*e^2*x^2 + c*d^2 + (2*c*d*e + b)*x))/sqrt(4*b*c*d*e + b^2), 2*sqrt(-4*b*c*d*e - b^2
)*arctan(sqrt(-4*b*c*d*e - b^2)*(2*c*e^2*x + 2*c*d*e + b)/(4*b*c*d*e + b^2))/(4*b*c*d*e + b^2)]

________________________________________________________________________________________

giac [A]  time = 0.28, size = 48, normalized size = 1.02 \[ \frac {2 \, \arctan \left (\frac {2 \, c x e^{2} + 2 \, c d e + b}{\sqrt {-4 \, b c d e - b^{2}}}\right )}{\sqrt {-4 \, b c d e - b^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+c*(e*x+d)^2),x, algorithm="giac")

[Out]

2*arctan((2*c*x*e^2 + 2*c*d*e + b)/sqrt(-4*b*c*d*e - b^2))/sqrt(-4*b*c*d*e - b^2)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 43, normalized size = 0.91 \[ -\frac {2 \arctanh \left (\frac {2 c \,e^{2} x +2 c d e +b}{\sqrt {4 b c d e +b^{2}}}\right )}{\sqrt {4 b c d e +b^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x+c*(e*x+d)^2),x)

[Out]

-2/(4*b*c*d*e+b^2)^(1/2)*arctanh((2*c*e^2*x+2*c*d*e+b)/(4*b*c*d*e+b^2)^(1/2))

________________________________________________________________________________________

maxima [A]  time = 1.02, size = 68, normalized size = 1.45 \[ \frac {\log \left (\frac {2 \, c e^{2} x + 2 \, c d e + b - \sqrt {{\left (4 \, c d e + b\right )} b}}{2 \, c e^{2} x + 2 \, c d e + b + \sqrt {{\left (4 \, c d e + b\right )} b}}\right )}{\sqrt {{\left (4 \, c d e + b\right )} b}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+c*(e*x+d)^2),x, algorithm="maxima")

[Out]

log((2*c*e^2*x + 2*c*d*e + b - sqrt((4*c*d*e + b)*b))/(2*c*e^2*x + 2*c*d*e + b + sqrt((4*c*d*e + b)*b)))/sqrt(
(4*c*d*e + b)*b)

________________________________________________________________________________________

mupad [B]  time = 0.10, size = 42, normalized size = 0.89 \[ -\frac {2\,\mathrm {atanh}\left (\frac {2\,c\,x\,e^2+2\,c\,d\,e+b}{\sqrt {b}\,\sqrt {b+4\,c\,d\,e}}\right )}{\sqrt {b}\,\sqrt {b+4\,c\,d\,e}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c*(d + e*x)^2 + b*x),x)

[Out]

-(2*atanh((b + 2*c*d*e + 2*c*e^2*x)/(b^(1/2)*(b + 4*c*d*e)^(1/2))))/(b^(1/2)*(b + 4*c*d*e)^(1/2))

________________________________________________________________________________________

sympy [B]  time = 0.30, size = 151, normalized size = 3.21 \[ \sqrt {\frac {1}{b \left (b + 4 c d e\right )}} \log {\left (x + \frac {- b^{2} \sqrt {\frac {1}{b \left (b + 4 c d e\right )}} - 4 b c d e \sqrt {\frac {1}{b \left (b + 4 c d e\right )}} + b + 2 c d e}{2 c e^{2}} \right )} - \sqrt {\frac {1}{b \left (b + 4 c d e\right )}} \log {\left (x + \frac {b^{2} \sqrt {\frac {1}{b \left (b + 4 c d e\right )}} + 4 b c d e \sqrt {\frac {1}{b \left (b + 4 c d e\right )}} + b + 2 c d e}{2 c e^{2}} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+c*(e*x+d)**2),x)

[Out]

sqrt(1/(b*(b + 4*c*d*e)))*log(x + (-b**2*sqrt(1/(b*(b + 4*c*d*e))) - 4*b*c*d*e*sqrt(1/(b*(b + 4*c*d*e))) + b +
 2*c*d*e)/(2*c*e**2)) - sqrt(1/(b*(b + 4*c*d*e)))*log(x + (b**2*sqrt(1/(b*(b + 4*c*d*e))) + 4*b*c*d*e*sqrt(1/(
b*(b + 4*c*d*e))) + b + 2*c*d*e)/(2*c*e**2))

________________________________________________________________________________________