one man

Alexey Ivanov

1335 Reputation

18 Badges

12 years, 290 days

Social Networks and Content at Maplesoft.com

Maple Application Center

MaplePrimes Activity


These are replies submitted by one man

@Kitonum  
My attempts were on the forehead through the solution of a system of polynomial equations. I compiled several variants of systems of polynomial equations for the condition of the presence of an inscribed square, but they either could not be solved, or gave a very rough version of the solution.

@Rouben Rostamian  
We are talking about completely different dividers. I use the same normalization to move evenly along the curve, and I have the same length of 180. The message for vv was directly about the Draghilev method, and this is due to the possible absence of 0 in the denominator (the Cramer method of solving systems of linear equations is used there) when solving the ODE. And in the process of numerically solving the ODE, we can use normalization or not use it, that is, this has no direct relation to the Draghilev method.
Of course, if I understand you correctly.

@Axel Vogt 
Immediately I apologize for the quality of performance.
Part one. Here we show how a system of polynomial equations is obtained from the original system.

EQ_1.mw
Part two. Here we get a set of starting points for building solutions in Part 3.

In the third part, using the Draghilev method, we obtain one of the subsets of solutions, build graphs of its projections on our 3d, and selectively check the resulting solutions for the residual value. The solution period seems to be 2Pi.
EQ_2_and_3.mw

@Axel Vogt  Thank you for your interest. I have separate pieces of texts of the decision in rather amateurish execution. I will try to accompany them with comments.

@vv Draghilev's method is to get rid of the denominator in the ODE problem. This is the most fundamental. The Method works quite well without natural parameterization.
There are publications in Russian and English where the Method is applied. Some have good descriptions.

f1 := -8*cos(x1)+8*cos(x2)-8*cos(x3)-Pi*x4+4;
f2 := -2*cos(5*x1)+2*cos(5*x2)-2*cos(5*x3)+1; 
f3 := -2*cos(7*x1)+2*cos(7*x2)-2*cos(7*x3)+1;

This is a real practical challenge. It has an infinite number of solutions. It was solved by reducing to a polynomial system with subsequent accounting for periodicity. 
Draghilev's method was applied.

@Rouben Rostamian   Very nicely done and very well presented.

The intersection curve of the surfaces f1 and f2 is a connected and bounded set.
Moving along this curve, we track the points of its intersection with the surface f3.
These points are the solutions of our system. Number of intersection points 116.

@acer  Thanks, signchange=false is new to me.
(I just formally moved along the curve of the first equation and tracked the sign change of the second equation. There was a sign change at all 36 points.)

@Carl Love  
Didn't know about that, thanks. I found this site to help.
(I have a push-button phone and a PC. )

@Fereydoon_Shekofte 

To be honest, I'm not familiar with games at all. As for pixels, on the proposed basis, it is possible  to  solve the problem of finding approximate integer values to the curve. That is, we will need not integer solutions, as in the Diophantine equations, but the nearest integers to the coordinates of the current point of the curve at each step, in order to replace the real coordinates with integers.
After that, it is necessary, for example, by means of scaling, to correlate these integer coordinates with pixels. Thus, representing the curve as pixels.
But it seems to me that something like this is happening everywhere and for a long time, because we can perfectly see all our charts on the screens.

@Fereydoon_Shekofte   I need to think.

Example from Wikipedia.  2^n - 7 = x^2;
We immediately find all integer solutions (and the desired natural solutions in the same place):
(15, 181), (7, 11), (5, 5), (4, 3), (3, 1), (3, -1), (4, -3), (5, -5), (7, -11), (15, -181).
Because they all lie on the same continuous curve:


 

Examples of Diophantine solutions on spheres with a radius equal to an integer.

@mmcdara   I would love to show you my smile.

2 3 4 5 6 7 8 Last Page 4 of 27