I've realised that we often find out how to solve equations in terms of $x$ that are quadratics, or cubics, or even quartics, but the other day I came up with the following question, and realised I've never managed to find out how to solve an equation of this sort:
$$x^{1.2} + 2x - 7 = 0$$
Solve for all values of $x$
In this example, there is an instance of $x$ with a decimal exponent (i.e. $1.2$). Is it possible to solve this equation to find both solutions algebraically, without trial and error or iteration? I've tried searching all over the internet and YouTube but I can't seem to find an answer anywhere?
Thank you in advance.
You can transform this equation into a polynomial as follows but in this case, the polynomial is of degree 6 with no rational roots, so it still has to be solved numerically
First, isolate $x^{1.2}$ on one side: $$x^{1.2}+2x-7=0$$ $$x^{1.2}=-2x+7$$ Now we can raise both sides to the fifth power to make all exponents integers: $$\left(x^{1.2}\right)^5=\left(-2x+7\right)^5$$ $$x^6=-32x^5+560x^4-3920x^3+13720x^2-24010x+16807$$ Which can be written in standard form as: $$x^6+32x^5-560x^4+3920x^3-13720x^2+24010x-16807=0$$
Note that in this case, we couldn't solve the polynomial algebraically, but with an equation such as $x^{1.5}+2x-7=0$, you can solve the polynomial algebraically (although it is rather cumbersome since it becomes a cubic equation with no rational roots).