3.347 \(\int \frac{3+x+x^2+x^3}{(1+x^2) (3+x^2)} \, dx\)

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

[Out]

ArcTan[x] + Log[3 + x^2]/2

________________________________________________________________________________________

Rubi [A]  time = 0.0940804, antiderivative size = 13, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125, Rules used = {6725, 203, 260} \[ \frac{1}{2} \log \left (x^2+3\right )+\tan ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

ArcTan[x] + Log[3 + x^2]/2

Rule 6725

Int[(u_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{v = RationalFunctionExpand[u/(a + b*x^n), x]}, Int[v, x]
 /; SumQ[v]] /; FreeQ[{a, b}, x] && IGtQ[n, 0]

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 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rubi steps

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

Mathematica [A]  time = 0.0066322, size = 13, normalized size = 1. \[ \frac{1}{2} \log \left (x^2+3\right )+\tan ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

ArcTan[x] + Log[3 + x^2]/2

________________________________________________________________________________________

Maple [A]  time = 0.005, size = 12, normalized size = 0.9 \begin{align*} \arctan \left ( x \right ) +{\frac{\ln \left ({x}^{2}+3 \right ) }{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^3+x^2+x+3)/(x^2+1)/(x^2+3),x)

[Out]

arctan(x)+1/2*ln(x^2+3)

________________________________________________________________________________________

Maxima [A]  time = 2.28345, size = 15, normalized size = 1.15 \begin{align*} \arctan \left (x\right ) + \frac{1}{2} \, \log \left (x^{2} + 3\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arctan(x) + 1/2*log(x^2 + 3)

________________________________________________________________________________________

Fricas [A]  time = 1.41621, size = 41, normalized size = 3.15 \begin{align*} \arctan \left (x\right ) + \frac{1}{2} \, \log \left (x^{2} + 3\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arctan(x) + 1/2*log(x^2 + 3)

________________________________________________________________________________________

Sympy [A]  time = 0.105318, size = 10, normalized size = 0.77 \begin{align*} \frac{\log{\left (x^{2} + 3 \right )}}{2} + \operatorname{atan}{\left (x \right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(x**2 + 3)/2 + atan(x)

________________________________________________________________________________________

Giac [A]  time = 1.13548, size = 15, normalized size = 1.15 \begin{align*} \arctan \left (x\right ) + \frac{1}{2} \, \log \left (x^{2} + 3\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arctan(x) + 1/2*log(x^2 + 3)