I'm trying to find the inverse of $f(x)=x-x^{3/2}$ in the interval from zero to its maximum (at $x=4/9$). WolframAlpha gives me an expression involving complex terms, but this is no good, as the formula will be part of a moodle calculated question that only accepts reals. Any thoughts?
Asked
Active
Viewed 43 times
0
-
1Solve $y=(\sqrt x)^2-(\sqrt x)^3$ for $\sqrt x$ using the cubic formula. I don't think there is an elementary real formula. See https://en.wikipedia.org/wiki/Casus_irreducibilis – mr_e_man Jun 02 '22 at 23:39
-
1Still representable by a nice series. – metamorphy Jun 03 '22 at 01:21
1 Answers
0
Found a solution. After changing variables so that $u = \sqrt{x}$, one gets $f(x) = x-x^{3/2} = u^2-u^3$. Thus, all one has to do is solve the cubic $u^3 - u^2 + y = 0$. This can be accomplished be means of a trigonometric identity (Tschirnhaus-Vieta approach).
Within the required range of $x$, which translates to $ u \in (0, 2/3) $, the solution is: $$ u = \frac{1}{3} + \frac{2}{3} \cos \left[ \frac{1}{3} \arccos\left( 1- \frac{27}{2} y\right) - \frac{2\pi}{3} \right] $$
eflaschuk
- 101