Skip to main content
Back to Limits, Continuity & Differentiability
JEE Main 2019
Limits, Continuity & Differentiability
Limits, Continuity and Differentiability
Easy

Question

Let f : R \to R be a function defined by f(x) = max {x, x 2 }. Let S denote the set of all points in R, where f is not differentiable. Then :

Options

Solution

1. Key Concepts and Formulas

  • Definition of a function as a maximum of two functions: f(x)=max{g(x),h(x)}f(x) = \max\{g(x), h(x)\} means that for any given xx, f(x)f(x) takes the value of whichever of g(x)g(x) or h(x)h(x) is larger.
  • Differentiability at a point: A function f(x)f(x) is differentiable at a point x=ax=a if the limit of the difference quotient exists: limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h} Geometrically, this means the graph of the function has a well-defined tangent line at that point. Functions are not differentiable at sharp corners, cusps, or points of discontinuity.
  • Finding points of non-differentiability for max{g(x),h(x)}\max\{g(x), h(x)\}: Points where f(x)=max{g(x),h(x)}f(x) = \max\{g(x), h(x)\} might not be differentiable are typically where g(x)=h(x)g(x) = h(x) and the derivatives of g(x)g(x) and h(x)h(x) are different, leading to a "corner" in the graph of f(x)f(x).

2. Step-by-Step Solution

Step 1: Define the function f(x)f(x) piecewise. We are given f(x)=max{x,x2}f(x) = \max\{x, x^2\}. To understand where the function might change its behavior, we need to find the points where x=x2x = x^2. x=x2x = x^2 x2x=0x^2 - x = 0 x(x1)=0x(x - 1) = 0 This equation holds for x=0x=0 and x=1x=1. These are the critical points where the definition of f(x)f(x) might switch between xx and x2x^2.

Now, let's analyze the intervals defined by these points:

  • Interval 1: x<0x < 0 In this interval, x2>0x^2 > 0 and x<0x < 0. Thus, x2>xx^2 > x. So, f(x)=x2f(x) = x^2 for x<0x < 0.
  • Interval 2: 0x<10 \le x < 1 In this interval, consider a value like x=0.5x = 0.5. x=0.5x = 0.5 and x2=0.25x^2 = 0.25. So x>x2x > x^2. Thus, f(x)=xf(x) = x for 0x<10 \le x < 1.
  • Interval 3: x1x \ge 1 In this interval, consider a value like x=2x = 2. x=2x = 2 and x2=4x^2 = 4. So x2>xx^2 > x. Thus, f(x)=x2f(x) = x^2 for x1x \ge 1.

Therefore, the piecewise definition of f(x)f(x) is: f(x)={x2if x<0xif 0x<1x2if x1f(x) = \begin{cases} x^2 & \text{if } x < 0 \\ x & \text{if } 0 \le x < 1 \\ x^2 & \text{if } x \ge 1 \end{cases}

Step 2: Check for differentiability at the critical points x=0x=0 and x=1x=1. A function is not differentiable at points where its graph has a sharp corner. This often occurs at the points where the definition of the function changes, especially if the derivatives of the constituent functions are different at those points.

Case 1: Check differentiability at x=0x=0. For x<0x < 0, f(x)=x2f(x) = x^2, so f(x)=2xf'(x) = 2x. The left-hand derivative at x=0x=0 is: f(0)=limx0f(x)=limx02x=2(0)=0f'_{-}(0) = \lim_{x \to 0^-} f'(x) = \lim_{x \to 0^-} 2x = 2(0) = 0 For 0x<10 \le x < 1, f(x)=xf(x) = x, so f(x)=1f'(x) = 1. The right-hand derivative at x=0x=0 is: f+(0)=limx0+f(x)=limx0+1=1f'_{+}(0) = \lim_{x \to 0^+} f'(x) = \lim_{x \to 0^+} 1 = 1 Since the left-hand derivative (00) is not equal to the right-hand derivative (11) at x=0x=0, the function f(x)f(x) is not differentiable at x=0x=0.

Case 2: Check differentiability at x=1x=1. For 0x<10 \le x < 1, f(x)=xf(x) = x, so f(x)=1f'(x) = 1. The left-hand derivative at x=1x=1 is: f(1)=limx1f(x)=limx11=1f'_{-}(1) = \lim_{x \to 1^-} f'(x) = \lim_{x \to 1^-} 1 = 1 For x1x \ge 1, f(x)=x2f(x) = x^2, so f(x)=2xf'(x) = 2x. The right-hand derivative at x=1x=1 is: f+(1)=limx1+f(x)=limx1+2x=2(1)=2f'_{+}(1) = \lim_{x \to 1^+} f'(x) = \lim_{x \to 1^+} 2x = 2(1) = 2 Since the left-hand derivative (11) is not equal to the right-hand derivative (22) at x=1x=1, the function f(x)f(x) is not differentiable at x=1x=1.

Step 3: Identify the set S. The set SS consists of all points where ff is not differentiable. From our analysis in Step 2, we found that ff is not differentiable at x=0x=0 and x=1x=1. Therefore, S={0,1}S = \{0, 1\}.

3. Common Mistakes & Tips

  • Assuming differentiability where functions meet: Do not assume that a function defined as the maximum (or minimum) of two other functions is differentiable at every point where the two functions are equal. Always check the derivatives from both sides.
  • Ignoring endpoints of intervals: When defining piecewise functions, pay close attention to the inequality signs (\le, <<) as they determine which function applies at the exact point.
  • Graphical intuition is helpful but not sufficient: While sketching the graph can quickly suggest points of non-differentiability (sharp corners), a rigorous check using limits of derivatives is necessary for a definitive answer.

4. Summary

The function f(x)=max{x,x2}f(x) = \max\{x, x^2\} was analyzed by first determining its piecewise definition based on where xx and x2x^2 are equal. The critical points where the definition might change are x=0x=0 and x=1x=1. We then examined the differentiability of f(x)f(x) at these points by comparing the left-hand and right-hand derivatives. At x=0x=0, the left-hand derivative of f(x)f(x) (approaching from x2x^2) is 0, and the right-hand derivative (approaching from xx) is 1. Since these are unequal, f(x)f(x) is not differentiable at x=0x=0. Similarly, at x=1x=1, the left-hand derivative (approaching from xx) is 1, and the right-hand derivative (approaching from x2x^2) is 2. Since these are unequal, f(x)f(x) is not differentiable at x=1x=1. Thus, the set SS of points where ff is not differentiable is {0,1}\{0, 1\}.

5. Final Answer

The final answer is \boxed{{0, 1}} which corresponds to option (A).

Practice More Limits, Continuity & Differentiability Questions

View All Questions