\(\int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx\) [635]

Optimal result
Mathematica [A] (verified)
Rubi [A] (verified)
Maple [B] (warning: unable to verify)
Fricas [B] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [F(-1)]
Mupad [B] (verification not implemented)
Reduce [F]

Optimal result

Integrand size = 25, antiderivative size = 115 \[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\frac {i \arctan \left (\frac {\sqrt {i a-b} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {i a-b} d}-\frac {i \text {arctanh}\left (\frac {\sqrt {i a+b} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {i a+b} d} \] Output:

I*arctan((I*a-b)^(1/2)*tan(d*x+c)^(1/2)/(a+b*tan(d*x+c))^(1/2))/(I*a-b)^(1 
/2)/d-I*arctanh((I*a+b)^(1/2)*tan(d*x+c)^(1/2)/(a+b*tan(d*x+c))^(1/2))/(I* 
a+b)^(1/2)/d
 

Mathematica [A] (verified)

Time = 0.06 (sec) , antiderivative size = 123, normalized size of antiderivative = 1.07 \[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\frac {\sqrt [4]{-1} \left (-\frac {\arctan \left (\frac {\sqrt [4]{-1} \sqrt {-a+i b} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {-a+i b}}+\frac {\arctan \left (\frac {\sqrt [4]{-1} \sqrt {a+i b} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {a+i b}}\right )}{d} \] Input:

Integrate[Sqrt[Tan[c + d*x]]/Sqrt[a + b*Tan[c + d*x]],x]
 

Output:

((-1)^(1/4)*(-(ArcTan[((-1)^(1/4)*Sqrt[-a + I*b]*Sqrt[Tan[c + d*x]])/Sqrt[ 
a + b*Tan[c + d*x]]]/Sqrt[-a + I*b]) + ArcTan[((-1)^(1/4)*Sqrt[a + I*b]*Sq 
rt[Tan[c + d*x]])/Sqrt[a + b*Tan[c + d*x]]]/Sqrt[a + I*b]))/d
 

Rubi [A] (verified)

Time = 0.31 (sec) , antiderivative size = 113, normalized size of antiderivative = 0.98, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.240, Rules used = {3042, 4058, 613, 104, 218, 221}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}dx\)

\(\Big \downarrow \) 4058

\(\displaystyle \frac {\int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)} \left (\tan ^2(c+d x)+1\right )}d\tan (c+d x)}{d}\)

\(\Big \downarrow \) 613

\(\displaystyle \frac {\frac {1}{2} \int \frac {1}{\sqrt {\tan (c+d x)} (\tan (c+d x)+i) \sqrt {a+b \tan (c+d x)}}d\tan (c+d x)-\frac {1}{2} \int \frac {1}{(i-\tan (c+d x)) \sqrt {\tan (c+d x)} \sqrt {a+b \tan (c+d x)}}d\tan (c+d x)}{d}\)

\(\Big \downarrow \) 104

\(\displaystyle \frac {\int \frac {1}{\frac {(a-i b) \tan (c+d x)}{a+b \tan (c+d x)}+i}d\frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}-\int \frac {1}{i-\frac {(a+i b) \tan (c+d x)}{a+b \tan (c+d x)}}d\frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}}{d}\)

\(\Big \downarrow \) 218

\(\displaystyle \frac {\int \frac {1}{\frac {(a-i b) \tan (c+d x)}{a+b \tan (c+d x)}+i}d\frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}+\frac {i \arctan \left (\frac {\sqrt {-b+i a} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {-b+i a}}}{d}\)

\(\Big \downarrow \) 221

\(\displaystyle \frac {\frac {i \arctan \left (\frac {\sqrt {-b+i a} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {-b+i a}}-\frac {i \text {arctanh}\left (\frac {\sqrt {b+i a} \sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}}\right )}{\sqrt {b+i a}}}{d}\)

Input:

Int[Sqrt[Tan[c + d*x]]/Sqrt[a + b*Tan[c + d*x]],x]
 

Output:

((I*ArcTan[(Sqrt[I*a - b]*Sqrt[Tan[c + d*x]])/Sqrt[a + b*Tan[c + d*x]]])/S 
qrt[I*a - b] - (I*ArcTanh[(Sqrt[I*a + b]*Sqrt[Tan[c + d*x]])/Sqrt[a + b*Ta 
n[c + d*x]]])/Sqrt[I*a + b])/d
 

Defintions of rubi rules used

rule 104
Int[(((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_))/((e_.) + (f_.)*(x 
_)), x_] :> With[{q = Denominator[m]}, Simp[q   Subst[Int[x^(q*(m + 1) - 1) 
/(b*e - a*f - (d*e - c*f)*x^q), x], x, (a + b*x)^(1/q)/(c + d*x)^(1/q)], x] 
] /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[m + n + 1, 0] && RationalQ[n] && L 
tQ[-1, m, 0] && SimplerQ[a + b*x, c + d*x]
 

rule 218
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/R 
t[a/b, 2]], x] /; FreeQ[{a, b}, x] && PosQ[a/b]
 

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

rule 613
Int[Sqrt[(e_.)*(x_)]/(Sqrt[(c_) + (d_.)*(x_)]*((a_) + (b_.)*(x_)^2)), x_Sym 
bol] :> Simp[e/(2*b)   Int[1/(Sqrt[e*x]*Sqrt[c + d*x]*(Rt[-a/b, 2] + x)), x 
], x] - Simp[e/(2*b)   Int[1/(Sqrt[e*x]*Sqrt[c + d*x]*(Rt[-a/b, 2] - x)), x 
], x] /; FreeQ[{a, b, c, d, e}, x]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4058
Int[((a_.) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*tan[(e_.) + 
(f_.)*(x_)])^(n_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, S 
imp[ff/f   Subst[Int[(a + b*ff*x)^m*((c + d*ff*x)^n/(1 + ff^2*x^2)), x], x, 
 Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, c, d, e, f, m, n}, x] && NeQ[b*c - a 
*d, 0] && NeQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]
 
Maple [B] (warning: unable to verify)

result has leaf size over 500,000. Avoiding possible recursion issues.

Time = 0.65 (sec) , antiderivative size = 940498, normalized size of antiderivative = 8178.24

\[\text {output too large to display}\]

Input:

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

Output:

result too large to display
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 3933 vs. \(2 (87) = 174\).

Time = 0.48 (sec) , antiderivative size = 3933, normalized size of antiderivative = 34.20 \[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\text {Too large to display} \] Input:

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

Output:

Too large to include
 

Sympy [F]

\[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\int \frac {\sqrt {\tan {\left (c + d x \right )}}}{\sqrt {a + b \tan {\left (c + d x \right )}}}\, dx \] Input:

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

Output:

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

Maxima [F]

\[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\int { \frac {\sqrt {\tan \left (d x + c\right )}}{\sqrt {b \tan \left (d x + c\right ) + a}} \,d x } \] Input:

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

Output:

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

Giac [F(-1)]

Timed out. \[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\text {Timed out} \] Input:

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

Output:

Timed out
 

Mupad [B] (verification not implemented)

Time = 42.43 (sec) , antiderivative size = 4102, normalized size of antiderivative = 35.67 \[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\text {Too large to display} \] Input:

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

Output:

(log(((-1/(d^2*(a*1i + b)))^(1/2)*(((-1/(d^2*(a*1i + b)))^(1/2)*(((-1/(d^2 
*(a*1i + b)))^(1/2)*(((-1/(d^2*(a*1i + b)))^(1/2)*(((-1/(d^2*(a*1i + b)))^ 
(1/2)*(536870912*a^8*b^16*(-1/(d^2*(a*1i + b)))^(1/2)*(8*a^2 + 7*b^2)*(8*a 
^2 + 7*b^2 - (17*b^3*tan(c + d*x))/((a + b*tan(c + d*x))^(1/2) - a^(1/2))^ 
2 - (16*a^2*b*tan(c + d*x))/((a + b*tan(c + d*x))^(1/2) - a^(1/2))^2) + (1 
073741824*a^7*b^17*tan(c + d*x)^(1/2)*(48*a^4 + 5*b^4 + 52*a^2*b^2))/(d*(( 
a + b*tan(c + d*x))^(1/2) - a^(1/2)))))/2 + (268435456*a^6*b^17*(144*a^4 - 
 b^4 + 112*a^2*b^2))/d^2 + (268435456*a^6*b^16*tan(c + d*x)*(256*a^6 + b^6 
 - 270*a^2*b^4 - 32*a^4*b^2))/(d^2*((a + b*tan(c + d*x))^(1/2) - a^(1/2))^ 
2)))/2 + (536870912*a^7*b^18*tan(c + d*x)^(1/2)*(48*a^2 + 5*b^2))/(d^3*((a 
 + b*tan(c + d*x))^(1/2) - a^(1/2)))))/2 + (134217728*a^6*b^16*(32*a^4 - b 
^4 + 40*a^2*b^2))/d^4 + (134217728*a^6*b^17*tan(c + d*x)*(192*a^4 + b^4 - 
92*a^2*b^2))/(d^4*((a + b*tan(c + d*x))^(1/2) - a^(1/2))^2)))/2 + (6710886 
4*a^7*b^17*tan(c + d*x)^(1/2)*(48*a^2 + 5*b^2))/(d^5*((a + b*tan(c + d*x)) 
^(1/2) - a^(1/2)))))/2 + (16777216*a^6*b^17*(16*a^2 - b^2))/d^6 + (1677721 
6*a^6*b^16*tan(c + d*x)*(16*a^2 - b^2)^2)/(d^6*((a + b*tan(c + d*x))^(1/2) 
 - a^(1/2))^2))*(-1/(a*d^2*1i + b*d^2))^(1/2))/2 - log(((-1/(d^2*(a*1i + b 
)))^(1/2)*(((-1/(d^2*(a*1i + b)))^(1/2)*(((-1/(d^2*(a*1i + b)))^(1/2)*(((- 
1/(d^2*(a*1i + b)))^(1/2)*(((-1/(d^2*(a*1i + b)))^(1/2)*(536870912*a^8*b^1 
6*(-1/(d^2*(a*1i + b)))^(1/2)*(8*a^2 + 7*b^2)*(8*a^2 + 7*b^2 - (17*b^3*...
 

Reduce [F]

\[ \int \frac {\sqrt {\tan (c+d x)}}{\sqrt {a+b \tan (c+d x)}} \, dx=\frac {2 \sqrt {\tan \left (d x +c \right )}\, \sqrt {a +\tan \left (d x +c \right ) b}-2 \left (\int \frac {\sqrt {\tan \left (d x +c \right )}\, \sqrt {a +\tan \left (d x +c \right ) b}\, \tan \left (d x +c \right )^{2}}{a +\tan \left (d x +c \right ) b}d x \right ) b d -\left (\int \frac {\sqrt {\tan \left (d x +c \right )}\, \sqrt {a +\tan \left (d x +c \right ) b}\, \tan \left (d x +c \right )}{a +\tan \left (d x +c \right ) b}d x \right ) a d -\left (\int \frac {\sqrt {\tan \left (d x +c \right )}\, \sqrt {a +\tan \left (d x +c \right ) b}}{\tan \left (d x +c \right )^{2} b +\tan \left (d x +c \right ) a}d x \right ) a d}{2 b d} \] Input:

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

Output:

(2*sqrt(tan(c + d*x))*sqrt(tan(c + d*x)*b + a) - 2*int((sqrt(tan(c + d*x)) 
*sqrt(tan(c + d*x)*b + a)*tan(c + d*x)**2)/(tan(c + d*x)*b + a),x)*b*d - i 
nt((sqrt(tan(c + d*x))*sqrt(tan(c + d*x)*b + a)*tan(c + d*x))/(tan(c + d*x 
)*b + a),x)*a*d - int((sqrt(tan(c + d*x))*sqrt(tan(c + d*x)*b + a))/(tan(c 
 + d*x)**2*b + tan(c + d*x)*a),x)*a*d)/(2*b*d)