3.26.11 \(\int \frac {\sqrt {x+\sqrt {1+x}}}{\sqrt {1+x} (1+x^2)} \, dx\)

Optimal. Leaf size=209 \[ -\frac {1}{2} \text {RootSum}\left [\text {$\#$1}^8-4 \text {$\#$1}^6+8 \text {$\#$1}^5+20 \text {$\#$1}^4-48 \text {$\#$1}^3+40 \text {$\#$1}^2-8 \text {$\#$1}+1\& ,\frac {2 \text {$\#$1}^5 \log \left (\text {$\#$1}+\sqrt {x+1}-\sqrt {x+\sqrt {x+1}}\right )-5 \text {$\#$1}^4 \log \left (\text {$\#$1}+\sqrt {x+1}-\sqrt {x+\sqrt {x+1}}\right )+5 \text {$\#$1}^2 \log \left (\text {$\#$1}+\sqrt {x+1}-\sqrt {x+\sqrt {x+1}}\right )-\log \left (\text {$\#$1}+\sqrt {x+1}-\sqrt {x+\sqrt {x+1}}\right )}{\text {$\#$1}^7-3 \text {$\#$1}^5+5 \text {$\#$1}^4+10 \text {$\#$1}^3-18 \text {$\#$1}^2+10 \text {$\#$1}-1}\& \right ] \]

________________________________________________________________________________________

Rubi [C]  time = 1.03, antiderivative size = 365, normalized size of antiderivative = 1.75, number of steps used = 20, number of rules used = 8, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {6741, 6728, 990, 621, 206, 1033, 724, 204} \begin {gather*} -\frac {i \tan ^{-1}\left (\frac {-\left (\left (1-2 \sqrt {1-i}\right ) \sqrt {x+1}\right )+\sqrt {1-i}+2}{2 \sqrt {i+\sqrt {1-i}} \sqrt {x+\sqrt {x+1}}}\right )}{2 \sqrt {\frac {1-i}{i+\sqrt {1-i}}}}+\frac {i \tan ^{-1}\left (\frac {-\left (\left (1-2 \sqrt {1+i}\right ) \sqrt {x+1}\right )+\sqrt {1+i}+2}{2 \sqrt {\sqrt {1+i}-i} \sqrt {x+\sqrt {x+1}}}\right )}{2 \sqrt {-\frac {1+i}{i-\sqrt {1+i}}}}+\frac {i \tanh ^{-1}\left (\frac {-\left (\left (1+2 \sqrt {1-i}\right ) \sqrt {x+1}\right )-\sqrt {1-i}+2}{2 \sqrt {\sqrt {1-i}-i} \sqrt {x+\sqrt {x+1}}}\right )}{2 \sqrt {-\frac {1-i}{i-\sqrt {1-i}}}}-\frac {i \tanh ^{-1}\left (\frac {-\left (\left (1+2 \sqrt {1+i}\right ) \sqrt {x+1}\right )-\sqrt {1+i}+2}{2 \sqrt {i+\sqrt {1+i}} \sqrt {x+\sqrt {x+1}}}\right )}{2 \sqrt {\frac {1+i}{i+\sqrt {1+i}}}} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

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

[Out]

((-1/2*I)*ArcTan[(2 + Sqrt[1 - I] - (1 - 2*Sqrt[1 - I])*Sqrt[1 + x])/(2*Sqrt[I + Sqrt[1 - I]]*Sqrt[x + Sqrt[1
+ x]])])/Sqrt[(1 - I)/(I + Sqrt[1 - I])] + ((I/2)*ArcTan[(2 + Sqrt[1 + I] - (1 - 2*Sqrt[1 + I])*Sqrt[1 + x])/(
2*Sqrt[-I + Sqrt[1 + I]]*Sqrt[x + Sqrt[1 + x]])])/Sqrt[(-1 - I)/(I - Sqrt[1 + I])] + ((I/2)*ArcTanh[(2 - Sqrt[
1 - I] - (1 + 2*Sqrt[1 - I])*Sqrt[1 + x])/(2*Sqrt[-I + Sqrt[1 - I]]*Sqrt[x + Sqrt[1 + x]])])/Sqrt[(-1 + I)/(I
- Sqrt[1 - I])] - ((I/2)*ArcTanh[(2 - Sqrt[1 + I] - (1 + 2*Sqrt[1 + I])*Sqrt[1 + x])/(2*Sqrt[I + Sqrt[1 + I]]*
Sqrt[x + Sqrt[1 + x]])])/Sqrt[(1 + I)/(I + Sqrt[1 + I])]

Rule 204

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

Rule 206

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

Rule 621

Int[1/Sqrt[(a_) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(4*c - x^2), x], x, (b + 2*c*x)
/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 724

Int[1/(((d_.) + (e_.)*(x_))*Sqrt[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[-2, Subst[Int[1/(4*c*d
^2 - 4*b*d*e + 4*a*e^2 - x^2), x], x, (2*a*e - b*d - (2*c*d - b*e)*x)/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a,
b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[2*c*d - b*e, 0]

Rule 990

Int[Sqrt[(a_) + (b_.)*(x_) + (c_.)*(x_)^2]/((d_) + (f_.)*(x_)^2), x_Symbol] :> Dist[c/f, Int[1/Sqrt[a + b*x +
c*x^2], x], x] - Dist[1/f, Int[(c*d - a*f - b*f*x)/(Sqrt[a + b*x + c*x^2]*(d + f*x^2)), x], x] /; FreeQ[{a, b,
 c, d, f}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 1033

Int[((g_.) + (h_.)*(x_))/(((a_) + (c_.)*(x_)^2)*Sqrt[(d_.) + (e_.)*(x_) + (f_.)*(x_)^2]), x_Symbol] :> With[{q
 = Rt[-(a*c), 2]}, Dist[h/2 + (c*g)/(2*q), Int[1/((-q + c*x)*Sqrt[d + e*x + f*x^2]), x], x] + Dist[h/2 - (c*g)
/(2*q), Int[1/((q + c*x)*Sqrt[d + e*x + f*x^2]), x], x]] /; FreeQ[{a, c, d, e, f, g, h}, x] && NeQ[e^2 - 4*d*f
, 0] && PosQ[-(a*c)]

Rule 6728

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

Rule 6741

Int[u_, x_Symbol] :> With[{v = NormalizeIntegrand[u, x]}, Int[v, x] /; v =!= u]

Rubi steps

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

________________________________________________________________________________________

Mathematica [C]  time = 0.63, size = 357, normalized size = 1.71 \begin {gather*} \frac {1}{4} (1-i)^{3/2} \sqrt {i+\sqrt {1-i}} \tan ^{-1}\left (\frac {-\left (\left (1-2 \sqrt {1-i}\right ) \sqrt {x+1}\right )+\sqrt {1-i}+2}{2 \sqrt {i+\sqrt {1-i}} \sqrt {x+\sqrt {x+1}}}\right )+\frac {1}{4} (1+i)^{3/2} \sqrt {\sqrt {1+i}-i} \tan ^{-1}\left (\frac {-\left (\left (1-2 \sqrt {1+i}\right ) \sqrt {x+1}\right )+\sqrt {1+i}+2}{2 \sqrt {\sqrt {1+i}-i} \sqrt {x+\sqrt {x+1}}}\right )-\frac {1}{4} (1-i)^{3/2} \sqrt {\sqrt {1-i}-i} \tanh ^{-1}\left (\frac {-\left (\left (1+2 \sqrt {1-i}\right ) \sqrt {x+1}\right )-\sqrt {1-i}+2}{2 \sqrt {\sqrt {1-i}-i} \sqrt {x+\sqrt {x+1}}}\right )-\frac {1}{4} (1+i)^{3/2} \sqrt {i+\sqrt {1+i}} \tanh ^{-1}\left (\frac {-\left (\left (1+2 \sqrt {1+i}\right ) \sqrt {x+1}\right )-\sqrt {1+i}+2}{2 \sqrt {i+\sqrt {1+i}} \sqrt {x+\sqrt {x+1}}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

((1 - I)^(3/2)*Sqrt[I + Sqrt[1 - I]]*ArcTan[(2 + Sqrt[1 - I] - (1 - 2*Sqrt[1 - I])*Sqrt[1 + x])/(2*Sqrt[I + Sq
rt[1 - I]]*Sqrt[x + Sqrt[1 + x]])])/4 + ((1 + I)^(3/2)*Sqrt[-I + Sqrt[1 + I]]*ArcTan[(2 + Sqrt[1 + I] - (1 - 2
*Sqrt[1 + I])*Sqrt[1 + x])/(2*Sqrt[-I + Sqrt[1 + I]]*Sqrt[x + Sqrt[1 + x]])])/4 - ((1 - I)^(3/2)*Sqrt[-I + Sqr
t[1 - I]]*ArcTanh[(2 - Sqrt[1 - I] - (1 + 2*Sqrt[1 - I])*Sqrt[1 + x])/(2*Sqrt[-I + Sqrt[1 - I]]*Sqrt[x + Sqrt[
1 + x]])])/4 - ((1 + I)^(3/2)*Sqrt[I + Sqrt[1 + I]]*ArcTanh[(2 - Sqrt[1 + I] - (1 + 2*Sqrt[1 + I])*Sqrt[1 + x]
)/(2*Sqrt[I + Sqrt[1 + I]]*Sqrt[x + Sqrt[1 + x]])])/4

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.27, size = 217, normalized size = 1.04 \begin {gather*} -\frac {1}{2} \text {RootSum}\left [1-8 \text {$\#$1}+40 \text {$\#$1}^2-48 \text {$\#$1}^3+20 \text {$\#$1}^4+8 \text {$\#$1}^5-4 \text {$\#$1}^6+\text {$\#$1}^8\&,\frac {-\log \left (-\sqrt {1+x}+\sqrt {x+\sqrt {1+x}}-\text {$\#$1}\right )+5 \log \left (-\sqrt {1+x}+\sqrt {x+\sqrt {1+x}}-\text {$\#$1}\right ) \text {$\#$1}^2-5 \log \left (-\sqrt {1+x}+\sqrt {x+\sqrt {1+x}}-\text {$\#$1}\right ) \text {$\#$1}^4+2 \log \left (-\sqrt {1+x}+\sqrt {x+\sqrt {1+x}}-\text {$\#$1}\right ) \text {$\#$1}^5}{-1+10 \text {$\#$1}-18 \text {$\#$1}^2+10 \text {$\#$1}^3+5 \text {$\#$1}^4-3 \text {$\#$1}^5+\text {$\#$1}^7}\&\right ] \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[Sqrt[x + Sqrt[1 + x]]/(Sqrt[1 + x]*(1 + x^2)),x]

[Out]

-1/2*RootSum[1 - 8*#1 + 40*#1^2 - 48*#1^3 + 20*#1^4 + 8*#1^5 - 4*#1^6 + #1^8 & , (-Log[-Sqrt[1 + x] + Sqrt[x +
 Sqrt[1 + x]] - #1] + 5*Log[-Sqrt[1 + x] + Sqrt[x + Sqrt[1 + x]] - #1]*#1^2 - 5*Log[-Sqrt[1 + x] + Sqrt[x + Sq
rt[1 + x]] - #1]*#1^4 + 2*Log[-Sqrt[1 + x] + Sqrt[x + Sqrt[1 + x]] - #1]*#1^5)/(-1 + 10*#1 - 18*#1^2 + 10*#1^3
 + 5*#1^4 - 3*#1^5 + #1^7) & ]

________________________________________________________________________________________

fricas [B]  time = 8.46, size = 5235, normalized size = 25.05

result too large to display

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/4*sqrt(sqrt(1/8*I + 1/8) + sqrt(-1/8*I + 1/8) - 2*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt
(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*
I + 1/8) + 1/8*I + 1/8) - 1/2)*log(1/4*(2*(((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) -
3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + 2*(((3*x - 1)*sqrt(
x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8)
 + I + 1) + 2*(7*x + 1)*sqrt(x + 1) + 12*x - 14)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1) + 16*((((
3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + s
qrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1) - ((3*(3*x - 1)*sqrt(x + 1) + 7*x - 9)*(4*sqrt(-1/8*I + 1/8) + I + 1
) - 2*(11*x - 7)*sqrt(x + 1) - 16*x + 22)*sqrt(x + sqrt(x + 1)))*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 -
3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/
2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 2*((3*(3*x - 1)*sqrt(x + 1) + 7*x - 9)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2
- 2*((7*x + 1)*sqrt(x + 1) + 6*x - 7)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 4*sqrt(x + 1)*(x - 7) - 12*x + 44)*sqrt
(x + sqrt(x + 1)) + ((3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(9*
x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + (3*x^2 + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15
)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 68*x^2 - ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8)
 + I + 1)^2 - 2*x^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4*(7*x + 6)
*sqrt(x + 1) + 24*x + 30)*(4*sqrt(1/8*I + 1/8) - I + 1) + 2*(x^2 - 2*(7*x + 6)*sqrt(x + 1) - 12*x - 15)*(4*sqr
t(-1/8*I + 1/8) + I + 1) - 8*(14*x^2 - (3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8
) + I + 1) + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1) - (3*x^2 + 2*(9*x + 7)*sqrt(x
+ 1) + 24*x + 15)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4*(11*x + 8)*sqrt(x + 1) + 72*x + 30)*sqrt(-3/64*(4*sqrt(1/
8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/
8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 8*(11*x + 3)*sqrt(x + 1) - 64*x - 20)*sqrt(sqrt(
1/8*I + 1/8) + sqrt(-1/8*I + 1/8) - 2*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8)
+ I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*
I + 1/8) - 1/2))/(x^2 + 1)) + 1/4*sqrt(sqrt(1/8*I + 1/8) + sqrt(-1/8*I + 1/8) - 2*sqrt(-3/64*(4*sqrt(1/8*I + 1
/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1
/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 1/2)*log(1/4*(2*(((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*s
qrt(-1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I
 + 1)^2 + 2*(((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 4*((3*x - 1)*sqrt(x + 1) + 4
*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(7*x + 1)*sqrt(x + 1) + 12*x - 14)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/
8*I + 1/8) - I + 1) + 16*((((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt
(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1) - ((3*(3*x - 1)*sqrt(x + 1) + 7*x - 9)*
(4*sqrt(-1/8*I + 1/8) + I + 1) - 2*(11*x - 7)*sqrt(x + 1) - 16*x + 22)*sqrt(x + sqrt(x + 1)))*sqrt(-3/64*(4*sq
rt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqr
t(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 2*((3*(3*x - 1)*sqrt(x + 1) + 7*x - 9)*(4*s
qrt(-1/8*I + 1/8) + I + 1)^2 - 2*((7*x + 1)*sqrt(x + 1) + 6*x - 7)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 4*sqrt(x +
 1)*(x - 7) - 12*x + 44)*sqrt(x + sqrt(x + 1)) - ((3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-
1/8*I + 1/8) + I + 1) + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + (3*x^2 + 2*(9*x
 + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 68*x^2 - ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8
*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*x^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I
+ 1/8) + I + 1) + 4*(7*x + 6)*sqrt(x + 1) + 24*x + 30)*(4*sqrt(1/8*I + 1/8) - I + 1) + 2*(x^2 - 2*(7*x + 6)*sq
rt(x + 1) - 12*x - 15)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 8*(14*x^2 - (3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) +
8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1) -
 (3*x^2 + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4*(11*x + 8)*sqrt(x + 1) + 72*
x + 30)*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*
I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 8*(11*x + 3)*sqrt(x
 + 1) - 64*x - 20)*sqrt(sqrt(1/8*I + 1/8) + sqrt(-1/8*I + 1/8) - 2*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2
- 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) +
1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 1/2))/(x^2 + 1)) - 1/4*sqrt(sqrt(1/8*I + 1/8) + sqrt(-1/8*I + 1/8) + 2
*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8
) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 1/2)*log(1/4*(2*(((3*x - 1
)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x +
 1))*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + 2*(((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 -
 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(7*x + 1)*sqrt(x + 1) + 12*x - 14)*sqr
t(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1) - 16*((((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8
) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1) - ((3*(3*x
 - 1)*sqrt(x + 1) + 7*x - 9)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 2*(11*x - 7)*sqrt(x + 1) - 16*x + 22)*sqrt(x + s
qrt(x + 1)))*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt
(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 2*((3*(3*x - 1
)*sqrt(x + 1) + 7*x - 9)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*((7*x + 1)*sqrt(x + 1) + 6*x - 7)*(4*sqrt(-1/8*I
 + 1/8) + I + 1) - 4*sqrt(x + 1)*(x - 7) - 12*x + 44)*sqrt(x + sqrt(x + 1)) + ((3*x^2 - (x^2 + 2*(3*x + 4)*sqr
t(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8)
 - I + 1)^2 + (3*x^2 + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 68*x^2 - ((x^2
+ 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*x^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x +
1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4*(7*x + 6)*sqrt(x + 1) + 24*x + 30)*(4*sqrt(1/8*I + 1/8) - I +
 1) + 2*(x^2 - 2*(7*x + 6)*sqrt(x + 1) - 12*x - 15)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 8*(14*x^2 - (3*x^2 - (x^2
 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4
*sqrt(1/8*I + 1/8) - I + 1) - (3*x^2 + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4
*(11*x + 8)*sqrt(x + 1) + 72*x + 30)*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) +
 I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I
 + 1/8) - 8*(11*x + 3)*sqrt(x + 1) - 64*x - 20)*sqrt(sqrt(1/8*I + 1/8) + sqrt(-1/8*I + 1/8) + 2*sqrt(-3/64*(4*
sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*s
qrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 1/2))/(x^2 + 1)) + 1/4*sqrt(sqrt(1/8*I +
1/8) + sqrt(-1/8*I + 1/8) + 2*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)
^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8)
 - 1/2)*log(1/4*(2*(((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1)
 - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + 2*(((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sq
rt(-1/8*I + 1/8) + I + 1)^2 - 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(7*x + 1)
*sqrt(x + 1) + 12*x - 14)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1) - 16*((((3*x - 1)*sqrt(x + 1) +
4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8
*I + 1/8) - I + 1) - ((3*(3*x - 1)*sqrt(x + 1) + 7*x - 9)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 2*(11*x - 7)*sqrt(x
 + 1) - 16*x + 22)*sqrt(x + sqrt(x + 1)))*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1
/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) +
1/8*I + 1/8) - 2*((3*(3*x - 1)*sqrt(x + 1) + 7*x - 9)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*((7*x + 1)*sqrt(x +
 1) + 6*x - 7)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 4*sqrt(x + 1)*(x - 7) - 12*x + 44)*sqrt(x + sqrt(x + 1)) - ((3
*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(9*x + 7)*sqrt(x + 1) + 24
*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + (3*x^2 + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(-1/8*I + 1/8)
 + I + 1)^2 - 68*x^2 - ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*x^2 - 4
*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4*(7*x + 6)*sqrt(x + 1) + 24*x + 3
0)*(4*sqrt(1/8*I + 1/8) - I + 1) + 2*(x^2 - 2*(7*x + 6)*sqrt(x + 1) - 12*x - 15)*(4*sqrt(-1/8*I + 1/8) + I + 1
) + 8*(14*x^2 - (3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(9*x + 7
)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1) - (3*x^2 + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sq
rt(-1/8*I + 1/8) + I + 1) + 4*(11*x + 8)*sqrt(x + 1) + 72*x + 30)*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 -
 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sqrt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1
/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 8*(11*x + 3)*sqrt(x + 1) - 64*x - 20)*sqrt(sqrt(1/8*I + 1/8) + sqrt(-1/
8*I + 1/8) + 2*sqrt(-3/64*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 3/64*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 1/32*(4*sq
rt(1/8*I + 1/8) - I + 1)*(4*sqrt(-1/8*I + 1/8) + I - 3) + 1/2*sqrt(-1/8*I + 1/8) + 1/8*I + 1/8) - 1/2))/(x^2 +
 1)) + 1/2*sqrt(-1/2*sqrt(1/8*I + 1/8) + 1/8*I - 1/8)*log(-((((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I
+ 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1)^2 + (
((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sq
rt(-1/8*I + 1/8) + I + 1) + 2*(7*x + 1)*sqrt(x + 1) + 12*x - 14)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) -
I + 1) + (((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^3 - 4*((3*x - 1)*sqrt(x + 1) + 4*x
- 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 + 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2
*(3*x - 1)*sqrt(x + 1) - 2*x + 14)*sqrt(x + sqrt(x + 1)) + ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(
-1/8*I + 1/8) + I + 1)^3 - (3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) +
 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x
 + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 18*x^2 + ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I +
1/8) + I + 1)^2 - 2*x^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4*(7*x
+ 6)*sqrt(x + 1) + 24*x + 30)*(4*sqrt(1/8*I + 1/8) - I + 1) + 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*s
qrt(-1/8*I + 1/8) + I + 1) - 4*(7*x + 1)*sqrt(x + 1) + 16*x - 10)*sqrt(-1/2*sqrt(1/8*I + 1/8) + 1/8*I - 1/8))/
(x^2 + 1)) - 1/2*sqrt(-1/2*sqrt(1/8*I + 1/8) + 1/8*I - 1/8)*log(-((((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-
1/8*I + 1/8) + I + 1) - 3*(3*x - 1)*sqrt(x + 1) - 7*x + 9)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1/8) - I + 1)
^2 + (((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)
*(4*sqrt(-1/8*I + 1/8) + I + 1) + 2*(7*x + 1)*sqrt(x + 1) + 12*x - 14)*sqrt(x + sqrt(x + 1))*(4*sqrt(1/8*I + 1
/8) - I + 1) + (((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^3 - 4*((3*x - 1)*sqrt(x + 1)
+ 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 + 4*((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-1/8*I + 1/8) + I +
1) + 2*(3*x - 1)*sqrt(x + 1) - 2*x + 14)*sqrt(x + sqrt(x + 1)) - ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4
*sqrt(-1/8*I + 1/8) + I + 1)^3 - (3*x^2 - (x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I
+ 1) + 2*(9*x + 7)*sqrt(x + 1) + 24*x + 15)*(4*sqrt(1/8*I + 1/8) - I + 1)^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1)
 + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 18*x^2 + ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/
8*I + 1/8) + I + 1)^2 - 2*x^2 - 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1) + 4
*(7*x + 6)*sqrt(x + 1) + 24*x + 30)*(4*sqrt(1/8*I + 1/8) - I + 1) + 4*(x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5
)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 4*(7*x + 1)*sqrt(x + 1) + 16*x - 10)*sqrt(-1/2*sqrt(1/8*I + 1/8) + 1/8*I -
1/8))/(x^2 + 1)) + 1/2*sqrt(-1/2*sqrt(-1/8*I + 1/8) - 1/8*I - 1/8)*log(((((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*
sqrt(-1/8*I + 1/8) + I + 1)^3 - ((3*x - 1)*sqrt(x + 1) + 9*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*((x + 3
)*sqrt(x + 1) - 2*x - 1)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 10*(3*x - 1)*sqrt(x + 1) - 30*x + 10)*sqrt(x + sqrt(
x + 1)) + ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^3 - (x^2 + 6*(x + 3)*sqrt(
x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 + 10*x^2 + 2*(3*x^2 - 2*sqrt(x + 1)*(x - 2) + 4*x - 5)*(4*s
qrt(-1/8*I + 1/8) + I + 1) - 20*(x + 3)*sqrt(x + 1) - 80*x - 30)*sqrt(-1/2*sqrt(-1/8*I + 1/8) - 1/8*I - 1/8))/
(x^2 + 1)) - 1/2*sqrt(-1/2*sqrt(-1/8*I + 1/8) - 1/8*I - 1/8)*log(((((3*x - 1)*sqrt(x + 1) + 4*x - 3)*(4*sqrt(-
1/8*I + 1/8) + I + 1)^3 - ((3*x - 1)*sqrt(x + 1) + 9*x - 3)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 - 2*((x + 3)*sqrt
(x + 1) - 2*x - 1)*(4*sqrt(-1/8*I + 1/8) + I + 1) - 10*(3*x - 1)*sqrt(x + 1) - 30*x + 10)*sqrt(x + sqrt(x + 1)
) - ((x^2 + 2*(3*x + 4)*sqrt(x + 1) + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^3 - (x^2 + 6*(x + 3)*sqrt(x + 1)
 + 8*x + 5)*(4*sqrt(-1/8*I + 1/8) + I + 1)^2 + 10*x^2 + 2*(3*x^2 - 2*sqrt(x + 1)*(x - 2) + 4*x - 5)*(4*sqrt(-1
/8*I + 1/8) + I + 1) - 20*(x + 3)*sqrt(x + 1) - 80*x - 30)*sqrt(-1/2*sqrt(-1/8*I + 1/8) - 1/8*I - 1/8))/(x^2 +
 1))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \mathit {sage}_{0} x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sage0*x

________________________________________________________________________________________

maple [B]  time = 0.15, size = 109, normalized size = 0.52

method result size
derivativedivides \(-\frac {\left (\munderset {\textit {\_R} =\RootOf \left (\textit {\_Z}^{8}-4 \textit {\_Z}^{6}+8 \textit {\_Z}^{5}+20 \textit {\_Z}^{4}-48 \textit {\_Z}^{3}+40 \textit {\_Z}^{2}-8 \textit {\_Z} +1\right )}{\sum }\frac {\left (2 \textit {\_R}^{5}-5 \textit {\_R}^{4}+5 \textit {\_R}^{2}-1\right ) \ln \left (\sqrt {x +\sqrt {1+x}}-\sqrt {1+x}-\textit {\_R} \right )}{\textit {\_R}^{7}-3 \textit {\_R}^{5}+5 \textit {\_R}^{4}+10 \textit {\_R}^{3}-18 \textit {\_R}^{2}+10 \textit {\_R} -1}\right )}{2}\) \(109\)
default \(-\frac {\left (\munderset {\textit {\_R} =\RootOf \left (\textit {\_Z}^{8}-4 \textit {\_Z}^{6}+8 \textit {\_Z}^{5}+20 \textit {\_Z}^{4}-48 \textit {\_Z}^{3}+40 \textit {\_Z}^{2}-8 \textit {\_Z} +1\right )}{\sum }\frac {\left (2 \textit {\_R}^{5}-5 \textit {\_R}^{4}+5 \textit {\_R}^{2}-1\right ) \ln \left (\sqrt {x +\sqrt {1+x}}-\sqrt {1+x}-\textit {\_R} \right )}{\textit {\_R}^{7}-3 \textit {\_R}^{5}+5 \textit {\_R}^{4}+10 \textit {\_R}^{3}-18 \textit {\_R}^{2}+10 \textit {\_R} -1}\right )}{2}\) \(109\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/2*sum((2*_R^5-5*_R^4+5*_R^2-1)/(_R^7-3*_R^5+5*_R^4+10*_R^3-18*_R^2+10*_R-1)*ln((x+(1+x)^(1/2))^(1/2)-(1+x)^
(1/2)-_R),_R=RootOf(_Z^8-4*_Z^6+8*_Z^5+20*_Z^4-48*_Z^3+40*_Z^2-8*_Z+1))

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {x + \sqrt {x + 1}}}{{\left (x^{2} + 1\right )} \sqrt {x + 1}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(sqrt(x + sqrt(x + 1))/((x^2 + 1)*sqrt(x + 1)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {\sqrt {x+\sqrt {x+1}}}{\left (x^2+1\right )\,\sqrt {x+1}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {x + \sqrt {x + 1}}}{\sqrt {x + 1} \left (x^{2} + 1\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(sqrt(x + sqrt(x + 1))/(sqrt(x + 1)*(x**2 + 1)), x)

________________________________________________________________________________________