Finding a polynomial that has solution (root) as the sum of roots

Click For Summary

Discussion Overview

The discussion revolves around the concept of finding a polynomial that has as a solution the sum of algebraic numbers, particularly focusing on the implications of operations involving algebraic numbers and their roots. Participants explore the definitions of algebraic numbers, the construction of polynomials, and the relationships between algebraic elements in various contexts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants define algebraic numbers as those that can be solutions to integer polynomials and constructed through arithmetic operations and root operations on algebraic numbers.
  • One participant suggests that if two numbers are algebraic over a field, their sum is also algebraic, proposing a method to derive a polynomial from given algebraic numbers.
  • Another participant expresses difficulty in extending the method to cases with more than two algebraic terms, indicating that the general case is more complex.
  • Some participants argue that proving the existence of a polynomial for any algebraic expression is not straightforward and may not require a specific polynomial for the proof.
  • There are discussions about the need for systematic methods to derive polynomials for sums of algebraic numbers, with some suggesting that nonconstructive proofs may exist.
  • One participant emphasizes the importance of understanding the algebraic field extensions and the minimal polynomial associated with algebraic elements.
  • Several participants engage in clarifying the implications of operations on algebraic numbers, with some proposing that proving the algebraicity of sums and products of algebraic numbers would suffice.

Areas of Agreement / Disagreement

Participants express a mix of agreement and disagreement. While some agree on the definitions and properties of algebraic numbers, there is contention regarding the methods to derive polynomials and the necessity of specific examples. The discussion remains unresolved regarding the existence of a systematic approach applicable to all cases.

Contextual Notes

Participants note limitations in their approaches, including the dependence on specific examples and the complexity of extending methods to multiple algebraic terms. There are also unresolved mathematical steps in deriving polynomials from algebraic expressions.

swampwiz
Messages
567
Reaction score
83
AIUI, an algebraic is defined as a number that can be the solution (root) of some integer polynomial, and is any number that can be constructed via any binary arithmetic operation or unary root operation with arguments that are themselves algebraic numbers. I have been able to prove this for almost all cases - with the unproven case being where the number is defined as the addition of a pair of algebraic numbers that happen to have a root operation in each.

Here is an example:

x = a1/2 + b1/3

( x - a1/2 ) = b1/3

( x - a1/2 )3 = b

I can't figure out how to continue to de-root a.
 
Physics news on Phys.org
The proof of the statement is easier than showing the polynomial. If ##a,b## are algebraic over ##K## then ##b## is algebraic over ##K(a)## and ##a+b\in K(a)(b)=K(a,b)## is algebraic over ##K.##

In order to get the polynomial, write ##(x-a)p(x)=0## and ##(x-b)q(x)=0.## Then ##(x-(a+b)/2)p(x)q(x)=0## and with ##(a+b)/2## algebraic, we have ##a+b## algebraic, too. But you will need the other roots to set up ##p(x)## and ##q(x)##. That's the only way I see.
 
  • Like
Likes   Reactions: swampwiz
swampwiz said:
AIUI, an algebraic is defined as a number that can be the solution (root) of some integer polynomial, and is any number that can be constructed via any binary arithmetic operation or unary root operation with arguments that are themselves algebraic numbers. I have been able to prove this for almost all cases - with the unproven case being where the number is defined as the addition of a pair of algebraic numbers that happen to have a root operation in each.

Here is an example:

x = a1/2 + b1/3

( x - a1/2 ) = b1/3

( x - a1/2 )3 = b

I can't figure out how to continue to de-root a.
Expand, solve for root a and square.

##
x^3-3x^2\sqrt{a}+3ax-a\sqrt{a} = b
##

##
\sqrt{a}(3x^2+a) = x^3+3ax-b
##

##
a(3x^2+a)^2 = (x^3+3ax-b)^2
##
 
I think I was looking at how to do this for the general case of any number of root terms. Only having 2 terms makes it easy to separate, but that can't be done for 3 terms.

x = a1/2 + b1/3 + c1/5
 
swampwiz said:
I think I was looking at how to do this for the general case of any number of root terms.
Why?
 
fresh_42 said:
Why?
I'd to prove that any value made of arithmetic & root operations can generate a polynomial that has a solution equal to that value - i.e., this would prove that this type of value is an algebraic number.
 
swampwiz said:
I'd to prove that any value made of arithmetic & root operations can generate a polynomial that has a solution equal to that value - i.e., this would prove that this type of value is an algebraic number.
This makes no sense. You do not need to know a polynomial for the proof. And without a specific example, you cannot calculate one. You ask for one algorithm that works for any field, for any number of algebraic elements. No way.
 
fresh_42 said:
This makes no sense. You do not need to know a polynomial for the proof. And without a specific example, you cannot calculate one. You ask for one algorithm that works for any field, for any number of algebraic elements. No way.
If it can be done for any number, then surely there must be some systematic way to do it.
 
