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

In summary, the conversation discusses solving the congruence ax^4≡2(mod 13) and the use of power residues and the "mod" function. The conversation also explores different approaches to finding the values of a for which the congruence is solvable.
  • #1
buzzmath
112
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
  • #2
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 [tex]a[/tex] 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.
 
  • #3
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... ...
 
  • #4
[tex]a \equiv b ~(mod~n) [/tex] 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).
 

1. What is an index arithmetic problem?

An index arithmetic problem is a type of mathematical problem that involves solving for the power or exponent in an equation. In this case, we are solving for the value of x in the equation ax^4≡2 (mod 13).

2. What is the goal of solving an index arithmetic problem?

The goal of solving an index arithmetic problem is to find the value of the unknown variable (in this case, x) that satisfies the given equation. This allows us to solve for unknown quantities and understand the relationships between different variables in a mathematical expression.

3. How do you solve an index arithmetic problem?

To solve an index arithmetic problem, we use mathematical operations such as addition, subtraction, multiplication, and division to manipulate the equation until we isolate the unknown variable. In this case, we can use the properties of modular arithmetic to simplify the equation and find the value of x.

4. What does the "mod" in the equation ax^4≡2 (mod 13) mean?

The "mod" in the equation ax^4≡2 (mod 13) stands for the modulo operation, which is a mathematical operation that calculates the remainder when one number is divided by another. In this case, we are looking for the value of x that satisfies the equation when it is divided by 13.

5. Why is solving an index arithmetic problem important?

Solving index arithmetic problems is important because it allows us to solve for unknown quantities and understand the relationships between different variables in a mathematical expression. This is essential in many fields, including science, engineering, and economics, where mathematical equations are used to model and solve real-world problems.

Similar threads

Replies
4
Views
211
  • Linear and Abstract Algebra
Replies
10
Views
372
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
2K
Replies
6
Views
1K
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
18
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
8K
  • Linear and Abstract Algebra
Replies
11
Views
3K
  • General Math
Replies
13
Views
1K
Back
Top