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

Optimal. Leaf size=37 \[ \frac {c+d x}{2 d \left ((c+d x)^2+1\right )}+\frac {\tan ^{-1}(c+d x)}{2 d} \]

[Out]

1/2*(d*x+c)/d/(1+(d*x+c)^2)+1/2*arctan(d*x+c)/d

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {247, 199, 203} \[ \frac {c+d x}{2 d \left ((c+d x)^2+1\right )}+\frac {\tan ^{-1}(c+d x)}{2 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(c + d*x)/(2*d*(1 + (c + d*x)^2)) + ArcTan[c + d*x]/(2*d)

Rule 199

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[(x*(a + b*x^n)^(p + 1))/(a*n*(p + 1)), x] + Dist[(n*(p +
 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && LtQ[p, -1] && (In
tegerQ[2*p] || (n == 2 && IntegerQ[4*p]) || (n == 2 && IntegerQ[3*p]) || Denominator[p + 1/n] < Denominator[p]
)

Rule 203

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

Rule 247

Int[((a_.) + (b_.)*(v_)^(n_))^(p_), x_Symbol] :> Dist[1/Coefficient[v, x, 1], Subst[Int[(a + b*x^n)^p, x], x,
v], x] /; FreeQ[{a, b, n, p}, x] && LinearQ[v, x] && NeQ[v, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 31, normalized size = 0.84 \[ \frac {\frac {c+d x}{(c+d x)^2+1}+\tan ^{-1}(c+d x)}{2 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

((c + d*x)/(1 + (c + d*x)^2) + ArcTan[c + d*x])/(2*d)

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 55, normalized size = 1.49 \[ \frac {d x + {\left (d^{2} x^{2} + 2 \, c d x + c^{2} + 1\right )} \arctan \left (d x + c\right ) + c}{2 \, {\left (d^{3} x^{2} + 2 \, c d^{2} x + {\left (c^{2} + 1\right )} d\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(d*x + (d^2*x^2 + 2*c*d*x + c^2 + 1)*arctan(d*x + c) + c)/(d^3*x^2 + 2*c*d^2*x + (c^2 + 1)*d)

________________________________________________________________________________________

giac [A]  time = 0.38, size = 41, normalized size = 1.11 \[ \frac {\arctan \left (d x + c\right )}{2 \, d} + \frac {d x + c}{2 \, {\left (d^{2} x^{2} + 2 \, c d x + c^{2} + 1\right )} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*arctan(d*x + c)/d + 1/2*(d*x + c)/((d^2*x^2 + 2*c*d*x + c^2 + 1)*d)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 59, normalized size = 1.59 \[ \frac {\arctan \left (\frac {2 d^{2} x +2 c d}{2 d}\right )}{2 d}+\frac {2 d^{2} x +2 c d}{4 \left (d^{2} x^{2}+2 c d x +c^{2}+1\right ) d^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*(2*d^2*x+2*c*d)/d^2/(d^2*x^2+2*c*d*x+c^2+1)+1/2/d*arctan(1/2*(2*d^2*x+2*c*d)/d)

________________________________________________________________________________________

maxima [A]  time = 1.32, size = 51, normalized size = 1.38 \[ \frac {d x + c}{2 \, {\left (d^{3} x^{2} + 2 \, c d^{2} x + {\left (c^{2} + 1\right )} d\right )}} + \frac {\arctan \left (\frac {d^{2} x + c d}{d}\right )}{2 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(d*x + c)/(d^3*x^2 + 2*c*d^2*x + (c^2 + 1)*d) + 1/2*arctan((d^2*x + c*d)/d)/d

________________________________________________________________________________________

mupad [B]  time = 2.07, size = 42, normalized size = 1.14 \[ \frac {\frac {x}{2}+\frac {c}{2\,d}}{c^2+2\,c\,d\,x+d^2\,x^2+1}+\frac {\mathrm {atan}\left (c+d\,x\right )}{2\,d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(x/2 + c/(2*d))/(c^2 + d^2*x^2 + 2*c*d*x + 1) + atan(c + d*x)/(2*d)

________________________________________________________________________________________

sympy [C]  time = 0.44, size = 56, normalized size = 1.51 \[ \frac {c + d x}{2 c^{2} d + 4 c d^{2} x + 2 d^{3} x^{2} + 2 d} + \frac {- \frac {i \log {\left (x + \frac {c - i}{d} \right )}}{4} + \frac {i \log {\left (x + \frac {c + i}{d} \right )}}{4}}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(c + d*x)/(2*c**2*d + 4*c*d**2*x + 2*d**3*x**2 + 2*d) + (-I*log(x + (c - I)/d)/4 + I*log(x + (c + I)/d)/4)/d

________________________________________________________________________________________