Calculating hypotenuses of acute triangles in a circular segmentWedge volume of sphere problemSolving for...

Disk space full during insert, what happens?

Is it possible to methodically find the total of ways to read a given phrase making a stack?

Linearity Assumption

How can I prevent an oracle who can see into the past from knowing everything that has happened?

Is there a way to pause a running process on Linux systems and resume later?

How does a mid-19 century Military combat a modernized one?

What if I miss a connection and don't have money to book next flight?

Is it possible to detect 100% of SQLi with a simple regex?

Why did Ylvis use "go" instead of "say" in phrases like "Dog goes 'woof'"?

Tikz: Perpendicular FROM a line

Color of alien seas

Limits of Rolle theorem

Is this Article About Possible Mirrored Universe Junk Science?

How to write Muḥammad ibn Mūsā al-Khwārizmī?

How to deal with an underperforming subordinate?

Why does a single AND gate need 60 transistors?

Third wheel character

Fantasy series with a god hiding in plain sight as a manservant to a former king's brother and an undead pirate woman who runs a brothel

Protagonist constantly has to have long words explained to her. Will this get tedious?

How long can the stop in a stop-and-go be?

Expression for "unconsciously using words (or accents) used by a person you often talk with or listen to"?

Is the percentage symbol a constant?

Why don't you get burned by the wood benches in a sauna?

What could cause an entire planet of humans to become aphasic?



Calculating hypotenuses of acute triangles in a circular segment


Wedge volume of sphere problemSolving for joint angles in 2-segment robot legCalculate Angle between Two Intersecting Line SegmentsHow to evaluate solid angle subtended by a segmented circle?Relationship between vertex angle cone and angle circle sectorHow to calculate the radius of a Arc Segment given only the Arc Length and the Height of the arc segment?Calculate min/max radii of circle tangent to two linesHow do I calculate the surface area of a cone with a segment removed? (see picture)Length of a pivoted rectangleHow to compute acute triangles and their values from sections of a circle?













1












$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.



enter image description here



Conditions:




  1. Radius of the circular segment is known.

  2. Angle of the sector (and hence the segments) is known.

  3. Lengths $UE1$ and $JE1$ are known.


  4. $EJ$ is parallel to the X-axis.

  5. Assume α is the angle for each segment.


My approach:




  1. Calculate $KJ$, $KJ = tan(α) cdot EJ$

  2. From here, line $EK = KJ / sin(α)$

  3. To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$

  4. 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..?










share|cite|improve this question









$endgroup$

















    1












    $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.



    enter image description here



    Conditions:




    1. Radius of the circular segment is known.

    2. Angle of the sector (and hence the segments) is known.

    3. Lengths $UE1$ and $JE1$ are known.


    4. $EJ$ is parallel to the X-axis.

    5. Assume α is the angle for each segment.


    My approach:




    1. Calculate $KJ$, $KJ = tan(α) cdot EJ$

    2. From here, line $EK = KJ / sin(α)$

    3. To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$

    4. 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..?










    share|cite|improve this question









    $endgroup$















      1












      1








      1





      $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.



      enter image description here



      Conditions:




      1. Radius of the circular segment is known.

      2. Angle of the sector (and hence the segments) is known.

      3. Lengths $UE1$ and $JE1$ are known.


      4. $EJ$ is parallel to the X-axis.

      5. Assume α is the angle for each segment.


      My approach:




      1. Calculate $KJ$, $KJ = tan(α) cdot EJ$

      2. From here, line $EK = KJ / sin(α)$

      3. To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$

      4. 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..?










      share|cite|improve this question









      $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.



      enter image description here



      Conditions:




      1. Radius of the circular segment is known.

      2. Angle of the sector (and hence the segments) is known.

      3. Lengths $UE1$ and $JE1$ are known.


      4. $EJ$ is parallel to the X-axis.

      5. Assume α is the angle for each segment.


      My approach:




      1. Calculate $KJ$, $KJ = tan(α) cdot EJ$

      2. From here, line $EK = KJ / sin(α)$

      3. To find the "opposite" of the next segment I do $EJcdot(tan(2α) - tan(α))$

      4. 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






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 4 hours ago









      ShibaliciousShibalicious

      1245




      1245






















          1 Answer
          1






          active

          oldest

          votes


















          4












          $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$.






          share|cite|improve this answer











          $endgroup$













            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            4












            $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$.






            share|cite|improve this answer











            $endgroup$


















              4












              $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$.






              share|cite|improve this answer











              $endgroup$
















                4












                4








                4





                $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$.






                share|cite|improve this answer











                $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$.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited 3 hours ago

























                answered 3 hours ago









                AretinoAretino

                24k21443




                24k21443






























                    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.




                    draft saved


                    draft discarded














                    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





















































                    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

                    ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

                    Always On Availability groups resolving state after failover - Remote harden of transaction...

                    Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...