Integers. I on this one please?

  • Context: Undergrad 
  • Thread starter Thread starter sutupidmath
  • Start date Start date
  • Tags Tags
    Integers
Click For Summary

Discussion Overview

The discussion revolves around the problem of determining whether there are integers x and y such that the equation x^2 - y^2 = 34 holds. Participants explore various methods of reasoning, including factorization, parity arguments, and modular arithmetic, while seeking more elegant solutions or confirmations of their approaches.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes using the factorization x^2 - y^2 = (x - y)(x + y) and examines the integral divisors of 34 to find pairs that satisfy the equation.
  • Another suggests finding the average of the two factors to check if it results in an integer, noting that pairs of factors of 34 have differing parities, which prevents integer solutions.
  • A third participant introduces modular arithmetic, specifically working mod 4, to argue that there are no solutions since the only quadratic residues are 0 and 1.
  • One participant defends the initial approach as valid and discusses the decomposition method, emphasizing that parity arguments can be applied to the systems of equations derived from the factor pairs.
  • Another participant mentions that the problem can be approached through modular arithmetic, suggesting that familiarity with number theory may influence the choice of method.

Areas of Agreement / Disagreement

Participants express differing views on the elegance and effectiveness of various methods. While some find the initial approach satisfactory, others propose alternative methods, indicating that multiple perspectives exist without a clear consensus on the best solution.

Contextual Notes

Participants acknowledge limitations in their methods, such as the need for familiarity with number theory and the potential complexity of the problem. The discussion remains open-ended regarding the most elegant or effective approach to the problem.

sutupidmath
Messages
1,629
Reaction score
4
Integers. I need help on this one please?

Hi, i am trying to analyze the following problem, but i am new at abstract algebra so i am not sure whether i am reasoning properly.
Problem:

Why are there no integers x and y with x^2-y^2=34.

Here is how i am reasoning:

x^2-y^2=(x-y)(x+y)=34. so we notice that x-y and x+y are both integral divisors (or factors )of 34.
We know that all factors of 34 are 1,2, 17,34, -1,-2,-17,-34.

This way we have to chose x-y and x+y in such a manner that their product to equal 34. such possibilities are

x-y=1 and x+y=34 , x-y=2 and x+y=17, etc. we take all the cases, i am not typing all of them, but none of these systems of equation has a solution for both x and y integers. so this way we conclude that there are no integers x and y such that x^2-y^2=34.


I want to know whether there is another more elegant way of showing this, rather than what i have performed here?

If you can give some suggestions i would appreciate it. But remember, all we have done so far is 10 pages, we haven't even yet gone to common divisors. so don't use too advanced math tools.

Thanx in advance.
 
Physics news on Phys.org


One thing you can do is find the average of your two divisors:

[tex]\frac{(x-y) + (x+y)}{2} = x[/tex]

So, are there any pairs of numbers whose product is 34 and whose average is an integer? The pairs (1, 34) and (2, 17) each have one odd number and one even number, so their averages can't be integers.

Alternatively, you can take the difference of your factors:

[tex](x + y) - (x - y) = 2y[/tex]

So, you need factors whose difference is an even number.

Either way, what you need are two factors of the same parity. If you look at the prime factorization of 34, you have 2*17; it should be clear that there is no way to split these factors into two groups such that each has the same parity.

This depends entirely on the fact that 34 has exactly one power of 2 in its prime factorization. If it were 2^2 * 17, then it could be split (2, 2*17). Or if it were 3*5*17, it could be split (3*5, 17), etc.
 


do you know modular arithmetic? working mod 4, you are trying to solve x^2 - y^2 = 2. now there are only 2 squares, 0 and 1, and this means there is no solution mod 4. so there is no integer solution.
 


I don't really think that your approach is that inelegant. In fact much harder problems can be solved using your method, which is (perhaps informally) called the decomposition method. It's probably the most basic method for solving a diophantine equation. In this case the factorization is clear so all you had to do was examine the cases.

There are 8 systems of two equations, which could be listed quickly. Let's consider one of these systems. Let's choose x-y = 1 and x+y = 34. There are many parity arguments you can make, as Ben Niehoff mentioned. You could add the two systems to get 2x = 35. The LHS is divisible by 2 but the RHS is not [tex]\Rightarrow[/tex] no solutions. Or we could argue like this. Since x+y = 34, x and y must both be even or both be odd, otherwise, our sum would be odd. But x and y can't both be even or both be odd, or else the difference x - y is even [tex]\Rightarrow[/tex] no solutions.

By similar arguments, it's pretty quick to go through all 8 systems. Of course as mathwonk suggested, modular arithmetic is another viable approach but I guess it all depends on how familiar you are with number theory.

Anyways, here is a much more complicated problem that could be solved using the decomposition method.

Find all integral solutions to the equation

[tex](x^2+1)(y^2+1) + 2(x-y)(1-xy) = 4(1+xy)[/tex]
 

Similar threads

  • · Replies 26 ·
Replies
26
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
48
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K