Solveeit Logo

Question

Question: $f(x) = \sqrt{|x|^2 - 5|x| + 6} + \sqrt{8 + 2|x| - |x|^2}$ is real for all x in...

f(x)=x25x+6+8+2xx2f(x) = \sqrt{|x|^2 - 5|x| + 6} + \sqrt{8 + 2|x| - |x|^2} is real for all x in

A

[-4, -3]

B

[-3, -2]

C

[-2, 2]

D

[3, 4]

Answer

[-2, 2]

Explanation

Solution

To find the domain of the function f(x)=x25x+6+8+2xx2f(x) = \sqrt{|x|^2 - 5|x| + 6} + \sqrt{8 + 2|x| - |x|^2}, we need to ensure that both terms under the square root are non-negative.

Let y=xy = |x|. Since x0|x| \ge 0, we must have y0y \ge 0.

The first condition is for the term x25x+6\sqrt{|x|^2 - 5|x| + 6}: y25y+60y^2 - 5y + 6 \ge 0 Factor the quadratic: (y2)(y3)0(y-2)(y-3) \ge 0 This inequality holds when y2y \le 2 or y3y \ge 3. Considering y0y \ge 0, this means y[0,2][3,)y \in [0, 2] \cup [3, \infty). (Condition 1)

The second condition is for the term 8+2xx2\sqrt{8 + 2|x| - |x|^2}: 8+2yy208 + 2y - y^2 \ge 0 Rearrange the inequality: y22y80y^2 - 2y - 8 \le 0 Factor the quadratic: (y4)(y+2)0(y-4)(y+2) \le 0 This inequality holds when 2y4-2 \le y \le 4. (Condition 2)

Now, we need to find the intersection of Condition 1 and Condition 2, along with y0y \ge 0. The intersection of y[0,2][3,)y \in [0, 2] \cup [3, \infty) and y[2,4]y \in [-2, 4] (which implicitly includes y0y \ge 0 for the relevant part of the intersection) is: ([0,2][3,))[2,4]([0, 2] \cup [3, \infty)) \cap [-2, 4] =([0,2][2,4])([3,)[2,4])= ([0, 2] \cap [-2, 4]) \cup ([3, \infty) \cap [-2, 4]) =[0,2][3,4]= [0, 2] \cup [3, 4]

So, the possible values for y=xy = |x| are y[0,2]y \in [0, 2] or y[3,4]y \in [3, 4].

Case 1: 0x20 \le |x| \le 2 This implies 2x2-2 \le x \le 2. So, x[2,2]x \in [-2, 2].

Case 2: 3x43 \le |x| \le 4 This implies two possibilities: a) 3x43 \le x \le 4. So, x[3,4]x \in [3, 4]. b) 3x4    4x33 \le -x \le 4 \implies -4 \le x \le -3. So, x[4,3]x \in [-4, -3].

Combining all possible ranges for xx, the domain of f(x)f(x) is x[4,3][2,2][3,4]x \in [-4, -3] \cup [-2, 2] \cup [3, 4].

Since the question asks "is real for all x in" and multiple options (A, C, D) are correct subsets of the domain, and assuming it's a single-choice question, the most common convention for functions involving x|x| is to choose the interval symmetric about zero, which is option C.