3.3.14 \(\int \frac {1}{\sqrt {a+b x^2} \sqrt {c+d x^2}} \, dx\) [214]

Optimal. Leaf size=87 \[ \frac {\sqrt {c} \sqrt {a+b x^2} F\left (\tan ^{-1}\left (\frac {\sqrt {d} x}{\sqrt {c}}\right )|1-\frac {b c}{a d}\right )}{a \sqrt {d} \sqrt {\frac {c \left (a+b x^2\right )}{a \left (c+d x^2\right )}} \sqrt {c+d x^2}} \]

[Out]

(1/(1+d*x^2/c))^(1/2)*(1+d*x^2/c)^(1/2)*EllipticF(x*d^(1/2)/c^(1/2)/(1+d*x^2/c)^(1/2),(1-b*c/a/d)^(1/2))*c^(1/
2)*(b*x^2+a)^(1/2)/a/d^(1/2)/(c*(b*x^2+a)/a/(d*x^2+c))^(1/2)/(d*x^2+c)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 87, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.043, Rules used = {429} \begin {gather*} \frac {\sqrt {c} \sqrt {a+b x^2} F\left (\text {ArcTan}\left (\frac {\sqrt {d} x}{\sqrt {c}}\right )|1-\frac {b c}{a d}\right )}{a \sqrt {d} \sqrt {c+d x^2} \sqrt {\frac {c \left (a+b x^2\right )}{a \left (c+d x^2\right )}}} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(Sqrt[c]*Sqrt[a + b*x^2]*EllipticF[ArcTan[(Sqrt[d]*x)/Sqrt[c]], 1 - (b*c)/(a*d)])/(a*Sqrt[d]*Sqrt[(c*(a + b*x^
2))/(a*(c + d*x^2))]*Sqrt[c + d*x^2])

Rule 429

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Simp[(Sqrt[a + b*x^2]/(a*Rt[d/c, 2]*
Sqrt[c + d*x^2]*Sqrt[c*((a + b*x^2)/(a*(c + d*x^2)))]))*EllipticF[ArcTan[Rt[d/c, 2]*x], 1 - b*(c/(a*d))], x] /
; FreeQ[{a, b, c, d}, x] && PosQ[d/c] && PosQ[b/a] &&  !SimplerSqrtQ[b/a, d/c]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {a+b x^2} \sqrt {c+d x^2}} \, dx &=\frac {\sqrt {c} \sqrt {a+b x^2} F\left (\tan ^{-1}\left (\frac {\sqrt {d} x}{\sqrt {c}}\right )|1-\frac {b c}{a d}\right )}{a \sqrt {d} \sqrt {\frac {c \left (a+b x^2\right )}{a \left (c+d x^2\right )}} \sqrt {c+d x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 86, normalized size = 0.99 \begin {gather*} \frac {\sqrt {\frac {a+b x^2}{a}} \sqrt {\frac {c+d x^2}{c}} F\left (\sin ^{-1}\left (\sqrt {-\frac {b}{a}} x\right )|\frac {a d}{b c}\right )}{\sqrt {-\frac {b}{a}} \sqrt {a+b x^2} \sqrt {c+d x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(Sqrt[a + b*x^2]*Sqrt[c + d*x^2]),x]

[Out]

(Sqrt[(a + b*x^2)/a]*Sqrt[(c + d*x^2)/c]*EllipticF[ArcSin[Sqrt[-(b/a)]*x], (a*d)/(b*c)])/(Sqrt[-(b/a)]*Sqrt[a
+ b*x^2]*Sqrt[c + d*x^2])

________________________________________________________________________________________

Maple [A]
time = 0.00, size = 100, normalized size = 1.15

method result size
default \(\frac {\EllipticF \left (x \sqrt {-\frac {b}{a}}, \sqrt {\frac {a d}{b c}}\right ) \sqrt {\frac {d \,x^{2}+c}{c}}\, \sqrt {\frac {b \,x^{2}+a}{a}}\, \sqrt {b \,x^{2}+a}\, \sqrt {d \,x^{2}+c}}{\sqrt {-\frac {b}{a}}\, \left (b d \,x^{4}+a d \,x^{2}+c \,x^{2} b +a c \right )}\) \(100\)
elliptic \(\frac {\sqrt {\left (b \,x^{2}+a \right ) \left (d \,x^{2}+c \right )}\, \sqrt {1+\frac {b \,x^{2}}{a}}\, \sqrt {1+\frac {d \,x^{2}}{c}}\, \EllipticF \left (x \sqrt {-\frac {b}{a}}, \sqrt {-1+\frac {a d +b c}{c b}}\right )}{\sqrt {b \,x^{2}+a}\, \sqrt {d \,x^{2}+c}\, \sqrt {-\frac {b}{a}}\, \sqrt {b d \,x^{4}+a d \,x^{2}+c \,x^{2} b +a c}}\) \(122\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^2+a)^(1/2)/(d*x^2+c)^(1/2),x,method=_RETURNVERBOSE)

[Out]

EllipticF(x*(-b/a)^(1/2),(a*d/b/c)^(1/2))*((d*x^2+c)/c)^(1/2)*((b*x^2+a)/a)^(1/2)*(b*x^2+a)^(1/2)*(d*x^2+c)^(1
/2)/(-b/a)^(1/2)/(b*d*x^4+a*d*x^2+b*c*x^2+a*c)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/(sqrt(b*x^2 + a)*sqrt(d*x^2 + c)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.17, size = 41, normalized size = 0.47 \begin {gather*} -\frac {\sqrt {a c} \sqrt {-\frac {b}{a}} {\rm ellipticF}\left (x \sqrt {-\frac {b}{a}}, \frac {a d}{b c}\right )}{b c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-sqrt(a*c)*sqrt(-b/a)*ellipticF(x*sqrt(-b/a), a*d/(b*c))/(b*c)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {a + b x^{2}} \sqrt {c + d x^{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(1/(sqrt(a + b*x**2)*sqrt(c + d*x**2)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(1/(sqrt(b*x^2 + a)*sqrt(d*x^2 + c)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{\sqrt {b\,x^2+a}\,\sqrt {d\,x^2+c}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________