Difference between revisions of "1977 AHSME Problems/Problem 30"
(Created page with "<math>\textbf{\Large Bashy trig}</math> <cmath> </cmath> By the law of cosines we can get the following expressions for <math>d^{2}</math> and <math>b^{2}</math>: <cmath>d^{2...") |
(→Solution 1) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | < | + | == Problem == |
+ | |||
+ | <asy> | ||
+ | for (int i=0; i<9; ++i) { | ||
+ | draw(dir(10+40*i)--dir(50+40*i)); | ||
+ | } | ||
+ | draw(dir(50) -- dir(90)); | ||
+ | label("$a$", dir(50) -- dir(90), N); | ||
+ | draw(dir(10) -- dir(90)); | ||
+ | label("$b$", dir(10) -- dir(90), SW); | ||
+ | draw(dir(-70) -- dir(90)); | ||
+ | label("$d$", dir(-70) -- dir(90), E); | ||
+ | //Credit to MSTang for the diagram | ||
+ | </asy> | ||
+ | |||
+ | If <math>a,b</math>, and <math>d</math> are the lengths of a side, a shortest diagonal and a longest diagonal, respectively, | ||
+ | of a regular nonagon (see adjoining figure), then | ||
+ | |||
+ | <math>\textbf{(A) }d=a+b\qquad | ||
+ | \textbf{(B) }d^2=a^2+b^2\qquad | ||
+ | \textbf{(C) }d^2=a^2+ab+b^2\qquad\\ | ||
+ | \textbf{(D) }b=\frac{a+d}{2}\qquad | ||
+ | \textbf{(E) }b^2=ad </math> | ||
+ | |||
+ | == Solution 1 == | ||
By the law of cosines we can get the following expressions for <math>d^{2}</math> and <math>b^{2}</math>: | By the law of cosines we can get the following expressions for <math>d^{2}</math> and <math>b^{2}</math>: | ||
Line 19: | Line 43: | ||
Solution by harita19 | Solution by harita19 | ||
*NOTE: a much easier solution exists by drawing some lines and recognizing that the nonagon is cyclic, but for those of use who use algebra in every geometry problem, this is the best solution. | *NOTE: a much easier solution exists by drawing some lines and recognizing that the nonagon is cyclic, but for those of use who use algebra in every geometry problem, this is the best solution. | ||
+ | |||
+ | == Solution 2 == | ||
+ | |||
+ | Using Van Schooten's Theorem, we draw an equilateral triangle in the nonagon, and immediately see that <math>a+b=d</math>. |
Revision as of 22:09, 30 September 2020
Problem
If , and are the lengths of a side, a shortest diagonal and a longest diagonal, respectively, of a regular nonagon (see adjoining figure), then
Solution 1
By the law of cosines we can get the following expressions for and :
We can substitute what we got for into the expression for :
Now apply sum-to-product and product-to-sum identities: Simplifying further gives us: After using the fact that , it's not hard to see that the expression in the parentheses is equal to . So we can square-root both sides to find the expression for :
Now let's look at the expression for . We can apply the reverse of the double angle identity to show that equals . So if we square root the entire expression we get that We now have everything in terms of . Luckily when we consider choice we can verify without much work that this must be the answer.
Solution by harita19
- NOTE: a much easier solution exists by drawing some lines and recognizing that the nonagon is cyclic, but for those of use who use algebra in every geometry problem, this is the best solution.
Solution 2
Using Van Schooten's Theorem, we draw an equilateral triangle in the nonagon, and immediately see that .