Jump to content
BrainDen.com - Brain Teasers
  • 0


dark_magician_92
 Share

Question

24 answers to this question

Recommended Posts

  • 0

It's not possible. Here is the explanation

Suppose there is an integer x such that x3 = n+3. Then (x3-3) = n.

We need to determine if it's possible that (x3-3)2+3 is a perfect cube. Expanding the expression we get x6-6x3+12

The highest degree of x in this expression is 6, so if this expression is a perfect cube then it can be expressed in the form (ax2+bx+c)3, where a, b and c are some constants. If we can find such a, b and c that will transform (ax2+bx+c)3 into x6-6x3+12 then we have the solution.

Expanding (ax2+bx+c)3 we get a3x6+3a2bx5+3a2cx4+3ab2x4+6abcx3+3ac2x2+b3x3+3b2cx2+3bc2x+c3

The coefficient for x6 is 1, so a=1. The coefficient for x5 is 0, so b must be 0. But if b=0 then the expression is simplified to x6+3cx4+3ac2x2+c3 and cannot be transformed into x6-6x3+12 anymore because the coefficient for x3 is 0. Also, we need to get rid of x4 and x2, so c must be 0 too.

Basically, there are no such a, b and c that would allow to transform (ax2+bx+c)3 into x6-6x3+12 and therefore x6-6x3+12 cannot be a perfect cube.

Link to comment
Share on other sites

  • 0

Let x be the cube root of n+3 and y be the cube root of n^2+3.

I used spreadsheet to solve for n and y for all x from -50 to 50. There were no integral y solutions. There is an interesting pattern. For all absolute x greater than 6, y = x^2-2/x. For x between -6 and 6, this approximation is less accurate but is pretty exact for all other x. And for any x greater than 2, the term 2/x will always be less than 1 so for integral x, y will always have a fraction or decimal. As x approaches infinity, this decimal approaches zero and y approaches x^2. y=x^2 is what would be the case if x were simply cube root of n and y cube root of n^2 as well, the addition of the 3 in both equations just throws it off a bit, but for larger and larger n that matters less and less and y gets closer and closer to x^2, but never quite reaches it, thus it will always be a non-integer.

Edited by Nana7
Link to comment
Share on other sites

  • 0

By definition of a perfect cube, (n2 + 3) and (n + 3) must be integers, and so then must be their difference. The difference between (n2 + 3) - (n + 3) is n(n - 1).

The factors of n(n-1) are n and n-1. The only primes that have a difference of 1 is 3 and 2, thus for n to be an integer in the expression n(n-1), n must equal 3. Neither [3]+3 = 6 nor [3]^2+3 = 12 are perfect cubes.

Ergo, both (n2 + 3) and (n + 3) can not be perfect cubes.

Link to comment
Share on other sites

  • 0

By definition of a perfect cube, (n2 + 3) and (n + 3) must be integers, and so then must be their difference. The difference between (n2 + 3) - (n + 3) is n(n - 1).

The factors of n(n-1) are n and n-1. The only primes that have a difference of 1 is 3 and 2, thus for n to be an integer in the expression n(n-1), n must equal 3. Neither [3]+3 = 6 nor [3]^2+3 = 12 are perfect cubes.

Ergo, both (n2 + 3) and (n + 3) can not be perfect cubes.

is it really true that the difference between 2 perfect squares equal to the product of 2 prime nos??

Link to comment
Share on other sites

  • 0

Let x be the cube root of n+3 and y be the cube root of n^2+3.

I used spreadsheet to solve for n and y for all x from -50 to 50. There were no integral y solutions. There is an interesting pattern. For all absolute x greater than 6, y = x^2-2/x. For x between -6 and 6, this approximation is less accurate but is pretty exact for all other x. And for any x greater than 2, the term 2/x will always be less than 1 so for integral x, y will always have a fraction or decimal. As x approaches infinity, this decimal approaches zero and y approaches x^2. y=x^2 is what would be the case if x were simply cube root of n and y cube root of n^2 as well, the addition of the 3 in both equations just throws it off a bit, but for larger and larger n that matters less and less and y gets closer and closer to x^2, but never quite reaches it, thus it will always be a non-integer.

yes u r right, but i asked for a mathematical reasoning, not using spreadsheets, no offence though

Edited by dark_magician_92
Link to comment
Share on other sites

  • 0

