Equation with several variables

  • Thread starter Thread starter geoffrey159
  • Start date Start date
  • Tags Tags
    Variables
geoffrey159
Messages
535
Reaction score
72

Homework Statement


Solve in ##\mathbb{Z}^2## the equation ## x^2 -y^2-x+3y = 30 ##

Homework Equations

The Attempt at a Solution



Hello, can you tell me if this is correct please ?

The equation is equivalent to ## (x-y+1) (x+y-2) = 28 ##.
I call ## u = x-y+1 ## and ## v = x+y-2 ##
We have that ## u | 28 ##, ## v | 28 ##, and ##uv = 28##

So, ##u,v \in \text{Div}(28)=\{\pm 1, \pm 2, \pm 4, \pm 7, \pm 28 \} ## and share their sign

Finally, we must have ##(u,v) \in## { (-1,-28) , (1,28), (-2,-14), (2,14), (-4,-7) ,(4,7), (-7,-4), (7,4), (-14,-2), (14,2), (-28,-1),(28,1) }

So ## (x,y) = ( \frac{u+v+1}{2}, \frac{v-u+3}{2} ) \in ## { (-14,-12),(15,15),(-5,0),(6,3),(-5,3), (6,0), (-14,15), (15,-12) }
 
Physics news on Phys.org
Thanks, there was a typo, I forgot ##\pm 14## in Div(28) but I took it into account
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top