I'm in a math workshop, where one of the problems given was $y=–3x^{1.25} –3x+10$. Much to my frustration, the only stated way to find roots was finding x by trial and error.
Is there any way to accurately find the roots of this function using a root-finding algorithm – not unlike the quadratic formula?
Write $x=u^4$. Then we have to solve $$ -3u^5-3u^4+10=0$$
A numerical solution $u\approx1.1198125298329972524296485747877379384$ (so $x\approx 1.5724660961391427815788005324759241792$) is readily found, however an exact solution with radicals is ... unlikely. At least for general equations of fifth degree there is (provably!) no such solution method possible. One would need to go into some deeper detail to check if this specific equation also has no solution by radicals. Actually doing this would be overkill for a precalculus course and Thus I won't, but I bet it is the case.