There are two definitions to a perfect cube (and perfect square). First is where the cube (or respectively, square) root must be an integer, and second where it does not need be an integer, but must be a rational number. I shall assume here the more limited definition that a perfect cube must be an integer.

(n2 + 3) - (n + 3) = (n - 1)n

The difference between two cubes can be expressed as:

a3 - b3 = (a - b)(a + b)2

Let n = (a + b)2, then by subsitution:

(a - b) = (a + b)2 - 1

The equation can be formed as the quadratic:

a2 + (2b - 1)a + (b2 + b - 1) = 0.

The discriminant Δ of the quadratic is -8b + 5.

From the nature of the discriminant, for the polynomial to have at least one real root, i.e. Δ >= 0,

b <= 5/8.

In order for b3 to be a perfect cube (see definition above), b must be an integer < 5/8, and in order for a to be an integer

-8b + 5 must be a perfect square of an integer: x2 = -8b + 5.

Let b = kx to form the quadratic equation: x^2 + 8kx - 5 = 0.

(x + i√5)2 = x2 + 2i√5 - 5, thus, in order for the quadratic equation to be a perfect square 8k = 2i√5, i.e., k = i√5/4. Substituting k = i√5/4 into the quadratic gives: x2 + 2i√5x - 5 = 0. Solving for the roots of x, gives x = -i√5. Substituting this value back into x2 = -8b + 5 gives b = 5/4, which is neither an integer nor would b be < 5/8. Ergo both (n2 + 3) and (n + 3) can not be perfect cubes.

Edited by Dej Mar
Link to comment
Share on other sites

  • 0

There are two definitions to a perfect cube (and perfect square). First is where the cube (or respectively, square) root must be an integer, and second where it does not need be an integer, but must be a rational number. I shall assume here the more limited definition that a perfect cube must be an integer.

(n2 + 3) - (n + 3) = (n - 1)n

The difference between two cubes can be expressed as:

a3 - b3 = (a - b)(a + b)2

Let n = (a + b)2, then by subsitution:

(a - b) = (a + b)2 - 1

The equation can be formed as the quadratic:

a2 + (2b - 1)a + (b2 + b - 1) = 0.

The discriminant Δ of the quadratic is -8b + 5.

From the nature of the discriminant, for the polynomial to have at least one real root, i.e. Δ >= 0,

b <= 5/8.

In order for b3 to be a perfect cube (see definition above), b must be an integer < 5/8, and in order for a to be an integer

-8b + 5 must be a perfect square of an integer: x2 = -8b + 5.

Let b = kx to form the quadratic equation: x^2 + 8kx - 5 = 0.

(x + i√5)2 = x2 + 2i√5 - 5, thus, in order for the quadratic equation to be a perfect square 8k = 2i√5, i.e., k = i√5/4. Substituting k = i√5/4 into the quadratic gives: x2 + 2i√5x - 5 = 0. Solving for the roots of x, gives x = -i√5. Substituting this value back into x2 = -8b + 5 gives b = 5/4, which is neither an integer nor would b be < 5/8. Ergo both (n2 + 3) and (n + 3) can not be perfect cubes.

sorry for me being lazy to not read the complete soln but

a3 - b3 = (a - b)(a 2+ b2 +ab)

and not what you wrote

Link to comment
Share on other sites

  • 0

sorry for me being lazy to not read the complete soln but

a3 - b3 = (a - b)(a 2+ b2 +ab)

and not what you wrote

(n2 + 3) - (n + 3) = (n - 1)n

The difference between two cubes can be expressed as: a3 – b3 = (a - b)(a2 + ab + b2)

Let the factor n be equal to the factor (a2 + ab + b2), then by substitution: (a - b) = a2 + ab + b2 – 1

The equation can be formed as a quadratic in terms of the indeterminant a: a2 + (b – 1)a + (b2 + b – 1) = 0

The discriminant of the quadratic for the indeterminant a is the quadratic -3b2 - 6b + 5 in terms of the indeterminant b. The discriminant for the latter quadratic is 96, which by the nature of the discriminant indicates that the quadratic for -3b2 - 6b + 5 = 0 has two real roots, which can be found to be b1 = -1 + 2/3•√6 and b2 = -1 - 2/3•√6. The root b2 = -1 - 2/3•√6 provides no real root for a, thus the remaining root b1 = -1 + 2/3•√6 is examined: a2 + (2/3•√6 - 2)a + (–2/3•√6 + 5/3) = 0. The discriminant for this quadratic is 0 indicating the polynomial has only one real root: (1 - 1/3•√6) which is neither an integer or rational,

