Calculating hypotenuses of acute triangles in a circular segment
$begingroup$
I have a sector of a circle split into 16 equal segments. I am trying to calculate the hypotenuses of the triangles formed by 2 intersecting straight lines (for example, triangle $LEQ$), which sort encloses the circular sector in rectangular boundaries.
Conditions:
- Radius of the circular segment is known.
- Angle of the sector (and hence the segments) is known.
- Lengths $UE1$ and $JE1$ are known.
$EJ$ is parallel to the X-axis.- Assume α is the angle for each segment.
My approach:
- Calculate $KJ$, $KJ = tan(α) cdot EJ$
- From here, line $EK = KJ / sin(α)$
- To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$
- Repeat step number 2 with the new value.
The red segments' "opposites" are parallel to the Y-axis. That all works fine until I reach segment 9, where the point $E1$ is. The "opposites" for the blue segments now have to be parallel to the X-axis, and continuing with my approach I only get them parallel with the Y-axis.
Using first calculation as a reference, how can I find the blue "opposites" such as $UT, TS, OE1, NO$, etc..?
geometry trigonometry triangle circle programming
$endgroup$
add a comment |
$begingroup$
I have a sector of a circle split into 16 equal segments. I am trying to calculate the hypotenuses of the triangles formed by 2 intersecting straight lines (for example, triangle $LEQ$), which sort encloses the circular sector in rectangular boundaries.
Conditions:
- Radius of the circular segment is known.
- Angle of the sector (and hence the segments) is known.
- Lengths $UE1$ and $JE1$ are known.
$EJ$ is parallel to the X-axis.- Assume α is the angle for each segment.
My approach:
- Calculate $KJ$, $KJ = tan(α) cdot EJ$
- From here, line $EK = KJ / sin(α)$
- To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$
- Repeat step number 2 with the new value.
The red segments' "opposites" are parallel to the Y-axis. That all works fine until I reach segment 9, where the point $E1$ is. The "opposites" for the blue segments now have to be parallel to the X-axis, and continuing with my approach I only get them parallel with the Y-axis.
Using first calculation as a reference, how can I find the blue "opposites" such as $UT, TS, OE1, NO$, etc..?
geometry trigonometry triangle circle programming
$endgroup$
$begingroup$
According to Wikipedia, a hypotenuse is the longest side of a right-angled triangle
$endgroup$
– J. W. Tanner
3 hours ago
add a comment |
$begingroup$
I have a sector of a circle split into 16 equal segments. I am trying to calculate the hypotenuses of the triangles formed by 2 intersecting straight lines (for example, triangle $LEQ$), which sort encloses the circular sector in rectangular boundaries.
Conditions:
- Radius of the circular segment is known.
- Angle of the sector (and hence the segments) is known.
- Lengths $UE1$ and $JE1$ are known.
$EJ$ is parallel to the X-axis.- Assume α is the angle for each segment.
My approach:
- Calculate $KJ$, $KJ = tan(α) cdot EJ$
- From here, line $EK = KJ / sin(α)$
- To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$
- Repeat step number 2 with the new value.
The red segments' "opposites" are parallel to the Y-axis. That all works fine until I reach segment 9, where the point $E1$ is. The "opposites" for the blue segments now have to be parallel to the X-axis, and continuing with my approach I only get them parallel with the Y-axis.
Using first calculation as a reference, how can I find the blue "opposites" such as $UT, TS, OE1, NO$, etc..?
geometry trigonometry triangle circle programming
$endgroup$
I have a sector of a circle split into 16 equal segments. I am trying to calculate the hypotenuses of the triangles formed by 2 intersecting straight lines (for example, triangle $LEQ$), which sort encloses the circular sector in rectangular boundaries.
Conditions:
- Radius of the circular segment is known.
- Angle of the sector (and hence the segments) is known.
- Lengths $UE1$ and $JE1$ are known.
$EJ$ is parallel to the X-axis.- Assume α is the angle for each segment.
My approach:
- Calculate $KJ$, $KJ = tan(α) cdot EJ$
- From here, line $EK = KJ / sin(α)$
- To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$
- Repeat step number 2 with the new value.
The red segments' "opposites" are parallel to the Y-axis. That all works fine until I reach segment 9, where the point $E1$ is. The "opposites" for the blue segments now have to be parallel to the X-axis, and continuing with my approach I only get them parallel with the Y-axis.
Using first calculation as a reference, how can I find the blue "opposites" such as $UT, TS, OE1, NO$, etc..?
geometry trigonometry triangle circle programming
geometry trigonometry triangle circle programming
asked 8 hours ago
ShibaliciousShibalicious
1295
1295
$begingroup$
According to Wikipedia, a hypotenuse is the longest side of a right-angled triangle
$endgroup$
– J. W. Tanner
3 hours ago
add a comment |
$begingroup$
According to Wikipedia, a hypotenuse is the longest side of a right-angled triangle
$endgroup$
– J. W. Tanner
3 hours ago
$begingroup$
According to Wikipedia, a hypotenuse is the longest side of a right-angled triangle
$endgroup$
– J. W. Tanner
3 hours ago
$begingroup$
According to Wikipedia, a hypotenuse is the longest side of a right-angled triangle
$endgroup$
– J. W. Tanner
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You then have 16 lines $r_k$, forming angles $kalpha$ with $x$ axis ($1le kle16$).
And then you have two lines $x=x_0$, $y=y_0$, parallel to the axes.
The intersections of lines $r_k$ with these can be readily found as:
$$
P_k=(x_0, x_0tan kalpha),quad Q_k=(y_0cot kalpha, y_0).
$$
In your diagram, $K=P_1$, $R=P_2$, and so on. $A_1$ corresponds to the last $P_k$ whose ordinate is less then $y_0$, that is to:
$$
bar k=leftlfloor{1overalpha}arctan{y_0over x_0}rightrfloor.
$$
In the same way, $U=Q_{16}$, $T=Q_{15}$ and so on, down to $bar k+1$.
To compute $x_0$ and $y_0$ from your data, notice that $y_0=JE_1$ and
$UE_1=x_0-y_0cot 16alpha$.
$endgroup$
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%2f3124101%2fcalculating-hypotenuses-of-acute-triangles-in-a-circular-segment%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$
You then have 16 lines $r_k$, forming angles $kalpha$ with $x$ axis ($1le kle16$).
And then you have two lines $x=x_0$, $y=y_0$, parallel to the axes.
The intersections of lines $r_k$ with these can be readily found as:
$$
P_k=(x_0, x_0tan kalpha),quad Q_k=(y_0cot kalpha, y_0).
$$
In your diagram, $K=P_1$, $R=P_2$, and so on. $A_1$ corresponds to the last $P_k$ whose ordinate is less then $y_0$, that is to:
$$
bar k=leftlfloor{1overalpha}arctan{y_0over x_0}rightrfloor.
$$
In the same way, $U=Q_{16}$, $T=Q_{15}$ and so on, down to $bar k+1$.
To compute $x_0$ and $y_0$ from your data, notice that $y_0=JE_1$ and
$UE_1=x_0-y_0cot 16alpha$.
$endgroup$
add a comment |
$begingroup$
You then have 16 lines $r_k$, forming angles $kalpha$ with $x$ axis ($1le kle16$).
And then you have two lines $x=x_0$, $y=y_0$, parallel to the axes.
The intersections of lines $r_k$ with these can be readily found as:
$$
P_k=(x_0, x_0tan kalpha),quad Q_k=(y_0cot kalpha, y_0).
$$
In your diagram, $K=P_1$, $R=P_2$, and so on. $A_1$ corresponds to the last $P_k$ whose ordinate is less then $y_0$, that is to:
$$
bar k=leftlfloor{1overalpha}arctan{y_0over x_0}rightrfloor.
$$
In the same way, $U=Q_{16}$, $T=Q_{15}$ and so on, down to $bar k+1$.
To compute $x_0$ and $y_0$ from your data, notice that $y_0=JE_1$ and
$UE_1=x_0-y_0cot 16alpha$.
$endgroup$
add a comment |
$begingroup$
You then have 16 lines $r_k$, forming angles $kalpha$ with $x$ axis ($1le kle16$).
And then you have two lines $x=x_0$, $y=y_0$, parallel to the axes.
The intersections of lines $r_k$ with these can be readily found as:
$$
P_k=(x_0, x_0tan kalpha),quad Q_k=(y_0cot kalpha, y_0).
$$
In your diagram, $K=P_1$, $R=P_2$, and so on. $A_1$ corresponds to the last $P_k$ whose ordinate is less then $y_0$, that is to:
$$
bar k=leftlfloor{1overalpha}arctan{y_0over x_0}rightrfloor.
$$
In the same way, $U=Q_{16}$, $T=Q_{15}$ and so on, down to $bar k+1$.
To compute $x_0$ and $y_0$ from your data, notice that $y_0=JE_1$ and
$UE_1=x_0-y_0cot 16alpha$.
$endgroup$
You then have 16 lines $r_k$, forming angles $kalpha$ with $x$ axis ($1le kle16$).
And then you have two lines $x=x_0$, $y=y_0$, parallel to the axes.
The intersections of lines $r_k$ with these can be readily found as:
$$
P_k=(x_0, x_0tan kalpha),quad Q_k=(y_0cot kalpha, y_0).
$$
In your diagram, $K=P_1$, $R=P_2$, and so on. $A_1$ corresponds to the last $P_k$ whose ordinate is less then $y_0$, that is to:
$$
bar k=leftlfloor{1overalpha}arctan{y_0over x_0}rightrfloor.
$$
In the same way, $U=Q_{16}$, $T=Q_{15}$ and so on, down to $bar k+1$.
To compute $x_0$ and $y_0$ from your data, notice that $y_0=JE_1$ and
$UE_1=x_0-y_0cot 16alpha$.
edited 6 hours ago
answered 7 hours ago
AretinoAretino
24k21443
24k21443
add a comment |
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%2f3124101%2fcalculating-hypotenuses-of-acute-triangles-in-a-circular-segment%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$
According to Wikipedia, a hypotenuse is the longest side of a right-angled triangle
$endgroup$
– J. W. Tanner
3 hours ago