Question:medium

Let \( \phi(x) = f(x) + f(2a - x) \), \( x \in [0, 2a] \) and \( f'(x)>0 \) for all \( x \in [0, a] \). Then \( \phi(x) \) is:

Show Hint

To determine if a function is increasing or decreasing, compute its derivative and analyze its sign over the interval. Use symmetry and test with simple functions like quadratics to understand behavior.
Updated On: Nov 28, 2025
  • increasing on \( [0, a] \)
  • decreasing on \( [0, a] \)
  • increasing on \( [0, 2a] \)
  • decreasing on \( [0, 2a] \)
Hide Solution

The Correct Option is B

Solution and Explanation


Step 1: Define \( \phi(x) \) and compute its derivative.
Given \( \phi(x) = f(x) + f(2a - x) \), we analyze its behavior. Calculate the derivative to check if \( \phi(x) \) is increasing or decreasing: \[ \phi'(x) = \frac{d}{dx} \left[ f(x) + f(2a - x) \right]. \] Using the chain rule, with \( u = 2a - x \) (so \( \frac{du}{dx} = -1 \)): \[ \phi'(x) = f'(x) + f'(2a - x) \cdot \frac{d}{dx}(2a - x) = f'(x) - f'(2a - x). \]
Step 2: Analyze \( \phi'(x) \) on \( [0, a] \).
For \( x \in [0, a] \), \( 2a - x \in [a, 2a] \). We know \( f'(x)>0 \) for \( x \in [0, a] \). However, we lack direct information about \( f'(x) \) on \( [a, 2a] \). Consider the symmetry of \( \phi(x) \): \[ \phi(2a - x) = f(2a - x) + f(2a - (2a - x)) = f(2a - x) + f(x) = \phi(x). \] This shows \( \phi(x) \) is symmetric about \( x = a \), but we focus on \( [0, a] \).
Step 3: Determine the sign of \( \phi'(x) \) on \( [0, a] \).
Since \( \phi'(x) = f'(x) - f'(2a - x) \), and \( x \in [0, a] \), compare \( f'(x) \) and \( f'(2a - x) \). Since \( f'(x)>0 \) on \( [0, a] \), \( f(x) \) is increasing. If \( f'(x) \) is large near \( x = 0 \) and \( f'(2a - x) \) is smaller near \( x = 2a \), then \( f'(x)>f'(2a - x) \), making \( \phi'(x)<0 \).
Step 4: Hypothesize \( f(x) \) and test.
Assume \( f(x) = kx + b \), with \( k>0 \). Then: \[ \phi(x) = f(x) + f(2a - x) = (kx + b) + (k(2a - x) + b) = kx + b + 2ka - kx + b = 2b + 2ka. \] \[ \phi'(x) = 0. \] This is constant, not decreasing, so a linear \( f(x) \) doesn’t work. Try \( f(x) = x^2 \) on \( [0, a] \), with \( a = 1 \): \[ f'(x) = 2x>0 \text{ on } [0, 1], \quad \phi(x) = x^2 + (2 - x)^2 = x^2 + 4 - 4x + x^2 = 2x^2 - 4x + 4. \] \[ \phi'(x) = 4x - 4 = 4(x - 1). \] On \( [0, 1] \), \( \phi'(x) \leq 0 \), and \( \phi'(x) = 0 \) at \( x = 1 \), so \( \phi(x) \) is decreasing on \( [0, 1] \). This matches option (B).
Step 5: Generalize the behavior.
Since \( f'(x)>0 \), \( f(x) \) is increasing on \( [0, a] \). If \( f(x) \) is concave (\( f''(x)<0 \)), then \( f'(x) \) is decreasing. For \( x \in [0, a] \), \( 2a - x \geq x \), so \( f'(2a - x) \leq f'(x) \), making \( \phi'(x) \leq 0 \), confirming \( \phi(x) \) is decreasing on \( [0, a] \).
Was this answer helpful?
0