This is an attempt to understand the construction in http://somemath.blogspot.co.uk/2015/11/non-polynomial-factorization-short.html but I've failed to understand the term "integer-like" so I'll avoid it.
Definition
A quadratic polynomal with integer coefficients is primitive if there is no non-trivial integer that divides all the coefficients.
Examples are x2+3x+2, 5x2+x+1,
and x2+5x+2
Notation
I'll try to use P() to mean a function, P(x) to mean a polynomial in a variable x, and P[x] to mean P evaluated at the value x but I expect I'll forget and have to backtrack sometimes.
The Construction
Let P(x) be a primitive quadratic polynomial. It's automatically a function from the field of complex numbers to itself.
Suppose we have two further functions from the field of complex numbers to itself with the following properties:
There are no further restrictions of the gi() so these are all legitimate examples, some of them are quite exotic
This is an attempt to understand the construction in http://somemath.blogspot.co.uk/2015/11/non-polynomial-factorization-short.html but I've failed to understand the term "integer-like" so I'll avoid it.
Definition
A quadratic polynomal with integer coefficients is primitive if there is no non-trivial integer that divides all the coefficients.
Examples are x2+3x+2, 5x2+x+1, and x2+5x+2
Notation
I'll try to use P() to mean a function, P(x) to mean a polynomial in a variable x, and P[x] to mean P evaluated at the value x but I expect I'll forget and have to backtrack sometimes.
The Construction
Let P(x) be a primitive quadratic polynomial. It's automatically a function from the field of complex numbers to itself.
Suppose we have two further functions from the field of complex numbers to itself with the following properties:
- P[x] = (g1[x] + 1)(g2[x] + 2) for all x in the field of complex numbers
- g1[0] = 0
- g2[0] = 0 but g2() is not the zero-function, ie there is a number x such that g2[x] is not zero
There are no further restrictions of the gi() so these are all legitimate examples, some of them are quite exotic
- g1[x] = 0, g2[x] = x2+5x
- if |x| is non-zero and rational then express it as a/b with minimal a,b and b>0;
- now define g1[x] = (1-a)/a, g2[x] = a(x2+5x+2)-2 but elsewhere (ie x is zero or irrational) then g1[x] = 0, g2[x] = x2+5x
- g2[x] = b(x2+5x+2) if |x| is rational and equal to a/b with a,b coprime positive integers and g2[x]=x2+5x elsewhere
- g1[x] = 0 if |x|<1 and g1[x] = 1 if |x|≥1, g2[x] = x2+5x if |x|<1 and g2[x] = (x2+5x-2)/2 if |x|≥1
- g1[x] = π|x|-1, g2[x] = π-1(x2+5x+2(1-π))
- g1[x] = (x+1 + √(3x2+14x+1))/2, g2[x] = (x-1 - √(3x2+14x+1))/2
Now let k be an integer greater than 1, and define f1(), and f2() by f1[x] = g1[x]/k, and f2[x] = g2[x]+(k-2). It follows thatk*P(x) = (f1(x) + k)(f2(x) + k) for all x in the complex numbers
Now define h() by h[x] = f1[x] + f2[x]; h is a function from the complex numbers to itself but is not generally a polynomial
All right so far? I realise that k could be negative but decided not to complicate things
This is an attempt to understand the construction in http://somemath.blogspot.co.uk/2015/11/non-polynomial-factorization-short.html but I've failed to understand the term "integer-like" so I'll avoid it.
Definition
A quadratic polynomal with integer coefficients is primitive if there is no non-trivial integer that divides all the coefficients.
Examples are x2+3x+2, 5x2+x+1, and x2+5x+2
Notation
I'll try to use P() to mean a function, P(x) to mean a polynomial in a variable x, and P[x] to mean P evaluated at the value x but I expect I'll forget and have to backtrack sometimes.
The Construction
Let P(x) be a primitive quadratic polynomial. It's automatically a function from the field of complex numbers to itself.
Suppose we have two further functions, g1() and g2(), from the field of complex numbers to itself with the following properties:
There are no further restrictions of the gi() so these are all legitimate examples, some of them are quite exotic. In every case the Polynomial is x2+5x+2 and I'll give a proof that P[x] = (g1[x] + 1)(g2[x] + 2) for all x
Proof. P[x] = (g1[x] + 1)(g2[x] + 2) = (1)(x2+5x+2) = x2+5x+2
now define g1[x] = (1-a)/a, g2[x] = a(x2+5x+2)-2 but elsewhere (ie x is zero or irrational) then g1[x] = 0, g2[x] = x2+5x
Proof. If x is irrational then the functions are as i example 1, so look at the case when x is rational
P[x] = (g1[x] + 1)(g2[x] + 2)
= ((1-a)/a+1) (a(x2+5x+2)-2+2)
= ((1-a+a)/a) (a(x2+5x+2))= (1/a)(a(x2+5x+2)) = x2+5x+2
Now let k be an integer greater than 1, and define f1(), and f2() by f1[x] = g1[x]/k, and f2[x] = g2[x]+(k-2). It follows that
and now define h() by h[x] = f1[x] + f2[x]; h is a function from the complex numbers to itself but is not generally a polynomial
All right so far? I realise that k could be negative but decided not to complicate things
---------
You asked why I constructed these strange examples. The answer is that it's second nature for mathematicians to look at the boundary conditions of constructions and proofs as sanity-checks, otherwise it's too easy to build castles on sand. It's not all that dissimilar from competent computer programmers' practice of checking edge-cases.
Let P(x) be a primitive quadratic polynomial. It's automatically a function from the field of complex numbers to itself
and consider all g1() and g2(), from the field of complex numbers to itself with the following properties:
these are not fixed in the following construction but possible amongst the many possible values for g1() and g2() are ... ?
This is an attempt to understand the construction in http://somemath.blogspot.co.uk/2015/11/non-polynomial-factorization-short.html but I've failed to understand the term "integer-like" so I'll avoid it.
Definition
A quadratic polynomal with integer coefficients is primitive if there is no non-trivial integer that divides all the coefficients.
Examples are x2+3x+2, 5x2+x+1, and x2+5x+2
Notation
I'll try to use P() to mean a function, P(x) to mean a polynomial in a variable x, and P[x] to mean P evaluated at the value x but I expect I'll forget and have to backtrack sometimes.
The Construction
Let P(x) be a primitive quadratic polynomial. It's automatically a function from the field of complex numbers to itself.
Suppose we have two further functions, g1() and g2(), from the field of complex numbers to itself with the following properties:
There are no further restrictions of the gi() so these are all legitimate examples, some of them are quite exotic. In every case the Polynomial is x2+5x+2 and a previous text showed that they satisfied the requirements
and now define h() by h[x] = f1[x] + f2[x]; h is a function from the complex numbers to itself but is not generally a polynomial
It follows that f2[x] = h[x] - f1[x] and substituting this into k P[x] = (f1[x] + k) (f2[x] + k) gives
k P[x] = (f1[x] + k) (h[x] - f1[x] + k) and then expand to get
k P[x] = f1[x] h[x] - f1[x]2 + k f1[x] + k h[x] - k f1[x] + k2 and rearrange terms to give
f1[x]2 - h[x] f1[x] - k h[x] - k2 + k*P[x] = 0 which is a quadratic in f1[x]
Solving the quadratic gives
f1[x] = ( h[x] +/- sqrt( h[x]2 - 4( -k h[x] - k2 + k P[x] ) )/2
= ( h[x] +/- sqrt( h[x]2 + 4k h[x] + 4k2 - 4k P[x] ) )/2
= ( h[x] +/- sqrt( (h[x] + 2k)2 - 4k P[x] ) )/2
So far, so good, but I don't understand this next bit
And sqrt[(H(x) + 2k)2 - 4k*P(x)] will only resolve if it is to a linear function
If I type "define:explicit" into google I get "stated clearly and in detail, leaving no room for confusion or doubt."If I ask anyone with a science degree what is sqrt(2) there will never be any confusion or doubt as to what is meant. You are using some other private definition of explicit. What is it and do you mean a "rational number"?I have a B.Sc. in Physics.Forget about the word explicit. Yeah, rational number solution. Like from when I say: sqrt(4) has solutions 2 or -2 (dropping that word which befuddled you so much). While sqrt(2) does not so resolve.
And sqrt[(H(x) + 2k)2 - 4k*P(x)] will only resolve if it is to a linear function
And sqrt[(H(x) + 2k)2 - 4k*P(x)] will only give a rational solution if it is to a linear function