swampwiz said:
If it can be done for any number, then surely there must be some systematic way to do it.
What is any number? Heck, what is even a number? Which fields? Separable extensions? Known Galois group, in case it is Galois? Determine your splitting fields, and calculate all roots. Then apply what I have written in post #2 or proceed as @martinbn suggested in post #3. All you have in the end is Viète.

Your question comes down to: Given any algebraic field extension ##L/K## and an element ##a\in L.## Find its minimal polynomial over ##K##. This means: calculate all powers of ##a## up to ##\dim_K L## and reassemble them with coefficients in ##K## to get ##0.##

That was done in post #3.
 
Last edited:
  • #11
fresh_42 said:
The proof of the statement is easier than showing the polynomial. If ##a,b## are algebraic over ##K## then ##b## is algebraic over ##K(a)## and ##a+b\in K(a)(b)=K(a,b)## is algebraic over ##K.##

In order to get the polynomial, write ##(x-a)p(x)=0## and ##(x-b)q(x)=0.## Then ##(x-(a+b)/2)p(x)q(x)=0## and with ##(a+b)/2## algebraic, we have ##a+b## algebraic, too. But you will need the other roots to set up ##p(x)## and ##q(x)##. That's the only way I see.
So what you are saying is:

Because a & b are each algebraic

0 = ( x - a ) = ( x - b )
then for any polynomials p( x ) & q( x )
fresh_42 said:
The proof of the statement is easier than showing the polynomial. If ##a,b## are algebraic over ##K## then ##b## is algebraic over ##K(a)## and ##a+b\in K(a)(b)=K(a,b)## is algebraic over ##K.##

In order to get the polynomial, write ##(x-a)p(x)=0## and ##(x-b)q(x)=0.## Then ##(x-(a+b)/2)p(x)q(x)=0## and with ##(a+b)/2## algebraic, we have ##a+b## algebraic, too. But you will need the other roots to set up ##p(x)## and ##q(x)##. That's the only way I see.
OK, that's a nice little proof that gets me over the hump!
 
  • #12
swampwiz said:
So what you are saying is:

Because a & b are each algebraic

0 = ( x - a ) = ( x - b )
?

I mean: because ##\alpha,\beta ## are algebraic, ##K\subseteq K(\alpha ,\beta )## is algebraic. And since ##\alpha +\beta \in K(\alpha ,\beta )## is also algebraic. I would do it in steps: ##K\subseteq K(\alpha )\subseteq K(\alpha ,\beta )##.
swampwiz said:
then for any polynomials p( x ) & q( x )

OK, that's a nice little proof that gets me over the hump!
 
  • #13
fresh_42 said:
?

I mean: because ##\alpha,\beta ## are algebraic, ##K\subseteq K(\alpha ,\beta )## is algebraic. And since ##\alpha +\beta \in K(\alpha ,\beta )## is also algebraic. I would do it in steps: ##K\subseteq K(\alpha )\subseteq K(\alpha ,\beta )##.
I had accidentally posted before finishing the post.

0 = ( x - a ) = ( x - b ) = ( x - a ) p( x ) = ( x - b ) q( x ) = ( x - a ) p( x ) q( x ) = ( x - b ) p( x ) q( x )

Summing half of each

0 = ( x - ( a + b ) / 2 ) p( x ) q( x )

thus ( ( a + b ) / 2 ) and as well ( a + b ) must be algebraic.
 
  • #14
OK, I think I know what I mean by "an algorithm". If I could prove that any addition, multiplication or root operation having algebraic numbers as arguments results in an algebraic number, then I'm done.

I will now prove why a power, root or product of algebraic numbers is an algebraic number.

GIVEN: a, b -> ALGEBRAIC

THUS: ( a + b ) -> ALGEBRAIC

THUS: ∃ [ f( x ) = 0 = ( x - a ) p( x ) ] &

[ g2( x ) = 0 = ( x + a ) ( x - a ) p( x ) = ( x2 - a2 ) p( x )

[ g3( x ) = 0 = ( x2 + a x + a2 ) ( x - a ) p( x ) = ( x3 - a3 ) p( x )

NOTE: The root operation should be presumed to be a consistent deMoivre root index.

[ g1/2( x ) = 0 = ( x1/2 - a1/2 ) ( x1/2 + a1/2 ) p( x ) = ( x1/2 - a1/2 ) p1/2( x )

[ g1/3( x ) = 0 = ( x1/3 - a1/3 ) ( x2/3 + a1/3 x1/3 + a2/3 ) p( x ) = ( x1/3 - a1/3 ) p1/3( x )

LET: u = xn

THUS: 0 = ( u - an ) p( x( u ) )

THUS: an -> ALGEBRAIC

LET: u = x( 1 / n )

THUS: 0 = ( u - a( 1 / n ) ) p1/n( x( u ) )

THUS: a( 1 / n ) -> ALGEBRAIC

( a b ) = [ ( a + b )2 - ( a2 + b2 ) ] => SUM OF POWERS OF ALGEBRAICS => SUM OF ALGEBRAICS

THUS: ( a b ) -> ALGEBRAIC

QED
 
Last edited:

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K