Let the domain of the function f(x) = log3 log5 (7 − log2(x² − 10x + 85)) + sin⁻¹(|(3x−7)/(17−x)|) be (α, β]. Then α + β is equal to | JEE Main Mathematics

Let the domain of the function f(x) = log3 log5 (7 − log2(x² − 10x + 85)) + sin⁻¹(|(3x−7)/(17−x)|) be (α, β]. Then α + β is equal to | JEE Main Mathematics
Q Numerical Functions
Let the domain of the function

$f(x) = \log_3\log_5\!\bigl(7-\log_2(x^2-10x+85)\bigr) + \sin^{-1}\!\left(\left|\dfrac{3x-7}{17-x}\right|\right)$

be $(\alpha,\beta]$. Then $\alpha+\beta$ is equal to :

(A) 12    (B) 8    (C) 10    (D) 9
✅ Correct Answer
Option D — 9
Solution Steps
1
Check innermost expression: $x^2-10x+85 > 0$

Complete the square:

$$x^2-10x+85=(x-5)^2+60 \ge 60 > 0 \quad\text{for all }x.$$

So $\log_2(x^2-10x+85)$ is defined everywhere. ✓

2
Condition for $\log_5(\cdots)$ to exist: argument $> 0$

We need $7 – \log_2(x^2-10x+85) > 0$:

$$\log_2(x^2-10x+85) < 7$$

$$x^2-10x+85 < 2^7 = 128$$

$$x^2-10x-43 < 0$$

Discriminant: $100+172=272$, roots $= 5\pm 2\sqrt{17}\approx 5\pm 8.25$

So: $5-2\sqrt{17} < x < 5+2\sqrt{17}$   … (i)

3
Condition for $\log_3(\cdots)$ to exist: $\log_5(\cdots) > 0$

$\log_5(A) > 0 \iff A > 1$. So:

$$7-\log_2(x^2-10x+85) > 1$$

$$\log_2(x^2-10x+85) < 6$$

$$x^2-10x+85 < 64$$

$$x^2-10x+21 < 0$$

$$(x-3)(x-7) < 0$$

$$\boxed{3 < x < 7} \quad\text{… (ii)}$$

Since $(3,7) \subset (5-2\sqrt{17},\,5+2\sqrt{17})$, condition (i) is absorbed by (ii).

4
Condition for $\sin^{-1}\!\left(\left|\frac{3x-7}{17-x}\right|\right)$: argument $\in [0,1]$

Since we have absolute value, we need:

$$\left|\frac{3x-7}{17-x}\right| \le 1 \quad (x\ne 17)$$

$$|3x-7| \le |17-x|$$

Squaring both sides (both $\ge 0$):

$$(3x-7)^2 \le (17-x)^2$$

$$9x^2-42x+49 \le x^2-34x+289$$

$$8x^2-8x-240 \le 0$$

$$x^2-x-30 \le 0$$

$$(x-6)(x+5) \le 0$$

$$\boxed{-5 \le x \le 6} \quad\text{… (iii)}$$

5
Intersect both conditions

From (ii): $x \in (3,7)$

From (iii): $x \in [-5,6]$

Intersection:

$$x \in (3,7)\cap[-5,6] = (3,\,6]$$

6
Verify endpoints

At $x=3$: $\log_5(7-\log_2(9-30+85))=\log_5(7-\log_2 64)=\log_5(7-6)=\log_5 1=0$. Then $\log_3(0)$ is undefined. So $x=3$ is excluded. ✓ (open)

At $x=6$: Check $\log_5(7-\log_2(36-60+85))=\log_5(7-\log_2 61)$. Since $61 < 64=2^6$, $\log_2 61 < 6$, so argument $>1$. Also $\left|\frac{18-7}{17-6}\right|=\frac{11}{11}=1$, so $\sin^{-1}(1)=\frac{\pi}{2}$ is valid. So $x=6$ is included. ✓ (closed)

7
Find $\alpha + \beta$

Domain $= (\alpha,\beta] = (3,6]$.

$$\alpha=3,\quad \beta=6.$$

$$\alpha+\beta = 3+6 = \boxed{9}.$$

Correct option: $\boxed{\text{(D) 9}}$.

💡

Key Insight

Log chain gives $(3,7)$. Arcsin condition gives $[-5,6]$. Intersection $= (3,6]$. So $\alpha+\beta=9$.

