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

Question

Let f be a differentiable function such that f(1) = 2 and f '(x) = f(x) for all x \in R R. If h(x) = f(f(x)), then h'(1) is equal to :

Options

Solution

Key Concepts and Formulas

  • Chain Rule for Differentiation: If h(x)=f(g(x))h(x) = f(g(x)), then h(x)=f(g(x))g(x)h'(x) = f'(g(x)) \cdot g'(x).
  • Differential Equation f(x)=f(x)f'(x) = f(x): The general solution to this differential equation is f(x)=Cexf(x) = Ce^x, where CC is a constant.
  • Using Initial Conditions: An initial condition (like f(1)=2f(1) = 2) is used to determine the specific value of the constant in the general solution.

Step-by-Step Solution

Step 1: Solve the differential equation f(x)=f(x)f'(x) = f(x) We are given that f(x)=f(x)f'(x) = f(x) for all xRx \in \mathbb{R}. This is a first-order linear homogeneous differential equation. We can rewrite it as: f(x)f(x)=1\frac{f'(x)}{f(x)} = 1 Integrating both sides with respect to xx: f(x)f(x)dx=1dx\int \frac{f'(x)}{f(x)} dx = \int 1 dx Let u=f(x)u = f(x), so du=f(x)dxdu = f'(x) dx. The left side becomes 1udu=lnu=lnf(x)\int \frac{1}{u} du = \ln|u| = \ln|f(x)|. The right side is x+C1x + C_1, where C1C_1 is the constant of integration. So, lnf(x)=x+C1\ln|f(x)| = x + C_1. Exponentiating both sides: f(x)=ex+C1=eC1ex|f(x)| = e^{x+C_1} = e^{C_1} e^x f(x)=±eC1exf(x) = \pm e^{C_1} e^x Let C=±eC1C = \pm e^{C_1}. Since f(x)f(x) is differentiable and f(x)=f(x)f'(x) = f(x), f(x)f(x) must be continuous. If f(x)f(x) were ever zero, then f(x)f'(x) would also be zero at that point, implying a constant function of 0. However, we have an initial condition that prevents this. Therefore, f(x)f(x) is never zero. Thus, we can write the general solution as f(x)=Cexf(x) = Ce^x.

Step 2: Use the initial condition to find the specific function f(x)f(x) We are given that f(1)=2f(1) = 2. Substituting this into our general solution f(x)=Cexf(x) = Ce^x: f(1)=Ce1=2f(1) = Ce^1 = 2 Ce=2Ce = 2 C=2eC = \frac{2}{e} Therefore, the specific function is: f(x)=2eex=2ex1f(x) = \frac{2}{e} e^x = 2e^{x-1}

Step 3: Find the derivative of f(x)f(x) Now that we have f(x)f(x), we can find its derivative, f(x)f'(x). f(x)=2ex1f(x) = 2e^{x-1} f(x)=ddx(2ex1)=2ex1ddx(x1)=2ex11=2ex1f'(x) = \frac{d}{dx}(2e^{x-1}) = 2 \cdot e^{x-1} \cdot \frac{d}{dx}(x-1) = 2e^{x-1} \cdot 1 = 2e^{x-1} As a check, notice that f(x)=2ex1=f(x)f'(x) = 2e^{x-1} = f(x), which is consistent with the given information.

Step 4: Apply the Chain Rule to find h(x)h'(x) We are given h(x)=f(f(x))h(x) = f(f(x)). To find h(x)h'(x), we use the chain rule: h(x)=f(f(x))f(x)h'(x) = f'(f(x)) \cdot f'(x)

Step 5: Evaluate h(1)h'(1) We need to find h(1)h'(1). Substitute x=1x=1 into the expression for h(x)h'(x): h(1)=f(f(1))f(1)h'(1) = f'(f(1)) \cdot f'(1) We know f(1)=2f(1) = 2 from the problem statement. We also need to find f(1)f'(1). Using f(x)=2ex1f'(x) = 2e^{x-1}: f(1)=2e11=2e0=21=2f'(1) = 2e^{1-1} = 2e^0 = 2 \cdot 1 = 2 Now, we need to evaluate f(f(1))f'(f(1)), which is f(2)f'(2) since f(1)=2f(1)=2. Using f(x)=2ex1f'(x) = 2e^{x-1}: f(2)=2e21=2e1=2ef'(2) = 2e^{2-1} = 2e^1 = 2e Substitute these values back into the expression for h(1)h'(1): h(1)=f(2)f(1)=(2e)(2)h'(1) = f'(2) \cdot f'(1) = (2e) \cdot (2) h(1)=4eh'(1) = 4e

Common Mistakes & Tips

  • Incorrectly solving the differential equation: Ensure you correctly integrate f(x)f(x)\frac{f'(x)}{f(x)} and use the initial condition to find the constant.
  • Forgetting the chain rule: When differentiating a composite function like f(f(x))f(f(x)), remember to multiply by the derivative of the inner function.
  • Calculation errors: Double-check the evaluation of f(1)f(1), f(1)f'(1), and f(f(1))f'(f(1)) to avoid simple arithmetic mistakes.

Summary

The problem requires us to find the derivative of a composite function h(x)=f(f(x))h(x) = f(f(x)) at a specific point x=1x=1. We are given a differential equation f(x)=f(x)f'(x) = f(x) and an initial condition f(1)=2f(1) = 2. First, we solved the differential equation to find the explicit form of f(x)=2ex1f(x) = 2e^{x-1}. Then, we found its derivative, f(x)=2ex1f'(x) = 2e^{x-1}. Using the chain rule, we expressed h(x)h'(x) as f(f(x))f(x)f'(f(x)) \cdot f'(x). Finally, we evaluated h(1)h'(1) by substituting the known values of f(1)f(1) and f(1)f'(1), and calculating f(f(1))=f(2)f'(f(1)) = f'(2), which led to the result 4e4e.

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

Practice More Limits, Continuity & Differentiability Questions

View All Questions