If a regular polygon has a fixed edge length, can I know how many edges it has by knowing the length from...
$begingroup$
So I wonder if there is a formula so that when there's a defined edge length, I can calculate a regular polygon's edges amount by knowing its length from corner to center, or vice versa.
So let's say our defined edge length is 1, then by knowing the length from corner to center is square 2 to 2, I knows it's a square. And if the length is one, I know it's a hexagon.
polygons
New contributor
$endgroup$
add a comment |
$begingroup$
So I wonder if there is a formula so that when there's a defined edge length, I can calculate a regular polygon's edges amount by knowing its length from corner to center, or vice versa.
So let's say our defined edge length is 1, then by knowing the length from corner to center is square 2 to 2, I knows it's a square. And if the length is one, I know it's a hexagon.
polygons
New contributor
$endgroup$
$begingroup$
Note that if we join the center to two adjacent vertices of the polygon, we get an isosceles triangle with sides $l$, $r$ and $r$ where $l$ is side length and $r$ is the radius.
$endgroup$
– Faiq Irfan
20 mins ago
add a comment |
$begingroup$
So I wonder if there is a formula so that when there's a defined edge length, I can calculate a regular polygon's edges amount by knowing its length from corner to center, or vice versa.
So let's say our defined edge length is 1, then by knowing the length from corner to center is square 2 to 2, I knows it's a square. And if the length is one, I know it's a hexagon.
polygons
New contributor
$endgroup$
So I wonder if there is a formula so that when there's a defined edge length, I can calculate a regular polygon's edges amount by knowing its length from corner to center, or vice versa.
So let's say our defined edge length is 1, then by knowing the length from corner to center is square 2 to 2, I knows it's a square. And if the length is one, I know it's a hexagon.
polygons
polygons
New contributor
New contributor
New contributor
asked 26 mins ago
Andrew-at-TWAndrew-at-TW
284
284
New contributor
New contributor
$begingroup$
Note that if we join the center to two adjacent vertices of the polygon, we get an isosceles triangle with sides $l$, $r$ and $r$ where $l$ is side length and $r$ is the radius.
$endgroup$
– Faiq Irfan
20 mins ago
add a comment |
$begingroup$
Note that if we join the center to two adjacent vertices of the polygon, we get an isosceles triangle with sides $l$, $r$ and $r$ where $l$ is side length and $r$ is the radius.
$endgroup$
– Faiq Irfan
20 mins ago
$begingroup$
Note that if we join the center to two adjacent vertices of the polygon, we get an isosceles triangle with sides $l$, $r$ and $r$ where $l$ is side length and $r$ is the radius.
$endgroup$
– Faiq Irfan
20 mins ago
$begingroup$
Note that if we join the center to two adjacent vertices of the polygon, we get an isosceles triangle with sides $l$, $r$ and $r$ where $l$ is side length and $r$ is the radius.
$endgroup$
– Faiq Irfan
20 mins ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes. The quantity you are referring to is the radius of the polygon, and it has the formula
$$r=frac{s}{2sinleft(frac{180}{n}right)}$$
where $s$ is the side length of the polygon and $n$ is the number of sides. So given $r$ and $s$, you can simply solve the above equation for $n$.
$endgroup$
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
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
});
}
});
Andrew-at-TW is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3083234%2fif-a-regular-polygon-has-a-fixed-edge-length-can-i-know-how-many-edges-it-has-b%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$
Yes. The quantity you are referring to is the radius of the polygon, and it has the formula
$$r=frac{s}{2sinleft(frac{180}{n}right)}$$
where $s$ is the side length of the polygon and $n$ is the number of sides. So given $r$ and $s$, you can simply solve the above equation for $n$.
$endgroup$
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
add a comment |
$begingroup$
Yes. The quantity you are referring to is the radius of the polygon, and it has the formula
$$r=frac{s}{2sinleft(frac{180}{n}right)}$$
where $s$ is the side length of the polygon and $n$ is the number of sides. So given $r$ and $s$, you can simply solve the above equation for $n$.
$endgroup$
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
add a comment |
$begingroup$
Yes. The quantity you are referring to is the radius of the polygon, and it has the formula
$$r=frac{s}{2sinleft(frac{180}{n}right)}$$
where $s$ is the side length of the polygon and $n$ is the number of sides. So given $r$ and $s$, you can simply solve the above equation for $n$.
$endgroup$
Yes. The quantity you are referring to is the radius of the polygon, and it has the formula
$$r=frac{s}{2sinleft(frac{180}{n}right)}$$
where $s$ is the side length of the polygon and $n$ is the number of sides. So given $r$ and $s$, you can simply solve the above equation for $n$.
answered 23 mins ago
kccukccu
9,261924
9,261924
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
add a comment |
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
$begingroup$
This is correct as far as it goes. It's worth pointing out that when you solve for $n$ there's no guarantee that it will turn out to be an integer, and hence correspond to a regular polygon.
$endgroup$
– Ethan Bolker
19 mins ago
add a comment |
Andrew-at-TW is a new contributor. Be nice, and check out our Code of Conduct.
Andrew-at-TW is a new contributor. Be nice, and check out our Code of Conduct.
Andrew-at-TW is a new contributor. Be nice, and check out our Code of Conduct.
Andrew-at-TW is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3083234%2fif-a-regular-polygon-has-a-fixed-edge-length-can-i-know-how-many-edges-it-has-b%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
$begingroup$
Note that if we join the center to two adjacent vertices of the polygon, we get an isosceles triangle with sides $l$, $r$ and $r$ where $l$ is side length and $r$ is the radius.
$endgroup$
– Faiq Irfan
20 mins ago