\(\int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx\) [42]

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

Optimal result

Integrand size = 20, antiderivative size = 261 \[ \int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx=-\frac {(a+b \arctan (c+d x))^2 \log \left (\frac {2}{1-i (c+d x)}\right )}{f}+\frac {(a+b \arctan (c+d x))^2 \log \left (\frac {2 d (e+f x)}{(d e+(i-c) f) (1-i (c+d x))}\right )}{f}+\frac {i b (a+b \arctan (c+d x)) \operatorname {PolyLog}\left (2,1-\frac {2}{1-i (c+d x)}\right )}{f}-\frac {i b (a+b \arctan (c+d x)) \operatorname {PolyLog}\left (2,1-\frac {2 d (e+f x)}{(d e+(i-c) f) (1-i (c+d x))}\right )}{f}-\frac {b^2 \operatorname {PolyLog}\left (3,1-\frac {2}{1-i (c+d x)}\right )}{2 f}+\frac {b^2 \operatorname {PolyLog}\left (3,1-\frac {2 d (e+f x)}{(d e+(i-c) f) (1-i (c+d x))}\right )}{2 f} \] Output:

-(a+b*arctan(d*x+c))^2*ln(2/(1-I*(d*x+c)))/f+(a+b*arctan(d*x+c))^2*ln(2*d* 
(f*x+e)/(d*e+(I-c)*f)/(1-I*(d*x+c)))/f+I*b*(a+b*arctan(d*x+c))*polylog(2,1 
-2/(1-I*(d*x+c)))/f-I*b*(a+b*arctan(d*x+c))*polylog(2,1-2*d*(f*x+e)/(d*e+( 
I-c)*f)/(1-I*(d*x+c)))/f-1/2*b^2*polylog(3,1-2/(1-I*(d*x+c)))/f+1/2*b^2*po 
lylog(3,1-2*d*(f*x+e)/(d*e+(I-c)*f)/(1-I*(d*x+c)))/f
 

Mathematica [F]

\[ \int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx=\int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx \] Input:

Integrate[(a + b*ArcTan[c + d*x])^2/(e + f*x),x]
 

Output:

Integrate[(a + b*ArcTan[c + d*x])^2/(e + f*x), x]
 

Rubi [A] (verified)

Time = 0.43 (sec) , antiderivative size = 288, normalized size of antiderivative = 1.10, number of steps used = 4, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.150, Rules used = {5570, 27, 5383}

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 {(a+b \arctan (c+d x))^2}{e+f x} \, dx\)

\(\Big \downarrow \) 5570

\(\displaystyle \frac {\int \frac {d (a+b \arctan (c+d x))^2}{d \left (e-\frac {c f}{d}\right )+f (c+d x)}d(c+d x)}{d}\)

\(\Big \downarrow \) 27

\(\displaystyle \int \frac {(a+b \arctan (c+d x))^2}{f (c+d x)-c f+d e}d(c+d x)\)

\(\Big \downarrow \) 5383

\(\displaystyle -\frac {i b (a+b \arctan (c+d x)) \operatorname {PolyLog}\left (2,1-\frac {2 (d e-c f+f (c+d x))}{(d e-c f+i f) (1-i (c+d x))}\right )}{f}+\frac {(a+b \arctan (c+d x))^2 \log \left (\frac {2 (f (c+d x)-c f+d e)}{(1-i (c+d x)) (-c f+d e+i f)}\right )}{f}+\frac {i b \operatorname {PolyLog}\left (2,1-\frac {2}{1-i (c+d x)}\right ) (a+b \arctan (c+d x))}{f}-\frac {\log \left (\frac {2}{1-i (c+d x)}\right ) (a+b \arctan (c+d x))^2}{f}+\frac {b^2 \operatorname {PolyLog}\left (3,1-\frac {2 (d e-c f+f (c+d x))}{(d e-c f+i f) (1-i (c+d x))}\right )}{2 f}-\frac {b^2 \operatorname {PolyLog}\left (3,1-\frac {2}{1-i (c+d x)}\right )}{2 f}\)

Input:

Int[(a + b*ArcTan[c + d*x])^2/(e + f*x),x]
 

Output:

-(((a + b*ArcTan[c + d*x])^2*Log[2/(1 - I*(c + d*x))])/f) + ((a + b*ArcTan 
[c + d*x])^2*Log[(2*(d*e - c*f + f*(c + d*x)))/((d*e + I*f - c*f)*(1 - I*( 
c + d*x)))])/f + (I*b*(a + b*ArcTan[c + d*x])*PolyLog[2, 1 - 2/(1 - I*(c + 
 d*x))])/f - (I*b*(a + b*ArcTan[c + d*x])*PolyLog[2, 1 - (2*(d*e - c*f + f 
*(c + d*x)))/((d*e + I*f - c*f)*(1 - I*(c + d*x)))])/f - (b^2*PolyLog[3, 1 
 - 2/(1 - I*(c + d*x))])/(2*f) + (b^2*PolyLog[3, 1 - (2*(d*e - c*f + f*(c 
+ d*x)))/((d*e + I*f - c*f)*(1 - I*(c + d*x)))])/(2*f)
 

Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 5383
Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^2/((d_) + (e_.)*(x_)), x_Symbol] :> 
Simp[(-(a + b*ArcTan[c*x])^2)*(Log[2/(1 - I*c*x)]/e), x] + (Simp[(a + b*Arc 
Tan[c*x])^2*(Log[2*c*((d + e*x)/((c*d + I*e)*(1 - I*c*x)))]/e), x] + Simp[I 
*b*(a + b*ArcTan[c*x])*(PolyLog[2, 1 - 2/(1 - I*c*x)]/e), x] - Simp[I*b*(a 
+ b*ArcTan[c*x])*(PolyLog[2, 1 - 2*c*((d + e*x)/((c*d + I*e)*(1 - I*c*x)))] 
/e), x] - Simp[b^2*(PolyLog[3, 1 - 2/(1 - I*c*x)]/(2*e)), x] + Simp[b^2*(Po 
lyLog[3, 1 - 2*c*((d + e*x)/((c*d + I*e)*(1 - I*c*x)))]/(2*e)), x]) /; Free 
Q[{a, b, c, d, e}, x] && NeQ[c^2*d^2 + e^2, 0]
 

