Question

Finding domain of inverse sine with floor and logarithm

Original question: 53. The domain of the function f(x)=sin1[2x23]+log2(log12(x25x+5))f(x)=\sin^{-1}[2x^2-3]+\log_2\left(\log_{\frac{1}{2}}(x^2-5x+5)\right), where [t][t] is the greatest integer function, is (1) (552,552)\left(-\frac{5-\sqrt{5}}{2},\frac{5-\sqrt{5}}{2}\right) (2) (552,5+52)\left(\frac{5-\sqrt{5}}{2},\frac{5+\sqrt{5}}{2}\right) (3) (1,552)\left(1,\frac{5-\sqrt{5}}{2}\right) (4) (1,5+52)\left(1,\frac{5+\sqrt{5}}{2}\right) [JEE (Main)-2022]

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: This problem combines three restrictions: inverse sine, floor notation, and nested logarithms.

Step by step

Step 1: Handle the inverse sine restriction

The function is

f(x)=sin1[2x23]+log2(log12(x25x+5)),f(x)=\sin^{-1}[2x^2-3]+\log_2\left(\log_{\frac12}(x^2-5x+5)\right), where [t][t] is the greatest integer function.

For the inverse sine term, the input must satisfy

1[2x23]1.-1\le [2x^2-3]\le 1.

Since [2x23][2x^2-3] is an integer, this means

[2x23]{1,0,1}.[2x^2-3]\in\{-1,0,1\}.

Now determine when 2x232x^2-3 falls into the intervals that produce those integers.

  • [2x23]=1[2x^2-3]=-1 when 12x23<0-1\le 2x^2-3<0, i.e. 12x2<31\le 2x^2<3.
  • [2x23]=0[2x^2-3]=0 when 02x23<10\le 2x^2-3<1, i.e. 32x2<43\le 2x^2<4.
  • [2x23]=1[2x^2-3]=1 when 12x23<21\le 2x^2-3<2, i.e. 42x2<54\le 2x^2<5.

Combining these gives

12x2<52,\frac12\le x^2<\frac52, so

x[52,12][12,52).x\in\left[-\sqrt{\frac52},-\frac{1}{\sqrt2}\right]\cup\left[\frac{1}{\sqrt2},\sqrt{\frac52}\right).

Step 2: Handle the logarithm condition

Now consider

log2(log12(x25x+5)).\log_2\left(\log_{\frac12}(x^2-5x+5)\right).

For the outer logarithm to be defined, its argument must be positive:

log12(x25x+5)>0.\log_{\frac12}(x^2-5x+5)>0.

Because the base 12\frac12 is between 0 and 1, this inequality is equivalent to

0<x25x+5<1.0<x^2-5x+5<1.

Solve the two parts:

x25x+5>0x^2-5x+5>0 and x25x+4<0.x^2-5x+4<0.

The second inequality factors as

(x1)(x4)<0,(x-1)(x-4)<0, so

1<x<4.1<x<4.

The first inequality has roots 5±52\frac{5\pm\sqrt5}{2} and is positive outside that interval, but on 1<x<41<x<4 the stronger condition that matters is still the combined interval from the two inequalities. Since the expression must also be less than 11, we get the final logarithmic domain

1<x<5521<x<\frac{5-\sqrt5}{2} for the relevant overlap with the inverse sine restriction.

Step 3: Intersect all conditions

Now intersect the conditions from both parts. The inverse-sine condition allows only values with x12|x|\ge \frac{1}{\sqrt2} and x2<52x^2<\frac52, while the logarithmic condition forces the variable into the interval where the nested log is positive. The overlap is

(1,552).\left(1,\frac{5-\sqrt5}{2}\right).

Key idea

When a function has multiple layers, the domain is the intersection of every layer's domain. The floor function first forces the inverse sine input to be one of a few integers, and the logarithms then narrow the interval even further. The final answer is the common overlap, not any single condition by itself.

Pitfall alert

The biggest trap is treating the greatest integer function as if it were a normal algebraic expression. You cannot solve sin1[2x23]\sin^{-1}[2x^2-3] by simply setting 12x231-1\le 2x^2-3\le 1, because the brackets change the input into an integer step function. Another common error is forgetting that a logarithm with base less than 1 reverses inequality directions. For log1/2(u)>0\log_{1/2}(u)>0, the correct conclusion is 0<u<10<u<1, not u>1u>1. Both layers must be handled carefully and then intersected.

Try different conditions

If the floor notation were removed and the term became sin1(2x23)\sin^{-1}(2x^2-3), the inverse-sine condition alone would give 12x231-1\le 2x^2-3\le 1, or 1x221\le x^2\le 2. If the outer logarithm were log2(log2(x25x+5))\log_2\big(\log_2(x^2-5x+5)\big) instead, the inner-log condition would become x25x+5>1x^2-5x+5>1 and the outer argument would need to exceed 11. That changes the admissible interval entirely. Small changes in nested functions can produce very different domains.

Further reading

greatest integer function, nested logarithm domain, inverse sine with floor notation

FAQ

How do you find the domain of a function with floor notation and nested logarithms?

Solve each layer separately, convert the greatest integer condition into allowed integer cases, then enforce the positivity conditions required by each logarithm.

Why do logarithms with base less than one need special attention?

A logarithm with base between 0 and 1 reverses inequality direction. This changes how you convert conditions like log base one-half greater than zero into a range for the inside expression.

chat