Solveeit Logo

Question

Question: If domain of f(x) is (-∞, 0], then domain of f (6\{x\}$^2$-5\{x\}+1) is (where \{\} represents fract...

If domain of f(x) is (-∞, 0], then domain of f (6{x}2^2-5{x}+1) is (where {} represents fractional part function)

Answer

nZ[n+13,n+12]\bigcup_{n \in \mathbb{Z}} \left[n + \frac{1}{3}, n + \frac{1}{2}\right]

Explanation

Solution

The problem asks for the domain of the composite function f(g(x))f(g(x)), where f(x)f(x) has a domain of (,0](-\infty, 0] and g(x)=6{x}25{x}+1g(x) = 6\{x\}^2 - 5\{x\} + 1. Here, {}\{\cdot\} represents the fractional part function.

For f(g(x))f(g(x)) to be defined, the argument of ff must be within its domain. Given that the domain of f(x)f(x) is (,0](-\infty, 0], we must have g(x)0g(x) \le 0. So, we need to solve the inequality: 6{x}25{x}+106\{x\}^2 - 5\{x\} + 1 \le 0

Let y={x}y = \{x\}. We know that the range of the fractional part function is 0{x}<10 \le \{x\} < 1. Substitute yy into the inequality: 6y25y+106y^2 - 5y + 1 \le 0

To solve this quadratic inequality, we first find the roots of the corresponding quadratic equation 6y25y+1=06y^2 - 5y + 1 = 0. We can factorize the quadratic expression: 6y23y2y+1=06y^2 - 3y - 2y + 1 = 0 3y(2y1)1(2y1)=03y(2y - 1) - 1(2y - 1) = 0 (3y1)(2y1)=0(3y - 1)(2y - 1) = 0

The roots are y=13y = \frac{1}{3} and y=12y = \frac{1}{2}.

Since the coefficient of y2y^2 (which is 6) is positive, the parabola 6y25y+16y^2 - 5y + 1 opens upwards. Therefore, the quadratic expression is less than or equal to zero between its roots. So, the inequality 6y25y+106y^2 - 5y + 1 \le 0 holds when: 13y12\frac{1}{3} \le y \le \frac{1}{2}

Now, substitute back y={x}y = \{x\}: 13{x}12\frac{1}{3} \le \{x\} \le \frac{1}{2}

We need to find the values of xx for which its fractional part lies in the interval [13,12][\frac{1}{3}, \frac{1}{2}]. The fractional part of xx, denoted by {x}\{x\}, is defined as {x}=xx\{x\} = x - \lfloor x \rfloor, where x\lfloor x \rfloor is the greatest integer less than or equal to xx. Let n=xn = \lfloor x \rfloor, where nn is an integer (nZn \in \mathbb{Z}). Then the inequality becomes: 13xn12\frac{1}{3} \le x - n \le \frac{1}{2}

To find xx, we add nn to all parts of the inequality: n+13xn+12n + \frac{1}{3} \le x \le n + \frac{1}{2}

Since this condition must hold for any integer nn, the domain of the function f(6{x}25{x}+1)f(6\{x\}^2 - 5\{x\} + 1) is the union of all such intervals for all integers nn.

Domain =nZ[n+13,n+12]= \bigcup_{n \in \mathbb{Z}} \left[n + \frac{1}{3}, n + \frac{1}{2}\right]

The domain consists of an infinite number of disjoint closed intervals. For example, for n=0n=0, x[13,12]x \in [\frac{1}{3}, \frac{1}{2}]; for n=1n=1, x[43,32]x \in [\frac{4}{3}, \frac{3}{2}]; for n=1n=-1, x[23,12]x \in [-\frac{2}{3}, -\frac{1}{2}], and so on.