ergo both (n2 + 3) and (n + 3) can not be perfect cubes.

Link to comment
Share on other sites

  • 0

this works!!

however another go:-

If n + 3 and n2 + 3 are both perfect cubes then their product must also be a perfect cube.

So consider (n + 3)(n2 + 3) = n3 + 3n2 + 3n + 9 = (n + 1)33 + 8.

This can be a perfect cube only if it is 8 more than another perfect cube, namely (n + 1)3.

The only pairs of perfect cubes that differ by 8 are (−8, 0) and (0, 8).

So we must have

(n + 1)3 = (−2)3 n = −3; or

(n + 1)3 = 03 n = −1.

For neither of these solutions is n2 + 3 a perfect cube.

Therefore, if n is an integer, n + 3 and n2 + 3 cannot both be perfect cubes.

Link to comment
Share on other sites

  • 0

(n2 + 3) - (n + 3) = (n - 1)n

The difference between two cubes can be expressed as: a3 – b3 = (a - b)(a2 + ab + b2)

Let the factor n be equal to the factor (a2 + ab + b2), then by substitution: (a - b) = a2 + ab + b2 – 1

The equation can be formed as a quadratic in terms of the indeterminant a: a2 + (b – 1)a + (b2 + b – 1) = 0

The discriminant of the quadratic for the indeterminant a is the quadratic -3b2 - 6b + 5 in terms of the indeterminant b. The discriminant for the latter quadratic is 96, which by the nature of the discriminant indicates that the quadratic for -3b2 - 6b + 5 = 0 has two real roots, which can be found to be b1 = -1 + 2/3•√6 and b2 = -1 - 2/3•√6. The root b2 = -1 - 2/3•√6 provides no real root for a, thus the remaining root b1 = -1 + 2/3•√6 is examined: a2 + (2/3•√6 - 2)a + (–2/3•√6 + 5/3) = 0. The discriminant for this quadratic is 0 indicating the polynomial has only one real root: (1 - 1/3•√6) which is neither an integer or rational,

ergo both (n2 + 3) and (n + 3) can not be perfect cubes.

You my dismiss this, my previous solution. I see where I made an error. (Saw it immediatly upon posting, but was too tired due to having to take care of my 3 year old daughter that I did not have the energy to bother removing.)

Link to comment
Share on other sites

  • 0

The digital root of a cube has a periodicity of 3 with the cycle (1, 8, 9).

The digital root of a number of the form x(n + 3), where x and n are integers, has a periodicity of 9 with the cycle

(4, 5, 6, 7, 8, 9, 1, 2, 3).

(1, 8, 9, 1, 8, 9, 1, 8, 9) digital roots of a cube

All three digital roots of a cube correspond in the cycle, thus any cube may be represented in the form x(n + 3) (Not all x(n + 3) are cubes!).

The digital root of a number of the form y(n2 + 3), where y and n are integers, has a periodicity of 9 with the cycle of

(4, 7, 3, 1, 1, 3, 7, 4, 3).

(1, 8, 9, 1, 8, 9, 1, 8, 9) digital roots of a cube

Therefore, the digital root of a cube of the form y(n2 + 3) must have a digital root of 1.

(4, 5, 6, 7, 8, 9, 1, 2, 3) digital roots of x(n + 3)

(4, 7, 3, 1, 1, 3, 7, 4, 3) digital roots of y(n2 + 3)

(1, 8, 9, 1, 8, 9, 1, 8, 9) digital roots of a cube

x(n+3) and y(n2 + 3) do not both share any of the same digital roots corresponding to the periodicity cycle of 9 with a cube, therefore both (n2 + 3) and (n + 3) can not be perfect cubes.

In addition, if (n2 + 3) and (n + 3) are both perfect cubes, then so must (n2 + 3)×(n + 3) which equals (n+1)3 + 8. But as (n+1)3 is a cube of periodicity 3, the offset, + 8, modulo 3 would need be 0 in order for (n+1)3 + 8 to be a perfect cube as well, but it could not be, thus both (n2 + 3) and (n + 3) can not be perfect cubes.

Edited by Dej Mar
Link to comment
Share on other sites

  • 0

The digital root of a cube has a periodicity of 3 with the cycle (1, 8, 9).