rule 5570
Int[((a_.) + ArcTan[(c_) + (d_.)*(x_)]*(b_.))^(p_.)*((e_.) + (f_.)*(x_))^(m 
_.), x_Symbol] :> Simp[1/d   Subst[Int[((d*e - c*f)/d + f*(x/d))^m*(a + b*A 
rcTan[x])^p, x], x, c + d*x], x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && I 
GtQ[p, 0]
 
Maple [C] (warning: unable to verify)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 4.29 (sec) , antiderivative size = 1877, normalized size of antiderivative = 7.19

method result size
derivativedivides \(\text {Expression too large to display}\) \(1877\)
default \(\text {Expression too large to display}\) \(1877\)
parts \(\text {Expression too large to display}\) \(1998\)

Input:

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

Output:

1/d*(a^2*d*ln(c*f-d*e-f*(d*x+c))/f-b^2*d*(-ln(c*f-d*e-f*(d*x+c))/f*arctan( 
d*x+c)^2+2/f*(1/2*arctan(d*x+c)^2*ln(I*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)+c*f 
*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-d*e*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-I*f+c*f-d 
*e)-1/4*I*Pi*csgn(I*(I*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)+c*f*(1+I*(d*x+c))^2 
/(1+(d*x+c)^2)-d*e*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-I*f+c*f-d*e)/(1+(1+I*(d*x 
+c))^2/(1+(d*x+c)^2)))*(csgn(I*(I*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)+c*f*(1+I 
*(d*x+c))^2/(1+(d*x+c)^2)-d*e*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-I*f+c*f-d*e))* 
csgn(I/(1+(1+I*(d*x+c))^2/(1+(d*x+c)^2)))-csgn(I*(I*f*(1+I*(d*x+c))^2/(1+( 
d*x+c)^2)+c*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-d*e*(1+I*(d*x+c))^2/(1+(d*x+c) 
^2)-I*f+c*f-d*e)/(1+(1+I*(d*x+c))^2/(1+(d*x+c)^2)))*csgn(I/(1+(1+I*(d*x+c) 
)^2/(1+(d*x+c)^2)))-csgn(I*(I*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)+c*f*(1+I*(d* 
x+c))^2/(1+(d*x+c)^2)-d*e*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-I*f+c*f-d*e))*csgn 
(I*(I*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)+c*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-d* 
e*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-I*f+c*f-d*e)/(1+(1+I*(d*x+c))^2/(1+(d*x+c) 
^2)))+csgn(I*(I*f*(1+I*(d*x+c))^2/(1+(d*x+c)^2)+c*f*(1+I*(d*x+c))^2/(1+(d* 
x+c)^2)-d*e*(1+I*(d*x+c))^2/(1+(d*x+c)^2)-I*f+c*f-d*e)/(1+(1+I*(d*x+c))^2/ 
(1+(d*x+c)^2)))^2)*arctan(d*x+c)^2-1/2*I*arctan(d*x+c)*polylog(2,-(1+I*(d* 
x+c))^2/(1+(d*x+c)^2))+1/4*polylog(3,-(1+I*(d*x+c))^2/(1+(d*x+c)^2))-1/2*f 
/(c*f-d*e+I*f)*arctan(d*x+c)*polylog(2,(c*f-d*e+I*f)*(1+I*(d*x+c))^2/(1+(d 
*x+c)^2)/(d*e+I*f-c*f))-1/2*I*f/(c*f-d*e+I*f)*arctan(d*x+c)^2*ln(1-(c*f...
 

Fricas [F]

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

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

Output:

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

Sympy [F(-1)]

Timed out. \[ \int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx=\text {Timed out} \] Input:

integrate((a+b*atan(d*x+c))**2/(f*x+e),x)
 

Output:

Timed out
 

Maxima [F]

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

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

Output:

a^2*log(f*x + e)/f + integrate(1/16*(12*b^2*arctan(d*x + c)^2 + b^2*log(d^ 
2*x^2 + 2*c*d*x + c^2 + 1)^2 + 32*a*b*arctan(d*x + c))/(f*x + e), x)
 

Giac [F]

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

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

Output:

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

Mupad [F(-1)]

Timed out. \[ \int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx=\int \frac {{\left (a+b\,\mathrm {atan}\left (c+d\,x\right )\right )}^2}{e+f\,x} \,d x \] Input:

int((a + b*atan(c + d*x))^2/(e + f*x),x)
 

Output:

int((a + b*atan(c + d*x))^2/(e + f*x), x)
 

Reduce [F]

\[ \int \frac {(a+b \arctan (c+d x))^2}{e+f x} \, dx=\frac {2 \left (\int \frac {\mathit {atan} \left (d x +c \right )}{f x +e}d x \right ) a b f +\left (\int \frac {\mathit {atan} \left (d x +c \right )^{2}}{f x +e}d x \right ) b^{2} f +\mathrm {log}\left (f x +e \right ) a^{2}}{f} \] Input:

int((a+b*atan(d*x+c))^2/(f*x+e),x)
                                                                                    
                                                                                    
 

Output:

(2*int(atan(c + d*x)/(e + f*x),x)*a*b*f + int(atan(c + d*x)**2/(e + f*x),x 
)*b**2*f + log(e + f*x)*a**2)/f