Math Puzzle: Integer Points
31–40 of 49 posts
Re: Math Puzzle: Integer Points
#32Re: Math Puzzle: Integer Points
#33While we're all solving puzzles, can anyone help me with this one? No doubt you've doodled this shape in your graph paper before: http://i.imgur.com/oY29sBc.png What function does this slope approximate? It almost a circle, but not quite.
Re: Math Puzzle: Integer Points
#34Re: Math Puzzle: Integer Points
#35It doesn't hold. Pick (0,1), (0,2), (0,3), (0,4), (0,5) on the plane z = 0
Re: Math Puzzle: Integer Points
#36While we're all solving puzzles, can anyone help me with this one? No doubt you've doodled this shape in your graph paper before: http://i.imgur.com/oY29sBc.png What function does this slope approximate? It almost a circle, but not quite.
Consider the function l(t) which gives the appropriate line function f(x) for the line going through (t,0). The function we are looking for can then be defined as c(x) := max(l(t)(x), t in (0;1]). Just solve for t and pop it into l(t), et voila.
Re: Math Puzzle: Integer Points
#37Re: Math Puzzle: Integer Points
#38While we're all solving puzzles, can anyone help me with this one? No doubt you've doodled this shape in your graph paper before: http://i.imgur.com/oY29sBc.png What function does this slope approximate? It almost a circle, but not quite.
It's y=(sqrt(x) - 1)^2 Consider the function l(t) which gives the appropriate line function f(x) for the line going through (t,0). The function we are looking for can then be defined as c(x) := max(l(t)(x), t in (0;1]). Just solve for t and pop it into l(t), et voila.
All lines go through (t,0) and (0,1-t). Now take two such lines, one with constant t and another with constant s and find their intersection. We have:
y = 1-t - (1-t)/t * x
y = 1-s - (1-s)/s * x
So: 1-t - (1-t)/t * x = 1-s - (1-s)/s
s-t = (s-t)/(st) * x
So: x = st
The points on the curve will be generated by the intersection of two almost adjacent lines (this is easy to see geometrically), so we take s =~ t. Then we have: x = t^2
y = (1-t)^2
So we have: y = (1 - sqrt(x))^2
Or, my favorite form: sqrt(x) + sqrt(y) = 1Re: Math Puzzle: Integer Points
#39Re: Math Puzzle: Integer Points
#40It doesn't hold. Pick (0,1), (0,2), (0,3), (0,4), (0,5) on the plane z = 0
Well, you have five integer points on the same line.
Show that we can always find 2 among these 5 integer points such that the line segment joining the 2 points contains at least 1 more integer point."
I am not sure what you mean. I have 'arbitrarily' picked 5 integer points on a plane. Yes, they happen to lie on line. All their line segments contain only these integer points.
Perhaps you mean that is line not on "a plane"? In that case (0,0), (0,1), (0,2), (0,3), (0,1) is another counter example.