Circular Geometry











up vote
2
down vote

favorite
1












A circle of radius $1$ is internally tangent to two circles of radius $2$ at points $A$ and $B$, where $AB$ is a diameter of the smaller circle. What is the area of the region, shaded in the picture, that is outside the smaller circle and inside each of the two larger circles?



enter image description here



(source: https://artofproblemsolving.com/wiki/index.php?title=2004_AMC_10B_Problems/Problem_25 )



This is my work can someone please tell me what I did wrong
Call the center of the circle with radius 1 o. Call the intersection point between the 2 circles c and d. Now let oc equal h. Since ac equals 2 we use pythag and get
h^2+1=4
so h=sqrt(3)
Now we know that the desired area is the difference of AOC(the ellipse sector) and the quarter circle. Now we do arithmetic and get sqrt(3)pi-pi










share|cite|improve this question
























  • You need to provide a specific drawing for your work (or on top of existing diagram) In general - calculate the intersection between the two large circles and than subtract the small circle. Is this what you tried to do?
    – Moti
    Nov 22 at 6:42










  • You used the formula for the area of an ellipse, but that is NOT an ellipse.
    – Aretino
    Nov 22 at 14:24















up vote
2
down vote

favorite
1












A circle of radius $1$ is internally tangent to two circles of radius $2$ at points $A$ and $B$, where $AB$ is a diameter of the smaller circle. What is the area of the region, shaded in the picture, that is outside the smaller circle and inside each of the two larger circles?



enter image description here



(source: https://artofproblemsolving.com/wiki/index.php?title=2004_AMC_10B_Problems/Problem_25 )



This is my work can someone please tell me what I did wrong
Call the center of the circle with radius 1 o. Call the intersection point between the 2 circles c and d. Now let oc equal h. Since ac equals 2 we use pythag and get
h^2+1=4
so h=sqrt(3)
Now we know that the desired area is the difference of AOC(the ellipse sector) and the quarter circle. Now we do arithmetic and get sqrt(3)pi-pi










share|cite|improve this question
























  • You need to provide a specific drawing for your work (or on top of existing diagram) In general - calculate the intersection between the two large circles and than subtract the small circle. Is this what you tried to do?
    – Moti
    Nov 22 at 6:42










  • You used the formula for the area of an ellipse, but that is NOT an ellipse.
    – Aretino
    Nov 22 at 14:24













up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





A circle of radius $1$ is internally tangent to two circles of radius $2$ at points $A$ and $B$, where $AB$ is a diameter of the smaller circle. What is the area of the region, shaded in the picture, that is outside the smaller circle and inside each of the two larger circles?



enter image description here



(source: https://artofproblemsolving.com/wiki/index.php?title=2004_AMC_10B_Problems/Problem_25 )



This is my work can someone please tell me what I did wrong
Call the center of the circle with radius 1 o. Call the intersection point between the 2 circles c and d. Now let oc equal h. Since ac equals 2 we use pythag and get
h^2+1=4
so h=sqrt(3)
Now we know that the desired area is the difference of AOC(the ellipse sector) and the quarter circle. Now we do arithmetic and get sqrt(3)pi-pi










share|cite|improve this question















A circle of radius $1$ is internally tangent to two circles of radius $2$ at points $A$ and $B$, where $AB$ is a diameter of the smaller circle. What is the area of the region, shaded in the picture, that is outside the smaller circle and inside each of the two larger circles?



enter image description here



(source: https://artofproblemsolving.com/wiki/index.php?title=2004_AMC_10B_Problems/Problem_25 )



This is my work can someone please tell me what I did wrong
Call the center of the circle with radius 1 o. Call the intersection point between the 2 circles c and d. Now let oc equal h. Since ac equals 2 we use pythag and get
h^2+1=4
so h=sqrt(3)
Now we know that the desired area is the difference of AOC(the ellipse sector) and the quarter circle. Now we do arithmetic and get sqrt(3)pi-pi







contest-math euclidean-geometry






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 22 at 6:33









darij grinberg

10.2k33061




10.2k33061










asked Nov 22 at 6:04









user501887

133




133












  • You need to provide a specific drawing for your work (or on top of existing diagram) In general - calculate the intersection between the two large circles and than subtract the small circle. Is this what you tried to do?
    – Moti
    Nov 22 at 6:42










  • You used the formula for the area of an ellipse, but that is NOT an ellipse.
    – Aretino
    Nov 22 at 14:24


















  • You need to provide a specific drawing for your work (or on top of existing diagram) In general - calculate the intersection between the two large circles and than subtract the small circle. Is this what you tried to do?
    – Moti
    Nov 22 at 6:42










  • You used the formula for the area of an ellipse, but that is NOT an ellipse.
    – Aretino
    Nov 22 at 14:24
















You need to provide a specific drawing for your work (or on top of existing diagram) In general - calculate the intersection between the two large circles and than subtract the small circle. Is this what you tried to do?
– Moti
Nov 22 at 6:42




You need to provide a specific drawing for your work (or on top of existing diagram) In general - calculate the intersection between the two large circles and than subtract the small circle. Is this what you tried to do?
– Moti
Nov 22 at 6:42












You used the formula for the area of an ellipse, but that is NOT an ellipse.
– Aretino
Nov 22 at 14:24




You used the formula for the area of an ellipse, but that is NOT an ellipse.
– Aretino
Nov 22 at 14:24










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Label the intersections $C$ and $D$.
Obviously, $triangle CAB$ and $triangle DAB$ are equilateral. Meaning sector $BCD$ and $ACD$ has an angle of $120^circ$. The area of the shaded region plus the area of the circle in the middle is twice the area of the sector less the area of the triangle:
$$begin{align}
A&=2(A_{text{sector } ACD}-A_{triangle ACD})\
&=2left(frac{4pi}3-sqrt3right)
end{align}$$

Finally, subtract the area of the circle in the middle:
$$A_{text{shaded}}=frac{8pi}3-2sqrt3-pi=frac{5pi}3-2sqrt3$$






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%2f3008793%2fcircular-geometry%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








    up vote
    0
    down vote













    Label the intersections $C$ and $D$.
    Obviously, $triangle CAB$ and $triangle DAB$ are equilateral. Meaning sector $BCD$ and $ACD$ has an angle of $120^circ$. The area of the shaded region plus the area of the circle in the middle is twice the area of the sector less the area of the triangle:
    $$begin{align}
    A&=2(A_{text{sector } ACD}-A_{triangle ACD})\
    &=2left(frac{4pi}3-sqrt3right)
    end{align}$$

    Finally, subtract the area of the circle in the middle:
    $$A_{text{shaded}}=frac{8pi}3-2sqrt3-pi=frac{5pi}3-2sqrt3$$






    share|cite|improve this answer

























      up vote
      0
      down vote













      Label the intersections $C$ and $D$.
      Obviously, $triangle CAB$ and $triangle DAB$ are equilateral. Meaning sector $BCD$ and $ACD$ has an angle of $120^circ$. The area of the shaded region plus the area of the circle in the middle is twice the area of the sector less the area of the triangle:
      $$begin{align}
      A&=2(A_{text{sector } ACD}-A_{triangle ACD})\
      &=2left(frac{4pi}3-sqrt3right)
      end{align}$$

      Finally, subtract the area of the circle in the middle:
      $$A_{text{shaded}}=frac{8pi}3-2sqrt3-pi=frac{5pi}3-2sqrt3$$






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Label the intersections $C$ and $D$.
        Obviously, $triangle CAB$ and $triangle DAB$ are equilateral. Meaning sector $BCD$ and $ACD$ has an angle of $120^circ$. The area of the shaded region plus the area of the circle in the middle is twice the area of the sector less the area of the triangle:
        $$begin{align}
        A&=2(A_{text{sector } ACD}-A_{triangle ACD})\
        &=2left(frac{4pi}3-sqrt3right)
        end{align}$$

        Finally, subtract the area of the circle in the middle:
        $$A_{text{shaded}}=frac{8pi}3-2sqrt3-pi=frac{5pi}3-2sqrt3$$






        share|cite|improve this answer












        Label the intersections $C$ and $D$.
        Obviously, $triangle CAB$ and $triangle DAB$ are equilateral. Meaning sector $BCD$ and $ACD$ has an angle of $120^circ$. The area of the shaded region plus the area of the circle in the middle is twice the area of the sector less the area of the triangle:
        $$begin{align}
        A&=2(A_{text{sector } ACD}-A_{triangle ACD})\
        &=2left(frac{4pi}3-sqrt3right)
        end{align}$$

        Finally, subtract the area of the circle in the middle:
        $$A_{text{shaded}}=frac{8pi}3-2sqrt3-pi=frac{5pi}3-2sqrt3$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 22 at 6:46









        John Glenn

        1,869424




        1,869424






























            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%2f3008793%2fcircular-geometry%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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei