Prove x^31+x^32+x^33+x^34+x^35=n has an integer solution for any integer n.

  • MHB
  • Thread starter lfdahl
  • Start date
  • Tags
    Integer
In summary, to prove the equation x^31+x^32+x^33+x^34+x^35=n has an integer solution for any integer n, we can use mathematical induction. There is no specific method or formula for finding the integer solution for this equation, but the use of mathematical induction is a commonly used approach. One example of an integer solution is x=0. This equation can have multiple integer solutions, and cannot be solved for non-integer values of n.
  • #1
lfdahl
Gold Member
MHB
749
0
Prove, that the equation

\[x_1^3+x_2^3+x_3^3+x_4^3+x_5^3 = n\]

has an integer solution for any integer $n$.
 
Mathematics news on Phys.org
  • #2
lfdahl said:
Prove, that the equation

\[x_1^3+x_2^3+x_3^3+x_4^3+x_5^3 = n\]

has an integer solution for any integer $n$.

We have $(t + 1)^3 + (t- 1)^3 = 2t^3 + 6t$
or $6t = (t+1)^3 + (t-1)^3 - t^3 - t^3 = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$
let us define $f(t) = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$ which is sum of of 4 cubes

the numbers are of the form
$6t = f(t)+ 0 $ sum of 5 cubes
$6t+1 = f(t) + 1^3$ sum of 5 cubes
$6t+2 = 6(t-1) + 8 = f(t-1) + 2^3$ sum of 5 cubes
$6t+3 = 6(t-4) + 27 = f(t-4)+ 3^3 $ sum of 5 cubes
$6t+4 = 6(t-10) + 64 = f(t-10) + 4^3$ sum of 5 cubes
$6t+5 = 6(t-20) + 125 = f(t-20) + 5^3$ sum of 5 cubes
as we have taken care of all cases we are done
 
  • #3
kaliprasad said:
We have $(t + 1)^3 + (t- 1)^3 = 2t^3 + 6t$
or $6t = (t+1)^3 + (t-1)^3 - t^3 - t^3 = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$
let us define $f(t) = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$ which is sum of of 4 cubes

the numbers are of the form
$6t = f(t)+ 0 $ sum of 5 cubes
$6t+1 = f(t) + 1^3$ sum of 5 cubes
$6t+2 = 6(t-1) + 8 = f(t-1) + 2^3$ sum of 5 cubes
$6t+3 = 6(t-4) + 27 = f(t-4)+ 3^3 $ sum of 5 cubes
$6t+4 = 6(t-10) + 64 = f(t-10) + 4^3$ sum of 5 cubes
$6t+5 = 6(t-20) + 125 = f(t-20) + 5^3$ sum of 5 cubes
as we have taken care of all cases we are done

You really cracked the nut with a splendid solution, kaliprasad! :cool:Thanks a lot for your participation!
 
  • #4
kaliprasad said:
We have $(t + 1)^3 + (t- 1)^3 = 2t^3 + 6t$
or $6t = (t+1)^3 + (t-1)^3 - t^3 - t^3 = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$
let us define $f(t) = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$ which is sum of of 4 cubes

the numbers are of the form
$6t = f(t)+ 0 $ sum of 5 cubes
$6t+1 = f(t) + 1^3$ sum of 5 cubes
$6t+2 = 6(t-1) + 8 = f(t-1) + 2^3$ sum of 5 cubes
$6t+3 = 6(t-4) + 27 = f(t-4)+ 3^3 $ sum of 5 cubes
$6t+4 = 6(t-10) + 64 = f(t-10) + 4^3$ sum of 5 cubes
$6t+5 = 6(t-20) + 125 = f(t-20) + 5^3$ sum of 5 cubes
as we have taken care of all cases we are done

better solution that is closed form ( first 3 lines copied from above)

We have $(t + 1)^3 + (t- 1)^3 = 2t^3 + 6t$
or $6t = (t+1)^3 + (t-1)^3 - t^3 - t^3 = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$
let us define $f(t) = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$ which is sum of of 4 cubes

now $n^3-n= n(n^2-1) = n(n+1)(n-1)= (n-1)n(n+1) = 6\frac{(n-1)n(n+1}{6} $ Now $\frac{(n-1)n(n+1}{6}$ is integer as $(n-1)n(n+1)$ being multiple of 3 consecutive numbers is divisible by 3! or 6

so $6t+n = n^3 + 6t -(n^3-n) = n^3 + 6(t-\frac{(n-1)n(n+1)}{6}) = n^3 + f(t-\frac{(n-1)n(n+1)}{6})$ sum of one cube and 4 cubes or sum of 5 cubes
 
  • #5
kaliprasad said:
better solution that is closed form ( first 3 lines copied from above)

We have $(t + 1)^3 + (t- 1)^3 = 2t^3 + 6t$
or $6t = (t+1)^3 + (t-1)^3 - t^3 - t^3 = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$
let us define $f(t) = (t+1)^3 + (t-1)^3 + (-t)^3 + (-t)^3$ which is sum of of 4 cubes

now $n^3-n= n(n^2-1) = n(n+1)(n-1)= (n-1)n(n+1) = 6\frac{(n-1)n(n+1}{6} $ Now $\frac{(n-1)n(n+1}{6}$ is integer as $(n-1)n(n+1)$ being multiple of 3 consecutive numbers is divisible by 3! or 6

so $6t+n = n^3 + 6t -(n^3-n) = n^3 + 6(t-\frac{(n-1)n(n+1)}{6}) = n^3 + f(t-\frac{(n-1)n(n+1)}{6})$ sum of one cube and 4 cubes or sum of 5 cubes
Thanks again, kaliprasad!Yes, the latter solution is more compact in its closed form. Nice observation!
 

Related to Prove x^31+x^32+x^33+x^34+x^35=n has an integer solution for any integer n.

1. How do you prove that x^31+x^32+x^33+x^34+x^35=n has an integer solution for any integer n?

To prove this equation, we can use mathematical induction. We first show that the equation holds true for n=1. Then, we assume that the equation holds true for some integer k, and use this assumption to show that it also holds true for k+1. This establishes the equation as true for all positive integers, and therefore for all integers.

2. Is there a specific method or formula for finding the integer solution for this equation?

No, there is no specific method or formula for finding the integer solution for this equation. However, the use of mathematical induction as mentioned in the previous answer is a commonly used approach for proving equations like this one.

3. Can you give an example of an integer solution for this equation?

Yes, one possible integer solution for this equation is x=0. Plugging in x=0, we get 0^31+0^32+0^33+0^34+0^35=0 which satisfies the equation for any integer n.

4. Is it possible for this equation to have multiple integer solutions?

Yes, it is possible for this equation to have multiple integer solutions. As mentioned in the previous answer, x=0 is one possible solution, but there may be other integer values of x that also satisfy the equation for different values of n.

5. Can this equation be solved for non-integer values of n?

No, this equation can only be solved for integer values of n. The variable n represents any integer in the equation, so plugging in non-integer values for n would not result in a meaningful solution.

Similar threads

Replies
3
Views
862
Replies
2
Views
1K
Replies
4
Views
1K
  • General Math
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
655
  • General Math
Replies
5
Views
1K
Replies
2
Views
1K
  • General Math
Replies
4
Views
918
  • General Math
Replies
3
Views
998
Replies
2
Views
2K
Back
Top