Difference between revisions of "2023 AIME I Problems/Problem 5"
(Created page with "Problem (not official; when the official problem statement comes out, please update this page; to ensure credibility until the official problem statement comes out, please add...") |
Mathboy100 (talk | contribs) |
||
Line 2: | Line 2: | ||
Let there be a circle circumscribing a square ABCD, and let P be a point on the circle. PA*PC = 56, PB*PD = 90. What is the area of the square? | Let there be a circle circumscribing a square ABCD, and let P be a point on the circle. PA*PC = 56, PB*PD = 90. What is the area of the square? | ||
+ | |||
+ | ==Solution== | ||
+ | |||
+ | We may assume that <math>P</math> is between <math>B</math> and <math>C</math>. Let <math>PA = a</math>, <math>PB = b</math>, <math>PC = C</math>, <math>PD = d</math>, and <math>AB = s</math>. We have <math>a^2 + c^2 = AC^2 = 2s^2</math>, because <math>AC</math> is a diagonal. Similarly, <math>b^2 + d^2 = 2s^2</math>. Therefore, <math>(a+c)^2 = a^2 + c^2 + 2ac = 2s^2 + 2(56) = 2s^2 + 112</math>. Similarly, <math>(b+d)^2 = 2s^2 + 180</math>. | ||
+ | |||
+ | By Ptolemy's Theorem on <math>PCDA</math>, <math>as + cs = ds\sqrt{2}</math>, and therefore <math>a + c = d\sqrt{2}</math>. By Ptolemy's on <math>PBAD</math>, <math>bs + ds = as\sqrt{2}</math>, and therefore <math>b + d = a\sqrt{2}</math>. By squaring both equations, we obtain | ||
+ | |||
+ | <cmath>2d^2 = (a+c)^2 = 2s^2 + 112</cmath> | ||
+ | <cmath>2a^2 = (b+d)^2 = 2s^2 + 180.</cmath> | ||
+ | |||
+ | Thus, <math>a^2 = s^2 + 90</math>, and <math>d^2 = s^2 + 56</math>. Plugging these values into <math>a^2 + c^2 = b^2 + d^2 = 2s^2</math>, we obtain <math>c^2 = s^2 - 90</math>, and <math>b^2 = s^2 - 56</math>. Now, we can solve using <math>a</math> and <math>c</math> (though using <math>b</math> and <math>d</math> yields the same solution for <math>s</math>). | ||
+ | |||
+ | <cmath>(\sqrt{s^2 + 90})(\sqrt{s^2 - 90}) = ac = 56</cmath> | ||
+ | <cmath>(s^2 + 90)(s^2 - 90) = 56^2</cmath> | ||
+ | <cmath>s^4 = 90^2 + 56^2 = 106^2</cmath> | ||
+ | <cmath>s^2 = 106.</cmath> | ||
+ | |||
+ | The answer is <math>\boxed{106}</math>. | ||
+ | |||
+ | ~mathboy100 |
Revision as of 11:24, 8 February 2023
Problem (not official; when the official problem statement comes out, please update this page; to ensure credibility until the official problem statement comes out, please add an O if you believe this is correct and add an X if you believe this is incorrect):
Let there be a circle circumscribing a square ABCD, and let P be a point on the circle. PA*PC = 56, PB*PD = 90. What is the area of the square?
Solution
We may assume that is between and . Let , , , , and . We have , because is a diagonal. Similarly, . Therefore, . Similarly, .
By Ptolemy's Theorem on , , and therefore . By Ptolemy's on , , and therefore . By squaring both equations, we obtain
Thus, , and . Plugging these values into , we obtain , and . Now, we can solve using and (though using and yields the same solution for ).
The answer is .
~mathboy100