The Grand Symphony of Concepts
Imagine standing before a mountain of problems, where each peak represents a different domain of mathematics. Today, we are not just climbing one; we are traversing the entire range.
This matching problem is a masterclass in synthesis, pulling together calculus, matrix algebra, logarithms, and trigonometry. Let us embark on this journey, one step at a time.
Part A
The Elegance of Optimization
We begin with a rational function:
f(x)=x+2x2+2x+4
The instinct might be to reach for the quotient rule of differentiation. While that path is correct, it is a long and winding road. Instead, let us look for the hidden symmetry.
By rewriting the numerator as
(x+2)2−2(x+2)+4, we can split the fraction into:
f(x)=(x+2)+x+24−2
Now, the problem transforms. We are looking for the minimum of a sum of two terms whose product is constant. This is the perfect stage for the Arithmetic Mean-Geometric Mean (AM-GM) inequality.
The sum
(x+2)+x+24 is always greater than or equal to:
Subtracting the constant 2, we find the minimum value is 4−2=2. It is a beautiful example of how algebraic insight can bypass brute-force calculus.
Part B
The Dance of Matrices
Next, we step into the world of linear algebra. We are given two matrices, A and B, where A is symmetric (AT=A) and B is skew-symmetric (BT=−B).
The condition
(A+B)(A−B)=(A−B)(A+B) is our compass. Expanding both sides, we get:
A2−AB+BA−B2=A2+AB−BA−B2
The quadratic terms A2 and B2 vanish, leaving us with 2BA=2AB, or simply AB=BA. This tells us the matrices commute.
Now, consider (AB)T. By the reversal law of transposes, this is BTAT. Substituting our known properties, we get (−B)A=−BA.
Since AB=BA, this is −AB. The problem states (AB)T=(−1)kAB. Comparing these, (−1)k=−1, which forces k to be an odd integer. Thus, k can be 1 or 3.
Part C
The Logarithmic Labyrinth
Now, we face the logarithmic challenge. Given
a=log3log32, we find
3a=log32. We need
3−a, which is the reciprocal:
3−a=log321=log23
Our inequality is
1<2−k+log23<2. Taking the logarithm base 2 across the inequality, we get:
log21<−k+log23<log22
This simplifies to
0<−k+log23<1. Rearranging for
k, we find:
log23−1<k<log23
Since log23≈1.58, we have 0.58<k<1.58. The only integer in this range is k=1. Since 1<2 and 1<3, k matches with 2 and 3.
Part D
The Harmony of Trigonometry
Finally, we arrive at the trigonometric equation sinθ=cosϕ. To solve this, we must speak the same language.
Using the complementary angle identity, we write cos(2π−θ)=cosϕ. The general solution for cosx=cosy is x=2nπ±y.
Applying this, we get:
2π−θ=2nπ±ϕ
Rearranging to match the expression in the question, we have θ±ϕ−2π=−2nπ. Dividing by π, we get −2n, which is always an even integer. Thus, the expression matches with 0 and 2.
We have navigated the peaks and valleys of this problem, and the view from the top is clear. Mathematics is not just about solving; it is about seeing the connections.