Solve Index Arithmetic Problem: ax^4≡2 (mod 13)

  • Thread starter Thread starter buzzmath
  • Start date Start date
  • Tags Tags
    Arithmetic Index
Click For Summary
The discussion focuses on solving the congruence ax^4≡2 (mod 13) to determine the values of a for which it is solvable. Participants suggest starting by calculating x^2 mod 13 for x values from 1 to 6, leading to three possible values for x^4: 1, 9, and 3, corresponding to a values of 2, 6, and 5. The significance of powers of 3 in the calculations is noted, and there is clarification on the meaning of "mod" in this context, emphasizing that congruences can be manipulated like regular equations. Additionally, the discussion touches on the use of "mod" functions in programming languages and Excel. Overall, the thread highlights the mathematical approach to solving the problem while addressing some confusion around the notation and its application.
buzzmath
Messages
108
Reaction score
0
How would i go about solving the problem of for which values of a is the congruence ax^4≡2(mod 13) solvable? I think it might have something to do with power residues but I'm not sure.
Thanks
 
Physics news on Phys.org
buzzmath said:
How would i go about solving the problem of for which values of a is the congruence ax^4≡2(mod 13) solvable? I think it might have something to do with power residues but I'm not sure.
Thanks
I would first find all values of x^2 mod 13 for x = 1 to 6 since the possible values just repeat for x > 6. For x = 1,2 and 4 they are 1,4 and 3, respectively. For x = 3,5 and 6 they are -4, -1 and -3. Squaring those values give just three possible values of x^4, i.e., 1,9,3 having respective a values of 2, 6 and 5.
If there is an easilier way, let someone else post it. Note that 5*3 = 2 mod 13, 2*3 = 6 mod 13 and 6*3 = 5 mod 13 so I guess that powers of 3 are significant here.
 
oops,, what is that "ax^4≡2(mod 13)" means ??
ax^4=13n+2 !?
how do you use this "mod" stuff,, I don't use it in this format,, because excel and VBA not in this format... ...
 
a \equiv b ~(mod~n) means n divides a-b.

Congruences modulo the same number (n above) can be added, subtracted or multiplied together, just like regular equations.

Can't say I understand your "format" question.

Many programming languages (and possibly Excel) include a function along the lines of "mod(a,n)" which usually returns the smallest positive b, such that b == a (mod n).
 
Thread 'How to define a vector field?'
Hello! In one book I saw that function ##V## of 3 variables ##V_x, V_y, V_z## (vector field in 3D) can be decomposed in a Taylor series without higher-order terms (partial derivative of second power and higher) at point ##(0,0,0)## such way: I think so: higher-order terms can be neglected because partial derivative of second power and higher are equal to 0. Is this true? And how to define vector field correctly for this case? (In the book I found nothing and my attempt was wrong...

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 18 ·
Replies
18
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K