Question:medium

Let \( f: (0, \pi) \to \mathbb{R} \) be a function given by
\[ f(x) = \begin{cases} \left(\frac{8}{7}\right)^{\tan 8x / \tan 7x}, & 0 < x < \frac{\pi}{2} \\ a - 8, & x = \frac{\pi}{2} \\ \left(1 + |\cot x|\right)^{b^{\lfloor \tan x \rfloor}}, & \frac{\pi}{2} < x < \pi \end{cases} \]
Where \( a, b \in \mathbb{Z} \). If \( f \) is continuous at \( x = \frac{\pi}{2} \), then \( a^2 + b^2 \) is equal to __________.

Updated On: Mar 21, 2026
Show Solution

Correct Answer: 81

Solution and Explanation

To compute \(a^2 + b^2\), continuity of \(f(x)\) at \(x = \frac{\pi}{2}\) is required. The condition for continuity is: \[\lim_{x \to \frac{\pi}{2}^-} f(x) = f\left(\frac{\pi}{2}\right) = \lim_{x \to \frac{\pi}{2}^+} f(x)\]

1. Left-hand limit: For \(x \to \frac{\pi}{2}^-\), \(f(x) = \left(\frac{8}{7}\right)^{\tan 8x / \tan 7x}\). Using the approximation \(\tan kx \approx -\frac{1}{kx - \frac{\pi}{2}k}\) for \(\tan kx\), we find \(\tan 8x/\tan 7x \to 8/7\) as \(x \to \frac{\pi}{2}^-\). The left-hand limit is therefore \((8/7)^{8/7} = 8/7\).

2. Value at \(x = \pi/2\): \(f\left(\frac{\pi}{2}\right) = a - 8\).

3. Right-hand limit: For \(x \to \frac{\pi}{2}^+\), \(f(x) = (1 + |\cot x|)^{b^{\lfloor \tan x \rfloor}}\). As \(x \to \frac{\pi}{2}^+\), \(\cot x \to 0\) and \(\lfloor \tan x \rfloor = 0\). Thus, \(f(x) \to (1+0)^{b^0} = 1\).

For continuity at \(x = \pi/2\), we must have \(8/7 = a - 8 = 1\). Solving \(a - 8 = 1\) yields \(a = 9\).

The condition \(1 = f(x\to \frac{\pi}{2}^+)\) implies \(1 = 1\), which is satisfied for any integer \(b\) since \(b^0 = 1\).

The smallest possible integer value for \(b\) is \(0\).

Consequently, \(a^2+b^2 = 9^2 + 0^2 = 81\).

Verification: The calculated value \(81\) is within the specified range \([81, 81]\). Thus, \(a^2 + b^2 = 81\).

Was this answer helpful?
0