Solving f(x)=3x^2+7x=5 for m=23 and m=25 using Completing the Square

  • Thread starter Thread starter clueles
  • Start date Start date
clueles
Messages
15
Reaction score
0
please help me with this!

f(x)=3x^2+7x=5. find the solution of f(x)==0(mod m) for

m=23
m=25

the only thing i have done so far is completed the square
 
Physics news on Phys.org
Completing the square gives (X+7/6)^2=109/36.

Bringing the 36 to the other side gives: (6X+7)^2 =109.

For modulo 23, you should consider quadratic reciprocity. For M=25, the problem is easier.
 
Last edited:
clueles said:
f(x)=3x^2+7x=5. find the solution of f(x)==0(mod m) for

m=23
m=25

the only thing i have done so far is completed the square

I'll assume you mean f(x)=3x^2+7x-5 (that is, you're not setting it to a boolean value).

I'm not convinced that completing the square is relevant here. A quick use of quadratic reciprocity (don't worry, skip it if you haven't seen it) shows that there are no solutions modulo 23:

(6x+7)^2\equiv109\equiv17\pmod{23}

\left(\frac{17}{23}\right)=\left(\frac{23}{17}\right)=\left(\frac{6}{17}\right)=\left(\frac{2}{17}\right)\left(\frac{3}{17}\right)=\left(\frac{17}{3}\right)=\left(\frac{2}{3}\right)=-1

This doesn't mean anything, though, just that the real solution isn't on one of the modular solutions.

Look at it this way: replacing x with x+1 you have f(x)=3x^2+6x+1+7x+1-5=(3x^2+7x-5)+(6x+2). By choosing x you should be able to cycle through all the congruence classes, since neither 23 nor 25 is divisible by 2 or 6.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top