Let x and y be real numbers such that sinysinx=3 and cosycosx=21. The value of sin2ysin2x+cos2ycos2x can be expressed in the form qp, where p and q are relatively prime positive integers. Find p+q.
解析
Solution
Examine the first term in the expression we want to evaluate, sin2ysin2x, separately from the second term, cos2ycos2x.
Let the equation sinysinx=3 be equation 1, and let the equation cosycosx=21 be equation 2. Hungry for the widely-used identity sin2θ+cos2θ=1, we cross multiply equation 1 by siny and multiply equation 2 by cosy.
Equation 1 then becomes:
sinx=3siny.
Equation 2 then becomes:
cosx=21cosy
Aha! We can square both of the resulting equations and match up the resulting LHS with the resulting RHS:
1=9sin2y+41cos2y
Applying the identity cos2y=1−sin2y (which is similar to sin2θ+cos2θ=1 but a bit different), we can change 1=9sin2y+41cos2y into:
1=9sin2y+41−41sin2y
Rearranging, we get 43=435sin2y.
So, sin2y=353.
Squaring Equation 1 (leading to sin2x=9sin2y), we can solve for sin2x:
sin2x=9(353)=3527
Using the identity cos2θ=1−2sin2θ, we can solve for cos2ycos2x.
Plugging in the numbers we got back into the original equation :
We get sin2ysin2x+cos2ycos2x=23+(−2919)=5849.
So, the answer is 49+58=107.
Solution 2
As mentioned above, the first term is clearly 23. For the second term, we first wish to find cos2ycos2x=2cos2y−12cos2x−1. Now we first square the first equation getting sin2ysin2x=1−cos2y1−cos2x=9. Squaring the second equation yields cos2ycos2x=41. Let cos2x=a and cos2y=b. We have the system of equations
1−a4a=9−9b=b
Multiplying the first equation by 4 yields 4−4a=36−36b and so 4−b=36−36b⟹b=3532. We then find a=358. Therefore the second fraction ends up being 3516−13564−1=−2919 so that means our desired sum is 5849 so the desired sum is 107.
Solution 3
We draw 2 right triangles with angles x and y that have the same hypotenuse.
We get b2+9a2=4b2+a2. Then, we find 8a2=3b2.
Now, we can scale the triangle such that a=3, b=8. We find all the side lengths, and we find the hypotenuse of both these triangles to equal 35 This allows us to find sin and cos easily.
The first term is 23, refer to solution 1 for how to find it.
The second term is cos2(y)−sin2(y)cos2(x)−sin2(x). Using the diagram, we can easily compute this as 3532−353358−3527=29−19
Summing these you get 23+29−19=5849⟹107
-Alexlikemath
Solution 4
Let a=sin(x),b=sin(y) The first equation yields ba=3. Using sin2(x)+cos2(x)=1 the second equation yields
1−b21−a2=21→1−b21−a2=41
Solving this yields (a,b)=(3353,353). Finding the first via double angle for sin yields
sin(2y)sin(2x)=2sinycosy2sinxcosx=3⋅21=23
Double angle for cosine is
cos(2x)=1−2sin2x
so sin(2x)cos(2x)=1−2b21−2a2=−2919. Adding yields 5849→49+58=107
Solution 5
We can calculate the first term sin2ysin2x=2sinycosy2sinxcosx=3⋅21=23. To calculate the second term, we need to use the identity sin2x+cos2x=1. From the first and second equations, we can rewrite then as sinx=3siny and cosx=21cosy respectively. Now, we can use the identity and make the equation 9sin2y+41cos2y=1 We now multiply both sides by 4 and get the equation 36sin2y+cos2y=4. Using the identity again, we realize that we can subtract 1 from both sides and obtain 35sin2y=3. Now, we can figure out that sin2y=353. Another identity that is useful for this problem is cos2x=1−2sin2x. Now, we can find the value of cos2y
which is 1−2(353)=3529. Our main problem now is finding cos2x. We can use the identity so that we just need to find sin2x. Using our first equation stated in the problem, we can multiply both sides by itself and get the equation sin2ysin2x=9. Plug in 353 for sin2y and solve the equation to get the value of sin2x as 3527. Next, we use the identity and find cos2x as −3519. We can find the second term as we have cos2x and cos2y. Thus, the total sum is 23+29−19=5849. The question asks the sum of the numerator and the denominator so the answer is 49+58=107.