Skip to main content
Back to Definite Integration
JEE Main 2021
Definite Integration
Definite Integration
Hard

Question

Let f be a differentiable function from R to R such that f(x)f(y)2xy32,\left| {f\left( x \right) - f\left( y \right)} \right| \le 2{\left| {x - y} \right|^{{3 \over 2}}}, for all x,yx,y \in R . If f(0)=1f\left( 0 \right) = 1 then 01f2(x)dx\int\limits_0^1 {{f^2}} \left( x \right)dx is equal to :

Options

Solution

Key Concepts and Formulas

  • Definition of the Derivative: The derivative of a function f(x)f(x) at a point xx is defined as: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} or equivalently, f(x)=limyxf(y)f(x)yxf'(x) = \lim_{y \to x} \frac{f(y) - f(x)}{y - x}
  • Properties of Absolute Value: For any real number AA, A0|A| \ge 0. If A0|A| \le 0, then A=0A = 0.
  • Fundamental Theorem of Calculus: If f(x)=0f'(x) = 0 for all xx in an interval, then f(x)f(x) is a constant function on that interval.
  • Definite Integration: abcdx=c(ba)\int_a^b c \, dx = c(b-a) for a constant cc.

Step-by-Step Solution

Step 1: Analyze the Given Inequality and Relate it to the Derivative We are given that ff is a differentiable function such that for all x,yRx, y \in \mathbb{R}, f(x)f(y)2xy3/2|f(x) - f(y)| \le 2|x - y|^{3/2}. Since ff is differentiable, its derivative f(x)f'(x) exists for all xx. To find information about f(x)f'(x), we will manipulate the given inequality to resemble the definition of the derivative.

Step 2: Form the Difference Quotient For xyx \neq y, we can divide both sides of the inequality by xy|x - y|: f(x)f(y)xy2xy3/2xy\frac{|f(x) - f(y)|}{|x - y|} \le \frac{2|x - y|^{3/2}}{|x - y|} This simplifies to: f(x)f(y)xy2xy3/21\left| \frac{f(x) - f(y)}{x - y} \right| \le 2|x - y|^{3/2 - 1} f(x)f(y)xy2xy1/2\left| \frac{f(x) - f(y)}{x - y} \right| \le 2|x - y|^{1/2} Reasoning: We divide by xy|x-y| to isolate the difference quotient, which is the core of the derivative's definition.

Step 3: Apply the Limit as yxy \to x Now, we take the limit as yxy \to x on both sides of the inequality. limyxf(x)f(y)xylimyx2xy12\mathop {\lim }\limits_{y \to x} \left| {\frac{{f\left( x \right) - f\left( y \right)}}{{x - y}}} \right| \le \mathop {\lim }\limits_{y \to x} 2{\left| {x - y} \right|^{{1 \over 2}}} Reasoning: We take the limit to transition from an inequality holding for all pairs of points to a statement about the instantaneous rate of change at a single point.

Step 4: Evaluate the Limits

  • The left-hand side becomes: limyxf(x)f(y)xy=limyxf(x)f(y)xy=f(x)\mathop {\lim }\limits_{y \to x} \left| {\frac{{f\left( x \right) - f\left( y \right)}}{{x - y}}} \right| = \left| {\mathop {\lim }\limits_{y \to x} \frac{{f\left( x \right) - f\left( y \right)}}{{x - y}}} \right| = |f'(x)| (The absolute value can be moved inside the limit because the absolute value function is continuous).
  • The right-hand side becomes: limyx2xy12=201/2=0\mathop {\lim }\limits_{y \to x} 2{\left| {x - y} \right|^{{1 \over 2}}} = 2|0|^{1/2} = 0 Reasoning: The left limit directly applies the definition of the derivative. The right limit simplifies because xy|x-y| approaches 0.

Step 5: Deduce the Value of the Derivative Combining the results from Step 4, we have: f(x)0|f'(x)| \le 0 Since the absolute value of any real number is always non-negative (f(x)0|f'(x)| \ge 0), the only way for f(x)0|f'(x)| \le 0 to be true is if f(x)=0|f'(x)| = 0. Therefore, f(x)=0f'(x) = 0 for all xRx \in \mathbb{R}. Reasoning: This is a crucial deduction. The combination of the inequality and the properties of absolute values forces the derivative to be zero everywhere.

Step 6: Determine the Function f(x)f(x) Since f(x)=0f'(x) = 0 for all xx, the function f(x)f(x) must be a constant function. We can find f(x)f(x) by integrating f(x)f'(x): f(x)=f(x)dx=0dx=Cf(x) = \int f'(x) \, dx = \int 0 \, dx = C where CC is the constant of integration. We are given the initial condition f(0)=1f(0) = 1. Substituting this into our constant function: f(0)=C1=Cf(0) = C \Rightarrow 1 = C Thus, the function is f(x)=1f(x) = 1 for all xRx \in \mathbb{R}. Reasoning: A zero derivative implies a constant function. The initial condition allows us to uniquely determine that constant.

Step 7: Evaluate the Definite Integral We need to compute 01f2(x)dx\int_0^1 f^2(x) \, dx. Substituting f(x)=1f(x) = 1: 01f2(x)dx=01(1)2dx=011dx\int_0^1 f^2(x) \, dx = \int_0^1 (1)^2 \, dx = \int_0^1 1 \, dx Evaluating the integral: 011dx=[x]01=10=1\int_0^1 1 \, dx = [x]_0^1 = 1 - 0 = 1 Reasoning: With the function f(x)f(x) determined, the integral becomes a simple calculation.

Common Mistakes & Tips

  • Exponent Value: The exponent 3/23/2 is greater than 1. This is critical. If the exponent were 1, the inequality would be f(x)f(y)Kxy|f(x) - f(y)| \le K|x - y|, implying Lipschitz continuity, not necessarily f(x)=0f'(x)=0.
  • Absolute Value Logic: Remember that A0|A| \ge 0. The deduction that f(x)0|f'(x)| \le 0 implies f(x)=0f'(x) = 0 relies heavily on this property.
  • Differentiability Assumption: The problem explicitly states ff is differentiable. This is essential for forming the limit of the difference quotient and concluding f(x)f'(x) exists.

Summary The given inequality f(x)f(y)2xy3/2|f(x) - f(y)| \le 2|x - y|^{3/2} implies that the derivative of f(x)f(x) must be zero everywhere. By forming the difference quotient, taking the limit as yxy \to x, and using the properties of absolute values, we showed that f(x)0|f'(x)| \le 0, which means f(x)=0f'(x) = 0. A function with a zero derivative is a constant. Using the initial condition f(0)=1f(0) = 1, we determined that f(x)=1f(x) = 1. Finally, we integrated f2(x)=12=1f^2(x) = 1^2 = 1 from 0 to 1, which yielded the result 1.

The final answer is \boxed{1}.

Practice More Definite Integration Questions

View All Questions