Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Functions
Hard

Question

The absolute minimum value, of the function f(x)=x2x+1+[x2x+1]f(x)=\left|x^{2}-x+1\right|+\left[x^{2}-x+1\right], where [t][t] denotes the greatest integer function, in the interval [1,2][-1,2], is :

Options

Solution

Key Concepts and Formulas

  • Quadratic Functions: The vertex of a parabola ax2+bx+cax^2 + bx + c occurs at x=b2ax = -\frac{b}{2a}. The minimum (if a>0a>0) or maximum (if a<0a<0) value is found by substituting this xx into the function.
  • Absolute Value Function: t=t|t| = t if t0t \ge 0, and t=t|t| = -t if t<0t < 0.
  • Greatest Integer Function: [t][t] is the greatest integer less than or equal to tt. For any real number tt, t1<[t]tt-1 < [t] \le t.
  • Function Composition: Analyzing the inner function's range is crucial before evaluating the outer function.

Step-by-Step Solution:

Step 1: Analyze the Inner Function g(x)g(x) and its Range Let g(x)=x2x+1g(x) = x^2 - x + 1. We need to find the range of g(x)g(x) for x[1,2]x \in [-1, 2]. This is a quadratic function, and its graph is a parabola opening upwards (since the coefficient of x2x^2 is positive). The minimum value occurs at the vertex. We can find the vertex by completing the square: g(x)=x2x+1=(x2x+14)14+1=(x12)2+34g(x) = x^2 - x + 1 = \left(x^2 - x + \frac{1}{4}\right) - \frac{1}{4} + 1 = \left(x - \frac{1}{2}\right)^2 + \frac{3}{4} The vertex is at x=12x = \frac{1}{2}. Since x=12x = \frac{1}{2} lies within the interval [1,2][-1, 2], the minimum value of g(x)g(x) in this interval is g(12)=34g\left(\frac{1}{2}\right) = \frac{3}{4}.

To find the maximum value, we evaluate g(x)g(x) at the endpoints of the interval: g(1)=(1)2(1)+1=1+1+1=3g(-1) = (-1)^2 - (-1) + 1 = 1 + 1 + 1 = 3. g(2)=(2)2(2)+1=42+1=3g(2) = (2)^2 - (2) + 1 = 4 - 2 + 1 = 3. Thus, the range of g(x)g(x) for x[1,2]x \in [-1, 2] is [34,3]\left[\frac{3}{4}, 3\right].

Explanation: By analyzing the quadratic g(x)g(x), we determine its minimum and maximum values within the given domain. This range is essential for simplifying the subsequent parts of the function.

Step 2: Simplify the Function f(x)f(x) The given function is f(x)=x2x+1+[x2x+1]f(x) = |x^2 - x + 1| + [x^2 - x + 1], which can be written as f(x)=g(x)+[g(x)]f(x) = |g(x)| + [g(x)]. From Step 1, we know that g(x)[34,3]g(x) \in \left[\frac{3}{4}, 3\right] for x[1,2]x \in [-1, 2]. Since all values in this range are positive, g(x)=g(x)|g(x)| = g(x). Therefore, f(x)=g(x)+[g(x)]f(x) = g(x) + [g(x)].

Explanation: Since the expression inside the absolute value is always positive in the given interval, the absolute value function can be removed, significantly simplifying the problem.

Step 3: Find the Minimum of h(y)=y+[y]h(y) = y + [y] for y[34,3]y \in \left[\frac{3}{4}, 3\right] Let y=g(x)y = g(x). We need to find the minimum value of h(y)=y+[y]h(y) = y + [y] where y[34,3]y \in \left[\frac{3}{4}, 3\right]. We consider sub-intervals based on the value of [y][y]:

  • Case 1: y[34,1)y \in \left[\frac{3}{4}, 1\right) In this interval, [y]=0[y] = 0. So, h(y)=y+0=yh(y) = y + 0 = y. The minimum value in this sub-interval occurs at the smallest value of yy, which is y=34y = \frac{3}{4}. The minimum value is h(34)=34h\left(\frac{3}{4}\right) = \frac{3}{4}. This occurs when g(x)=34g(x) = \frac{3}{4}, which is at x=12x = \frac{1}{2}.

  • Case 2: y[1,2)y \in [1, 2) In this interval, [y]=1[y] = 1. So, h(y)=y+1h(y) = y + 1. Since h(y)h(y) is an increasing function of yy, its minimum value in this interval occurs at y=1y = 1. The minimum value is h(1)=1+1=2h(1) = 1 + 1 = 2.

  • Case 3: y[2,3)y \in [2, 3) In this interval, [y]=2[y] = 2. So, h(y)=y+2h(y) = y + 2. Again, h(y)h(y) is an increasing function of yy. Its minimum value in this interval occurs at y=2y = 2. The minimum value is h(2)=2+2=4h(2) = 2 + 2 = 4.

  • Case 4: y=3y = 3 In this case, [y]=3[y] = 3. So, h(3)=3+3=6h(3) = 3 + 3 = 6. This occurs when g(x)=3g(x) = 3, which is at x=1x = -1 or x=2x = 2.

Explanation: The greatest integer function creates steps in the function's graph. By examining intervals where [y][y] is constant, we can analyze h(y)h(y) as a simpler (linear) function and find its minimum in each interval.

Step 4: Determine the Absolute Minimum Value Comparing the minimum values obtained from each case: 34\frac{3}{4}, 22, 44, and 66. The smallest of these values is 34\frac{3}{4}. This minimum occurs when y=g(x)=34y = g(x) = \frac{3}{4}, which corresponds to x=12x = \frac{1}{2}. Since x=12x = \frac{1}{2} is within the given interval [1,2][-1, 2], this is the absolute minimum value of f(x)f(x).

Explanation: We compare the minimum values found in each segment of the domain of yy to identify the overall absolute minimum.


Common Mistakes & Tips:

  • Range of g(x)g(x) is key: Always determine the precise range of the inner function g(x)g(x) over the given interval before simplifying f(x)f(x).
  • Interval for xx vs. yy: Be mindful of the domain of xx and the corresponding range of y=g(x)y=g(x). Ensure that the xx-values yielding the minimum are within the original interval.
  • Greatest Integer function behavior: Remember that [y][y] is constant over intervals like [n,n+1)[n, n+1) but changes at integer values. The function y+[y]y + [y] is generally increasing but has jumps.

Summary:

We began by analyzing the quadratic function g(x)=x2x+1g(x) = x^2 - x + 1 over the interval [1,2][-1, 2], determining its range to be [34,3]\left[\frac{3}{4}, 3\right]. Because g(x)g(x) is always positive in this range, the absolute value g(x)|g(x)| simplified to g(x)g(x). The problem then reduced to finding the minimum of h(y)=y+[y]h(y) = y + [y] for y[34,3]y \in \left[\frac{3}{4}, 3\right]. By considering sub-intervals based on the integer values of yy, we found that the minimum value of h(y)h(y) is 34\frac{3}{4}, occurring when y=34y = \frac{3}{4} (which corresponds to x=12x = \frac{1}{2}).

The final answer is (A) 34\boxed{\text{(A) } \frac{3}{4}}.

Practice More Sets, Relations & Functions Questions

View All Questions