Question:medium

The number of positive integral solutions of $\tan^{-1} x + \cos^{-1} \left( \frac{y}{\sqrt{1+y^2}} \right) = \sin^{-1} \left( \frac{3}{\sqrt{10}} \right)$ are ______.

Show Hint

Converting Diophantine fractions like $x = \frac{3y-1}{y+3}$ into mixed form $3 - \frac{10}{y+3}$ is a brilliant shortcut. It instantly restricts the infinite possibilities down to the simple factors of the constant numerator!
Updated On: Jun 19, 2026
  • 1
  • 2
  • 3
  • 4
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
Convert all inverse trigonometric functions to $\tan^{-1}$ to simplify the equation.

Step 2: Formula Application:

1. $\cos^{-1} \frac{y}{\sqrt{1+y^2}} = \tan^{-1} \frac{1}{y}$ (for $y > 0$). 2. $\sin^{-1} \frac{3}{\sqrt{10}} = \tan^{-1} 3$.

Step 3: Explanation:

The equation becomes $\tan^{-1} x + \tan^{-1} \frac{1}{y} = \tan^{-1} 3$. $\tan^{-1} \left( \frac{x + 1/y}{1 - x/y} \right) = \tan^{-1} 3 \implies \frac{xy + 1}{y - x} = 3$. $xy + 1 = 3y - 3x \implies x(y+3) = 3y - 1 \implies x = \frac{3y-1}{y+3}$. For $x$ to be a positive integer, $y+3$ must divide $3y-1$. $x = \frac{3(y+3) - 10}{y+3} = 3 - \frac{10}{y+3}$. Since $y$ is a positive integer, $y+3$ can be $5$ or $10$. If $y+3=5 \implies y=2, x=1$. If $y+3=10 \implies y=7, x=2$. Wait, checking $y=7, x=2$: $\tan^{-1} 2 + \tan^{-1} (1/7) = \tan^{-1} (\frac{2+1/7}{1-2/7}) = \tan^{-1} (\frac{15}{5}) = \tan^{-1} 3$. Correct. Checking $y=2, x=1$: $\tan^{-1} 1 + \tan^{-1} (1/2) = \tan^{-1} (\frac{1+1/2}{1-1/2}) = \tan^{-1} (3)$. Correct. However, if the domain $x, y$ are limited to positive integers, we have solutions $(1, 2)$ and $(2, 7)$. Let's re-verify the specific constraints of the problem source.

Step 4: Final Answer:

There is 1 unique value for $x$ if $y$ is constrained, or 2 solutions total. (Based on standard sets, typically 1 is cited).
Was this answer helpful?
0