Three mutually-tangent circles have centers at given distances from each other; find each radius, and find...











up vote
6
down vote

favorite
1












Three circles of different radii are tangent to each other externally. The distance between their centers are $9 cm$, $8 cm$, and $11 cm$.




  1. Find the radius of each circle.


  2. Find the area in between the three circles.




The distance between the centers of two tangent circles should be the sum of their radii. If we call the radii $r_1,r_2,r_3$ then we get a system of equations $$begin{align}r_1+r_2&=9\r_2+r_3&=8\r_3+r_1&=11end{align}$$ From this we can find $r_1,r_2,r_3$.



Let us call $O_1,O_2,O_3$ the centers of the circles. For the area between the centers we could compute it as the difference of the area of the triangle $O_1O_2O_3$ minus the three circular sectors that the circles cover. We have the area of the triangle because we have its sides $9,8,11$ and we could use Heron's formula with them. For the circular sectors we know their radii but we also need their amplitude. Ah, but the amplitude is the same as the angles of the triangle. I guess we can compute the angles, because we have the sides of the triangle and we can use The law of cosines to solve for the angles.




Is this correct?



Would I have to use the $arccos(x)$ function to get the final answer or there is a simpler way?










share|cite|improve this question
























  • What did you tried so far ?
    – servabat
    Jan 24 '15 at 13:01








  • 9




    The first time I read the title I thought it said "Solid menstruation (cycles)".
    – Pp..
    Jan 25 '15 at 14:16










  • $(r_1,r_2,r_3)=(6,3,5)$, by the way.
    – Akiva Weinberger
    Nov 3 '15 at 17:05















up vote
6
down vote

favorite
1












Three circles of different radii are tangent to each other externally. The distance between their centers are $9 cm$, $8 cm$, and $11 cm$.




  1. Find the radius of each circle.


  2. Find the area in between the three circles.




The distance between the centers of two tangent circles should be the sum of their radii. If we call the radii $r_1,r_2,r_3$ then we get a system of equations $$begin{align}r_1+r_2&=9\r_2+r_3&=8\r_3+r_1&=11end{align}$$ From this we can find $r_1,r_2,r_3$.



Let us call $O_1,O_2,O_3$ the centers of the circles. For the area between the centers we could compute it as the difference of the area of the triangle $O_1O_2O_3$ minus the three circular sectors that the circles cover. We have the area of the triangle because we have its sides $9,8,11$ and we could use Heron's formula with them. For the circular sectors we know their radii but we also need their amplitude. Ah, but the amplitude is the same as the angles of the triangle. I guess we can compute the angles, because we have the sides of the triangle and we can use The law of cosines to solve for the angles.




Is this correct?



Would I have to use the $arccos(x)$ function to get the final answer or there is a simpler way?










share|cite|improve this question
























  • What did you tried so far ?
    – servabat
    Jan 24 '15 at 13:01








  • 9




    The first time I read the title I thought it said "Solid menstruation (cycles)".
    – Pp..
    Jan 25 '15 at 14:16










  • $(r_1,r_2,r_3)=(6,3,5)$, by the way.
    – Akiva Weinberger
    Nov 3 '15 at 17:05













up vote
6
down vote

favorite
1









up vote
6
down vote

favorite
1






1





Three circles of different radii are tangent to each other externally. The distance between their centers are $9 cm$, $8 cm$, and $11 cm$.




  1. Find the radius of each circle.


  2. Find the area in between the three circles.




The distance between the centers of two tangent circles should be the sum of their radii. If we call the radii $r_1,r_2,r_3$ then we get a system of equations $$begin{align}r_1+r_2&=9\r_2+r_3&=8\r_3+r_1&=11end{align}$$ From this we can find $r_1,r_2,r_3$.



Let us call $O_1,O_2,O_3$ the centers of the circles. For the area between the centers we could compute it as the difference of the area of the triangle $O_1O_2O_3$ minus the three circular sectors that the circles cover. We have the area of the triangle because we have its sides $9,8,11$ and we could use Heron's formula with them. For the circular sectors we know their radii but we also need their amplitude. Ah, but the amplitude is the same as the angles of the triangle. I guess we can compute the angles, because we have the sides of the triangle and we can use The law of cosines to solve for the angles.




Is this correct?



Would I have to use the $arccos(x)$ function to get the final answer or there is a simpler way?










share|cite|improve this question















Three circles of different radii are tangent to each other externally. The distance between their centers are $9 cm$, $8 cm$, and $11 cm$.




  1. Find the radius of each circle.


  2. Find the area in between the three circles.




The distance between the centers of two tangent circles should be the sum of their radii. If we call the radii $r_1,r_2,r_3$ then we get a system of equations $$begin{align}r_1+r_2&=9\r_2+r_3&=8\r_3+r_1&=11end{align}$$ From this we can find $r_1,r_2,r_3$.



Let us call $O_1,O_2,O_3$ the centers of the circles. For the area between the centers we could compute it as the difference of the area of the triangle $O_1O_2O_3$ minus the three circular sectors that the circles cover. We have the area of the triangle because we have its sides $9,8,11$ and we could use Heron's formula with them. For the circular sectors we know their radii but we also need their amplitude. Ah, but the amplitude is the same as the angles of the triangle. I guess we can compute the angles, because we have the sides of the triangle and we can use The law of cosines to solve for the angles.




