3.3.81 \(\int \frac {4+x^2}{(1+x^2) (2+x^2)} \, dx\) [281]

Optimal. Leaf size=20 \[ 3 \tan ^{-1}(x)-\sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right ) \]

[Out]

3*arctan(x)-arctan(1/2*x*2^(1/2))*2^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {536, 209} \begin {gather*} 3 \text {ArcTan}(x)-\sqrt {2} \text {ArcTan}\left (\frac {x}{\sqrt {2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(4 + x^2)/((1 + x^2)*(2 + x^2)),x]

[Out]

3*ArcTan[x] - Sqrt[2]*ArcTan[x/Sqrt[2]]

Rule 209

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

Rule 536

Int[((e_) + (f_.)*(x_)^(n_))/(((a_) + (b_.)*(x_)^(n_))*((c_) + (d_.)*(x_)^(n_))), x_Symbol] :> Dist[(b*e - a*f
)/(b*c - a*d), Int[1/(a + b*x^n), x], x] - Dist[(d*e - c*f)/(b*c - a*d), Int[1/(c + d*x^n), x], x] /; FreeQ[{a
, b, c, d, e, f, n}, x]

Rubi steps

\begin {align*} \int \frac {4+x^2}{\left (1+x^2\right ) \left (2+x^2\right )} \, dx &=-\left (2 \int \frac {1}{2+x^2} \, dx\right )+3 \int \frac {1}{1+x^2} \, dx\\ &=3 \tan ^{-1}(x)-\sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 20, normalized size = 1.00 \begin {gather*} 3 \tan ^{-1}(x)-\sqrt {2} \tan ^{-1}\left (\frac {x}{\sqrt {2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(4 + x^2)/((1 + x^2)*(2 + x^2)),x]

[Out]

3*ArcTan[x] - Sqrt[2]*ArcTan[x/Sqrt[2]]

________________________________________________________________________________________

Maple [A]
time = 0.21, size = 18, normalized size = 0.90

method result size
default \(3 \arctan \left (x \right )-\arctan \left (\frac {\sqrt {2}\, x}{2}\right ) \sqrt {2}\) \(18\)
risch \(3 \arctan \left (x \right )-\arctan \left (\frac {\sqrt {2}\, x}{2}\right ) \sqrt {2}\) \(18\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2+4)/(x^2+1)/(x^2+2),x,method=_RETURNVERBOSE)

[Out]

3*arctan(x)-arctan(1/2*2^(1/2)*x)*2^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.49, size = 17, normalized size = 0.85 \begin {gather*} -\sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} x\right ) + 3 \, \arctan \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4)/(x^2+1)/(x^2+2),x, algorithm="maxima")

[Out]

-sqrt(2)*arctan(1/2*sqrt(2)*x) + 3*arctan(x)

________________________________________________________________________________________

Fricas [A]
time = 0.43, size = 17, normalized size = 0.85 \begin {gather*} -\sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} x\right ) + 3 \, \arctan \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4)/(x^2+1)/(x^2+2),x, algorithm="fricas")

[Out]

-sqrt(2)*arctan(1/2*sqrt(2)*x) + 3*arctan(x)

________________________________________________________________________________________

Sympy [A]
time = 0.05, size = 19, normalized size = 0.95 \begin {gather*} 3 \operatorname {atan}{\left (x \right )} - \sqrt {2} \operatorname {atan}{\left (\frac {\sqrt {2} x}{2} \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x**2+4)/(x**2+1)/(x**2+2),x)

[Out]

3*atan(x) - sqrt(2)*atan(sqrt(2)*x/2)

________________________________________________________________________________________

Giac [A]
time = 3.65, size = 17, normalized size = 0.85 \begin {gather*} -\sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} x\right ) + 3 \, \arctan \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((x^2+4)/(x^2+1)/(x^2+2),x, algorithm="giac")

[Out]

-sqrt(2)*arctan(1/2*sqrt(2)*x) + 3*arctan(x)

________________________________________________________________________________________

Mupad [B]
time = 0.05, size = 17, normalized size = 0.85 \begin {gather*} 3\,\mathrm {atan}\left (x\right )-\sqrt {2}\,\mathrm {atan}\left (\frac {\sqrt {2}\,x}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2 + 4)/((x^2 + 1)*(x^2 + 2)),x)

[Out]

3*atan(x) - 2^(1/2)*atan((2^(1/2)*x)/2)

________________________________________________________________________________________