Analyzing the Setup
Welcome, fellow traveler on the JEE Advanced path. Today, we are not just solving a problem; we are uncovering the hidden geometry of a triangle.
Imagine you are standing in a field, holding a compass and a ruler. You are given two sides of a triangle, a=7 and b=8, and the cosine of the angle between them, cosA=32.
The third side, c, is hidden behind the variable α, which we are told must be a natural number. In the world of competitive exams, a constraint like α∈N is a neon sign pointing toward a specific, integer-based solution.
The Cosine Rule
Our Geometric Compass
To find α, we need a bridge between the sides and the angle. That bridge is the Law of Cosines.
We write it down:
cosA=2bcb2+c2−a2
Substituting our known values, we get:
32=2×8×α82+α2−72
As we simplify the squares, 82 becomes 64 and 72 becomes 49. The numerator simplifies to α2+15.
Now, we cross-multiply:
2×16α=3×(α2+15), which leads us to the quadratic equation:
3α2−32α+45=0
Solving this is like solving a puzzle; we split the middle term to get (3α−5)(α−9)=0. We find two roots: α=9 and α=35.
But remember our constraint? α must be a natural number. Thus, the fraction is rejected, and our triangle is revealed: sides 7,8, and 9.
The Trigonometric Dance
Now that we know the sides, we need to evaluate 49cos(3C)+42. To get to cos(3C), we first need cosC.
We return to the Cosine Rule:
cosC=2aba2+b2−c2
Plugging in our sides
7,8, and
9, we calculate:
cosC=11249+64−81=11232=72
Now, we invoke the triple angle identity: cos(3C)=4cos3C−3cosC. This is where the magic happens.
We substitute
cosC=72 into the identity:
cos(3C)=4(72)3−3(72)=4(3438)−76=34332−76
The Grand Finale
Finally, we tackle the expression
49cos(3C)+42. Substituting our value for
cos(3C), we have:
49(34332−76)+42
Distributing the 49 is the key. 49×34332 simplifies to 732 because 343=49×7.
Then, 49×76 becomes 7×6=42. Our expression becomes 732−42+42.
The −42 and +42 cancel out with elegant precision, leaving us with 732. The problem asks for m+n where nm=732.
Since gcd(32,7)=1, we have m=32 and n=7. Adding them gives 39.