Are There Geometrical Methods to Find Integer Points for 2D Symmetryc Form?

In summary: If we have Nx^{2}-y^{2}=1 then if N is a perfect square the solution is trivial..if N isn't a perfect square perhaps we could "split" te Pell equation in the form:(Ax-y)(Ax+y)+\alpha x^{2}=1 where...There are several methods to find integer points satisfying the equation z=constant. One is to use numerical methods and that could be kicker. I would solve (3) by converting everything to infinite series (convergence is now an issue) and then integrating term by term. For the factorization method on the class y = N/x the limits of
  • #1
Karlisbad
131
0
let be a 2 dimensional symmetryc form:

[tex] z=f(x,y)=ax^{2}+bxy+cy^{2} [/tex]

depending on the values of a,b and c we'll have an elipse , parabole and hyperbola or circumference,my question is are there any geommetrical methods to find integer points (x,y) satisfying the equation z=constant ?? :confused: :confused:
 
Physics news on Phys.org
  • #2
Rational points on curves. A well known area of research, just f**king well google it.
 
  • #3
read serre's book "course on arithmetic".
 
  • #4
Karlisbad said:
let be a 2 dimensional symmetryc form:

(1) [tex] z=f(x,y)=ax^{2}+bxy+cy^{2} [/tex]

depending on the values of a,b and c we'll have an elipse , parabole and hyperbola or circumference,my question is are there any geommetrical methods to find integer points (x,y) satisfying the equation z=constant ?? :confused: :confused:

Some of the fun of math as a hobby is not having to read the book. The question is interesting K-bad. Consider this function.

(2) [tex]g(x,y,\beta) = 1-tan^{\alpha}(\frac{\pi}{2}(1 - \frac{1}{2}(sin^{2\beta}(\pi x)+sin^{2\beta}(\pi y))))[/tex]

This function only equals zero when both x and y are integers. Imagine your curve as the trajectory of a particle moving through the plane. The arc length of the curve in the first quadrant for instance has some value. Now consider the same trajectory taken over the "dimpled plane" g(x,y). If the trajectory comes "close to" an integer point then

(3) [tex]\int{f(x,y)g(x,y,\beta)}ds > \int{f(x,y)}ds[/tex]

So, by adjusting beta you can get a very strong hint that your curve may strike integer points. The larger you set beta the tighter the hole around the integer points gets. So theoretically you could tighten it down so far that only curves that have integer points will show a difference in Equation 3. Try it! Mess around with beta and your favorite plane curve. Try the class of curves y = N/x.

Now the more technical side of this is that you are going to have to use numerical methods and that could be kicker. I would solve (3) by converting everything to infinite series (convergence is now an issue) and then integrating term by term. For the factorization method on the class y = N/x the limits of integration are x = 1 to x = root N.

Clearly the technology here if you will is understanding the functions that can produce a dimpled plane, the arc length and hyperbolas, not too advanced. But you can use modular sieves to create very sparse "integer points". The standard intger lattice is x = u, y = v. But some of the modular dimpled planes are like x = au+ r, y = bv + s. You get this information almost for nothing from Div(N,a) and Mod(N,a).

I'm just beginning a thorough numerical study of this idea to see what the distributions look like. It would seem that again theoretically I would make the probability of being wrong about a number being prime or composite as small as computing power would allow. Also if you suspect that a curve N = xy has an intger point using this method, you can divide the domain into two parts, run the same test, then four etc. So the search for the actual factor becomes probabilistic and is probably quite fast in general.

This method requires only these undergraduate math components to begin to investigate: hyperbolas, trig functions, arc length, modular arithmetic, infinite series, and basic algorithms.

Have fun man. Don't topple the RSA system on a whim though :!)
 
Last edited:
  • #5
Playdo said:
Some of the fun of math as a hobby is not having to read the book. The question is interesting K-bad. Consider this function.

(2) [tex]g(x,y,\beta) = [1 - \frac{1}{2}(sin^{\frac{2}{\beta}}(\pi x)+sin^{\frac{2}{\beta}}(\pi y))][/tex]

This function only equals zero when both x and y are integers.

No it doesn't. It equals one when both x and y are integers unless you mean for both of those sines to be cosines.
 
  • #6
Karlisbad: is are there any geommetrical methods to find integer points (x,y) satisfying the equation z=constant ??

Good Heavens! The conics were known for many centuries before Analytical Geometry. Menaechmus, 375-325 BC is considered the first person to define the forms. Euclid worked on the circle and Archimedes using "triangle integration" found the area of the parabola.
 
  • #7
d_leet said:
No it doesn't. It equals one when both x and y are integers unless you mean for both of those sines to be cosines.

Yes, thank you of course. Wrong form. I will repost that.
 
  • #8
d_leet said:
No it doesn't. It equals one when both x and y are integers unless you mean for both of those sines to be cosines.

Yes, thank you of course. Wrong form. I will repost that. It is done.
 
  • #9
deleted until further notice
 
  • #10
if we have [tex] Nx^{2}-y^{2}=1 [/tex] then if N is a perfect square the solution is trivial..if N isn't a perfect square perhaps we could "split" te Pell equation in the form:

[tex] (Ax-y)(Ax+y)+\alpha x^{2}=1 [/tex] where [tex] 0<\alpha <1 [/tex]

where A is the integer part of the square root of N, and "alpha" is a real number..then my question is if we could do "perturbation theory" (or something similar) to express the approximate solution in the form:

[tex] x=\sum_{n=0}^{\infty}c_{n}\alpha ^{n} [/tex] [tex] y=\sum_{n=0}^{\infty}d_{n}\alpha ^{n} [/tex]
 

1. What is the definition of "integer points"?

Integer points are points on a graph or coordinate plane that have whole number coordinates. They can be represented by ordered pairs, where both the x and y values are integers.

2. How do you find integer points on a line?

To find integer points on a line, you can use the slope-intercept form of the equation (y = mx + b) and plug in different values for x to find corresponding values for y. These values will be integer points on the line.

3. Can there be more than one set of integer points on a line?

Yes, there can be an infinite number of integer points on a line, as there are an infinite number of possible values for x and y.

4. How can you determine if a point on a graph is an integer point?

A point on a graph is an integer point if both its x and y coordinates are whole numbers. You can check this by looking at the coordinates or by using the slope-intercept form of the equation and plugging in the values for x and y.

5. Are there any real-life applications for finding integer points?

Yes, finding integer points is useful in many fields including computer science, engineering, and economics. It can be used to optimize solutions in various problems, such as finding the most efficient route for a delivery truck or determining the best price for a product.

Similar threads

  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
19
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
3K
Replies
1
Views
486
Replies
2
Views
782
  • Linear and Abstract Algebra
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Precalculus Mathematics Homework Help
Replies
8
Views
422
  • Precalculus Mathematics Homework Help
Replies
17
Views
994
Back
Top