What is a general way to get a integers inside a radical with + or - operation(the numbers adding or subtracting each others, for example, $\sqrt5 +\sqrt7$ is this type of numbers)allow is algebraic or not? In another word, prove any number obtained by a finite combination of algebraic operations (addition, multiplication, root extraction) is algebraic
|
Thus, every complex number obtained as the result of doing a finite combination of addition, multiplication, and root extraction of algebraic numbers is algebraic. You'll note that the above gives you a method for explicitly producing a polynomial that can "witness" the algebraicity of the result, though you may not want to carry it out in practice. (Note: The above easily generalizes if we replace $\mathbb{Q}$ with an arbitrary field, and $\mathbb{C}$ with an arbitrary extension: if $F$ is a field, and $F\subseteq K$, then the collection of all elements of $K$ that are algebraic over $F$ forms a field that contains $F$.) For example: $\sqrt{3}+\sqrt{5}$; a polynomial with $\sqrt{3}$ as a root is $f(x)=x^2-3$. A polynomial with $\sqrt{5}$ as a root is $g(x)=x^2-5$. We take the resultant of $f(x)$ and $g(z-x) = (z-x)^2 - 5 = x^2 - 2zx + (z^2-5)$: $$\begin{align*} R(f(x),g(z-x)) &= \left|\begin{array}{crcc} 1 & 0 & -3 & 0\\ 0 & 1 & 0 & -3\\ 1 & -2z & z^2-5 & 0\\ 0 & 1 & -2z &z^2-5 \end{array}\right|\\ &\strut\\ &= \left|\begin{array}{rcc} 1 & 0 & -3\\ -2z & z^2-5 & 0\\ 1 & -2z & z^2-5 \end{array}\right| + \left|\begin{array}{ccc} 0 & -3 & 0\\ 1 & 0 & -3\\ 1 & -2z & z^2-5 \end{array}\right|\\ &\strut\\ &= \left|\begin{array}{cc} z^2-5 & 0\\ -2z & z^2-5 \end{array}\right| -3\left|\begin{array}{rc} -2z & z^2-5\\ 1 & -2z \end{array}\right| +3\left|\begin{array}{cc} 1 & -3\\ 1 & z^2-5 \end{array}\right|\\ &\strut\\ &= (z^2-5)^2 -3(4z^2 - z^2+5) +3(z^2-5+3)\\ &\strut\\ &= z^4 - 10z^2 + 25 - 9z^2 - 15 + 3z^2 -6\\ &\strut\\ &= z^4 - 16z^2 + 4. \end{align*}$$ Indeed, $\sqrt{3}+\sqrt{5}$ satisfies this polynomial: you can do it directly by substitution, or letting $a=\sqrt{3}+\sqrt{5}$, note that $a^2 = 8+2\sqrt{15}$, hence $a^2-8 = 2\sqrt{15}$, so $(a^2-8)^2 = 60$. Thus, $a^4 - 16a^2 + 64=60$, so $a$ satisfies $x^4 - 16x^2 + 4$, the same polynomial we found above. The polynomial we get need not be the minimal polynomial: again with $\sqrt{3}$ and $\sqrt{5}$, the minimal polynomial of $\sqrt{3}\sqrt{5}$ is of course $x^2-15$. Using the resultant method, we need to compute the resultant of $f(x) = x^2-3$ and of $$x^2g\left(\frac{t}{x}\right) = x^2\left(\frac{t^2}{x^2} - 5\right) = t^2-5x^2.$$ We obtain: $$\begin{align*} \mathrm{Res}\left(f(x),x^2g\left(\frac{t}{x}\right)\right) &= \left|\begin{array}{rrrr} 1 & 0 & -3 & 0\\ 0 & 1 & 0 & -3\\ -5 & 0 & t^2 & 0\\ 0 & -5 & 0 & t^2 \end{array}\right|\\ &\strut\\ &= \left|\begin{array}{rrr} 1 & 0 & -3\\ 0 & t^2 & 0\\ -5 & 0 & t^2 \end{array}\right| -3\left|\begin{array}{rrr} 0 & 1 & -3\\ -5 & 0 & 0\\ 0 & -5 & t^2 \end{array}\right|\\ &\strut\\ &= t^2\left|\begin{array}{rr} 1 & -3\\ -5 & t^2 \end{array}\right| + 5\left|\begin{array}{rr} 1 & -3\\ -5 & t^2 \end{array}\right|\\ &\strut\\ &= t^2(t^2 -15) + 5(t^2 - 15)\\ &\strut\\ &= (t^2-15)(t^2+5). \end{align*}$$ Of course, this polynomial has $\sqrt{15}$ as a root, but it is not the minimal one that does. |
|||||
|
|
Yes, algebraic numbers are closed under sum and product. Hint: represent algebraic numbers by matrix eigenvalues. Suppose $\rm b$ and $\rm c$ are algebraic integers. Find a nonzero vector $\rm v$ and two integer matrices $\rm B$ and $\rm C$ with $\rm Bv = bv,\ Cv = cv.\:$ Then $\rm \:b+c,\: bc\:$ are eigenvalues of $\rm\: B+C,\: BC\:$ resp. $$\rm (B+C)v = Bv + Cv = bv + cv = (b+c)v $$ $$\rm \ \ \ \ (B C)v = B(Cv) = B(cv) = cBv = bc v $$ For further details see here. |
|||
|
|