Analyzing the Setup
Welcome, future engineer. Today, we are going to dive into a problem that, at first glance, looks like a tangled mess of trigonometric variables.
We are given a triangle
PQR and two equations:
3sinP+4cosQ=6
4sinQ+3cosP=1
Our mission is to find the angle R. When you see a problem like this, do not panic. The key is to look for the hidden symmetry.
Notice how the coefficients 3 and 4 are swapped between the sine and cosine terms. This is a massive hint that the problem is designed to be solved by squaring and adding the equations to invoke the Pythagorean identity, sin2θ+cos2θ=1.
The Algebraic Dance
Let us perform the squaring. When we square the first equation,
(3sinP+4cosQ)2=62, we expand it to get:
9sin2P+16cos2Q+24sinPcosQ=36
Similarly, squaring the second equation,
(4sinQ+3cosP)2=12, gives us:
16sin2Q+9cos2P+24sinQcosP=1
Now, watch what happens when we add these two results together. We group the terms with the same coefficients:
9(sin2P+cos2P)+16(sin2Q+cos2Q)+24(sinPcosQ+cosPsinQ)=36+1
This is the moment of elegance. The terms in the parentheses become 1, and the cross-terms form the expansion of the compound angle formula, sin(P+Q)=sinPcosQ+cosPsinQ.
Our equation simplifies to:
9(1)+16(1)+24sin(P+Q)=37
This further reduces to:
25+24sin(P+Q)=37
The Final Reveal
Solving for
sin(P+Q) is now straightforward:
24sin(P+Q)=12⇒sin(P+Q)=21
Since we are in a triangle, P+Q+R=π, which means P+Q=π−R. Therefore, sin(P+Q)=sin(π−R)=sinR.
We have found that sinR=21. This gives us two candidates: R=6π or R=65π.
But as a true JEE aspirant, you know that we must check for validity. If R=65π, then P+Q=6π.
If you test these values in the original equations, you will find they cannot sum to 6. Thus, R=65π is an extraneous solution.
The only valid answer is R=6π. Keep practicing this kind of rigorous verification; it is what separates the good from the great.