📚
Domain Finding Theory
1. Domain of nested logarithms: working inside-out
When a function contains nested (composite) logarithms like $\log_a(\log_b(\log_c(\cdots)))$, the domain is found by unwrapping from the outermost layer inward. The outermost function $\log_a$ requires its argument to be positive. That argument is the next logarithm $\log_b$, and $\log_b(A) > 0$ iff $A > 1$ (when $b > 1$). So you impose $A > 1$, which generates an inequality on the next layer. This is repeated until you reach the actual variable $x$. In this question, $\log_3(\log_5(A)) > 0$ is NOT required — only that $\log_5(A)$ is positive. Because $\log_3$ is defined for any positive argument, but $\log_3(y)$ being real only needs $y > 0$. Therefore the condition chain is: $7 – \log_2(x^2-10x+85) > 1$, which upon unwrapping gives $(x-3)(x-7) < 0$.
2. Solving $|f(x)| \le |g(x)|$ by squaring
When both sides of an inequality involve absolute values, squaring is the cleanest method. If $|A| \le |B|$, then squaring gives $A^2 \le B^2$, i.e. $A^2 – B^2 \le 0$, i.e. $(A-B)(A+B) \le 0$. This avoids splitting into multiple cases based on signs of $A$ and $B$ separately. In this problem, $|3x-7| \le |17-x|$ becomes $(3x-7)^2 \le (17-x)^2$. Expanding and simplifying yields $8x^2 – 8x – 240 \le 0$, or $x^2 – x – 30 \le 0$, which factors as $(x-6)(x+5) \le 0$, giving $-5 \le x \le 6$. The boundary values $x = -5$ and $x = 6$ are included because equality holds there. Always verify that $x = 17$ (where denominator vanishes) is not in the final domain.
3. Domain of $\sin^{-1}(f(x))$: argument must lie in $[-1,1]$
The inverse sine function $\sin^{-1}(t)$ is defined only when $-1 \le t \le 1$. When the argument involves an absolute value, the condition simplifies to $0 \le |t| \le 1$, i.e. $|t| \le 1$. This is because absolute values are always non-negative. So the effective condition is just $|t| \le 1$. For a ratio, you set $\left|\frac{3x-7}{17-x}\right| \le 1$ and solve as shown above. The result includes the equality case, meaning the boundary $x = 6$ (where the ratio equals 1) is included in the domain. Always check that the denominator is non-zero; here $17 – x \ne 0$ requires $x \ne 17$, which does not affect the domain in this problem.
4. Intersection of domains and interval notation
When a function is a sum of two terms, the overall domain is the intersection of the individual domains. Here the logarithm part requires $x \in (3,7)$ and the arcsin part requires $x \in [-5,6]$. The intersection is all $x$ that satisfy both simultaneously: $x \in (3,7) \cap [-5,6] = (3,6]$. Note that 3 is open (excluded from both domains’ reasoning) and 6 is closed (included in the arcsin domain via equality, and satisfies the log condition strictly). The domain is written as $(\alpha,\beta] = (3,6]$ in the question’s notation. Endpoint verification is always essential in domain problems: test $x = \alpha$ and $x = \beta$ explicitly to confirm which is included and which is excluded.
FAQs
Q
Why is $x^2-10x+85$ always positive?
Because $(x-5)^2+60 \ge 60 > 0$ for all real $x$. The discriminant is negative.
Q
Why does $\log_3(\log_5(A))$ require $A > 1$, not just $A > 0$?
$\log_3$ needs its argument $\log_5(A) > 0$. Since $\log_5(A) > 0$ iff $A > 1$, the overall condition is $A > 1$.
Q
How does $7-\log_2(x^2-10x+85) > 1$ give $(3,7)$?
It gives $x^2-10x+85 < 64$, i.e. $x^2-10x+21 < 0$, i.e. $(x-3)(x-7) < 0$, so $x \in (3,7)$.
Q
How to handle $\left|\frac{3x-7}{17-x}\right| \le 1$?
Square both sides: $(3x-7)^2 \le (17-x)^2$, giving $x^2-x-30 \le 0$, so $-5 \le x \le 6$.
Q
What is the domain from the log part alone?
$x \in (3, 7)$ — open at both ends.
Q
What is the domain from the arcsin part alone?
$x \in [-5, 6]$ — closed at both ends.
Q
What is the final combined domain?
$(3,7) \cap [-5,6] = (3,6]$. So domain $= (\alpha,\beta] = (3,6]$.
Q
Why is $x=3$ excluded?
At $x=3$, $\log_5(1) = 0$ and $\log_3(0)$ is undefined. So $x=3$ is not in the domain.
Q
Why is $x=6$ included?
At $x=6$, the arcsin argument equals 1 (valid), and the log part is defined. So $x=6$ is included.
Q
What is $\alpha + \beta$?
$\alpha = 3$, $\beta = 6$. So $\alpha + \beta = 9$. Option (D).
📤 Share with friends!
Scroll to Top