DISCLAIMER: I apologize in advance if this question is naive. Every suggestion on how to approach the following problem will be very much appreciated.
I'm interested in the root of the following function:
$f(x)= [(2x-x^2)\cdot (2x-x^2)] -x$
If I use some software to draw this function, I can see a root around x=0.38, let's call it R.
my questions are: A) How can I calculate R? I don't know how to handle equations of 4th order B) I'm very interested in knowing if R is irrational.
Thank you in advance
Expanding out your polynomial we have that $$f(x) = x^4-4x^3+4x^2-x.$$
0 is obviously a root. By the rational root test, the only possible other rational roots of the polynomial are $\pm 1$. Fortunately, $f(1) = 0$, so by dividing out by $x-1$ we can easily factor $$f(x) = x(x-1)(x^2-3x+1).$$
Using the quadratic formula we get all of $f$'s roots: $0, 1, \frac{3\pm \sqrt{5}}{2}.$