Suppose that the angles of △ABC satisfy cos(3A)+cos(3B)+cos(3C)=1. Two sides of the triangle have lengths 10 and 13. There is a positive integer m so that the maximum possible length for the remaining side of △ABC is m. Find m.
解析
Solution 1
Note that cos3C=−cos(3A+3B). Thus, our expression is of the form cos3A+cos3B−cos(3A+3B)=1. Let cos3A=x and cos3B=y.
Using the fact that cos(3A+3B)=cos3Acos3B−sin3Asin3B=xy−1−x21−y2, we get x+y−xy+1−x21−y2=1, or 1−x21−y2=xy−x−y+1=(x−1)(y−1).
Squaring both sides, we get (1−x2)(1−y2)=[(x−1)(y−1)]2. Cancelling factors, (1+x)(1+y)=(1−x)(1−y).
Notice here that we cancelled out one factor of (x-1) and (y-1), which implies that (x-1) and (y-1) were not 0. If indeed they were 0 though, we would have
cos(3A)−1=0,cos(3A)=1
For this we could say that A must be 120 degrees for this to work. This is one case. The B case follows in the same way, where B must be equal to 120 degrees. This doesn't change the overall solution though, as then the other angles are irrelevant (this is the largest angle, implying that this will have the longest side and so we would want to have the 120 degreee angle opposite of the unknown side).
Expanding, 1+x+y+xy=1−x−y+xy→x+y=−x−y.
Simplification leads to x+y=0.
Therefore, cos(3C)=1. So ∠C could be 0∘ or 120∘. We eliminate 0∘ and use law of cosines to get our answer:
Note: We can get x=−y from (1+x)(1+y)=(1−x)(1−y), and plugging in cos3A+cos3B=0 directly gives cos(3C)=1. Angle C being 120 degrees is also sufficient for (1+x)(1+y)=(1−x)(1−y), so we can skip the casework part. -HappyByron
Solution 2
WLOG, let C be the largest angle in the triangle.
As above, we can see that cos3A+cos3B−cos(3A+3B)=1
If one of A or B is 120, we have a contradiction, since C must be the largest angle.
Otherwise, if one of A or B is 60, WLOG, assume A = 60, we would have cos(3B)+cos(3C)=2, and thus, cos(3B) and cos(3C) both equal 1, implying B=C=120, a contradiction to the fact that the sum of the angles of a triangle must be 180 degrees.
CASE 2: If sin3A=0 and sin3B=0
sin3Acos3A−1⋅sin3Bcos3B−1=1tan23Atan23B=1
Note that tanx=tan(90−x)1, or tanxtan(90−x)=1
Thus 23A+23B=90, or A+B=60.
Now we know that C=120, so we can just use the Law of Cosines to get 399
-Alexlikemath
Solution 3
cos3A+cos3B=1−cos(3C)=1+cos(3A+3B)2cos23(A+B)cos23(A−B)=2cos223(A+B)
If cos23(A+B)=0, then 23(A+B)=90, A+B=60, so C=120; otherwise,
2cos23(A−B)=2cos23(A+B)sin23Asin23B=0
so either sin23A=0 or sin23B=0, i.e., either A=120 or B=120. In all cases, one of the angles must be 120, which opposes the longest side. Final result follows. 399
-Mathdummy
Solution 4(Fakesolve)
Let BC be the unknown side length. By Law of Cosines we have that BC=269−260cosA. We notice that cosA should be negative to optimize BC so A is between 90 and 180 degrees. We also know that the value inside the square root is an integer m, so 269−260cosA should be an integer. We can then assume that A is 120 degrees so cosA=2−1. We do this because 120 degrees is a "common" value and it makes the value inside the square root an integer. Plugging this into 269−260cosA for m we get that it is 399.