The digital root of a number of the form x(n + 3), where x and n are integers, has a periodicity of 9 with the cycle

(4, 5, 6, 7, 8, 9, 1, 2, 3).

(1, 8, 9, 1, 8, 9, 1, 8, 9) digital roots of a cube

All three digital roots of a cube correspond in the cycle, thus any cube may be represented in the form x(n + 3) (Not all x(n + 3) are cubes!).

The digital root of a number of the form y(n2 + 3), where y and n are integers, has a periodicity of 9 with the cycle of

(4, 7, 3, 1, 1, 3, 7, 4, 3).

(1, 8, 9, 1, 8, 9, 1, 8, 9) digital roots of a cube

Therefore, the digital root of a cube of the form y(n2 + 3) must have a digital root of 1.

(4, 5, 6, 7, 8, 9, 1, 2, 3) digital roots of x(n + 3)

(4, 7, 3, 1, 1, 3, 7, 4, 3) digital roots of y(n2 + 3)

(1, 8, 9, 1, 8, 9, 1, 8, 9) digital roots of a cube

x(n+3) and y(n2 + 3) do not both share any of the same digital roots corresponding to the periodicity cycle of 9 with a cube, therefore both (n2 + 3) and (n + 3) can not be perfect cubes.

In addition, if (n2 + 3) and (n + 3) are both perfect cubes, then so must (n2 + 3)×(n + 3) which equals (n+1)3 + 8. But as (n+1)3 is a cube of periodicity 3, the offset, + 8, modulo 3 would need be 0 in order for (n+1)3 + 8 to be a perfect cube as well, but it could not be, thus both (n2 + 3) and (n + 3) can not be perfect cubes.

That the integers x & y are unnecessary, especially since it is only true that "thus any cube may be represented in the form x(n + 3)" if x can equal 1. Further, the problem was proving that they both could not be perfect cubes, your proof only showed that the could not have the same cube. I like your approach in the last two lines better but your conclusion seems wrong here because, if (n+1)3 can have a digital root of 1. Adding 8, yields digital root of 9 which does present a possible, though not necessarily, a perfect cube. However, since (n+1) must be equal to or greater than 2, the difference between (n+1)3 and the next perfect cubes must be greater than 8

Unless I am missing something.

Edited by thoughtfulfellow
Link to comment
Share on other sites

  • 0

I guess my sleep was not so decent.

A final attempt...

If (n2 + 3) and (n + 3) are both perfect cubes, then so must (n2 + 3)×(n + 3) be a perfect cube.

The product (n2 + 3)×(n + 3) can also be expressed as the sum of two cubes (n + 1)3 + 23.

Fermat's Last Theorem states that no nontrivial integer solution exists for the equation an + bn = cn where n is an integer greater than 2. The theorem was proved by Andrew Wiles in the mid-1990s, ergo, unless Wiles proof is invalid, (n2+ 3) and (n + 3) can not be both perfect cubes.

Edited by Dej Mar
Link to comment
Share on other sites

  • 0

I guess my sleep was not so decent.

A final attempt...

If (n2 + 3) and (n + 3) are both perfect cubes, then so must (n2 + 3)×(n + 3) be a perfect cube.

The product (n2 + 3)×(n + 3) can also be expressed as the sum of two cubes (n + 1)3 + 23.

Fermat's Last Theorem states that no nontrivial integer solution exists for the equation an + bn = cn where n is an integer greater than 2. The theorem was proved by Andrew Wiles in the mid-1990s, ergo, unless Wiles proof is invalid, (n2+ 3) and (n + 3) can not be both perfect cubes.

This is a very nice proof! As Paul Erdős would have said, "This proof is in The Book!".

Link to comment
Share on other sites

  • 0

I guess my sleep was not so decent.

A final attempt...

If (n2 + 3) and (n + 3) are both perfect cubes, then so must (n2 + 3)×(n + 3) be a perfect cube.

The product (n2 + 3)×(n + 3) can also be expressed as the sum of two cubes (n + 1)3 + 23.

Fermat's Last Theorem states that no nontrivial integer solution exists for the equation an + bn = cn where n is an integer greater than 2. The theorem was proved by Andrew Wiles in the mid-1990s, ergo, unless Wiles proof is invalid, (n2+ 3) and (n + 3) can not be both perfect cubes.

I agree with superprismatic! This solution looks flawless. It's also concise and clear. Congratulations!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...