A number is called algebraic if there is a polynomial with rational coefficients for which the number is a root. For example, 2 is algebraic because it is a root of the polynomial x 2 − 2 . The number 2 + 3 + 5 is also algebraic because it is a root of a monic polynomial of degree 8, namely x 8 + a x 7 + b x 6 + c x 5 + d x 4 + e x 3 + f x 2 + g x + h . Find ∣ a ∣ + ∣ b ∣ + ∣ c ∣ + ∣ d ∣ + ∣ e ∣ + ∣ f ∣ + ∣ g ∣ + ∣ h ∣ .
Details and assumptions:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can simply take successive squares, to get rid of the introduced radical at each step. It is cleaner to approach this problem as x = 2 + 3 + 5 , x 2 = 2 + 3 + 5 , ( x 2 − 2 ) 2 = 3 + 5 , hence [ ( x 2 − 2 ) 2 − 3 ] 2 = 5 . This doesn't require any creativity to create another term, or introduce that denominator.
Log in to reply
I think you took the wrong root in your solution, According to the question the root is 2 + 3 + 5 and not 2 + 3 + 5 . Please correct it
Did the same way!
x − 2 + 3 + 5 (1) To remove the radicals in (1), multiply it by x + 2 + 3 + 5 . The resulting expression is x 2 − ( 2 + 3 + 5 ) (2) Then multiply (2) by x 2 + ( − 2 + 3 + 5 ) to remove more radicals. The resulting expression is x 4 − 4 x 2 − ( 4 + 2 1 5 ) (3) And using the same technique in removing the radicals in (2), multiply (3) by ( x 4 − 4 x 2 ) + ( − 4 + 2 √ 1 5 ) . The resulting expression is x 8 − 8 x 6 + 8 x 4 + 3 2 x 2 − 4 4 . Then, adding the absolute values of the coefficients of the terms (not including the term x 8 ), the result is 92, the desired answer.
[Latex edits. Note that 3 + 5 = 3 + 5 . Be clear in your writeup - Calvin]
Let x = 2 + 3 + 5 . Then x 2 − 2 = 3 + 5 , so ( x 2 − 2 ) 2 = 8 + 2 1 5 and so ( ( x 2 − 2 ) 2 − 8 ) 2 − 6 0 = 0 . The polynomial we seek is x 8 − 8 x 6 + 8 x 4 + 3 2 x 2 − 4 4 , so the answer is 92.
This repeated squaring is the only way to get rid of the square roots, and it takes three squarings to get rid of all square roots, so the polynomial which has 2 + 3 + 5 as a root must have degree 8. This monic polynomial must be unique, for if p ( x ) and q ( x ) were different monic polynomials that had 2 + 3 + 5 as a root, then p ( x ) − q ( x ) would be a polynomial of degree less than 8 which would still have 2 + 3 + 5 as a root.
In general, a number is still called algebraic if there is a polynomial with rational coefficients for which the number is a root. The minimal polynomial of an algebraic number is the unique monic polynomial of smallest degree (with rational coefficients) which has the number as a root. Since the minimal polynomial of 2 + 3 + 5 actually has integer coefficients, the number 2 + 3 + 5 is called an algebraic integer .
Problem Loading...
Note Loading...
Set Loading...
As in the example given of 2 , it is apparent that 2 + 3 + 5 is a root of the irrational polynomial x 2 − ( 2 + 3 + 5 )
For any x that is a solution to x 2 − 2 − 3 − 5 = 0 , we necessarily have that ( x 2 − 2 − 3 ) 2 − 5 = 0 .
Expanding, simplifying and isoating the 3 term, we get 2 x 2 − 4 x 4 − 4 x 2 + 2 − 3 = 0 at which point we repeat the step earlier and see that ( 2 x 2 − 4 x 4 − 4 x 2 + 2 ) 2 − 3 = 0
Expanding and simplifying leads us to x 8 − 8 x 6 + 8 x 4 + 3 2 x 2 − 4 4 = 0 and from here simple addition gives that 0 + ∣ − 8 ∣ + 0 + ∣ 8 ∣ + 0 + ∣ 3 2 ∣ + 0 + ∣ − 4 4 ∣ = 9 2