Difference between revisions of "2016 AMC 10B Problems/Problem 21"
m (Asymptote fix) |
|||
(17 intermediate revisions by 10 users not shown) | |||
Line 5: | Line 5: | ||
<math>\textbf{(A)}\ \pi+\sqrt{2}\qquad\textbf{(B)}\ \pi+2\qquad\textbf{(C)}\ \pi+2\sqrt{2}\qquad\textbf{(D)}\ 2\pi+\sqrt{2}\qquad\textbf{(E)}\ 2\pi+2\sqrt{2}</math> | <math>\textbf{(A)}\ \pi+\sqrt{2}\qquad\textbf{(B)}\ \pi+2\qquad\textbf{(C)}\ \pi+2\sqrt{2}\qquad\textbf{(D)}\ 2\pi+\sqrt{2}\qquad\textbf{(E)}\ 2\pi+2\sqrt{2}</math> | ||
− | ==Solution== | + | ==Solution 1== |
− | WLOG note that if a point in the first quadrant satisfies the equation, so do its corresponding points in the other three quadrants. Therefore we can assume that <math>x, y \ge 0</math> and multiply by <math>4</math> at the end. | + | Without loss of generality (WLOG) note that if a point in the first quadrant satisfies the equation, so do its corresponding points in the other three quadrants. Therefore, we can assume that <math>x, y \ge 0</math>, which implies that <math>|x|=x</math> and <math>|y|=y</math>, and multiply by <math>4</math> at the end. |
− | We can rearrange the equation to get <math>x^2-x+y^2-y=0 \Rightarrow (x-\tfrac12)^2+(y-\tfrac12)^2=(\tfrac{\sqrt2}{2})^2</math>, which describes a circle with center <math>(\tfrac12, \tfrac12)</math> and radius <math>\tfrac{\sqrt2}{2}.</math> It's clear we now want to find the union of four | + | We can rearrange the equation to get <math>x^2-x+y^2-y=0 \Rightarrow (x-\tfrac12)^2+(y-\tfrac12)^2=(\tfrac{\sqrt2}{2})^2</math>, which describes a circle with center <math>(\tfrac12, \tfrac12)</math> and radius <math>\tfrac{\sqrt2}{2}.</math> It's clear we now want to find the union of four equal areas. |
<asy>draw((0,-1.5)--(0,1.5),EndArrow);draw((-1.5,0)--(1.5,0),EndArrow);draw((0,1)--(1,0)--(0,-1)--(-1,0)--cycle,dotted); | <asy>draw((0,-1.5)--(0,1.5),EndArrow);draw((-1.5,0)--(1.5,0),EndArrow);draw((0,1)--(1,0)--(0,-1)--(-1,0)--cycle,dotted); | ||
for(int i=0;i<4;++i){draw(rotate(i*90,(0,0))*arc((1/2,1/2),sqrt(1/2),-45,135));dot(rotate(i*90,(0,0))*(1/2,1/2));}</asy> | for(int i=0;i<4;++i){draw(rotate(i*90,(0,0))*arc((1/2,1/2),sqrt(1/2),-45,135));dot(rotate(i*90,(0,0))*(1/2,1/2));}</asy> | ||
− | There are several ways to find the area, but note that if you connect <math>(0, 1)</math> to its other three respective points in the other three quadrants, you get a square of area <math>2</math>, along with four half-circles of diameter <math>\sqrt{2}</math>, for a total area of <math>2+2\cdot(\tfrac{\sqrt2}{2})^2\pi = \pi + 2</math> which is <math>\textbf{(B)}</math>. | + | There are several ways to find the area, but note that if you connect <math>(0, 1)</math> to its other three respective points in the other three quadrants, you get a square of area <math>2</math>, along with four half-circles of diameter <math>\sqrt{2}</math>, for a total area of <math>2+2\cdot(\tfrac{\sqrt2}{2})^2\pi = \pi + 2</math> which is <math>\boxed{\textbf{(B)}}</math>. |
− | |||
==Solution 2== | ==Solution 2== | ||
Another way to solve this problem is using cases. | Another way to solve this problem is using cases. | ||
− | Though this may seem tedious, we only have to do one case. | + | Though this may seem tedious, we only have to do one case since the area enclosed is symmetrical. |
The equation for this figure is <math>x^2+y^2=|x|+|y|</math> To make this as easy as possible, | The equation for this figure is <math>x^2+y^2=|x|+|y|</math> To make this as easy as possible, | ||
− | + | we can make both <math>x</math> and <math>y</math> positive. Simplifying the equation for <math>x</math> and <math>y</math> being positive, | |
− | we get the equation <math>x^{2} +y^{2} -x-y</math> | + | we get the equation <math>x^{2} +y^{2} -x-y = 0.</math> |
+ | |||
+ | Using the complete the square method, we get <math>\left(x-\frac{1}{2}\right)^{2} + \left(y-\frac{1}{2}\right)^{2}=\frac{1}{2}</math> | ||
+ | |||
+ | Therefore, the origin of this section of the shape is at <math>\left(\frac{1}{2}, \frac{1}{2}\right).</math> | ||
− | |||
− | |||
Using the equation we can also see that the radius has a length of <math>\frac{\sqrt{2}}{2}</math> . | Using the equation we can also see that the radius has a length of <math>\frac{\sqrt{2}}{2}</math> . | ||
With this shape we see that this shape can be cut into a right triangle and a semicircle. | With this shape we see that this shape can be cut into a right triangle and a semicircle. | ||
− | The length of the hypotenuse of the triangle is <math> | + | The length of the hypotenuse of the triangle is <math>\sqrt{2}</math> so using special right triangles, we see that |
− | the area of the triangle is<math>\frac{1}{2}</math> . The semicircle has the area of <math>\frac | + | the area of the triangle is <math>\frac{1}{2}</math> . The semicircle has the area of <math>\frac{1}{4}\pi</math>. |
But this is only <math>1</math> case. There are <math>4</math> cases in total so we have to multiply | But this is only <math>1</math> case. There are <math>4</math> cases in total so we have to multiply | ||
− | <math>\frac{1}{2}+\frac | + | <math>\frac{1}{2}+\frac{1}{4}\pi</math> by <math>4</math>. |
+ | |||
+ | After multiplying, our answer is: <cmath>\boxed{\textbf{(B)} \pi+2}.</cmath> | ||
+ | |||
+ | ==Solution 3: Analytic geometry== | ||
+ | We solve with cases. The cases are: | ||
+ | Case 1: <math>x\geq0, y\geq0.</math> | ||
+ | Case 2: <math>x\geq0, y<0.</math> | ||
+ | Case 3: <math>x<0, y\geq0.</math> | ||
+ | Case 4: <math>x<0, y<0.</math> | ||
+ | |||
+ | We can quickly realize that the whole figure is symmetrical; so when you figure out the first case, you get the first part is <math>\left(x-\dfrac12\right)^2+\left(x-\dfrac12\right)^2</math> you can figure out the whole figure: (scaled 8x). | ||
+ | <asy> | ||
+ | size(400); | ||
+ | import TrigMacros; | ||
+ | |||
+ | rr_cartesian_axes(-10,10,-10,10,complexplane=false, usegrid = true); | ||
+ | |||
+ | |||
+ | |||
+ | draw(circle((4,4), 4*1.41421356237)); | ||
+ | draw(circle((4,-4), 4*1.41421356237)); | ||
+ | draw(circle((-4,4), 4*1.41421356237)); | ||
+ | draw(circle((-4,-4), 4*1.41421356237)); | ||
+ | |||
+ | |||
+ | </asy> | ||
+ | The way we figure out the area is by splitting it the following way: | ||
+ | <asy> | ||
+ | size(400); | ||
+ | import TrigMacros; | ||
+ | |||
+ | rr_cartesian_axes(-10,10,-10,10,complexplane=false, usegrid = true); | ||
+ | |||
+ | |||
+ | |||
+ | draw(circle((4,4), 4*1.41421356237)); | ||
+ | draw(circle((4,-4), 4*1.41421356237)); | ||
+ | draw(circle((-4,4), 4*1.41421356237)); | ||
+ | draw(circle((-4,-4), 4*1.41421356237)); | ||
+ | |||
+ | real f(real x) | ||
+ | { | ||
+ | return -x+8; | ||
+ | } | ||
+ | draw(graph(f,0,8), red+linewidth(1.5)); | ||
+ | |||
+ | |||
+ | real g(real x) | ||
+ | { | ||
+ | return x+8; | ||
+ | } | ||
+ | draw(graph(g,0,-8), red+linewidth(1.5)); | ||
+ | |||
+ | real f(real x) | ||
+ | { | ||
+ | return -x+8; | ||
+ | } | ||
+ | draw(graph(f,0,8), red+linewidth(1.5)); | ||
+ | |||
+ | real h(real x) | ||
+ | { | ||
+ | return -x-8; | ||
+ | } | ||
+ | draw(graph(h,-8,0), red+linewidth(1.5)); | ||
+ | |||
+ | |||
+ | real z(real x) | ||
+ | { | ||
+ | return x-8; | ||
+ | } | ||
+ | draw(graph(z,0,8), red+linewidth(1.5)); | ||
+ | |||
+ | |||
+ | pair A,B,C,D; | ||
− | + | A = (8,0); | |
+ | B = (0,8); | ||
+ | C = (-8,0); | ||
+ | D = (0,-8); | ||
+ | fill(A--B--C--D--cycle, red); | ||
+ | </asy> | ||
− | <math>\textbf{(B)}2 | + | We know each of the red lines is a diameter of the circle which is <math>\sqrt2</math>. So the area of the red is 2. We know that the area of each semicircle is <math>\dfrac14 \pi</math> so the area of the semicircles combines is <math>\pi</math>. Thus we get <math>\boxed{\textbf{(B)} \pi+2}.</math> |
==See Also== | ==See Also== | ||
{{AMC10 box|year=2016|ab=B|num-b=20|num-a=22}} | {{AMC10 box|year=2016|ab=B|num-b=20|num-a=22}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 22:26, 7 September 2022
Problem
What is the area of the region enclosed by the graph of the equation
Solution 1
Without loss of generality (WLOG) note that if a point in the first quadrant satisfies the equation, so do its corresponding points in the other three quadrants. Therefore, we can assume that , which implies that and , and multiply by at the end.
We can rearrange the equation to get , which describes a circle with center and radius It's clear we now want to find the union of four equal areas.
There are several ways to find the area, but note that if you connect to its other three respective points in the other three quadrants, you get a square of area , along with four half-circles of diameter , for a total area of which is .
Solution 2
Another way to solve this problem is using cases. Though this may seem tedious, we only have to do one case since the area enclosed is symmetrical. The equation for this figure is To make this as easy as possible, we can make both and positive. Simplifying the equation for and being positive, we get the equation
Using the complete the square method, we get
Therefore, the origin of this section of the shape is at
Using the equation we can also see that the radius has a length of .
With this shape we see that this shape can be cut into a right triangle and a semicircle. The length of the hypotenuse of the triangle is so using special right triangles, we see that the area of the triangle is . The semicircle has the area of .
But this is only case. There are cases in total so we have to multiply by .
After multiplying, our answer is:
Solution 3: Analytic geometry
We solve with cases. The cases are: Case 1: Case 2: Case 3: Case 4:
We can quickly realize that the whole figure is symmetrical; so when you figure out the first case, you get the first part is you can figure out the whole figure: (scaled 8x). The way we figure out the area is by splitting it the following way:
We know each of the red lines is a diameter of the circle which is . So the area of the red is 2. We know that the area of each semicircle is so the area of the semicircles combines is . Thus we get
See Also
2016 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 20 |
Followed by Problem 22 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.