Factorise This?

Are there a finite number of pairs of integers ( x , y ) (x,y) satisfying ( x y ) 2 = x + y (x-y)^2 = x+y ?

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Oliver Papillo
Dec 31, 2016

One way of generating infinite solutions is to use triangular numbers.

WLOG x > y x > y .

Let x x be n ( n + 1 ) 2 \frac{n(n+1)}{2} . Then make y y be n ( n 1 ) 2 \frac{n(n-1)}{2} .

x y = 2 n 2 = n x-y = \frac{2n}{2} = n .

x + y = 2 n 2 2 = n 2 x+y = \frac{2n^2}{2} = n^2 .

Therefore ( x y ) 2 = x + y (x-y)^2 = x+y , and there are an infinite amount of solutions.

This can also be represented geometrically:

As x x and y y are successive triangular numbers, they can be made into a square. However, instead of using a grid, we will use dots, with one dot in each grid square.

The area of the square is equal to x + y x + y , and the diagonal of the square is equal to x y x-y , as removing it would leave two equal triangles, meaning it is the difference between x x and y y .

The number of dots along the diagonal of the square is equal to the number of dots along each of the edges, meaning that x y = x + y x-y = \sqrt{x+y} , satisfying the equation.

A diagram for n = 3 can be seen below:

Kushal Bose
Jan 1, 2017

Put x y = k x = y + k x-y=k \implies x=y+k in the given equation

k 2 = 2 y + k 2 y = k ( k 1 ) y = k ( k 1 ) 2 k^2=2y+k \implies 2y=k(k-1) \implies y=\dfrac{k(k-1)}{2}

Now x = k + k ( k 1 ) 2 = k ( k + 1 ) 2 x=k+\dfrac{k(k-1)}{2}=\dfrac{k(k+1)}{2}

We can find infinitely many k k .For each k k ( x , y ) (x,y) will be integer because k ( k 1 ) / 2 k(k-1)/2 and k ( k + 1 ) / 2 k(k+1)/2 are integers as thay are product of consecutive integers.These evens are divided by 2 2 so they will be integers.

So, there will be infinitely many solutions.

Suggested improvements to your solution:

  1. You can be more explicit in your steps. Remember that not everyone is a mind reader.
    IE In your head, you intended k ( k 1 ) = 2 m k (k-1) = 2m , but that is not written down. It then makes it slightly confusing for someone to see 2 y = 2 m 2y = 2m , without knowing what m m is.

  2. Also, because you chose to use single direction implication signs, you should establish that "the solution to the final equation is indeed a solution to the initial conditions".

Calvin Lin Staff - 4 years, 5 months ago

Log in to reply

I have slightly changed my solution

Kushal Bose - 4 years, 5 months ago

Log in to reply

Much better now.

Calvin Lin Staff - 4 years, 5 months ago

Log in to reply

@Calvin Lin Any fault ???

Kushal Bose - 4 years, 5 months ago
Fidel Simanjuntak
Jan 16, 2017

It is given that ( x y ) ² = x + y (x-y)² = x + y .

We note that ( x y ) ² = ( x + y ) ² 4 x y ( x-y)² = (x+y)² -4xy , then we have

( x + y ) ² ( x y ) ² = 4 x y ( x + y + x y ) ( x + y x + y ) = 4 x y (x+y)² - (x-y)² = 4xy \Rightarrow (x+y+x-y)(x+y-x+y) = 4xy

4 x y = 4 x y 4xy = 4xy , then, we can conclue that there are infinte pairs of ( x , y ) (x,y) .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...