Find Some Equidistant Set of Points on a Circle Farthest From Another Set of Points











up vote
3
down vote

favorite












I am trying to drill holes in a bicycle hub to fit it on a different style rim. I currently have a 36 hole rim with 18 holes on each side, and I'm transitioning to a 32 hole rim with 16 holes on each side. I need to drill new holes in the rim, and I need the 16 new points to be far away from the old 18 holes for stability.



Picture of bicycle hub similar to mine; for reference.



Here is a summary of what I think I am trying to do: Given x points on the circumference of a circle equidistant to each other, find y other points on the circumference of the circle which are equidistant to each other, farthest away from the x points.



Here I drew a graph and plotted points to illustrate what I am trying to do: https://www.desmos.com/calculator/mdzqhqhhwb



On my graph the red X's are existing holes, and the blue points are the holes that I plan to drill. I have used variable h to shift the points about the circle. I have used variable k to change the distance between two pairs of holes (I realize this breaks the condition of equidistant points that I mentioned earlier, but it would work in my bicycle application). Currently I'm going by eye and just punching in random shift (variable h) values. It is possible to re use existing holes (ie overlap).










share|cite|improve this question




















  • 1




    If you have a blue point exactly on top of a red point, does that also compromise stability, or can you just reuse the existing hole? I ask because it changes the mathematical formulation a bit, since then you would exclude those coincident points from the objective.
    – Rahul
    Nov 24 at 9:30












  • I was thinking about that after I posted the question; yes, I suppose it is possible to reuse existing holes.
    – James Meas
    Nov 24 at 19:01

















up vote
3
down vote

favorite












I am trying to drill holes in a bicycle hub to fit it on a different style rim. I currently have a 36 hole rim with 18 holes on each side, and I'm transitioning to a 32 hole rim with 16 holes on each side. I need to drill new holes in the rim, and I need the 16 new points to be far away from the old 18 holes for stability.



Picture of bicycle hub similar to mine; for reference.



Here is a summary of what I think I am trying to do: Given x points on the circumference of a circle equidistant to each other, find y other points on the circumference of the circle which are equidistant to each other, farthest away from the x points.



Here I drew a graph and plotted points to illustrate what I am trying to do: https://www.desmos.com/calculator/mdzqhqhhwb



On my graph the red X's are existing holes, and the blue points are the holes that I plan to drill. I have used variable h to shift the points about the circle. I have used variable k to change the distance between two pairs of holes (I realize this breaks the condition of equidistant points that I mentioned earlier, but it would work in my bicycle application). Currently I'm going by eye and just punching in random shift (variable h) values. It is possible to re use existing holes (ie overlap).










share|cite|improve this question




















  • 1




    If you have a blue point exactly on top of a red point, does that also compromise stability, or can you just reuse the existing hole? I ask because it changes the mathematical formulation a bit, since then you would exclude those coincident points from the objective.
    – Rahul
    Nov 24 at 9:30












  • I was thinking about that after I posted the question; yes, I suppose it is possible to reuse existing holes.
    – James Meas
    Nov 24 at 19:01















up vote
3
down vote

favorite









up vote
3
down vote

favorite











I am trying to drill holes in a bicycle hub to fit it on a different style rim. I currently have a 36 hole rim with 18 holes on each side, and I'm transitioning to a 32 hole rim with 16 holes on each side. I need to drill new holes in the rim, and I need the 16 new points to be far away from the old 18 holes for stability.



Picture of bicycle hub similar to mine; for reference.



Here is a summary of what I think I am trying to do: Given x points on the circumference of a circle equidistant to each other, find y other points on the circumference of the circle which are equidistant to each other, farthest away from the x points.



Here I drew a graph and plotted points to illustrate what I am trying to do: https://www.desmos.com/calculator/mdzqhqhhwb



On my graph the red X's are existing holes, and the blue points are the holes that I plan to drill. I have used variable h to shift the points about the circle. I have used variable k to change the distance between two pairs of holes (I realize this breaks the condition of equidistant points that I mentioned earlier, but it would work in my bicycle application). Currently I'm going by eye and just punching in random shift (variable h) values. It is possible to re use existing holes (ie overlap).










share|cite|improve this question















I am trying to drill holes in a bicycle hub to fit it on a different style rim. I currently have a 36 hole rim with 18 holes on each side, and I'm transitioning to a 32 hole rim with 16 holes on each side. I need to drill new holes in the rim, and I need the 16 new points to be far away from the old 18 holes for stability.



Picture of bicycle hub similar to mine; for reference.



Here is a summary of what I think I am trying to do: Given x points on the circumference of a circle equidistant to each other, find y other points on the circumference of the circle which are equidistant to each other, farthest away from the x points.



Here I drew a graph and plotted points to illustrate what I am trying to do: https://www.desmos.com/calculator/mdzqhqhhwb



On my graph the red X's are existing holes, and the blue points are the holes that I plan to drill. I have used variable h to shift the points about the circle. I have used variable k to change the distance between two pairs of holes (I realize this breaks the condition of equidistant points that I mentioned earlier, but it would work in my bicycle application). Currently I'm going by eye and just punching in random shift (variable h) values. It is possible to re use existing holes (ie overlap).







geometry






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 6 hours ago

























asked Nov 24 at 8:15









James Meas

162




162








  • 1




    If you have a blue point exactly on top of a red point, does that also compromise stability, or can you just reuse the existing hole? I ask because it changes the mathematical formulation a bit, since then you would exclude those coincident points from the objective.
    – Rahul
    Nov 24 at 9:30












  • I was thinking about that after I posted the question; yes, I suppose it is possible to reuse existing holes.
    – James Meas
    Nov 24 at 19:01
















  • 1




    If you have a blue point exactly on top of a red point, does that also compromise stability, or can you just reuse the existing hole? I ask because it changes the mathematical formulation a bit, since then you would exclude those coincident points from the objective.
    – Rahul
    Nov 24 at 9:30












  • I was thinking about that after I posted the question; yes, I suppose it is possible to reuse existing holes.
    – James Meas
    Nov 24 at 19:01










1




1




If you have a blue point exactly on top of a red point, does that also compromise stability, or can you just reuse the existing hole? I ask because it changes the mathematical formulation a bit, since then you would exclude those coincident points from the objective.
– Rahul
Nov 24 at 9:30






If you have a blue point exactly on top of a red point, does that also compromise stability, or can you just reuse the existing hole? I ask because it changes the mathematical formulation a bit, since then you would exclude those coincident points from the objective.
– Rahul
Nov 24 at 9:30














I was thinking about that after I posted the question; yes, I suppose it is possible to reuse existing holes.
– James Meas
Nov 24 at 19:01






I was thinking about that after I posted the question; yes, I suppose it is possible to reuse existing holes.
– James Meas
Nov 24 at 19:01

















active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3011312%2ffind-some-equidistant-set-of-points-on-a-circle-farthest-from-another-set-of-poi%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3011312%2ffind-some-equidistant-set-of-points-on-a-circle-farthest-from-another-set-of-poi%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Berounka

Sphinx de Gizeh

Different font size/position of beamer's navigation symbols template's content depending on regular/plain...