Solveeit Logo

Question

Question: Find the number of integral values of 'a' parameter for which the inequality $1 + \log_2(2x^2 + 2x +...

Find the number of integral values of 'a' parameter for which the inequality 1+log2(2x2+2x+7/2)log2(αx2+α)1 + \log_2(2x^2 + 2x + 7/2) \ge \log_2(\alpha x^2 + \alpha) has at least one root.

Answer

6

Explanation

Solution

The given inequality is 1+log2(2x2+2x+7/2)log2(αx2+α)1 + \log_2(2x^2 + 2x + 7/2) \ge \log_2(\alpha x^2 + \alpha).

Step 1: Determine the domain of the logarithmic expressions.

For log2(2x2+2x+7/2)\log_2(2x^2 + 2x + 7/2) to be defined, 2x2+2x+7/2>02x^2 + 2x + 7/2 > 0. The discriminant of the quadratic 2x2+2x+7/22x^2 + 2x + 7/2 is Δ=(2)24(2)(7/2)=428=24\Delta = (2)^2 - 4(2)(7/2) = 4 - 28 = -24. Since the discriminant is negative (Δ<0\Delta < 0) and the leading coefficient is positive (2>02 > 0), the quadratic 2x2+2x+7/22x^2 + 2x + 7/2 is always positive for all real values of xx.

For log2(αx2+α)\log_2(\alpha x^2 + \alpha) to be defined, αx2+α>0\alpha x^2 + \alpha > 0. This can be factored as α(x2+1)>0\alpha(x^2 + 1) > 0. Since x2+1x^2 + 1 is always positive (in fact, x2+11x^2 + 1 \ge 1 for all real xx), for the product α(x2+1)\alpha(x^2 + 1) to be positive, we must have α>0\alpha > 0. This is a crucial condition for α\alpha.

Step 2: Simplify the inequality.

The inequality can be rewritten using logarithm properties: 1+log2(2x2+2x+7/2)log2(αx2+α)1 + \log_2(2x^2 + 2x + 7/2) \ge \log_2(\alpha x^2 + \alpha) log2(2)+log2(2x2+2x+7/2)log2(α(x2+1))\log_2(2) + \log_2(2x^2 + 2x + 7/2) \ge \log_2(\alpha(x^2 + 1)) log2(2(2x2+2x+7/2))log2(α(x2+1))\log_2(2(2x^2 + 2x + 7/2)) \ge \log_2(\alpha(x^2 + 1)) log2(4x2+4x+7)log2(αx2+α)\log_2(4x^2 + 4x + 7) \ge \log_2(\alpha x^2 + \alpha)

Since the base of the logarithm is 22, which is greater than 11, the log2(t)\log_2(t) function is increasing. Therefore, we can remove the logarithm: 4x2+4x+7αx2+α4x^2 + 4x + 7 \ge \alpha x^2 + \alpha Rearrange the terms to form a quadratic inequality: (4α)x2+4x+(7α)0(4 - \alpha)x^2 + 4x + (7 - \alpha) \ge 0

Let f(x)=(4α)x2+4x+(7α)f(x) = (4 - \alpha)x^2 + 4x + (7 - \alpha). We need to find the integral values of α\alpha (with α>0\alpha > 0) for which f(x)0f(x) \ge 0 has at least one real root.

Step 3: Analyze the quadratic inequality based on the coefficient of x2x^2.

Case 1: The coefficient of x2x^2 is zero. 4α=0    α=44 - \alpha = 0 \implies \alpha = 4. If α=4\alpha = 4, the inequality becomes: 0x2+4x+(74)00 \cdot x^2 + 4x + (7 - 4) \ge 0 4x+304x + 3 \ge 0 x3/4x \ge -3/4. This linear inequality has infinitely many solutions for xx. Since α=4\alpha = 4 satisfies the condition α>0\alpha > 0, α=4\alpha = 4 is a valid integral value.

Case 2: The coefficient of x2x^2 is non-zero. 4α04 - \alpha \ne 0. For a quadratic Ax2+Bx+C0Ax^2 + Bx + C \ge 0 to have at least one solution, we consider two sub-cases based on the sign of AA and the discriminant Δ=B24AC\Delta = B^2 - 4AC.

Subcase 2a: The parabola opens upwards. 4α>0    α<44 - \alpha > 0 \implies \alpha < 4. For f(x)0f(x) \ge 0 to have at least one root, the parabola must either touch or intersect the x-axis. This means the discriminant of f(x)f(x) must be non-negative (Δ0\Delta \ge 0). Δ=(4)24(4α)(7α)0\Delta = (4)^2 - 4(4 - \alpha)(7 - \alpha) \ge 0 164(284α7α+α2)016 - 4(28 - 4\alpha - 7\alpha + \alpha^2) \ge 0 Divide by 4: 4(α211α+28)04 - (\alpha^2 - 11\alpha + 28) \ge 0 4α2+11α2804 - \alpha^2 + 11\alpha - 28 \ge 0 α2+11α240-\alpha^2 + 11\alpha - 24 \ge 0 Multiply by -1 and reverse the inequality sign: α211α+240\alpha^2 - 11\alpha + 24 \le 0 Factor the quadratic: (α3)(α8)0(\alpha - 3)(\alpha - 8) \le 0 This inequality holds when 3α83 \le \alpha \le 8.

Now, combine this with the conditions for this subcase: α>0\alpha > 0 (from domain) and α<4\alpha < 4. The intersection of 3α83 \le \alpha \le 8, α<4\alpha < 4, and α>0\alpha > 0 is 3α<43 \le \alpha < 4. The only integral value of α\alpha in this range is α=3\alpha = 3.

Subcase 2b: The parabola opens downwards. 4α<0    α>44 - \alpha < 0 \implies \alpha > 4. For f(x)0f(x) \ge 0 to have at least one root, the parabola must intersect or touch the x-axis (since it opens downwards, it will be positive between the roots if they exist). This again requires the discriminant to be non-negative (Δ0\Delta \ge 0). The discriminant calculation is the same as in Subcase 2a: Δ=(4)24(4α)(7α)0    3α8\Delta = (4)^2 - 4(4 - \alpha)(7 - \alpha) \ge 0 \implies 3 \le \alpha \le 8.

Now, combine this with the conditions for this subcase: α>0\alpha > 0 (from domain) and α>4\alpha > 4. The intersection of 3α83 \le \alpha \le 8, α>4\alpha > 4, and α>0\alpha > 0 is 4<α84 < \alpha \le 8. The integral values of α\alpha in this range are α=5,6,7,8\alpha = 5, 6, 7, 8.

Step 4: Collect all valid integral values of α\alpha. From Case 1: α=4\alpha = 4. From Subcase 2a: α=3\alpha = 3. From Subcase 2b: α{5,6,7,8}\alpha \in \{5, 6, 7, 8\}.

Combining all these values, the set of integral values of α\alpha for which the inequality has at least one root is {3,4,5,6,7,8}\{3, 4, 5, 6, 7, 8\}. The number of integral values is 6.

The final answer is 6\boxed{6}.