You are not logged in.
Pages: 1
Find all solutions of the equation x^2 = 2 (a) in Z17; (b) in Z19.
Any ideas?
Offline
Is there a technique you should be using? These numbers are small enough to check by hand, so simple trial an error is possible. But there is probably a theorem somewhere that will help you out. Problem is so many number theory theorems are fairly obscure, it's hard to keep track of them.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Do they mean 1.414213 and -1.414213i, where i is
?What is Z19, and Z17 ?
Woops, -1.414213i squared is (-1.414213)^2 times i^2, which goes negative, so that's wrong.
How about just negative 1.414213 ? That would work, as well as positive 1.414213 .
Last edited by John E. Franklin (2007-02-28 07:03:50)
igloo myrtilles fourmis
Offline
For Z17 : 6^2 = 2
For Z19: 18^2 = 2
That was by inspection, but I'm not sure how to do it otherwise.
Edit: Z17 has a second solution: 11^2 = 2
Last edited by Sekky (2007-02-28 07:58:31)
Offline
Umm, 18[sup]2[/sup] is 1 in
, I make it.Note that if x=n is a solution to x[sup]2[/sup] = 2 in
, x=n+17k will also be a solution for any integer k. Since x=6 and x=11 have been found to be solutions, the solution set is therefore .Similarly for
.EDIT: Wait. I dont think theres a solution at all in
. Is there?Last edited by JaneFairfax (2007-02-28 09:32:52)
Offline
What is Z19, and Z17 ?
Pronounced, "Integers modulo n", it is the quotient group formed by modding out multiples of n from the integers. But I'm sure that didn't make sense, so here is a more thorough explanation.
We consider two integers equivalent when their remainder when divided by n is the same. If we take n = 19, then we see that 1 is equivalent to 20, as 1/19 has a remainder of 1, and 20/19 has a remainder of 1. In fact, any number greater than 18 is equivalent to some number from 0 to 18
So x^2 = 2 (mod 19), pronounced, "x squared equivalent to 2 mod 19", means that if I take a number, square it, then it has a remainder of 2 after being divided by 19. For example, if we take x is 10, x^2 = 100, 100/19 has a remainder of 5, which of course is not equivalent to 2. So 10 is not a solution. As I said before, all the integers are equivalent to some number from 0 to 18, so these are the only numbers we must check.
Edit: Z17 has a second solution: 11^2 = 2
And as polynomials of degree two have at most 2 solutions when modded out by a prime, those are all the solutions.
Note that if x=n is a solution to x2 = 2 in Z17, x=n+17k will also be a solution for any integer k. Since x=6 and x=11 have been found to be solutions, the solution set is therefore...
Technically, yes. However, since we are in mod 17, we consider any solution that is equivalent to an already known solution to be like repeating yourself. So you don't really have to say the set, you can just say the two numbers and the rest are implied.
You aren't saying anything wrong, just unnecessary.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
There is no solution in Z19, Z17 has two solutions of 6 and 11.
Mathematica code for it:
Do[Print[x, ": ", PowerMod[x, 2, 19]], {x, 1, 19}]
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Whoops, yeah Z19 has no solutions.
Offline
JaneFairfax wrote:Note that if x=n is a solution to x2 = 2 in Z17, x=n+17k will also be a solution for any integer k. Since x=6 and x=11 have been found to be solutions, the solution set is therefore...
Technically, yes. However, since we are in mod 17, we consider any solution that is equivalent to an already known solution to be like repeating yourself. So you don't really have to say the set, you can just say the two numbers and the rest are implied.
You aren't saying anything wrong, just unnecessary.
Yeah, I was working on x[sup]2[/sup] rather than x being in
. Duh.Offline
What about 13^2 is -2 from 171 (9x19) ?? Is that backwards, -2 vs. +2 ?
So 13^2 is 17 in Z19??, sort of like a negative 2 in Z19, probably not allowed to say -2, since it goes 0 to 18 for Z19, huh?
Last edited by John E. Franklin (2007-02-28 15:10:41)
igloo myrtilles fourmis
Offline
No, +2 (mod 19) and −2 (mod 19) are different. In fact, −2 ≡ 17 (mod 19), so 13[sup]2[/sup] is 17 in
.Offline
Bump.
So x[sup]2[/sup]=2 has no solution in the integers modulo 19. In other words, 2 is not a quadratic residue modulo 19, and we express this by saying
The Legendre symbol
is defined for integer a and odd prime p as follows.It can actually be proved that
which, for p=19, gives −1.
If we had known this before, we could have saved ourselves a lot of unnecessary work.
Last edited by JaneFairfax (2007-03-07 16:50:07)
Offline
In Z17, 5^2>17 , therefore the solutions exist only above or equal to 5. Let X be the solution ,
solve this one .Oh...I forgot how to solve this equation....I am sure it can be solved.Last edited by Stanley_Marsh (2007-03-07 16:26:08)
Numbers are the essence of the Universe
Offline
???? ????
jeez you guys are smart!
Zappzter - New IM app! Unsure of which room to join? "ZNU" is made to help new users. c:
Offline
There is no solution in Z19, Z17 has two solutions of 6 and 11.
Yea Ricky was right!
Offline
???? ????
jeez you guys are smart!
qft... Also Jane must make a realllly good maths teacher...
Offline
how is jane a maths teacher???
Zappzter - New IM app! Unsure of which room to join? "ZNU" is made to help new users. c:
Offline
who's jane
Zappzter - New IM app! Unsure of which room to join? "ZNU" is made to help new users. c:
Offline
In Z17, 5^2>17 , therefore the solutions exist only above or equal to 5. Let X be the solution ,
solve this one .Oh...I forgot how to solve this equation....I am sure it can be solved.
I find some information about it but I am not sure how to operate.
As I stated above , all you have to do is to solve
is equivalent to finding a value y such that
This method is called Excludent ,by the way.
Last edited by Stanley_Marsh (2007-03-08 10:43:35)
Numbers are the essence of the Universe
Offline
[align=center]
[/align]Offline
Offline
Offline
Pages: 1