Solving $2x^3=3$ over $mathbbZ_5$.$alpha x^2+beta y^2=gamma$ solvable over $mathbb Q$ iff $ax^2+by^2=z^2$ solvable over $mathbb Z$ with coprime $x,y,z$?Solve linear $,ax + b = 0$ in $Z_N$System of linear equations over $mathbbZ_p$An unsolvable Number Theory QuestionHow do I calculate $2^47 pmod! 65$?Solving linear systems over $mathbbZ/n$Solving a linear system in $mathbbZ_12$?Fastest approach for solving a modulo equationSolving an equation mod $n$Solving $x^2 equiv 140 pmod221$
Increase performance creating Mandelbrot set in python
Unreliable Magic - Is it worth it?
How to be diplomatic in refusing to write code that breaches the privacy of our users
How to safely derail a train during transit?
Customer Requests (Sometimes) Drive Me Bonkers!
Return the Closest Prime Number
What is the best translation for "slot" in the context of multiplayer video games?
Is the destination of a commercial flight important for the pilot?
Why not increase contact surface when reentering the atmosphere?
Sort a list by elements of another list
Roman Numeral Treatment of Suspensions
Is there a korbon needed for conversion?
Trouble understanding the speech of overseas colleagues
How do we know the LHC results are robust?
A particular customize with green line and letters for subfloat
How to run a prison with the smallest amount of guards?
Is this apparent Class Action settlement a spam message?
Term for the "extreme-extension" version of a straw man fallacy?
What is the opposite of 'gravitas'?
Anatomically Correct Strange Women In Ponds Distributing Swords
How to pronounce the slash sign
You cannot touch me, but I can touch you, who am I?
Integer addition + constant, is it a group?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
Solving $2x^3=3$ over $mathbbZ_5$.
$alpha x^2+beta y^2=gamma$ solvable over $mathbb Q$ iff $ax^2+by^2=z^2$ solvable over $mathbb Z$ with coprime $x,y,z$?Solve linear $,ax + b = 0$ in $Z_N$System of linear equations over $mathbbZ_p$An unsolvable Number Theory QuestionHow do I calculate $2^47 pmod! 65$?Solving linear systems over $mathbbZ/n$Solving a linear system in $mathbbZ_12$?Fastest approach for solving a modulo equationSolving an equation mod $n$Solving $x^2 equiv 140 pmod221$
$begingroup$
Really new to dealing with $mathbbZ_n$.
I'm trying to calculate $2x^3=3$ over $mathbbZ_5$.
I did a similar question - solving $3x^2+x+1=0$ over $mathbbZ_5$:
$$3x^2+x+1=0 \Rightarrow6x^2+2x+2=0\
Rightarrow x^2+2x+1=-1=4\
Rightarrow(x+1)^2=2^2\
Rightarrow x+1=pm2=2,3$$
But I have no idea how to solve $2x^3=3$. It feels like it should be easier.
elementary-number-theory modular-arithmetic
$endgroup$
add a comment |
$begingroup$
Really new to dealing with $mathbbZ_n$.
I'm trying to calculate $2x^3=3$ over $mathbbZ_5$.
I did a similar question - solving $3x^2+x+1=0$ over $mathbbZ_5$:
$$3x^2+x+1=0 \Rightarrow6x^2+2x+2=0\
Rightarrow x^2+2x+1=-1=4\
Rightarrow(x+1)^2=2^2\
Rightarrow x+1=pm2=2,3$$
But I have no idea how to solve $2x^3=3$. It feels like it should be easier.
elementary-number-theory modular-arithmetic
$endgroup$
2
$begingroup$
Note that $2cdot 3=1$ in $Bbb Z_5$, so multiply with $3$. We obtain $x^3=-1$. This is easy to solve. Try out all $5$ elements.
$endgroup$
– Dietrich Burde
Mar 17 at 22:39
add a comment |
$begingroup$
Really new to dealing with $mathbbZ_n$.
I'm trying to calculate $2x^3=3$ over $mathbbZ_5$.
I did a similar question - solving $3x^2+x+1=0$ over $mathbbZ_5$:
$$3x^2+x+1=0 \Rightarrow6x^2+2x+2=0\
Rightarrow x^2+2x+1=-1=4\
Rightarrow(x+1)^2=2^2\
Rightarrow x+1=pm2=2,3$$
But I have no idea how to solve $2x^3=3$. It feels like it should be easier.
elementary-number-theory modular-arithmetic
$endgroup$
Really new to dealing with $mathbbZ_n$.
I'm trying to calculate $2x^3=3$ over $mathbbZ_5$.
I did a similar question - solving $3x^2+x+1=0$ over $mathbbZ_5$:
$$3x^2+x+1=0 \Rightarrow6x^2+2x+2=0\
Rightarrow x^2+2x+1=-1=4\
Rightarrow(x+1)^2=2^2\
Rightarrow x+1=pm2=2,3$$
But I have no idea how to solve $2x^3=3$. It feels like it should be easier.
elementary-number-theory modular-arithmetic
elementary-number-theory modular-arithmetic
edited Mar 17 at 22:42
Foobaz John
22.8k41452
22.8k41452
asked Mar 17 at 22:36
vesiivesii
3878
3878
2
$begingroup$
Note that $2cdot 3=1$ in $Bbb Z_5$, so multiply with $3$. We obtain $x^3=-1$. This is easy to solve. Try out all $5$ elements.
$endgroup$
– Dietrich Burde
Mar 17 at 22:39
add a comment |
2
$begingroup$
Note that $2cdot 3=1$ in $Bbb Z_5$, so multiply with $3$. We obtain $x^3=-1$. This is easy to solve. Try out all $5$ elements.
$endgroup$
– Dietrich Burde
Mar 17 at 22:39
2
2
$begingroup$
Note that $2cdot 3=1$ in $Bbb Z_5$, so multiply with $3$. We obtain $x^3=-1$. This is easy to solve. Try out all $5$ elements.
$endgroup$
– Dietrich Burde
Mar 17 at 22:39
$begingroup$
Note that $2cdot 3=1$ in $Bbb Z_5$, so multiply with $3$. We obtain $x^3=-1$. This is easy to solve. Try out all $5$ elements.
$endgroup$
– Dietrich Burde
Mar 17 at 22:39
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
There are only 5 elements to check and $0$ and $1$ are easily ruled out. So just plug in $x = 2, 3, 4$ and see which of those work.
While we're here, let me point out that in $mathbbZ_n$, there is a difference between a polynomial function and a polynomial that is not seen in $mathbbQ$ or $mathbbR$ or $mathbbC$. For example, in $mathbbZ_2$, $x = x^2$ as functions because $0 = 0^2$ and $1 = 1^2$. However, as polynomials they are different because they are made up of different terms. (This is something that was confusing to me when I first learned about polynomials in $mathbbZ_n$.)
$endgroup$
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3152170%2fsolving-2x3-3-over-mathbbz-5%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There are only 5 elements to check and $0$ and $1$ are easily ruled out. So just plug in $x = 2, 3, 4$ and see which of those work.
While we're here, let me point out that in $mathbbZ_n$, there is a difference between a polynomial function and a polynomial that is not seen in $mathbbQ$ or $mathbbR$ or $mathbbC$. For example, in $mathbbZ_2$, $x = x^2$ as functions because $0 = 0^2$ and $1 = 1^2$. However, as polynomials they are different because they are made up of different terms. (This is something that was confusing to me when I first learned about polynomials in $mathbbZ_n$.)
$endgroup$
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
add a comment |
$begingroup$
There are only 5 elements to check and $0$ and $1$ are easily ruled out. So just plug in $x = 2, 3, 4$ and see which of those work.
While we're here, let me point out that in $mathbbZ_n$, there is a difference between a polynomial function and a polynomial that is not seen in $mathbbQ$ or $mathbbR$ or $mathbbC$. For example, in $mathbbZ_2$, $x = x^2$ as functions because $0 = 0^2$ and $1 = 1^2$. However, as polynomials they are different because they are made up of different terms. (This is something that was confusing to me when I first learned about polynomials in $mathbbZ_n$.)
$endgroup$
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
add a comment |
$begingroup$
There are only 5 elements to check and $0$ and $1$ are easily ruled out. So just plug in $x = 2, 3, 4$ and see which of those work.
While we're here, let me point out that in $mathbbZ_n$, there is a difference between a polynomial function and a polynomial that is not seen in $mathbbQ$ or $mathbbR$ or $mathbbC$. For example, in $mathbbZ_2$, $x = x^2$ as functions because $0 = 0^2$ and $1 = 1^2$. However, as polynomials they are different because they are made up of different terms. (This is something that was confusing to me when I first learned about polynomials in $mathbbZ_n$.)
$endgroup$
There are only 5 elements to check and $0$ and $1$ are easily ruled out. So just plug in $x = 2, 3, 4$ and see which of those work.
While we're here, let me point out that in $mathbbZ_n$, there is a difference between a polynomial function and a polynomial that is not seen in $mathbbQ$ or $mathbbR$ or $mathbbC$. For example, in $mathbbZ_2$, $x = x^2$ as functions because $0 = 0^2$ and $1 = 1^2$. However, as polynomials they are different because they are made up of different terms. (This is something that was confusing to me when I first learned about polynomials in $mathbbZ_n$.)
answered Mar 17 at 22:42
Trevor GunnTrevor Gunn
15k32047
15k32047
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
add a comment |
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
Thanks for the reply. What do you mean by plug?
$endgroup$
– vesii
Mar 17 at 22:47
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
@vesii I mean compute $2 cdot 2^3, 2 cdot 3^3, 2 cdot 4^3$ and see which are equal to $3$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:51
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
so the answer is $x=2,4$?
$endgroup$
– vesii
Mar 17 at 22:55
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
@vesii just $4$, $2^4 =16 equiv 1 pmod 4$.
$endgroup$
– Trevor Gunn
Mar 17 at 22:58
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
$begingroup$
ops, yes you are right, thank you!
$endgroup$
– vesii
Mar 17 at 23:05
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3152170%2fsolving-2x3-3-over-mathbbz-5%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
Note that $2cdot 3=1$ in $Bbb Z_5$, so multiply with $3$. We obtain $x^3=-1$. This is easy to solve. Try out all $5$ elements.
$endgroup$
– Dietrich Burde
Mar 17 at 22:39