Classify the regular polygons that fit about a common vetex
$begingroup$
I know this can be solved using a (quasi-)symmetric groups approach from crystallography, but I wish to solve it with a more simple approach, number theory motivated.
I wish to classify the regular polygons for which several copies can fit around a common vertex.
The inner verices angle of an $n$ polygon is $pi-frac {2pi}{n}$, and we wish it to be equal to a fraction of a circle $=frac {2pi}{m}$. A quick algebra brings us to $mn=2m+2n $ or $m(n-2)=2n$. So this may hold for any $n$ s.t. $n-2|2n$. This means that $n-2=(n-2,2n)=(n-2,n-2+n+2)|n+2$. Now $(n+2,n-2)=1$ for odd $n$'s and $(n+2,n-2)=2$ for even ones. This means that only $n=3,4$ are possible, indeed 4 squares and 6 triangles fit around a common vertex.
But three hexagons can also fit, why did we miss this option?
Thanks a lot.
number-theory symmetry
$endgroup$
add a comment |
$begingroup$
I know this can be solved using a (quasi-)symmetric groups approach from crystallography, but I wish to solve it with a more simple approach, number theory motivated.
I wish to classify the regular polygons for which several copies can fit around a common vertex.
The inner verices angle of an $n$ polygon is $pi-frac {2pi}{n}$, and we wish it to be equal to a fraction of a circle $=frac {2pi}{m}$. A quick algebra brings us to $mn=2m+2n $ or $m(n-2)=2n$. So this may hold for any $n$ s.t. $n-2|2n$. This means that $n-2=(n-2,2n)=(n-2,n-2+n+2)|n+2$. Now $(n+2,n-2)=1$ for odd $n$'s and $(n+2,n-2)=2$ for even ones. This means that only $n=3,4$ are possible, indeed 4 squares and 6 triangles fit around a common vertex.
But three hexagons can also fit, why did we miss this option?
Thanks a lot.
number-theory symmetry
$endgroup$
add a comment |
$begingroup$
I know this can be solved using a (quasi-)symmetric groups approach from crystallography, but I wish to solve it with a more simple approach, number theory motivated.
I wish to classify the regular polygons for which several copies can fit around a common vertex.
The inner verices angle of an $n$ polygon is $pi-frac {2pi}{n}$, and we wish it to be equal to a fraction of a circle $=frac {2pi}{m}$. A quick algebra brings us to $mn=2m+2n $ or $m(n-2)=2n$. So this may hold for any $n$ s.t. $n-2|2n$. This means that $n-2=(n-2,2n)=(n-2,n-2+n+2)|n+2$. Now $(n+2,n-2)=1$ for odd $n$'s and $(n+2,n-2)=2$ for even ones. This means that only $n=3,4$ are possible, indeed 4 squares and 6 triangles fit around a common vertex.
But three hexagons can also fit, why did we miss this option?
Thanks a lot.
number-theory symmetry
$endgroup$
I know this can be solved using a (quasi-)symmetric groups approach from crystallography, but I wish to solve it with a more simple approach, number theory motivated.
I wish to classify the regular polygons for which several copies can fit around a common vertex.
The inner verices angle of an $n$ polygon is $pi-frac {2pi}{n}$, and we wish it to be equal to a fraction of a circle $=frac {2pi}{m}$. A quick algebra brings us to $mn=2m+2n $ or $m(n-2)=2n$. So this may hold for any $n$ s.t. $n-2|2n$. This means that $n-2=(n-2,2n)=(n-2,n-2+n+2)|n+2$. Now $(n+2,n-2)=1$ for odd $n$'s and $(n+2,n-2)=2$ for even ones. This means that only $n=3,4$ are possible, indeed 4 squares and 6 triangles fit around a common vertex.
But three hexagons can also fit, why did we miss this option?
Thanks a lot.
number-theory symmetry
number-theory symmetry
asked Jan 6 at 16:32
galragalra
400212
400212
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It is not the case that $(n+2,n-2)=2$ for even $n$. If $nequiv 2pmod{4}$, then $4$ divides both $n+2$ and $n-2$.
Note that you can simplify the reasoning a bit by just using the fact that if $a|b$ and $a|c$, then $a|b+c$ rather than the more general fact about GCDs. In particular, you know
$$n-2|2n.$$
It is also clear that
$$n-2|-2n+4.$$
Therefore,
$$n-2|4.$$
This takes you immediately to your answer without needing to break into cases.
$endgroup$
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
add a comment |
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064077%2fclassify-the-regular-polygons-that-fit-about-a-common-vetex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It is not the case that $(n+2,n-2)=2$ for even $n$. If $nequiv 2pmod{4}$, then $4$ divides both $n+2$ and $n-2$.
Note that you can simplify the reasoning a bit by just using the fact that if $a|b$ and $a|c$, then $a|b+c$ rather than the more general fact about GCDs. In particular, you know
$$n-2|2n.$$
It is also clear that
$$n-2|-2n+4.$$
Therefore,
$$n-2|4.$$
This takes you immediately to your answer without needing to break into cases.
$endgroup$
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
add a comment |
$begingroup$
It is not the case that $(n+2,n-2)=2$ for even $n$. If $nequiv 2pmod{4}$, then $4$ divides both $n+2$ and $n-2$.
Note that you can simplify the reasoning a bit by just using the fact that if $a|b$ and $a|c$, then $a|b+c$ rather than the more general fact about GCDs. In particular, you know
$$n-2|2n.$$
It is also clear that
$$n-2|-2n+4.$$
Therefore,
$$n-2|4.$$
This takes you immediately to your answer without needing to break into cases.
$endgroup$
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
add a comment |
$begingroup$
It is not the case that $(n+2,n-2)=2$ for even $n$. If $nequiv 2pmod{4}$, then $4$ divides both $n+2$ and $n-2$.
Note that you can simplify the reasoning a bit by just using the fact that if $a|b$ and $a|c$, then $a|b+c$ rather than the more general fact about GCDs. In particular, you know
$$n-2|2n.$$
It is also clear that
$$n-2|-2n+4.$$
Therefore,
$$n-2|4.$$
This takes you immediately to your answer without needing to break into cases.
$endgroup$
It is not the case that $(n+2,n-2)=2$ for even $n$. If $nequiv 2pmod{4}$, then $4$ divides both $n+2$ and $n-2$.
Note that you can simplify the reasoning a bit by just using the fact that if $a|b$ and $a|c$, then $a|b+c$ rather than the more general fact about GCDs. In particular, you know
$$n-2|2n.$$
It is also clear that
$$n-2|-2n+4.$$
Therefore,
$$n-2|4.$$
This takes you immediately to your answer without needing to break into cases.
answered Jan 6 at 16:38
Milo BrandtMilo Brandt
40k476140
40k476140
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
add a comment |
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
$begingroup$
Right! That's a better way to go. As with my approach - if $n$ is even than indeed $(n+2,n-2)$ is either 2 or 4, not just 2, which also solves it. Thanks!
$endgroup$
– galra
Jan 6 at 16:53
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064077%2fclassify-the-regular-polygons-that-fit-about-a-common-vetex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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