Integer solutions of the general polynomial $a_k x^k + … + a_1 x + a_0 = y(c-x)$
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to show the existence of and find the solutions to the equation
$(a_k x^k + ... + a_1 x + a_0)mod(c-x)=0$,
with $a_k,...,a_0,c,k,x in Bbb N$, and
$a_k,...,a_0,c,k$ are known, and $x<c$.
I am trying to solve it by expressing it as:
$a_k x^k + ... + a_1 x + a_0 = y(c-x)$,
and finding the integral solutions.
How can the existence of integral solutions be shown and found, without brute force?
$a_k$ is not necessarily 1, so the integer root theorem doesn't help much.
The parity root test would only provide a condition for which integral solutions do not exist.
I would like to avoid methods which factor potentially large numbers.
polynomials modular-arithmetic diophantine-equations
add a comment |Â
up vote
0
down vote
favorite
I'm trying to show the existence of and find the solutions to the equation
$(a_k x^k + ... + a_1 x + a_0)mod(c-x)=0$,
with $a_k,...,a_0,c,k,x in Bbb N$, and
$a_k,...,a_0,c,k$ are known, and $x<c$.
I am trying to solve it by expressing it as:
$a_k x^k + ... + a_1 x + a_0 = y(c-x)$,
and finding the integral solutions.
How can the existence of integral solutions be shown and found, without brute force?
$a_k$ is not necessarily 1, so the integer root theorem doesn't help much.
The parity root test would only provide a condition for which integral solutions do not exist.
I would like to avoid methods which factor potentially large numbers.
polynomials modular-arithmetic diophantine-equations
You need that $c-x$ divides $N:=a_kc^k+a_k-1c^k-1+ldots+a_1c+a_0$. There are finitely many choices of $x$, but the answer ultimately depends on the value of $N$. So, you need to find all divisors $dinmathbbN$ of $N$ such that $d<c$, and then $x=c-d$. You are guaranteed to have at least one solution: $x=c-1$ corresponding to $d=1$ (and this can be the only one if $N$ happens to be a prime number).
– Batominovski
Jul 24 at 14:21
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to show the existence of and find the solutions to the equation
$(a_k x^k + ... + a_1 x + a_0)mod(c-x)=0$,
with $a_k,...,a_0,c,k,x in Bbb N$, and
$a_k,...,a_0,c,k$ are known, and $x<c$.
I am trying to solve it by expressing it as:
$a_k x^k + ... + a_1 x + a_0 = y(c-x)$,
and finding the integral solutions.
How can the existence of integral solutions be shown and found, without brute force?
$a_k$ is not necessarily 1, so the integer root theorem doesn't help much.
The parity root test would only provide a condition for which integral solutions do not exist.
I would like to avoid methods which factor potentially large numbers.
polynomials modular-arithmetic diophantine-equations
I'm trying to show the existence of and find the solutions to the equation
$(a_k x^k + ... + a_1 x + a_0)mod(c-x)=0$,
with $a_k,...,a_0,c,k,x in Bbb N$, and
$a_k,...,a_0,c,k$ are known, and $x<c$.
I am trying to solve it by expressing it as:
$a_k x^k + ... + a_1 x + a_0 = y(c-x)$,
and finding the integral solutions.
How can the existence of integral solutions be shown and found, without brute force?
$a_k$ is not necessarily 1, so the integer root theorem doesn't help much.
The parity root test would only provide a condition for which integral solutions do not exist.
I would like to avoid methods which factor potentially large numbers.
polynomials modular-arithmetic diophantine-equations
asked Jul 24 at 13:52


Unique username2
1
1
You need that $c-x$ divides $N:=a_kc^k+a_k-1c^k-1+ldots+a_1c+a_0$. There are finitely many choices of $x$, but the answer ultimately depends on the value of $N$. So, you need to find all divisors $dinmathbbN$ of $N$ such that $d<c$, and then $x=c-d$. You are guaranteed to have at least one solution: $x=c-1$ corresponding to $d=1$ (and this can be the only one if $N$ happens to be a prime number).
– Batominovski
Jul 24 at 14:21
add a comment |Â
You need that $c-x$ divides $N:=a_kc^k+a_k-1c^k-1+ldots+a_1c+a_0$. There are finitely many choices of $x$, but the answer ultimately depends on the value of $N$. So, you need to find all divisors $dinmathbbN$ of $N$ such that $d<c$, and then $x=c-d$. You are guaranteed to have at least one solution: $x=c-1$ corresponding to $d=1$ (and this can be the only one if $N$ happens to be a prime number).
– Batominovski
Jul 24 at 14:21
You need that $c-x$ divides $N:=a_kc^k+a_k-1c^k-1+ldots+a_1c+a_0$. There are finitely many choices of $x$, but the answer ultimately depends on the value of $N$. So, you need to find all divisors $dinmathbbN$ of $N$ such that $d<c$, and then $x=c-d$. You are guaranteed to have at least one solution: $x=c-1$ corresponding to $d=1$ (and this can be the only one if $N$ happens to be a prime number).
– Batominovski
Jul 24 at 14:21
You need that $c-x$ divides $N:=a_kc^k+a_k-1c^k-1+ldots+a_1c+a_0$. There are finitely many choices of $x$, but the answer ultimately depends on the value of $N$. So, you need to find all divisors $dinmathbbN$ of $N$ such that $d<c$, and then $x=c-d$. You are guaranteed to have at least one solution: $x=c-1$ corresponding to $d=1$ (and this can be the only one if $N$ happens to be a prime number).
– Batominovski
Jul 24 at 14:21
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2861358%2finteger-solutions-of-the-general-polynomial-a-k-xk-a-1-x-a-0-yc-x%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You need that $c-x$ divides $N:=a_kc^k+a_k-1c^k-1+ldots+a_1c+a_0$. There are finitely many choices of $x$, but the answer ultimately depends on the value of $N$. So, you need to find all divisors $dinmathbbN$ of $N$ such that $d<c$, and then $x=c-d$. You are guaranteed to have at least one solution: $x=c-1$ corresponding to $d=1$ (and this can be the only one if $N$ happens to be a prime number).
– Batominovski
Jul 24 at 14:21