About quadratic equations, I have the follow question,
What is the polynomial, with rational coefficients, knowing that one root is $ x_1 = 1 + \sqrt 3$ ?
So, to solve the problem, I must know that the other root is $x_2 = 1-\sqrt3$. I see the resolution, then I use $x_2 = 1-\sqrt3$. But I don't know why.
I solved in this way,
$\ \ \ \ \, $ Root Sum $= S = (1+\sqrt3) + (1-\sqrt 3)\, =\, 2$
Root Product $ = P = (1+\sqrt3) * (1-\sqrt3) = -2$
Vieta Formula is $\,x^2 - S\, x + P = 0$ so the polynomial is $\,x^2 - 2\,x - 2 = 0$.
Why is $\,x_2 = 1-\sqrt 3\, $ if $\,x_1 = 1+\sqrt3$?
Why is $\,x_2 = 5+\sqrt 3\, $ if $\,x_1 = 5-\sqrt3$?
Why does this happen (switching the operator of the root) when the coefficients are rational?
If $1+\sqrt{3}$ and $r$ are the roots of your equation, then their sum $r + 1 + \sqrt{3}$ must be rational. So $r=a-\sqrt{3}$ for some rational $a$. Similarly, you can use the fact that their product is rational to conclude that $a$ must be $1$.