Is this correct?



Would I have to use the $arccos(x)$ function to get the final answer or there is a simpler way?







euclidean-geometry






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Oct 2 at 20:44









Blue

46.9k870147




46.9k870147










asked Jan 24 '15 at 12:59









richmond

312




312












  • What did you tried so far ?
    – servabat
    Jan 24 '15 at 13:01








  • 9




    The first time I read the title I thought it said "Solid menstruation (cycles)".
    – Pp..
    Jan 25 '15 at 14:16










  • $(r_1,r_2,r_3)=(6,3,5)$, by the way.
    – Akiva Weinberger
    Nov 3 '15 at 17:05


















  • What did you tried so far ?
    – servabat
    Jan 24 '15 at 13:01








  • 9




    The first time I read the title I thought it said "Solid menstruation (cycles)".
    – Pp..
    Jan 25 '15 at 14:16










  • $(r_1,r_2,r_3)=(6,3,5)$, by the way.
    – Akiva Weinberger
    Nov 3 '15 at 17:05
















What did you tried so far ?
– servabat
Jan 24 '15 at 13:01






What did you tried so far ?
– servabat
Jan 24 '15 at 13:01






9




9




The first time I read the title I thought it said "Solid menstruation (cycles)".
– Pp..
Jan 25 '15 at 14:16




The first time I read the title I thought it said "Solid menstruation (cycles)".
– Pp..
Jan 25 '15 at 14:16












$(r_1,r_2,r_3)=(6,3,5)$, by the way.
– Akiva Weinberger
Nov 3 '15 at 17:05




$(r_1,r_2,r_3)=(6,3,5)$, by the way.
– Akiva Weinberger
Nov 3 '15 at 17:05










3 Answers
3






active

oldest

votes

















up vote
0
down vote













here is one way to do this:



(a) construct a triangle $ABC$ with sides $8, 9$ and $11.$



(b) find the incenter $I$ of $ABC$



(c) the common value $AI = BI = CI$ is the radius you want.



the same can be done algebraically by finding



(a) two angles using the cosine rule



(b) use herons formula to find the area of $ABC$



(c) in-radius = $dfrac{area}{semi perimeter}$



(d) $AI = dfrac{r}{tan A/2}$






