Guest wrote:"Dr. Andrew Booker, Reader of Pure Mathematics from the University's School of Mathematics, has now discovered the solution for number 33: (8,866,128,975,287,528)³ + (–8,778,405,442,862,239)³ + (–2,736,111,468,807,040)³."
Source:
https://phys.org/news/2019-04-bristol-mathematician-diophantine-puzzle.html
Guest wrote:Guest wrote:"Dr. Andrew Booker, Reader of Pure Mathematics from the University's School of Mathematics, has now discovered the solution for number 33: (8,866,128,975,287,528)³ + (–8,778,405,442,862,239)³ + (–2,736,111,468,807,040)³."
Source:
https://phys.org/news/2019-04-bristol-mathematician-diophantine-puzzle.html
Since 33 = (8,866,128,975,287,528)³ + (–8,778,405,442,862,239)³ + (–2,736,111,468,807,040)³, we seek the solution of integer variables, a, b, and c such that
42 = (8,866,128,975,287,528 + a)³ + (–8,778,405,442,862,239 + b )³ + (–2,736,111,468,807,040 + c)³.
Use Newton Method and the link(modify the four variables to three variables):
https://www.math10.com/forum/viewtopic.php?f=63&t=7803&start=20
Guest wrote:Guest wrote:Guest wrote:"Dr. Andrew Booker, Reader of Pure Mathematics from the University's School of Mathematics, has now discovered the solution for number 33: (8,866,128,975,287,528)³ + (–8,778,405,442,862,239)³ + (–2,736,111,468,807,040)³."
Source:
https://phys.org/news/2019-04-bristol-mathematician-diophantine-puzzle.html
Since 33 = (8,866,128,975,287,528)³ + (–8,778,405,442,862,239)³ + (–2,736,111,468,807,040)³, we seek the solution of integer variables, a, b, and c such that
42 = (8,866,128,975,287,528 + a)³ + (–8,778,405,442,862,239 + b )³ + (–2,736,111,468,807,040 + c)³.
Use Newton Method and the link(modify the four variables to three variables):
https://www.math10.com/forum/viewtopic.php?f=63&t=7803&start=20
...
You can also solve the Diophantine equation,
[tex]x^{3}[/tex]+ [tex]y^{3}[/tex]+ [tex]z^{3}[/tex] = 42.
Good luck!
Guest wrote:Update:
[tex]n_{10} = y_{0}^{3} + z_{0}^{3}[/tex];
[tex]n_{20} = x_{0}^{3}+ z_{0}^{3}[/tex];
[tex]n_{30} = x_{0}^{3}+ y_{0}^{3}[/tex].
Guest wrote:Guest wrote:Update:
[tex]n_{10} = y_{0}^{3} + z_{0}^{3}[/tex];
[tex]n_{20} = x_{0}^{3}+ z_{0}^{3}[/tex];
[tex]n_{30} = x_{0}^{3}+ y_{0}^{3}[/tex].
[tex]x_{k}= (42 - n_{1k})^{1/3}[/tex];
[tex]y_{k}= (42 - n_{2k})^{1/3}[/tex];
[tex]z_{k}= (42 - n_{3k})^{1/3}[/tex];
[tex]N_{k+1} = N_{k} +J_{k}^{-1} * N_{k}[/tex]
where [tex]N_{k}[/tex] = [[tex]n_{1k}, n_{2k}, n_{3k}][/tex] (column vector)
and where [tex]J_{k}^{-1}[/tex] is inverse of the
Jacobian matrix (3 x 3), [tex]J_{k}[/tex]...
Guest wrote:[tex]N_{k+1} = N_{k} +J_{k}^{-1} * N_{k}[/tex]
where [tex]N_{k}[/tex] = [[tex]n_{1k}, n_{2k}, n_{3k}][/tex] (column vector)
and where [tex]J_{k}^{-1}[/tex] is inverse of the
Jacobian matrix (3 x 3), [tex]J_{k}[/tex].
[tex]J_{k}^{-1}
= \begin {bmatrix}
-(42-n_{1k})^{-2/3}/6 & (42-n_{1k})^{-2/3}/6&(42-n_{1k})^{-2/3}/6\\
(42-n_{2k})^{-2/3}/6&-(42-n_{2k})^{-2/3}/6&(42-n_{2k})^{-2/3}/6\\
(42-n_{3k})^{-2/3}/6&(42-n_{3k})^{-2/3}/6&(42-n_{3k})^{-2/3}/6 \end {bmatrix}[/tex].
Therefore,
[tex]N_{k+1}
= \begin {bmatrix}
n_{1k } + (42-n_{1k})^{-2/3}/6 * n_{1k } - (42-n_{1k})^{-2/3}/6 * n_{2k } - (42-n_{1k})^{-2/3}/6* n_{3k }\\
n_{2k } - (42-n_{2k})^{-2/3}/6 * n_{1k } + (42-n_{2k})^{-2/3}/6 * n_{2k } - (42-n_{2k})^{-2/3}/6* n_{3k }\\
n_{3k } - (42-n_{3k})^{-2/3}/6 * n_{1k } - (42-n_{3k})^{-2/3}/6 * n_{2k } + (42-n_{3k})^{-2/3}/6* n_{3k } \end {bmatrix}[/tex] = [[tex]n_{1k+1 }, n_{2k+1 },
n_{3k+1 }[/tex]] (column vector).
We recall the following equations:
[tex]x_{k+1}= (42 - n_{1k+1})^{1/3}[/tex];
[tex]y_{k+1}= (42 - n_{2k+1})^{1/3}[/tex];
[tex]z_{k+1}= (42 - n_{3k+1})^{1/3}[/tex].
Guest wrote:Guest wrote:[tex]N_{k+1} = N_{k} +J_{k}^{-1} * N_{k}[/tex]
where [tex]N_{k}[/tex] = [[tex]n_{1k}, n_{2k}, n_{3k}][/tex] (column vector)
and where [tex]J_{k}^{-1}[/tex] is inverse of the
Jacobian matrix (3 x 3), [tex]J_{k}[/tex].
[tex]J_{k}^{-1}
= \begin {bmatrix}
-(42-n_{1k})^{-2/3}/6 & (42-n_{1k})^{-2/3}/6&(42-n_{1k})^{-2/3}/6\\
(42-n_{2k})^{-2/3}/6&-(42-n_{2k})^{-2/3}/6&(42-n_{2k})^{-2/3}/6\\
(42-n_{3k})^{-2/3}/6&(42-n_{3k})^{-2/3}/6&(42-n_{3k})^{-2/3}/6 \end {bmatrix}[/tex].
Therefore,
[tex]N_{k+1}
= \begin {bmatrix}
n_{1k } + (42-n_{1k})^{-2/3}/6 * n_{1k } - (42-n_{1k})^{-2/3}/6 * n_{2k } - (42-n_{1k})^{-2/3}/6* n_{3k }\\
n_{2k } - (42-n_{2k})^{-2/3}/6 * n_{1k } + (42-n_{2k})^{-2/3}/6 * n_{2k } - (42-n_{2k})^{-2/3}/6* n_{3k }\\
n_{3k } - (42-n_{3k})^{-2/3}/6 * n_{1k } - (42-n_{3k})^{-2/3}/6 * n_{2k } + (42-n_{3k})^{-2/3}/6* n_{3k } \end {bmatrix}[/tex] = [[tex]n_{1k+1 }, n_{2k+1 },
n_{3k+1 }[/tex]] (column vector).
We recall the following equations:
[tex]x_{k+1}= (42 - n_{1k+1})^{1/3}[/tex];
[tex]y_{k+1}= (42 - n_{2k+1})^{1/3}[/tex];
[tex]z_{k+1}= (42 - n_{3k+1})^{1/3}[/tex].
For what integers, [tex]k, x_{k }, y_{k }[/tex], and [tex]z_{k}[/tex],
does [tex]x_{k}^{3} + y_{k}^{3}+ z_{k}^{3} = 42[/tex]
when [tex]k \ge 0[/tex]?
Guest wrote:What does the graph of [tex]x^{3}+y^{3}+z^{3}=1[/tex] look like?
Source:
https://www.quora.com/What-does-the-graph-of-x-3+y-3+z-3-1-look-like
Users browsing this forum: No registered users and 3 guests