I am using Mathematica to integrate a complicated expression however the integration gives an answer containing these there terms
Root[-2 + 2^(1/3) b^2 #1 + 2 b^2 #1^3 &, 1], Root[-2 + 2^(1/3) b^2 #1 + 2 b^2 #1^3 &, 2] and Root[-2 + 2^(1/3) b^2 #1 + 2 b^2 #1^3 &, 3]
I know that Root[-2 + 2^(1/3) b^2 #1 + 2 b^2 #1^3 &, 1] means the first root to the equation $-2 + 2^{1/3} b^2 x + 2 b^2 x^3=0$ however I am confused because how am I supposed to find the first or the second or the third root. If I use the Solve function then it gives three solutions to the equation $-2 + 2^{1/3} b^2 x + 2 b^2 x^3=0$ that do not include the root function but how do I know which of these solution is the first or second or third to replace the root functions I got from integration?
Also, why do the root function appears when doing integration instead of just showing the root?
Thanks


band useNin those roots. But that is in documentation. The second question appears to be answered in the linked topic. Maybe I've missed the point, can you then explain why those sources are not enough? $\endgroup$solvefunction gives three roots to the equation then can I replace theRootfunctions I got from integration by the roots I got from using thesolvefunction. If yes then how do I know which root I got from thesolvefunction is the first or second or the third? I hope you understand what I mean. $\endgroup$ToRadicals. This will express the roots in terms of radicals when possible. Note that for polynomials of degree $\ge 5$ it is not generally possible. $\endgroup$