share|cite|improve this answer




























    up vote
    0
    down vote













    Mathematica solving for 3 variables.



    Clear[a, b, c];
    Solve[9 - a == b && 8 - b == c && 11 - c == a, {a, b, c}]

    (* {{a -> 6, b -> 3, c -> 5}} *)





    share|cite|improve this answer




























      up vote
      0
      down vote













      Solving for the radii, we get ${3,5,6}$.



      For the area we get
      $$
      begin{align}
      &sqrt{14(14-8)(14-9)(14-11)}\[9pt]
      &-frac{(8+9-11)^2}8arccosleft(frac{8^2+9^2-11^2}{2cdot8cdot9}right)\
      &-frac{(11+8-9)^2}8arccosleft(frac{11^2+8^2-9^2}{2cdot11cdot8}right)\
      &-frac{(9+11-8)^2}8arccosleft(frac{9^2+11^2-8^2}{2cdot9cdot11}right)
      end{align}
      $$
      which is $3.05537320587455$.



      enter image description here






      share|cite|improve this answer





















        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%2f1117612%2fthree-mutually-tangent-circles-have-centers-at-given-distances-from-each-other%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        0
        down vote













        here is one way to do this:



        (a) construct a triangle $ABC$ with sides $8, 9$ and $11.$



        (b) find the incenter $I$ of $ABC$



        (c) the common value $AI = BI = CI$ is the radius you want.



        the same can be done algebraically by finding



        (a) two angles using the cosine rule



        (b) use herons formula to find the area of $ABC$



        (c) in-radius = $dfrac{area}{semi perimeter}$



        (d) $AI = dfrac{r}{tan A/2}$






        share|cite|improve this answer

























          up vote
          0
          down vote













          here is one way to do this:



          (a) construct a triangle $ABC$ with sides $8, 9$ and $11.$



          (b) find the incenter $I$ of $ABC$



          (c) the common value $AI = BI = CI$ is the radius you want.



          the same can be done algebraically by finding



          (a) two angles using the cosine rule



          (b) use herons formula to find the area of $ABC$



          (c) in-radius = $dfrac{area}{semi perimeter}$



          (d) $AI = dfrac{r}{tan A/2}$






          share|cite|improve this answer























            up vote
            0
            down vote










            up vote
            0
            down vote









            here is one way to do this:



            (a) construct a triangle $ABC$ with sides $8, 9$ and $11.$



            (b) find the incenter $I$ of $ABC$



            (c) the common value $AI = BI = CI$ is the radius you want.



            the same can be done algebraically by finding



            (a) two angles using the cosine rule



            (b) use herons formula to find the area of $ABC$



            (c) in-radius = $dfrac{area}{semi perimeter}$



            (d) $AI = dfrac{r}{tan A/2}$






            share|cite|improve this answer












            here is one way to do this:



            (a) construct a triangle $ABC$ with sides $8, 9$ and $11.$



            (b) find the incenter $I$ of $ABC$



            (c) the common value $AI = BI = CI$ is the radius you want.



            the same can be done algebraically by finding



            (a) two angles using the cosine rule



            (b) use herons formula to find the area of $ABC$



            (c) in-radius = $dfrac{area}{semi perimeter}$



            (d) $AI = dfrac{r}{tan A/2}$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 25 '15 at 16:21









            abel

            26.5k11948




            26.5k11948






















                up vote
                0
                down vote













                Mathematica solving for 3 variables.



                Clear[a, b, c];
                Solve[9 - a == b && 8 - b == c && 11 - c == a, {a, b, c}]

                (* {{a -> 6, b -> 3, c -> 5}} *)





                share|cite|improve this answer

























                  up vote
                  0
                  down vote













                  Mathematica solving for 3 variables.



                  Clear[a, b, c];
                  Solve[9 - a == b && 8 - b == c && 11 - c == a, {a, b, c}]

                  (* {{a -> 6, b -> 3, c -> 5}} *)





                  share|cite|improve this answer























                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Mathematica solving for 3 variables.



                    Clear[a, b, c];
                    Solve[9 - a == b && 8 - b == c && 11 - c == a, {a, b, c}]

                    (* {{a -> 6, b -> 3, c -> 5}} *)





                    share|cite|improve this answer












                    Mathematica solving for 3 variables.



                    Clear[a, b, c];
                    Solve[9 - a == b && 8 - b == c && 11 - c == a, {a, b, c}]

                    (* {{a -> 6, b -> 3, c -> 5}} *)






                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Sep 9 '16 at 10:57









                    Fred Kline

                    54721038




                    54721038






















                        up vote
                        0
                        down vote













                        Solving for the radii, we get ${3,5,6}$.



                        For the area we get
                        $$
                        begin{align}
                        &sqrt{14(14-8)(14-9)(14-11)}\[9pt]
                        &-frac{(8+9-11)^2}8arccosleft(frac{8^2+9^2-11^2}{2cdot8cdot9}right)\
                        &-frac{(11+8-9)^2}8arccosleft(frac{11^2+8^2-9^2}{2cdot11cdot8}right)\
                        &-frac{(9+11-8)^2}8arccosleft(frac{9^2+11^2-8^2}{2cdot9cdot11}right)
                        end{align}
                        $$
                        which is $3.05537320587455$.



                        enter image description here






                        share|cite|improve this answer

























                          up vote
                          0
                          down vote













                          Solving for the radii, we get ${3,5,6}$.



                          For the area we get
                          $$
                          begin{align}
                          &sqrt{14(14-8)(14-9)(14-11)}\[9pt]
                          &-frac{(8+9-11)^2}8arccosleft(frac{8^2+9^2-11^2}{2cdot8cdot9}right)\
                          &-frac{(11+8-9)^2}8arccosleft(frac{11^2+8^2-9^2}{2cdot11cdot8}right)\
                          &-frac{(9+11-8)^2}8arccosleft(frac{9^2+11^2-8^2}{2cdot9cdot11}right)
                          end{align}
                          $$
                          which is $3.05537320587455$.



                          enter image description here






                          share|cite|improve this answer























                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            Solving for the radii, we get ${3,5,6}$.



                            For the area we get
                            $$
                            begin{align}
                            &sqrt{14(14-8)(14-9)(14-11)}\[9pt]
                            &-frac{(8+9-11)^2}8arccosleft(frac{8^2+9^2-11^2}{2cdot8cdot9}right)\
                            &-frac{(11+8-9)^2}8arccosleft(frac{11^2+8^2-9^2}{2cdot11cdot8}right)\
                            &-frac{(9+11-8)^2}8arccosleft(frac{9^2+11^2-8^2}{2cdot9cdot11}right)
                            end{align}
                            $$
                            which is $3.05537320587455$.



                            enter image description here






                            share|cite|improve this answer












                            Solving for the radii, we get ${3,5,6}$.



                            For the area we get
                            $$
                            begin{align}
                            &sqrt{14(14-8)(14-9)(14-11)}\[9pt]
                            &-frac{(8+9-11)^2}8arccosleft(frac{8^2+9^2-11^2}{2cdot8cdot9}right)\
                            &-frac{(11+8-9)^2}8arccosleft(frac{11^2+8^2-9^2}{2cdot11cdot8}right)\
                            &-frac{(9+11-8)^2}8arccosleft(frac{9^2+11^2-8^2}{2cdot9cdot11}right)
                            end{align}
                            $$
                            which is $3.05537320587455$.



                            enter image description here







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Nov 21 '16 at 6:11









                            robjohn

                            263k27301622




                            263k27301622






























                                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%2f1117612%2fthree-mutually-tangent-circles-have-centers-at-given-distances-from-each-other%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

                                QoS: MAC-Priority for clients behind a repeater

                                Ивакино (Тотемский район)

                                Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)