Analyzing the Setup
Welcome, fellow traveler of the JEE journey. Today, we are not just solving a problem; we are uncovering the hidden architecture of a triangle. When you look at a problem like this, it is easy to feel overwhelmed by the variables.
We have cosA+2cosB+cosC=2, and we are given two sides, a=3 and c=7. It feels like a puzzle with missing pieces. But I want you to take a deep breath. In geometry, every equation is a constraint, and every constraint is a clue.
The Bridge Between Worlds
We are given information about angles (via their cosines) and information about sides. How do we connect these two worlds? This is where the Cosine Rule becomes our most trusted ally.
Recall the standard form:
cosA=2bcb2+c2−a2
Why is this so powerful? Because in our problem, a and c are fixed constants (3 and 7). The only variable that determines the 'personality' of this triangle is the side b. By expressing cosA, cosB, and cosC in terms of b, we transform a trigonometric equation into a purely algebraic one.
The Algebraic Transformation
Let us perform the substitution. We take our given equation, cosA+2cosB+cosC=2, and replace the terms.
For
cosA, we have:
2(b)(7)b2+72−32=14bb2+40
For
cosB, we have:
2(3)(7)32+72−b2=4258−b2
For
cosC, we have:
2(3)(b)32+b2−72=6bb2−40
Now, look at the equation:
14bb2+40+2(4258−b2)+6bb2−40=2
I know, it looks like a mess of fractions. But do not let the denominators intimidate you. We find the Least Common Multiple of 14b, 42, and 6b, which is 42b. Multiplying the entire equation by 42b clears the fractions and leaves us with a clean, manageable polynomial.
The Cubic Challenge
After multiplying by
42b and expanding the terms, we arrive at:
3(b2+40)+2b(58−b2)+7(b2−40)=84b
Expanding this, we get
3b2+120+116b−2b3+7b2−280=84b. Grouping the terms, we find ourselves staring at a cubic equation:
−2b3+10b2+32b−160=0
Divide by
−2, and we get
b3−5b2−16b+80=0. Using factoring by grouping:
b2(b−5)−16(b−5)=0⇒(b−5)(b2−16)=0
The roots are b=5, b=4, and b=−4.
The Reality Check
Here is where the true test of a mathematician lies. We have three mathematical solutions, but do they all exist in the physical world?
1. b=−4: A side length cannot be negative. We discard this immediately.
2. b=4: We must check the Triangle Inequality. If b=4, then a+b=3+4=7. Since a+b is not strictly greater than c (7), this triangle cannot exist.
3. b=5: Here, 3+5>7. This works perfectly!
So, our triangle is defined by sides 3,5, and 7.
The Final Victory
With
b=5 locked in, the rest is just a victory lap. We calculate:
cosA=2(5)(7)52+72−32=7065=1413
Similarly:
cosC=2(3)(5)32+52−72=30−15=−21
The question asks for
cosA−cosC:
1413−(−21)=1413+147=1420=710
There it is. The elegance of the final answer, 710, is the reward for your persistence. You navigated the constraints, avoided the traps, and arrived at the truth.