Finding Rational Numbers Satisfying a Quadratic Equation

In summary, we discussed a problem involving finding three rational numbers a,b,x such that x^2 + 5 = a^2 and x^2 - 5 = b^2. We explored various methods of solving this problem, including factoring and using the form advised by matt grime. However, it was concluded that there is only one real solution and all other solutions are simply multiples of that one.
  • #1
Anzas
87
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
  • #3
no i can't :-\
 
  • #4
How about
[tex] (x+a)(x-a)=-5 [/tex]
,which comes from the first.
[tex] (x+b)(x-b)=+5 [/tex]

Solve each equation into the integers.

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

Daniel.
 
  • #7
how can i solve this, i have two equations
[tex] (x+a)(x-a)=-5 [/tex]
[tex] (x+b)(x-b)=+5 [/tex]

with three variables.
 
  • #8
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.
 
  • #9
dextercioby said:
Can u find the integer ones...?
Let's assume that [itex]a,b[itex] and [itex]x[/itex] are integers.
[tex](x+a)(x-a)=5[/tex]
the only integer factorizations of 5 are
[tex]-1 \times -5[/tex]
and
[tex]1 \times 5[/tex]
Which imply that
[tex]|x|=3[/tex]
and
[tex]|a|=2[/tex]

Now, the only integer factorizations of [tex]-5[/tex] are
[tex]-1 \times 5[/tex]
and
[tex]1 \times -5[/tex]
so
[tex](x+b)(x-b)=-5[/tex]
implies that
[tex]|x|=2[/tex]
and
[tex]|b|=3[/tex]
So we have [tex]|x|=2[/tex] and [tex]|x|=3[/tex] 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
[tex]a=5u^2+2v^2; b=|v^2-5u^2|. [/tex]

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:

[tex]x^2 + 5(2uv)^2 =(5u^2+2v^2)^2[/tex] arriving at [tex]x^2=25u^4+4v^2[/tex]

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

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:

1. How do you find rational numbers satisfying a quadratic equation?

To find rational numbers satisfying a quadratic equation, you can use the quadratic formula or factor the equation and solve for the roots.

2. What is the quadratic formula?

The quadratic formula is a mathematical formula used to solve quadratic equations, which are equations in the form of ax^2 + bx + c = 0. The formula is x = (-b ± √(b^2 - 4ac)) / 2a.

3. Can a quadratic equation have irrational solutions?

Yes, a quadratic equation can have irrational solutions. For example, the equation x^2 - 2 = 0 has the solutions x = ±√2, which are irrational numbers.

4. How many rational solutions can a quadratic equation have?

A quadratic equation can have a maximum of two rational solutions. However, it is also possible for a quadratic equation to have no rational solutions or one repeated rational solution.

5. What is the difference between rational and irrational numbers?

Rational numbers are numbers that can be expressed as a ratio of two integers, while irrational numbers cannot be expressed as a ratio of two integers. Irrational numbers are often decimal numbers that do not terminate or repeat, such as √2 or π.

Similar threads

Replies
19
Views
2K
Replies
1
Views
726
Replies
2
Views
935
Replies
4
Views
777
Replies
2
Views
748
Replies
7
Views
1K
Replies
1
Views
736
Replies
6
Views
1K
  • General Math
Replies
3
Views
1K
  • General Math
Replies
6
Views
1K
Back
Top