Solveeit Logo

Question

Question: Number of integers satisfying the inequality $log_2 \sqrt{x} - 2log_{1/4}^2 x + 1 > 0$ is...

Number of integers satisfying the inequality log2x2log1/42x+1>0log_2 \sqrt{x} - 2log_{1/4}^2 x + 1 > 0 is

A

1

B

2

C

3

D

infinitely many

Answer

3

Explanation

Solution

The given inequality is log2x2log1/42x+1>0log_2 \sqrt{x} - 2log_{1/4}^2 x + 1 > 0. The domain requires x>0x > 0.

We simplify the logarithmic terms:

  1. log2x=log2x1/2=12log2xlog_2 \sqrt{x} = log_2 x^{1/2} = \frac{1}{2} log_2 x.
  2. For log1/4xlog_{1/4} x, we use the change of base formula logba=logcalogcblog_b a = \frac{log_c a}{log_c b}: log1/4x=log2xlog2(1/4)=log2xlog2(22)=log2x2=12log2xlog_{1/4} x = \frac{log_2 x}{log_2 (1/4)} = \frac{log_2 x}{log_2 (2^{-2})} = \frac{log_2 x}{-2} = -\frac{1}{2} log_2 x. Therefore, log1/42x=(12log2x)2=14(log2x)2log_{1/4}^2 x = \left(-\frac{1}{2} log_2 x\right)^2 = \frac{1}{4} (log_2 x)^2.

Substitute these into the inequality: 12log2x2(14(log2x)2)+1>0\frac{1}{2} log_2 x - 2 \left(\frac{1}{4} (log_2 x)^2\right) + 1 > 0 12log2x12(log2x)2+1>0\frac{1}{2} log_2 x - \frac{1}{2} (log_2 x)^2 + 1 > 0

Let y=log2xy = log_2 x. The inequality becomes: 12y12y2+1>0\frac{1}{2} y - \frac{1}{2} y^2 + 1 > 0

Multiply the inequality by 2 to clear the fractions: yy2+2>0y - y^2 + 2 > 0

Rearrange into a standard quadratic form and multiply by -1 (reversing the inequality sign): y2y2<0y^2 - y - 2 < 0

Factor the quadratic expression: (y2)(y+1)<0(y-2)(y+1) < 0

This inequality holds for values of yy between the roots -1 and 2: 1<y<2-1 < y < 2

Substitute back y=log2xy = log_2 x: 1<log2x<2-1 < log_2 x < 2

Since the base of the logarithm is 2>12 > 1, the exponential function 2t2^t is increasing. Exponentiating with base 2 preserves the inequality direction: 21<x<222^{-1} < x < 2^2 12<x<4\frac{1}{2} < x < 4

We need to find the number of integers satisfying this inequality. The integers in the interval (12,4)(\frac{1}{2}, 4) are 1,2,1, 2, and 33. There are 3 such integers.