The Gatekeepers of Existence
Unlocking the Domain
Welcome, future engineer. Today, we are not just solving a math problem; we are embarking on a journey to define the very boundaries of existence for a function. In the world of JEE Advanced, the 'domain' is the most fundamental concept.
If you cannot find the domain, you cannot integrate, you cannot differentiate, and you cannot analyze the behavior of the function. Let us master this.
We are presented with the function f(x)=cos−1(11−3x2x−5)+sin−1(2x2−3x+1). This is a composite function, a sum of two distinct inverse trigonometric entities.
For f(x) to be defined, both parts must exist simultaneously. This means we are looking for the intersection of two sets: the domain of the cos−1 term (D1) and the domain of the sin−1 term (D2). Our final answer will be D=D1∩D2.
Phase 1
The Rational Challenge
Let us focus on the first term: cos−1(11−3x2x−5). We know that the input of cos−1(u) must lie in the closed interval [−1,1]. Therefore, we must satisfy the double inequality:
Here is where many students stumble. Do not, under any circumstances, cross-multiply by (11−3x). Because we do not know if (11−3x) is positive or negative, cross-multiplying could flip the inequality sign and cause you to lose your answer.
Instead, we treat this as two separate inequalities: 11−3x2x−5≥−1 and 11−3x2x−5≤1.
For the first part, 11−3x2x−5+1≥0, we find a common denominator:
11−3x2x−5+11−3x≥0⇒11−3x6−x≥0
Multiplying by −1 to make the leading coefficients positive gives us 3x−11x−6≥0. Using the Wavy Curve method, we identify the critical points at x=311 and x=6. Testing the intervals, we find the solution: x∈(−∞,311)∪[6,∞).
For the second part, 11−3x2x−5−1≤0, we get:
11−3x2x−5−11+3x≤0⇒11−3x5x−16≤0
Using the Wavy Curve method with critical points x=311 and x=516, we find the solution: x∈(−∞,516]∪(311,∞). Intersecting these two sets gives us our first domain:
Phase 2
The Quadratic Stability
Now, let us turn our attention to the second term: sin−1(2x2−3x+1). Again, the input must lie in [−1,1]. So, −1≤2x2−3x+1≤1.
First, consider 2x2−3x+1≥−1, which becomes 2x2−3x+2≥0. Let us check the discriminant:
Δ=b2−4ac=(−3)2−4(2)(2)=9−16=−7
Since the discriminant is negative and the leading coefficient is positive, this parabola never touches the x-axis and is always positive. This inequality is true for all real numbers x∈R.
Next, consider 2x2−3x+1≤1, which simplifies to 2x2−3x≤0. Factoring this, we get x(2x−3)≤0. The roots are 0 and 23. The inequality holds between these roots, so x∈[0,23].
Intersecting R with [0,23] gives us:
Phase 3
The Grand Convergence
We have arrived at the final step. We need the intersection of D1=(−∞,516]∪[6,∞) and D2=[0,23].
Visualize the number line. D2 is the interval [0,1.5]. D1 covers everything up to 3.2 and everything from 6 onwards.
Since 1.5<3.2, the entire interval [0,1.5] is contained within the first part of D1. Therefore, the intersection is simply:
Comparing this to the given interval [α,β], we identify α=0 and β=23. The problem asks for α+2β. Substituting our values:
The final answer is 3.