m 3 − n 3 + m n ( m − n ) = 3 1 5 9
Find the number of solutions ( m , n ) to the equation above, where m and n are both positive rational numbers and their difference is an integer.
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.
How can you let m-n=35b^2? It can be negative.if you are right then m-n is greater than 35 because you are assuming b is natural number. How all these
Log in to reply
It cannot be negative. Because m − n = 3 1 5 9 / ( m + n ) 2 is always positive. But why m − n = 3 5 b 2 is true? Look at my edit to the solution.
m 3 − n 3 + m n ( m − n ) = 3 1 5 9
( m − n ) ( m 2 + m n + n 2 ) + m n ( m − n ) = 3 1 5 9
( m − n ) ( m 2 + 2 m n + n 2 ) = 3 1 5 9
( m − n ) ( m + n ) 2 = 3 1 5 9
Since ( m + n ) 2 3 1 5 9 > 0 , we have m − n > 0 .
Let s = m − n where s is a positive integer. Plugging it into the equation:
s ( 2 n + s ) 2 = 3 1 5 9 = ( 3 2 ) 9 ⋅ 3 5 9
( 3 9 2 n + s ) 2 = s 3 5 9
It follows that s 3 5 9 is a square of a rational, thus s must be in the form 3 5 k 2 for a positive integer k . Hence our equation becomes
( 3 9 2 n + 3 5 k 2 ) 2 = k 2 3 5 8
3 9 2 n + 3 5 k 2 = k 3 5 4
n = 2 k 3 9 ⋅ 3 5 4 − 3 5 k 3
m = n + s = 2 k 3 9 ⋅ 3 5 4 + 3 5 k 3
From n > 0 we obtain
2 k 3 9 ⋅ 3 5 4 − 3 5 k 3 > 0
3 9 ⋅ 3 5 3 > k 3 ⇒
1 ≤ k < 3 3 ⋅ 3 5 = 9 4 5 .
For such values of k both m and n will be positive rationals hence solutions of our equation. Since k can have 944 possible values and for different k 's there are different pair of solutions, our answer is 944.
Detailed and clear. Thanks :)
I didn't notice you wrote a solution too. It is basically the same idea, looks like we were thinking the same way :)
Rewrite the equation as ( m − n ) ( m + n ) 2 = 3 1 5 9 We are told m − n ∈ Z , but clearly m − n > 0 so m − n ∈ N . There is then clearly a bijection between solutions to the original problem and the solutions to a ( a + 2 n ) 2 = 3 1 5 9 for a ∈ N and n ∈ Q , by letting a = m − n . Since n is determined by our choice of a , the pair ( a , n ) is a solution iff a ∈ N and n = 2 1 ( a 3 1 5 9 − a ) ∈ Q and n = 2 1 ( a 3 1 5 9 − a ) > 0 The second part coming from the constraint that n be positive. The second part is equivalent to a < 3 1 2 5 5 8 7 5 . We also have 2 1 ( a 3 1 5 9 − a ) ∈ Q ⇔ a 3 1 5 9 ∈ Q ⇔ a 5 ⋅ 7 ∈ Q ⇔ a = 5 ⋅ 7 ⋅ b 2 for some b ∈ N . Thus ( a , n ) is a solution iff a < 3 1 2 5 5 8 7 5 and a = 5 ⋅ 7 ⋅ b 2 for some b , which gives us the freedom to choose any 1 ≤ b < 9 4 5 = 3 1 2 5 5 8 7 5 / ( 5 ⋅ 7 ) .
Thanks. Solution is neat :)
Problem Loading...
Note Loading...
Set Loading...
Rewrite the equation as ( m − n ) ( m + n ) 2 = 3 1 5 9 Notice that m − n = a must be a positive integer. We get that ( m + n ) 2 = a 3 1 5 9 = a 3 5 × ( 3 × 3 1 5 4 ) 2 . Thus a = 3 5 b 2 for b ∈ N . We deduce that m − n = 3 5 b 2 m + n = b 3 × 3 1 5 4 Solve for m and n : m = 2 1 ( b 3 × 3 1 5 4 + 3 5 b 2 ) n = 2 1 ( b 3 × 3 1 5 4 − 3 5 b 2 ) n must be positive, it follows that ( 3 × 3 1 5 4 ) / b > 3 5 b 2 , and 3 5 b 3 < 3 × 3 1 5 4 . Finally b 3 < 3 3 × 3 1 5 3 ⟹ b < 3 × 3 1 5 = 9 4 5 ⟹ 1 ≤ b ≤ 9 4 4 Each positive integer b ≤ 9 4 4 corresponds to a solution pair for ( m , n ) . Thus the answer is 9 4 4 .
Comment:
Why ( m + n ) 2 = a 3 1 5 9 = a 3 5 × ( 3 × 3 1 5 4 ) 2 implies that a = 3 5 b 2 for b ∈ N ?
There are many ways to explain this. I prefer this one: We have a 3 5 = ( 3 × 3 1 5 4 m + n ) 2 = square of a rational number. Thus we can write a 3 5 = b 2 c 2 for positive integers b and c , where g cd ( b , c ) = 1 .
Now, we get 3 5 b 2 = a c 2 . It follows that c 2 ∣ 3 5 b 2 and c 2 ∣ 3 5 since b and c are co-prime. But 1 is the only perfect square dividing 3 5 . Thus, c = 1 and a = 3 5 b 2 .