Finding Rational Numbers Satisfying a Quadratic Equation

AI Thread Summary
The discussion revolves around finding rational numbers a, b, and x that satisfy the equations x^2 + 5 = a^2 and x^2 - 5 = b^2. Initial attempts to solve the equations using integer factorization reveal that no integer solutions exist due to contradictions in the values of x. A participant proposes a method to find rational solutions by manipulating the equations and introducing variables, leading to a derived solution with specific rational values for a, b, and x. The conversation highlights the complexity of the problem and suggests that while rational solutions can be found, they may be limited and interconnected through multiples of a fundamental solution. The thread concludes that the exploration of solutions can continue, but the nature of rational answers imposes restrictions on the outcomes.
Anzas
Messages
87
Reaction score
0
heres a problem i stumbled:

find three rational numbers a,b,x such that:

x^2 + 5 = a^2
x^2 - 5 = b^2
 
Mathematics news on Phys.org
Can u find the integer ones...?

Daniel.
 
no i can't :-\
 
How about
(x+a)(x-a)=-5
,which comes from the first.
(x+b)(x-b)=+5

Solve each equation into the integers.

Daniel.
 
how will i do that there's an infinant amount of rational numbers which if ill multiply will give me 5 or -5.
 
The #of integers is definitely finite.There are only 4 of them,grouped in 2 pairs for equation...

Daniel.
 
how can i solve this, i have two equations
(x+a)(x-a)=-5
(x+b)(x-b)=+5

with three variables.
 
True,but in my prior post i suggested to try to solve this equations by factoring 5 into a product of divisors...Then each paranthesis would get a value...And then each equation would be solved independently,as it would become a sistem 2-2...

Daniel.
 
dextercioby said:
Can u find the integer ones...?
Let's assume that a,band x are integers.<br /> (x+a)(x-a)=5<br /> the only integer factorizations of 5 are<br /> -1 \times -5<br /> and<br /> 1 \times 5<br /> Which imply that <br /> |x|=3<br /> and<br /> |a|=2<br /> <br /> Now, the only integer factorizations of -5 are<br /> -1 \times 5<br /> and<br /> 1 \times -5<br /> so<br /> (x+b)(x-b)=-5<br /> implies that<br /> |x|=2<br /> and<br /> |b|=3<br /> So we have |x|=2 and |x|=3 which is contradictory. Therefore there is no solution in the integers.
 
Last edited:
  • #10
very nice proof, anyone got any ideas on how to find non integer solutions?
 
  • #11
I can't think of other method than graphical sollution...There are hyperbolas.So to solve the system,would mean to intersect them...

Daniel.
 
  • #12
Another way to look at: NatTG So we have and which is contradictory. Therefore there is no solution in the integers,

is to recognize that (x+1)^2-x^2 = 2x+1>10 for x=6. Thus in the equation a^2=b^2+10 we have to only try values a=0,1,2...5.

--------------------------------------------------------------------------------
 
Last edited:
  • #13
i found one solution:

x^2 + 5 = a^2
x^2 - 5 = b^2

x^2 = a^2 - 5
x^2 = b^2 + 5

a^2 - 5 = b^2 + 5
a^2 - b^2 = 10
(a+b)(a-b)=10

let: (a-b) = r (rational number)
then:
a-b = r
a+b = 10/r

b = 10/r - a

a = r + b
a = r + 10/r - a
2a = 10/r + r

a = r + b

b = 10/r - a
b = 10/r - r - b
2b = 10/r - r

x^2 - 5 = b^2
x^2 = b^2 + 5
4x^2 = 4b^2 + 20

2b = 10/r - r
4b^2 = 100/r^2 -20 + r^2

4x^2 = 100/r^2 -20 + r^2 + 20
4x^2 = 100/r^2 + r^2

let r = p/q (p,q both integer)

4x^2 = (100q^2/p^2) + (p^2/q^2)
4x^2 = (100q^4 + p^4)/(p^2*q^2)
x^2 = (100q^4 + p^4)/4(p^2*q^2)

now we got to find two integer's p,q such to make (100q^4 + p^4) a square
i tried a few numbers and found q = 2 p = 3
so: 100q^4 + p^4 = 1600 + 81 = 1681 = 41^2

x^2 = 41^2/4(3^2*2^2)
x = 41/2*3*2
x = 41/12

x^2 + 5 = a^2
1681/144 + 5/1 = a^2
(1681+720)/144 = a^2
a^2 = 2401/144
a = 49/12

b^2 = a^2 - 10
b^2 = 2401/144 - 10/1
b^2 = 2401/144 - 1440/144
b^2 = 961/144
b = 31/12
 
  • #14
2 equations, 3 unknowns. Infinite number of solutions.

We can continue this thread till we run outa numbers
 
  • #15
Yes, but the restriction to rational answers makes it more limited than you think, cronxeh.

Here, paradoxically may be a way to make it simpler by adding in another variable.

If there is a rational solution, then we may clear denominators and we're solving

x^2+5d^2=a^2
x^2-5d^2=b^2,

but this simplifies to findinf a b such that b^2+5d^2 and b^2+10d^2 are both perfect squares.

The thing about differences between squares is that they're sums of consecutive odd integers. I'm not sufficiently interested in the answer to figure out if that leads to a classification of all possible solutions, but it may do.
 
  • #16
We might try and look at this problem from the standpoint of a different factoring. Firstly we use the form advised by matt grime, and look at 10d^2 = a^2-b^2 =(a-b)(a+b). Assume 5 divides (a-b) and 2 divides (a+b), and then since a-b and a+b have the same parity: 10 divides (a-b)=10*u^2 and presume the square 4 divides (a+b) = 4*v^2 This results in
a=5u^2+2v^2; b=|v^2-5u^2|.

However, I was unable to find any new results. It is obvious that x^2+5d^2 =a^2 can be multipled by any constant to get a new result, a multiple of 41^2 =5(12)^2 = 49^2. In the case of factors cited above, I have:

x^2 + 5(2uv)^2 =(5u^2+2v^2)^2 arriving at x^2=25u^4+4v^2

I then get the result: 82^2 = 25*4^4+4*3^4, but this can be reduced by division by 4 to:41^2 =25*4^3+3^4 =100*4^2+3^4=100*2^4+3^4. Which is the result and form obtained by Anzas, or 41^2+5*12^2=49^2.

Thus I suspect that there is only the one real answer given above, and every other answer is simply a multiple of that one.
 
Last edited:

Similar threads

Replies
6
Views
2K
Replies
4
Views
2K
Replies
1
Views
955
Replies
19
Views
3K
Replies
13
Views
4K
Replies
7
Views
2K
Back
Top